diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-02-22 14:32:47 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-02-22 14:32:47 +0000 |
commit | 6aba92f0e73eb4de4769783d3799d7e028975512 (patch) | |
tree | 3d3a85310c30090b74f789ee4187becba9931a3b /app-arch/atool | |
parent | update glibc 2.10 patch, apply API changes to make abiword-plugins compile on... (diff) | |
download | gentoo-2-6aba92f0e73eb4de4769783d3799d7e028975512.tar.gz gentoo-2-6aba92f0e73eb4de4769783d3799d7e028975512.tar.bz2 gentoo-2-6aba92f0e73eb4de4769783d3799d7e028975512.zip |
rm
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/atool')
-rw-r--r-- | app-arch/atool/atool-0.35.0.ebuild | 20 | ||||
-rw-r--r-- | app-arch/atool/atool-0.36.0.ebuild | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-arch/atool/atool-0.35.0.ebuild b/app-arch/atool/atool-0.35.0.ebuild deleted file mode 100644 index 567401e93961..000000000000 --- a/app-arch/atool/atool-0.35.0.ebuild +++ /dev/null @@ -1,20 +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.35.0.ebuild,v 1.6 2008/09/06 15:30:49 nixnut 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 - !app-text/adiff" - -src_install() { - emake DESTDIR="${D}" install || die 'emake install failed' - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/app-arch/atool/atool-0.36.0.ebuild b/app-arch/atool/atool-0.36.0.ebuild deleted file mode 100644 index 8107cd3623eb..000000000000 --- a/app-arch/atool/atool-0.36.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/atool/atool-0.36.0.ebuild,v 1.1 2009/03/20 18:23:15 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 - !app-text/adiff" - -src_install() { - emake DESTDIR="${D}" install || die 'emake install failed' - dodoc AUTHORS ChangeLog NEWS README TODO -} |