summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-09-03 13:14:39 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-09-03 13:14:39 +0000
commit77d7b8136cc3a49909fbb374091387a2bdaaf2e8 (patch)
treef01f44d52d0780162d3427801ddd0221c1106c48 /app-arch/upx
parentfilter-flags -fomit-frame-pointer. Bug 103741. (diff)
downloadgentoo-2-77d7b8136cc3a49909fbb374091387a2bdaaf2e8.tar.gz
gentoo-2-77d7b8136cc3a49909fbb374091387a2bdaaf2e8.tar.bz2
gentoo-2-77d7b8136cc3a49909fbb374091387a2bdaaf2e8.zip
Stable on x86. Bug 103831.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch/upx')
-rw-r--r--app-arch/upx/ChangeLog5
-rw-r--r--app-arch/upx/files/digest-upx-1.241
-rw-r--r--app-arch/upx/upx-1.24.ebuild23
-rw-r--r--app-arch/upx/upx-1.25.ebuild4
4 files changed, 6 insertions, 27 deletions
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 <matsuu@gentoo.org> 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"