diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 14:47:35 +0000 |
commit | b2a98c724a3b34e85eceda1dd39ae53999a5cf04 (patch) | |
tree | 79e4d9cccff113d6562a3196d3ffc5c42556946b /app-arch/unrar | |
parent | added public domain non-license (diff) | |
download | gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.gz gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.bz2 gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.zip |
repoman'd
Diffstat (limited to 'app-arch/unrar')
-rw-r--r-- | app-arch/unrar/unrar-2.50.ebuild | 30 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.00-r1.ebuild | 10 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.00.ebuild | 25 |
3 files changed, 5 insertions, 60 deletions
diff --git a/app-arch/unrar/unrar-2.50.ebuild b/app-arch/unrar/unrar-2.50.ebuild deleted file mode 100644 index d3f09871ebac..000000000000 --- a/app-arch/unrar/unrar-2.50.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-2.50.ebuild,v 1.8 2002/07/17 20:44:57 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Uncompress rar files" -SRC_URI="ftp://ftp.elf.stuba.sk/pub/pc/pack/unrar250.zip" -SLOT="0" -HOMEPAGE="ftp://ftp.elf.stuba.sk/pub/pc/pack" -LICENSE="unRAR" - -DEPEND="virtual/glibc app-arch/unzip" -RDEPEND="virtual/glibc" -# Might be more depends... probably not, though - -src_compile() { -# Many many warnings... but seems to work okay - cd src - mv Makefile Makefile.orig - sed -e "s:-O2:${CFLAGS}:" -e "s:-Wall::" Makefile.orig > Makefile - try make -} - -src_install() { - dobin src/unrar - dodoc readme.txt license.txt -} - - - diff --git a/app-arch/unrar/unrar-3.00-r1.ebuild b/app-arch/unrar/unrar-3.00-r1.ebuild index da5c61c5810a..8ffbd210d619 100644 --- a/app-arch/unrar/unrar-3.00-r1.ebuild +++ b/app-arch/unrar/unrar-3.00-r1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.00-r1.ebuild,v 1.4 2002/07/17 20:44:57 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.00-r1.ebuild,v 1.5 2002/07/25 14:47:35 seemant Exp $ MY_P=${PN}src S=${WORKDIR} DESCRIPTION="Uncompress rar files" SRC_URI="ftp://ftp.elf.stuba.sk/pub/pc/pack/${MY_P}.tgz" -SLOT="0" HOMEPAGE="ftp://ftp.elf.stuba.sk/pub/pc/pack" + +SLOT="0" LICENSE="unRAR" +KEYWORDS="x86" -DEPEND="virtual/glibc - app-arch/unzip" -RDEPEND="virtual/glibc" +DEPEND="app-arch/unzip" src_compile() { cp ${FILESDIR}/unrar-3.00-rartypes.hpp rartypes.hpp diff --git a/app-arch/unrar/unrar-3.00.ebuild b/app-arch/unrar/unrar-3.00.ebuild deleted file mode 100644 index 8daf7e062a3b..000000000000 --- a/app-arch/unrar/unrar-3.00.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.00.ebuild,v 1.4 2002/07/17 20:44:57 drobbins Exp $ - -MY_P=${PN}src -S=${WORKDIR} -DESCRIPTION="Uncompress rar files" -SRC_URI="ftp://ftp.elf.stuba.sk/pub/pc/pack/${MY_P}.tgz" -SLOT="0" -HOMEPAGE="ftp://ftp.elf.stuba.sk/pub/pc/pack" -LICENSE="unRAR" - -DEPEND="virtual/glibc - app-arch/unzip" -RDEPEND="virtual/glibc" - -src_compile() { - - make -f makefile.gcc || die -} - -src_install() { - dobin unrar - dodoc readme.txt license.txt -} |