commit: a829c39617503cf4766e6c52830a4dc1060f13fd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:18:50 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:19:17 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a829c396
[fixup] dev-perl/Audio-MPD EAPI5, fix IO-Socket-IP dep, move SRC_TEST=broken to
RESTRICT=test
Package-Manager: portage-2.2.10
---
...{Audio-MPD-1.120.610.ebuild => Audio-MPD-1.120.610-r1.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.120.610.ebuild
b/dev-perl/Audio-MPD/Audio-MPD-1.120.610-r1.ebuild
similarity index 93%
rename from dev-perl/Audio-MPD/Audio-MPD-1.120.610.ebuild
rename to dev-perl/Audio-MPD/Audio-MPD-1.120.610-r1.ebuild
index fa8bb8b..41eddfe 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-1.120.610.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.120.610-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=JQUELIN
MODULE_VERSION=1.120610
inherit perl-module
DESCRIPTION='class to talk to MPD (Music Player Daemon) servers'
-LICENSE=" || ( Artistic GPL-2 )"
+RESTRICT=test
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
@@ -35,7 +35,7 @@ perl_meta_runtime() {
# Getopt::Euclid
echo dev-perl/Getopt-Euclid
# IO::Socket::IP
- echo dev-perl/IO-Socket-IP
+ echo virtual/perl-IO-Socket-IP
# Moose
echo dev-perl/Moose
# Moose::Util::TypeConstraints
@@ -74,4 +74,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="broken"