diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:50:35 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 22:50:35 +0000 |
commit | 4ac8a1ff40ae03ed6bdd097c61630dd302529625 (patch) | |
tree | dd001ea9467e13d3faece45b446c071aae255d6f /dev-perl | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-4ac8a1ff40ae03ed6bdd097c61630dd302529625.tar.gz gentoo-2-4ac8a1ff40ae03ed6bdd097c61630dd302529625.tar.bz2 gentoo-2-4ac8a1ff40ae03ed6bdd097c61630dd302529625.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/HTML-Mason/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/HTML-Mason/ChangeLog b/dev-perl/HTML-Mason/ChangeLog index 6395458de828..b94be05c2eb6 100644 --- a/dev-perl/HTML-Mason/ChangeLog +++ b/dev-perl/HTML-Mason/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/HTML-Mason # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.114 2015/06/13 17:14:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/ChangeLog,v 1.115 2015/06/13 22:50:35 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + HTML-Mason-1.510.0.ebuild, HTML-Mason-1.540.0.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> HTML-Mason-1.510.0.ebuild, HTML-Mason-1.540.0.ebuild: diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild index 42fb4da2bdce..810cfaa5caec 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild,v 1.5 2015/06/13 17:14:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.510.0.ebuild,v 1.6 2015/06/13 22:50:35 dilfridge Exp $ EAPI=5 @@ -30,7 +30,7 @@ RDEPEND="!modperl? ( dev-perl/CGI ) dev-perl/Log-Any" DEPEND="${RDEPEND} - virtual/perl-Module-Build + dev-perl/Module-Build test? ( dev-perl/Test-Deep )" want_apache2 modperl diff --git a/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild b/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild index d68bdde2b7f7..2ae80b552fac 100644 --- a/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild +++ b/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v 1.4 2015/06/13 17:14:27 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Mason/HTML-Mason-1.540.0.ebuild,v 1.5 2015/06/13 22:50:35 dilfridge Exp $ EAPI=5 @@ -30,7 +30,7 @@ RDEPEND="!modperl? ( dev-perl/CGI ) dev-perl/Log-Any" DEPEND="${RDEPEND} - virtual/perl-Module-Build + dev-perl/Module-Build test? ( dev-perl/Test-Deep )" want_apache2 modperl |