commit: 6a8efe25ceee7c9f9fde5a0a21b695b52a621df2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 21:52:55 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 21:53:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8efe25
dev-perl/Apache-Test: depend.apache.eclass is incompatible with EAPI=6
Package-Manager: portage-2.3.1
.../{Apache-Test-1.400.0.ebuild => Apache-Test-1.400.0-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild
b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
similarity index 91%
rename from dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild
rename to dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
index f9d880a..3361248 100644
--- a/dev-perl/Apache-Test/Apache-Test-1.400.0.ebuild
+++ b/dev-perl/Apache-Test/Apache-Test-1.400.0-r1.ebuild
@@ -2,10 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=6
+EAPI=5
-DIST_AUTHOR=SHAY
-DIST_VERSION=1.40
+MODULE_AUTHOR=SHAY
+MODULE_VERSION=1.40
inherit depend.apache perl-module
DESCRIPTION="Test.pm wrapper with helpers for testing Apache"
@@ -18,7 +18,7 @@ IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
# interactive, requires interaction with the live filesystem
-DIST_TEST="skip"
+SRC_TEST="skip"
need_apache