app-arch/unmakeself: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Fri, 28 Aug 2015 00:31:58 +0000 (02:31 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 28 Aug 2015 00:31:58 +0000 (02:31 +0200)
Package-Manager: portage-2.2.20.1

app-arch/unmakeself/Manifest
app-arch/unmakeself/unmakeself-1.0.ebuild [deleted file]

index 8a8d294b147d3312bf148dbfab58412dc4613170..25fee0b2a6fc503cb804cecb9e73b4234077832a 100644 (file)
@@ -1,2 +1 @@
-DIST unmakeself-1.0.tar.bz2 3015 SHA256 076be9222830d36b4ce32ec1b0349284380dd1c35297332db51d8d994cfeee7e SHA512 d9722c6de549d30a9901174515e100ab2dfeeed2900af52031adc8d8a265e62414aee7b005068e6d2c2d9b24766b5e220b84deee34f3e21abadcd977814b1c02 WHIRLPOOL e1a2e5b1b548ad65e84b6f91f8f456d5f6220d4ccb8818f223998db3d61ae633f54f8b01b8b7da6af64623e36e0058e80994b75d5e67947b3af0b7a2052a34ee
 DIST unmakeself-1.1.tar.gz 3635 SHA256 b89e3f8406050050c04d2f4dced4e0bc6d5e2e7062ab5c640357a11e4a6ec48e SHA512 3e8a05a907b8807080208300f6c20577587a0e87000c6746ba457c276e4dff37c8d61227bd1db37e60ac20d9532290c4110a1204c8389a8a1e97a121b68c682b WHIRLPOOL 5cda3534bf5db9d3624d501d9a41cb67581a3c6911a8c44f70584cdfc8d4040d7195000efbdbdf5d0337b24d5082b0c1908820cfc26383c72cfa606a3c7ce209
diff --git a/app-arch/unmakeself/unmakeself-1.0.ebuild b/app-arch/unmakeself/unmakeself-1.0.ebuild
deleted file mode 100644 (file)
index cb7906b..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="extracting Makeself archives without having to run the self-extracting shell script"
-HOMEPAGE="http://www.freshports.org/archivers/unmakeself"
-SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
-#http://cvsup.pt.freebsd.org/cgi-bin/cvsweb/cvsweb.cgi/~checkout~/root/ports/ports/archivers/unmakeself/files/unmakeself.c
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="app-arch/bzip2
-       sys-libs/zlib
-       app-arch/libarchive"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       $(tc-getCC) ${CFLAGS} ${LDFLAGS} unmakeself.c -larchive -lbz2 -lz  -o unmakeself
-}
-
-src_install() {
-       dobin unmakeself
-}