diff options
author | Aaron Kulbe <superlag@gentoo.org> | 2005-11-20 10:19:35 +0000 |
---|---|---|
committer | Aaron Kulbe <superlag@gentoo.org> | 2005-11-20 10:19:35 +0000 |
commit | 517ab00b065d86675c24f1acba051fd404725123 (patch) | |
tree | be6118d212f3281203337329043cc492fae38d53 /dev-perl/File-Remove/File-Remove-0.30.ebuild | |
parent | Stable on mips, bug #109997. (diff) | |
download | historical-517ab00b065d86675c24f1acba051fd404725123.tar.gz historical-517ab00b065d86675c24f1acba051fd404725123.tar.bz2 historical-517ab00b065d86675c24f1acba051fd404725123.zip |
Cleaning up dev-perl outstanding stuff. Version bump upstream.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'dev-perl/File-Remove/File-Remove-0.30.ebuild')
-rw-r--r-- | dev-perl/File-Remove/File-Remove-0.30.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/File-Remove/File-Remove-0.30.ebuild b/dev-perl/File-Remove/File-Remove-0.30.ebuild new file mode 100644 index 000000000000..0f0add9a7f21 --- /dev/null +++ b/dev-perl/File-Remove/File-Remove-0.30.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-0.30.ebuild,v 1.1 2005/11/20 10:19:35 superlag Exp $ + +inherit perl-module + +DESCRIPTION="Remove files and directories" +SRC_URI="mirror://cpan/authors/id/R/RS/RSOD/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rsod/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=perl-core/File-Spec-0.84" |