diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:36:35 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:36:35 +0000 |
commit | 24fccf1011045e7e29b16e0cc63fda281d8d6fd0 (patch) | |
tree | f118a1e8376450b66396d4acea2bec91857a82a0 /dev-perl/DateTime-Format-Natural | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-24fccf1011045e7e29b16e0cc63fda281d8d6fd0.tar.gz gentoo-2-24fccf1011045e7e29b16e0cc63fda281d8d6fd0.tar.bz2 gentoo-2-24fccf1011045e7e29b16e0cc63fda281d8d6fd0.zip |
Module::Build is no longer part of core Perl and has been moved to dev-perl
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/DateTime-Format-Natural')
-rw-r--r-- | dev-perl/DateTime-Format-Natural/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/DateTime-Format-Natural/ChangeLog b/dev-perl/DateTime-Format-Natural/ChangeLog index 81dd4c14c50b..7a3b3e6c5299 100644 --- a/dev-perl/DateTime-Format-Natural/ChangeLog +++ b/dev-perl/DateTime-Format-Natural/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Natural -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.41 2014/08/26 18:16:03 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/ChangeLog,v 1.42 2015/06/13 22:36:35 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + DateTime-Format-Natural-1.10.0-r1.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *DateTime-Format-Natural-1.10.0-r1 (26 Aug 2014) diff --git a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild index 73ff79d14f1c..70576b220283 100644 --- a/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild +++ b/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild,v 1.1 2014/08/26 18:16:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Natural/DateTime-Format-Natural-1.10.0-r1.ebuild,v 1.2 2015/06/13 22:36:35 dilfridge Exp $ EAPI=5 @@ -25,7 +25,7 @@ RDEPEND=" dev-perl/List-MoreUtils " DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.380.0 + >=dev-perl/Module-Build-0.380.0 test? ( dev-perl/Module-Util dev-perl/Test-MockTime |