diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:40:23 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 13:40:23 +0000 |
commit | 073a1b7c69c8ef04680b21ceb5b83bba7ea2a7bd (patch) | |
tree | 3914e1f37ae0583dfe96d7e4c4ee63faed88a7f2 /app-arch/upx | |
parent | bit of cleaning. pruning dedicated to armin76 (diff) | |
download | historical-073a1b7c69c8ef04680b21ceb5b83bba7ea2a7bd.tar.gz historical-073a1b7c69c8ef04680b21ceb5b83bba7ea2a7bd.tar.bz2 historical-073a1b7c69c8ef04680b21ceb5b83bba7ea2a7bd.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'app-arch/upx')
-rw-r--r-- | app-arch/upx/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/upx/upx-1.25.ebuild | 6 | ||||
-rw-r--r-- | app-arch/upx/upx-2.02.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-arch/upx/ChangeLog b/app-arch/upx/ChangeLog index ad5c71d3451f..7fe704ecc321 100644 --- a/app-arch/upx/ChangeLog +++ b/app-arch/upx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/upx # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.16 2007/03/20 21:09:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.17 2007/07/02 13:40:23 peper Exp $ + + 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> upx-1.25.ebuild, + upx-2.02.ebuild: + (QA) RESTRICT clean up. 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> upx-2.02.ebuild: x86 stable diff --git a/app-arch/upx/upx-1.25.ebuild b/app-arch/upx/upx-1.25.ebuild index 550259c5de58..2086c2353297 100644 --- a/app-arch/upx/upx-1.25.ebuild +++ b/app-arch/upx/upx-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.4 2005/09/12 02:58:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.5 2007/07/02 13:40:23 peper Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="Ultimate Packer for eXecutables" @@ -11,7 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="s390 x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="!app-arch/upx-ucl" diff --git a/app-arch/upx/upx-2.02.ebuild b/app-arch/upx/upx-2.02.ebuild index 68e0d656a6dd..055d7047cddf 100644 --- a/app-arch/upx/upx-2.02.ebuild +++ b/app-arch/upx/upx-2.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-2.02.ebuild,v 1.2 2007/03/20 21:09:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-2.02.ebuild,v 1.3 2007/07/02 13:40:23 peper Exp $ DESCRIPTION="Ultimate Packer for eXecutables" HOMEPAGE="http://upx.sourceforge.net/" @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" DEPEND="!app-arch/upx-ucl" |