diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-07 13:05:53 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-07 13:05:53 +0000 |
commit | 382176debcfc16448a97146a5c98526c19101c2e (patch) | |
tree | 13853dc66296311651894254270b4367e1e5e358 /dev-perl/File-Remove/File-Remove-0.34.ebuild | |
parent | Fix pkgconfig files (diff) | |
download | gentoo-2-382176debcfc16448a97146a5c98526c19101c2e.tar.gz gentoo-2-382176debcfc16448a97146a5c98526c19101c2e.tar.bz2 gentoo-2-382176debcfc16448a97146a5c98526c19101c2e.zip |
Version bump with fixes for tests
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'dev-perl/File-Remove/File-Remove-0.34.ebuild')
-rw-r--r-- | dev-perl/File-Remove/File-Remove-0.34.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/File-Remove/File-Remove-0.34.ebuild b/dev-perl/File-Remove/File-Remove-0.34.ebuild new file mode 100644 index 000000000000..5e24c3fd770a --- /dev/null +++ b/dev-perl/File-Remove/File-Remove-0.34.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 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.34.ebuild,v 1.1 2006/11/07 13:05:53 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Remove files and directories" +SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~adamk/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=virtual/perl-File-Spec-0.84 + dev-lang/perl" |