diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 02:24:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 02:24:46 +0000 |
commit | 5452f02d320926c9c896963e1e6553d8a850083c (patch) | |
tree | c8de71b095f6471e585024047d86613d667fd5df /app-arch/unrar | |
parent | Version bump. (diff) | |
download | gentoo-2-5452f02d320926c9c896963e1e6553d8a850083c.tar.gz gentoo-2-5452f02d320926c9c896963e1e6553d8a850083c.tar.bz2 gentoo-2-5452f02d320926c9c896963e1e6553d8a850083c.zip |
old
Diffstat (limited to 'app-arch/unrar')
-rw-r--r-- | app-arch/unrar/unrar-3.7.3.ebuild | 32 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.7.5.ebuild | 32 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.7.6.ebuild | 32 | ||||
-rw-r--r-- | app-arch/unrar/unrar-3.7.8.ebuild | 32 |
4 files changed, 0 insertions, 128 deletions
diff --git a/app-arch/unrar/unrar-3.7.3.ebuild b/app-arch/unrar/unrar-3.7.3.ebuild deleted file mode 100644 index 3e5f737781cc..000000000000 --- a/app-arch/unrar/unrar-3.7.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.7.3.ebuild,v 1.9 2007/02/17 15:12:18 vapier Exp $ - -inherit toolchain-funcs - -MY_PN=${PN}src -DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" - -LICENSE="unRAR" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!app-arch/unrar-gpl" - -S=${WORKDIR}/unrar - -src_compile() { - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" || die "emake failed" -} - -src_install() { - dobin unrar || die "dobin failed" - dodoc readme.txt -} diff --git a/app-arch/unrar/unrar-3.7.5.ebuild b/app-arch/unrar/unrar-3.7.5.ebuild deleted file mode 100644 index 71084b6c26aa..000000000000 --- a/app-arch/unrar/unrar-3.7.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.7.5.ebuild,v 1.9 2007/09/22 18:12:00 vapier Exp $ - -inherit toolchain-funcs - -MY_PN=${PN}src -DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" - -LICENSE="unRAR" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!app-arch/unrar-gpl" - -S=${WORKDIR}/unrar - -src_compile() { - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" || die "emake failed" -} - -src_install() { - dobin unrar || die "dobin failed" - dodoc readme.txt -} diff --git a/app-arch/unrar/unrar-3.7.6.ebuild b/app-arch/unrar/unrar-3.7.6.ebuild deleted file mode 100644 index c70f426c4cf6..000000000000 --- a/app-arch/unrar/unrar-3.7.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.7.6.ebuild,v 1.9 2007/12/11 08:52:33 vapier Exp $ - -inherit toolchain-funcs - -MY_PN=${PN}src -DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" - -LICENSE="unRAR" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!app-arch/unrar-gpl" - -S=${WORKDIR}/unrar - -src_compile() { - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" || die "emake failed" -} - -src_install() { - dobin unrar || die "dobin failed" - dodoc readme.txt -} diff --git a/app-arch/unrar/unrar-3.7.8.ebuild b/app-arch/unrar/unrar-3.7.8.ebuild deleted file mode 100644 index 8a4daca75742..000000000000 --- a/app-arch/unrar/unrar-3.7.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.7.8.ebuild,v 1.9 2007/12/11 16:50:19 nixnut Exp $ - -inherit toolchain-funcs - -MY_PN=${PN}src -DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz" - -LICENSE="unRAR" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!app-arch/unrar-gpl" - -S=${WORKDIR}/unrar - -src_compile() { - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" || die "emake failed" -} - -src_install() { - dobin unrar || die "dobin failed" - dodoc readme.txt -} |