summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-12-13 22:39:15 +0000
committerHanno Böck <hanno@gentoo.org>2008-12-13 22:39:15 +0000
commitb309b48ea3f820cc922fb9e85f18b274768f470a (patch)
tree88ded33024b6dc4e41c52dd696af58e60c8aed41 /app-arch/unrar-gpl
parentSplit sparc compile patch into two files as the old mplayer needs both, the n... (diff)
downloadgentoo-2-b309b48ea3f820cc922fb9e85f18b274768f470a.tar.gz
gentoo-2-b309b48ea3f820cc922fb9e85f18b274768f470a.tar.bz2
gentoo-2-b309b48ea3f820cc922fb9e85f18b274768f470a.zip
remove old unrar-gpl ebuilds
(Portage version: 2.2_rc17/cvs/Linux 2.6.28-rc8 x86_64)
Diffstat (limited to 'app-arch/unrar-gpl')
-rw-r--r--app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild24
-rw-r--r--app-arch/unrar-gpl/unrar-gpl-0.0.1_p20070929.ebuild24
2 files changed, 0 insertions, 48 deletions
diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild
deleted file mode 100644
index 7e60ec56dc01..000000000000
--- a/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar-gpl/unrar-gpl-0.0.1.ebuild,v 1.4 2007/07/05 00:51:45 angelos Exp $
-
-inherit eutils
-DESCRIPTION="Free rar unpacker"
-HOMEPAGE="http://home.gna.org/unrar/"
-SRC_URI="http://download.gna.org/unrar/${P/-gpl}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="!app-arch/unrar"
-S=${WORKDIR}/${P/-gpl}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS README INSTALL todo
-}
diff --git a/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20070929.ebuild b/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20070929.ebuild
deleted file mode 100644
index a902826131db..000000000000
--- a/app-arch/unrar-gpl/unrar-gpl-0.0.1_p20070929.ebuild
+++ /dev/null
@@ -1,24 +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-gpl/unrar-gpl-0.0.1_p20070929.ebuild,v 1.2 2008/04/03 20:46:30 maekke Exp $
-
-inherit eutils
-DESCRIPTION="Free rar unpacker"
-HOMEPAGE="http://home.gna.org/unrar/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND="!app-arch/unrar"
-S=${WORKDIR}/${PN/-gpl}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS README || die "dodoc failed"
-}