summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-12-21 14:26:40 +0000
committerMichał Górny <mgorny@gentoo.org>2014-12-21 14:26:40 +0000
commit8c33c0cb58a7b1fd8a063a04b4e657d441268a1b (patch)
treef8fe145c5ebb4496697ec87b1652648f68ca4d03 /app-arch/makeself
parentUse sys-apps/gentoo-functions, bug #504388. (diff)
downloadgentoo-2-8c33c0cb58a7b1fd8a063a04b4e657d441268a1b.tar.gz
gentoo-2-8c33c0cb58a7b1fd8a063a04b4e657d441268a1b.tar.bz2
gentoo-2-8c33c0cb58a7b1fd8a063a04b4e657d441268a1b.zip
Move stable keywords.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-arch/makeself')
-rw-r--r--app-arch/makeself/ChangeLog6
-rw-r--r--app-arch/makeself/makeself-2.1.5-r1.ebuild23
-rw-r--r--app-arch/makeself/makeself-2.1.5-r2.ebuild4
3 files changed, 7 insertions, 26 deletions
diff --git a/app-arch/makeself/ChangeLog b/app-arch/makeself/ChangeLog
index 47625974ac03..6591df7287bf 100644
--- a/app-arch/makeself/ChangeLog
+++ b/app-arch/makeself/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/makeself
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.33 2014/12/21 14:25:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/ChangeLog,v 1.34 2014/12/21 14:26:40 mgorny Exp $
+
+ 21 Dec 2014; Michał Górny <mgorny@gentoo.org> -makeself-2.1.5-r1.ebuild,
+ makeself-2.1.5-r2.ebuild:
+ Move stable keywords.
*makeself-2.2.0-r1 (21 Dec 2014)
*makeself-2.1.5-r2 (21 Dec 2014)
diff --git a/app-arch/makeself/makeself-2.1.5-r1.ebuild b/app-arch/makeself/makeself-2.1.5-r1.ebuild
deleted file mode 100644
index cc56e84b2f1c..000000000000
--- a/app-arch/makeself/makeself-2.1.5-r1.ebuild
+++ /dev/null
@@ -1,23 +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-r1.ebuild,v 1.7 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
- dosym makeself.sh /usr/bin/makeself
- doman makeself.1
- dodoc README TODO makeself.lsm
-}
diff --git a/app-arch/makeself/makeself-2.1.5-r2.ebuild b/app-arch/makeself/makeself-2.1.5-r2.ebuild
index 6dd500bf94af..3a92a1f0c524 100644
--- a/app-arch/makeself/makeself-2.1.5-r2.ebuild
+++ b/app-arch/makeself/makeself-2.1.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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-r2.ebuild,v 1.1 2014/12/21 14:25:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/makeself/makeself-2.1.5-r2.ebuild,v 1.2 2014/12/21 14:26:40 mgorny Exp $
inherit unpacker
@@ -10,7 +10,7 @@ SRC_URI="http://www.megastep.org/makeself/${P}.run"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="sys-apps/gentoo-functions"