diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-02 19:16:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-02 19:16:16 +0000 |
commit | 0e028342d3c18ad9dbb21e9fb540cc4aad0d5376 (patch) | |
tree | 8a483798cd33df47f08d7a86c193717085c0a4c3 /dev-perl/File-Next | |
parent | Fix multilib building in nss-3.12.3-r1 (diff) | |
download | gentoo-2-0e028342d3c18ad9dbb21e9fb540cc4aad0d5376.tar.gz gentoo-2-0e028342d3c18ad9dbb21e9fb540cc4aad0d5376.tar.bz2 gentoo-2-0e028342d3c18ad9dbb21e9fb540cc4aad0d5376.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Next')
-rw-r--r-- | dev-perl/File-Next/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/File-Next/File-Next-1.04.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/File-Next/ChangeLog b/dev-perl/File-Next/ChangeLog index 0ffae6e8c659..58282c3e4237 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Next/ChangeLog,v 1.3 2008/09/06 15:23:56 armin76 Exp $ +# 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 $ + +*File-Next-1.04 (02 Aug 2009) + + 02 Aug 2009; Torsten Veller <tove@gentoo.org> +File-Next-1.04.ebuild: + Version bump 06 Sep 2008; Raúl Porcel <armin76@gentoo.org> File-Next-1.02.ebuild: x86 stable diff --git a/dev-perl/File-Next/File-Next-1.04.ebuild b/dev-perl/File-Next/File-Next-1.04.ebuild new file mode 100644 index 000000000000..a768bffb9dce --- /dev/null +++ b/dev-perl/File-Next/File-Next-1.04.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.04.ebuild,v 1.1 2009/08/02 19:16:16 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 |