summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-01 18:34:35 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-01 18:34:35 +0000
commit4742bd360caa744318c2594356243b9cb8dfacee (patch)
treeb36fc320878118a95f02eaa936e4eb7084aa457b
parentStabilised on amd64 and x86. (diff)
downloadgentoo-2-4742bd360caa744318c2594356243b9cb8dfacee.tar.gz
gentoo-2-4742bd360caa744318c2594356243b9cb8dfacee.tar.bz2
gentoo-2-4742bd360caa744318c2594356243b9cb8dfacee.zip
old
-rw-r--r--app-arch/unrar/unrar-3.8.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-arch/unrar/unrar-3.8.2.ebuild b/app-arch/unrar/unrar-3.8.2.ebuild
deleted file mode 100644
index 012685bcc705..000000000000
--- a/app-arch/unrar/unrar-3.8.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.8.2.ebuild,v 1.8 2008/09/29 01:38:05 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
-}