diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-12 17:39:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-12 17:39:52 +0000 |
commit | 1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7 (patch) | |
tree | 5a40f9bff36a01bc83f0842c1c2d7e583476e705 /dev-perl/File-Next | |
parent | Version bump (diff) | |
download | gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.tar.gz gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.tar.bz2 gentoo-2-1a0eb1689c6529ed48e66f7f2755f6b7b8dfd0b7.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Next')
-rw-r--r-- | dev-perl/File-Next/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-Next/File-Next-1.06.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/File-Next/ChangeLog b/dev-perl/File-Next/ChangeLog index 58282c3e4237..6d30486dec64 100644 --- a/dev-perl/File-Next/ChangeLog +++ b/dev-perl/File-Next/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Next # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.4 2009/08/02 19:16:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.5 2009/08/12 17:39:52 tove Exp $ + +*File-Next-1.06 (12 Aug 2009) + + 12 Aug 2009; Torsten Veller <tove@gentoo.org> +File-Next-1.06.ebuild: + Version bump *File-Next-1.04 (02 Aug 2009) diff --git a/dev-perl/File-Next/File-Next-1.06.ebuild b/dev-perl/File-Next/File-Next-1.06.ebuild new file mode 100644 index 000000000000..2335386bde15 --- /dev/null +++ b/dev-perl/File-Next/File-Next-1.06.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/File-Next-1.06.ebuild,v 1.1 2009/08/12 17:39:52 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PETDANCE +inherit perl-module + +DESCRIPTION="File::Next is an iterator-based module for finding files" + +LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="virtual/perl-File-Spec + virtual/perl-Test-Simple" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST=do |