diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:51:56 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:51:56 +0000 |
commit | f9527905df3446bf8c573ebe202eff8a5412f6fb (patch) | |
tree | 50aef0c8f3b4275ffd854c96ed723afa691dd716 /dev-perl | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-f9527905df3446bf8c573ebe202eff8a5412f6fb.tar.gz gentoo-2-f9527905df3446bf8c573ebe202eff8a5412f6fb.tar.bz2 gentoo-2-f9527905df3446bf8c573ebe202eff8a5412f6fb.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')
-rw-r--r-- | dev-perl/IMAP-BodyStructure/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/IMAP-BodyStructure/ChangeLog b/dev-perl/IMAP-BodyStructure/ChangeLog index fb678e5fc54c..5507a034c178 100644 --- a/dev-perl/IMAP-BodyStructure/ChangeLog +++ b/dev-perl/IMAP-BodyStructure/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for dev-perl/IMAP-BodyStructure -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-BodyStructure/ChangeLog,v 1.1 2014/09/25 10:05:48 chainsaw Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-BodyStructure/ChangeLog,v 1.2 2015/06/13 22:51:56 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + IMAP-BodyStructure-1.10.0.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *IMAP-BodyStructure-1.10.0 (25 Sep 2014) 25 Sep 2014; Tony Vroon <chainsaw@gentoo.org> +IMAP-BodyStructure-1.10.0.ebuild, +metadata.xml: Initial commit, ebuild by g-cpan with some minor tweaks by me. - diff --git a/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild b/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild index 57d31f3633b6..6300a9a25f81 100644 --- a/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild +++ b/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.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/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild,v 1.1 2014/09/25 10:05:48 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-BodyStructure/IMAP-BodyStructure-1.10.0.ebuild,v 1.2 2015/06/13 22:51:56 dilfridge Exp $ EAPI=5 @@ -18,4 +18,4 @@ IUSE="" DEPEND="dev-perl/Test-NoWarnings dev-lang/perl - virtual/perl-Module-Build" + dev-perl/Module-Build" |