summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-09-06 15:33:05 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-09-06 15:33:05 +0000
commitb6179d0e32740c0b13f7a07ce7f803594a9c294b (patch)
treeb75a33bbe2f88ffbc98cb795555597b0f7b0284a /app-arch/atool
parentalpha/ia64 stable wrt #234135 (diff)
downloadgentoo-2-b6179d0e32740c0b13f7a07ce7f803594a9c294b.tar.gz
gentoo-2-b6179d0e32740c0b13f7a07ce7f803594a9c294b.tar.bz2
gentoo-2-b6179d0e32740c0b13f7a07ce7f803594a9c294b.zip
rm
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'app-arch/atool')
-rw-r--r--app-arch/atool/atool-0.32.0.ebuild17
-rw-r--r--app-arch/atool/atool-0.33.0.ebuild19
-rw-r--r--app-arch/atool/atool-0.34.0.ebuild19
3 files changed, 0 insertions, 55 deletions
diff --git a/app-arch/atool/atool-0.32.0.ebuild b/app-arch/atool/atool-0.32.0.ebuild
deleted file mode 100644
index eb97a3808c35..000000000000
--- a/app-arch/atool/atool-0.32.0.ebuild
+++ /dev/null
@@ -1,17 +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/atool/atool-0.32.0.ebuild,v 1.6 2007/05/26 15:24:14 nyhm Exp $
-
-DESCRIPTION="a script for managing file archives of various types"
-HOMEPAGE="http://www.nongnu.org/atool/"
-SRC_URI="http://savannah.nongnu.org/download/atool/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- dodoc ChangeLog TODO README NEWS
-}
diff --git a/app-arch/atool/atool-0.33.0.ebuild b/app-arch/atool/atool-0.33.0.ebuild
deleted file mode 100644
index f52482095c40..000000000000
--- a/app-arch/atool/atool-0.33.0.ebuild
+++ /dev/null
@@ -1,19 +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/atool/atool-0.33.0.ebuild,v 1.1 2008/02/06 14:30:24 nyhm Exp $
-
-DESCRIPTION="a script for managing file archives of various types"
-HOMEPAGE="http://www.nongnu.org/atool/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- dodoc ChangeLog NEWS README TODO
-}
diff --git a/app-arch/atool/atool-0.34.0.ebuild b/app-arch/atool/atool-0.34.0.ebuild
deleted file mode 100644
index 39a194548b5c..000000000000
--- a/app-arch/atool/atool-0.34.0.ebuild
+++ /dev/null
@@ -1,19 +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/atool/atool-0.34.0.ebuild,v 1.1 2008/06/06 17:47:22 nyhm Exp $
-
-DESCRIPTION="a script for managing file archives of various types"
-HOMEPAGE="http://www.nongnu.org/atool/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- dodoc AUTHORS ChangeLog NEWS README TODO
-}