diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-13 10:11:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-13 10:11:30 +0000 |
commit | 5b708789a96fdddfc4da983a736855bd0da43fa2 (patch) | |
tree | 12e5c8d87be9c57363d3e86ba3c629f0dc4330e9 /app-arch | |
parent | sparc stable (bug 342525) (diff) | |
download | gentoo-2-5b708789a96fdddfc4da983a736855bd0da43fa2.tar.gz gentoo-2-5b708789a96fdddfc4da983a736855bd0da43fa2.tar.bz2 gentoo-2-5b708789a96fdddfc4da983a736855bd0da43fa2.zip |
old
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrar/unrar-3.9.7.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/unrar/unrar-3.9.7.ebuild b/app-arch/unrar/unrar-3.9.7.ebuild deleted file mode 100644 index c8dc861ca0a0..000000000000 --- a/app-arch/unrar/unrar-3.9.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.9.7.ebuild,v 1.8 2010/06/30 21:29:00 hanno 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-0.0.1_p20080417" - -S=${WORKDIR}/unrar - -src_compile() { - emake \ - -f makefile.unix \ - CXXFLAGS="${CXXFLAGS}" \ - CXX="$(tc-getCXX)" \ - STRIP="true" || die "emake failed" -} - -src_install() { - dobin unrar || die - dodoc readme.txt -} |