summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2005-01-01 15:22:03 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2005-01-01 15:22:03 +0000
commit4a1b28e083909dc0467ede53485bf4e3ac1faa41 (patch)
tree9369cd8bf80d7de7539dabfbde34471178655304 /app-arch/unrar/unrar-3.1.3.ebuild
parentUpdated Copyright dates to 2005. (Manifest recommit) (diff)
downloadgentoo-2-4a1b28e083909dc0467ede53485bf4e3ac1faa41.tar.gz
gentoo-2-4a1b28e083909dc0467ede53485bf4e3ac1faa41.tar.bz2
gentoo-2-4a1b28e083909dc0467ede53485bf4e3ac1faa41.zip
Cleanup and unmask.
Diffstat (limited to 'app-arch/unrar/unrar-3.1.3.ebuild')
-rw-r--r--app-arch/unrar/unrar-3.1.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-arch/unrar/unrar-3.1.3.ebuild b/app-arch/unrar/unrar-3.1.3.ebuild
deleted file mode 100644
index ff7c88c1e5b5..000000000000
--- a/app-arch/unrar/unrar-3.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-3.1.3.ebuild,v 1.7 2005/01/01 12:00:36 eradicator Exp $
-
-inherit eutils
-
-MY_P=${PN}src
-DESCRIPTION="Uncompress rar files"
-HOMEPAGE="http://www.rarlab.com/rar_add.htm"
-SRC_URI="http://www.rarlab.com/rar/${MY_P}-${PV}.tar.gz
- mirror://gentoo/${PN}-gcc3.patch"
-
-LICENSE="unRAR"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa"
-IUSE=""
-
-DEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- epatch ${DISTDIR}/${PN}-gcc3.patch
- make -f makefile.unix || die
-}
-
-src_install() {
- dobin unrar
- dodoc readme.txt license.txt
-}