summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-26 04:44:36 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-26 04:44:36 +0000
commite0c2dfabda0deea452b5805dd0c68219a2a9e92e (patch)
treed078ae3a65015de54f10f6f39e557a6da9b51a79 /app-arch/upx
parentInitial import. #15420 (diff)
downloadgentoo-2-e0c2dfabda0deea452b5805dd0c68219a2a9e92e.tar.gz
gentoo-2-e0c2dfabda0deea452b5805dd0c68219a2a9e92e.tar.bz2
gentoo-2-e0c2dfabda0deea452b5805dd0c68219a2a9e92e.zip
removed older ebuilds
Diffstat (limited to 'app-arch/upx')
-rw-r--r--app-arch/upx/files/digest-upx-1.231
-rw-r--r--app-arch/upx/files/digest-upx-1.23-r11
-rw-r--r--app-arch/upx/upx-1.23-r1.ebuild21
-rw-r--r--app-arch/upx/upx-1.23.ebuild19
4 files changed, 0 insertions, 42 deletions
diff --git a/app-arch/upx/files/digest-upx-1.23 b/app-arch/upx/files/digest-upx-1.23
deleted file mode 100644
index 82b60310f051..000000000000
--- a/app-arch/upx/files/digest-upx-1.23
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cacc77e506ed91cab2b51f8fb1c8ddd8 upx-1.23-linux.tar.gz 154151
diff --git a/app-arch/upx/files/digest-upx-1.23-r1 b/app-arch/upx/files/digest-upx-1.23-r1
deleted file mode 100644
index 82b60310f051..000000000000
--- a/app-arch/upx/files/digest-upx-1.23-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cacc77e506ed91cab2b51f8fb1c8ddd8 upx-1.23-linux.tar.gz 154151
diff --git a/app-arch/upx/upx-1.23-r1.ebuild b/app-arch/upx/upx-1.23-r1.ebuild
deleted file mode 100644
index a5838b95c5be..000000000000
--- a/app-arch/upx/upx-1.23-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.23-r1.ebuild,v 1.2 2003/02/13 05:57:45 vapier Exp $
-
-S=${WORKDIR}/${P}-linux
-DESCRIPTION="upx is the Ultimate Packer for eXecutables."
-SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz"
-HOMEPAGE="http://upx.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-
-RESTRICT="nostrip"
-
-src_install() {
- #the pre-compiled version works on gcc-3.2 systems; source version won't compile.
- dobin upx
- doman upx.1
- dodoc upx.doc upx.html BUGS COPYING LICENSE NEWS README THANKS
-}
diff --git a/app-arch/upx/upx-1.23.ebuild b/app-arch/upx/upx-1.23.ebuild
deleted file mode 100644
index d9b2ed49d305..000000000000
--- a/app-arch/upx/upx-1.23.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/upx/upx-1.23.ebuild,v 1.4 2003/02/13 05:57:51 vapier Exp $
-
-S=${WORKDIR}/${P}-linux
-DESCRIPTION="upx is the Ultimate Packer for eXecutables."
-SRC_URI="http://upx.sourceforge.net/download/${P}-linux.tar.gz"
-HOMEPAGE="http://upx.sourceforge.net/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_install() {
- #the pre-compiled version works on gcc-3.2 systems; source version won't compile.
- dobin upx
- doman upx.1
- dodoc upx.doc upx.html BUGS COPYING LICENSE NEWS README THANKS
-}