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
commit69d10961a76384a2eb862100b7fddc5dac329948 (patch)
treeea450136987777124bb1c142cfe5b2c4fd40b7d4 /app-arch
parentAdd Croatian translation (diff)
downloadhistorical-69d10961a76384a2eb862100b7fddc5dac329948.tar.gz
historical-69d10961a76384a2eb862100b7fddc5dac329948.tar.bz2
historical-69d10961a76384a2eb862100b7fddc5dac329948.zip
old
Diffstat (limited to 'app-arch')
-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
-}