summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-19 19:31:11 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-11-19 19:31:11 +0000
commit98a41143356f7e393a5b8c86e1dfe07426f390d0 (patch)
tree90181e39fa47292d49e1c1fc68af26c9115d65a8
parentAdd various fixes from upstream. (diff)
downloadgentoo-2-98a41143356f7e393a5b8c86e1dfe07426f390d0.tar.gz
gentoo-2-98a41143356f7e393a5b8c86e1dfe07426f390d0.tar.bz2
gentoo-2-98a41143356f7e393a5b8c86e1dfe07426f390d0.zip
Replace perl-module_pkg_setup with perl_set_version
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r--dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild4
-rw-r--r--dev-perl/Apache-Test/ChangeLog6
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild b/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild
index 2894562afd9a..1f302fa7cba1 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild,v 1.1 2014/08/24 12:41:13 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/Apache-Test-1.380.0-r1.ebuild,v 1.2 2014/11/19 19:31:11 dilfridge Exp $
EAPI=5
@@ -21,7 +21,7 @@ SRC_TEST="skip"
need_apache
pkg_setup() {
- perl-module_pkg_setup
+ perl_set_version
}
src_install() {
diff --git a/dev-perl/Apache-Test/ChangeLog b/dev-perl/Apache-Test/ChangeLog
index 52c5a85e5bf1..0a3598a4a3e6 100644
--- a/dev-perl/Apache-Test/ChangeLog
+++ b/dev-perl/Apache-Test/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Apache-Test
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.100 2014/08/24 12:41:13 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Apache-Test/ChangeLog,v 1.101 2014/11/19 19:31:11 dilfridge Exp $
+
+ 19 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ Apache-Test-1.380.0-r1.ebuild:
+ Replace perl-module_pkg_setup with perl_set_version
*Apache-Test-1.380.0-r1 (24 Aug 2014)