summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-08-29 13:48:32 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-08-29 13:48:32 +0000
commit5ebca7c6ce050b19fc44a52cd483448879c10778 (patch)
tree270f859234f36350a4eba46435803928385f90f1 /app-arch
parentprune_libtool_files: run pkg-config code only if necessary. (diff)
downloadgentoo-2-5ebca7c6ce050b19fc44a52cd483448879c10778.tar.gz
gentoo-2-5ebca7c6ce050b19fc44a52cd483448879c10778.tar.bz2
gentoo-2-5ebca7c6ce050b19fc44a52cd483448879c10778.zip
Remove old.
(Portage version: 2.1.11.12/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/makeself/ChangeLog5
-rw-r--r--app-arch/makeself/makeself-2.1.5.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog
index 0d46c06fcba1..f91c48e14c28 100644
--- a/app-arch/makeself/ChangeLog
+++ b/app-arch/makeself/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/makeself
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.30 2012/08/26 18:58:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.31 2012/08/29 13:48:32 kensington Exp $
+
+ 29 Aug 2012; Michael Palimaka <kensington@gentoo.org> -makeself-2.1.5.ebuild:
+ Remove old.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> makeself-2.1.5.ebuild,
makeself-2.1.5-r1.ebuild:
diff --git a/app-arch/makeself/makeself-2.1.5.ebuild b/app-arch/makeself/makeself-2.1.5.ebuild
deleted file mode 100644
index 49165d5e23dd..000000000000
--- a/app-arch/makeself/makeself-2.1.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5.ebuild,v 1.11 2012/08/26 18:58:21 armin76 Exp $
-
-inherit unpacker
-
-DESCRIPTION="shell script that generates a self-extractible tar.gz"
-HOMEPAGE="http://www.megastep.org/makeself/"
-SRC_URI="http://www.megastep.org/makeself/${P}.run"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S=${WORKDIR}
-
-src_install() {
- dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack || die
- doman makeself.1
- dodoc README TODO makeself.lsm
-}