diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:25:48 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-06-13 19:25:48 +0000 |
commit | f0c15296c18b945629e49b187fa4b7e98cbacd94 (patch) | |
tree | cd302cfab1926032682553eac9f30e918b45e42d /dev-perl/Apache-Session | |
parent | Module::Build is no longer part of core Perl and has been moved to dev-perl (diff) | |
download | gentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.tar.gz gentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.tar.bz2 gentoo-2-f0c15296c18b945629e49b187fa4b7e98cbacd94.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/Apache-Session')
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Apache-Session/ChangeLog | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild b/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild index 95479d460a10..5b7245fcbf25 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.900.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/Apache-Session/Apache-Session-1.900.0-r1.ebuild,v 1.1 2014/08/23 21:34:53 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.900.0-r1.ebuild,v 1.2 2015/06/13 19:25:48 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=" virtual/perl-Digest-MD5 virtual/perl-Storable" DEPEND="${RDEPEND} - virtual/perl-Module-Build + dev-perl/Module-Build " # test? ( # dev-perl/Test-Deep diff --git a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild b/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild index 3094534dabf7..abaedd704e1a 100644 --- a/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild +++ b/dev-perl/Apache-Session/Apache-Session-1.930.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/Apache-Session/Apache-Session-1.930.0.ebuild,v 1.1 2015/04/12 18:38:58 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/Apache-Session-1.930.0.ebuild,v 1.2 2015/06/13 19:25:48 dilfridge Exp $ EAPI=5 @@ -21,7 +21,7 @@ RDEPEND=" virtual/perl-Storable " DEPEND="${RDEPEND} - virtual/perl-Module-Build + dev-perl/Module-Build test? ( >=dev-perl/Test-Deep-0.82.0 >=dev-perl/Test-Exception-0.150.0 diff --git a/dev-perl/Apache-Session/ChangeLog b/dev-perl/Apache-Session/ChangeLog index c295dc41802e..e32b0554229e 100644 --- a/dev-perl/Apache-Session/ChangeLog +++ b/dev-perl/Apache-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Apache-Session # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.75 2015/04/12 18:38:58 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Session/ChangeLog,v 1.76 2015/06/13 19:25:48 dilfridge Exp $ + + 13 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> + Apache-Session-1.900.0-r1.ebuild, Apache-Session-1.930.0.ebuild: + Module::Build is no longer part of core Perl and has been moved to dev-perl *Apache-Session-1.930.0 (12 Apr 2015) |