diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-03-06 22:56:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-06 22:56:18 +0000 |
commit | 9c114a0add9258f37d1d79d09a1e485dba1c529f (patch) | |
tree | bb96579c16ee9b5eaf1a5962a62d3f53456e716b /app-arch | |
parent | Avoid autotool depends #304901 by Kevin Morgan. (diff) | |
download | historical-9c114a0add9258f37d1d79d09a1e485dba1c529f.tar.gz historical-9c114a0add9258f37d1d79d09a1e485dba1c529f.tar.bz2 historical-9c114a0add9258f37d1d79d09a1e485dba1c529f.zip |
old
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrar/unrar-3.9.6.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/unrar/unrar-3.9.6.ebuild b/app-arch/unrar/unrar-3.9.6.ebuild deleted file mode 100644 index 7e0182d17b1b..000000000000 --- a/app-arch/unrar/unrar-3.9.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.9.6.ebuild,v 1.1 2009/09/01 18:35:01 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 -} |