From 77d7b8136cc3a49909fbb374091387a2bdaaf2e8 Mon Sep 17 00:00:00 2001 From: Matsuu Takuto Date: Sat, 3 Sep 2005 13:14:39 +0000 Subject: Stable on x86. Bug 103831. (Portage version: 2.0.51.22-r2) --- app-arch/upx/ChangeLog | 5 ++++- app-arch/upx/files/digest-upx-1.24 | 1 - app-arch/upx/upx-1.24.ebuild | 23 ----------------------- app-arch/upx/upx-1.25.ebuild | 4 ++-- 4 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 app-arch/upx/files/digest-upx-1.24 delete mode 100644 app-arch/upx/upx-1.24.ebuild (limited to 'app-arch/upx') diff --git a/app-arch/upx/ChangeLog b/app-arch/upx/ChangeLog index 21c4ded9fa58..e83d66025694 100644 --- a/app-arch/upx/ChangeLog +++ b/app-arch/upx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/upx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.12 2005/01/01 12:01:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/ChangeLog,v 1.13 2005/09/03 13:14:39 matsuu Exp $ + + 03 Sep 2005; MATSUU Takuto upx-1.25.ebuild: + Stable on x86. Bug 103831. *upx-1.25 (09 Jul 2004) diff --git a/app-arch/upx/files/digest-upx-1.24 b/app-arch/upx/files/digest-upx-1.24 deleted file mode 100644 index 338875f42fe5..000000000000 --- a/app-arch/upx/files/digest-upx-1.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 d7c0624e98898ee80d06a91138f29e64 upx-1.24-linux.tar.gz 156398 diff --git a/app-arch/upx/upx-1.24.ebuild b/app-arch/upx/upx-1.24.ebuild deleted file mode 100644 index ed66e0f61ef6..000000000000 --- a/app-arch/upx/upx-1.24.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.24.ebuild,v 1.8 2005/01/01 12:01:46 eradicator Exp $ - -S=${WORKDIR}/${P}-linux -DESCRIPTION="Ultimate Packer for eXecutables" -HOMEPAGE="http://upx.sourceforge.net/" -SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" -RESTRICT="nostrip" - -DEPEND="!app-arch/upx-ucl" - -src_install() { - #the pre-compiled version works on gcc-3.2 systems; source version won't compile. - dobin upx || die - doman upx.1 - dodoc upx.doc upx.html BUGS NEWS README THANKS -} diff --git a/app-arch/upx/upx-1.25.ebuild b/app-arch/upx/upx-1.25.ebuild index dedaaf7452e5..7c24b7778efc 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 # 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.2 2005/01/01 12:01:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.25.ebuild,v 1.3 2005/09/03 13:14:39 matsuu Exp $ S=${WORKDIR}/${P}-linux DESCRIPTION="Ultimate Packer for eXecutables" @@ -9,7 +9,7 @@ SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~s390" +KEYWORDS="x86 ~s390" IUSE="" RESTRICT="nostrip" -- cgit v1.2.3-65-gdbad