diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 02:01:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 02:01:46 +0000 |
commit | 71396f1d9c118707b6849c1cd025a889e95eed79 (patch) | |
tree | dbab181103deadead9e8364faca91adaf1e3729a /app-arch/unace | |
parent | stable on alpha (diff) | |
download | gentoo-2-71396f1d9c118707b6849c1cd025a889e95eed79.tar.gz gentoo-2-71396f1d9c118707b6849c1cd025a889e95eed79.tar.bz2 gentoo-2-71396f1d9c118707b6849c1cd025a889e95eed79.zip |
fix SRC_URI #30104
Diffstat (limited to 'app-arch/unace')
-rw-r--r-- | app-arch/unace/files/digest-unace-2.0.4 | 1 | ||||
-rw-r--r-- | app-arch/unace/unace-2.0.4.ebuild | 19 | ||||
-rw-r--r-- | app-arch/unace/unace-2.2.ebuild | 11 |
3 files changed, 6 insertions, 25 deletions
diff --git a/app-arch/unace/files/digest-unace-2.0.4 b/app-arch/unace/files/digest-unace-2.0.4 deleted file mode 100644 index 969172196742..000000000000 --- a/app-arch/unace/files/digest-unace-2.0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 4c95c7197ee5ddf963c0a03958c2ccc3 linunace204.tgz 182762 diff --git a/app-arch/unace/unace-2.0.4.ebuild b/app-arch/unace/unace-2.0.4.ebuild deleted file mode 100644 index 134cc0bc23d3..000000000000 --- a/app-arch/unace/unace-2.0.4.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/unace/unace-2.0.4.ebuild,v 1.14 2003/07/08 21:50:26 darkspecter Exp $ - -S=${WORKDIR} -DESCRIPTION="ACE unarchiver" -SRC_URI="http://www.vikingassociates.com/winace/linunace${PV//./}.tgz" -HOMEPAGE="http://www.winace.com/" - -SLOT="0" -LICENSE="freedist" -KEYWORDS="x86 -ppc -sparc " - -DEPEND="virtual/glibc" - -src_install() { - into /opt - dobin unace -} diff --git a/app-arch/unace/unace-2.2.ebuild b/app-arch/unace/unace-2.2.ebuild index d9b586a19a39..5fc5e7a5ebc7 100644 --- a/app-arch/unace/unace-2.2.ebuild +++ b/app-arch/unace/unace-2.2.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.2.ebuild,v 1.5 2003/07/08 21:50:26 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unace/unace-2.2.ebuild,v 1.6 2003/10/02 02:01:46 vapier Exp $ -S=${WORKDIR} DESCRIPTION="ACE unarchiver" -SRC_URI="http://home.hccnet.nl/h.edskes/download/linunace${PV//./}.tgz" HOMEPAGE="http://www.winace.com/" +SRC_URI="http://ace.edskes.com/winace/linunace${PV//.}.tgz" -SLOT="0" LICENSE="freedist" -KEYWORDS="x86 -ppc -sparc " +SLOT="0" +KEYWORDS="-* x86" DEPEND="virtual/glibc" +S=${WORKDIR} + src_install() { into /opt dobin unace |