commit: 9fe0bd12f6fc1d410dbf2917b8393f4b8dc505c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 19:39:31 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 19:39:35 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=9fe0bd12
dev-perl/DCOP-Amarok: EAPI-5 bump to fix fatal error w/ perl-module.eclass
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild | 20 --------------------
dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild | 20 +++++++++++---------
dev-perl/DCOP-Amarok/metadata.xml | 5 -----
3 files changed, 11 insertions(+), 34 deletions(-)
diff --git a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild
b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild
deleted file mode 100644
index e40805cd..00000000
--- a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/DCOP-Amarok-0.035.ebuild,v 1.5
2008/02/22 05:48:56 robbat2 Exp $
-
-inherit perl-module
-
-DESCRIPTION="Perl Interface to Amarok via system's dcop"
-SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~jcmuller/"
-
-RDEPEND="dev-perl/DCOP
- media-sound/amarok"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="Artistic"
-KEYWORDS="amd64 ~ppc64 x86 ~ppc"
-
-SRC_TEST="do"
diff --git a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild
b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild
index c225d4fb..2489370a 100644
--- a/dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild
+++ b/dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild
@@ -1,20 +1,22 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-perl/DCOP-Amarok/DCOP-Amarok-0.036.ebuild,v 1.1
2009/08/25 17:26:51 robbat2 Exp $
+
+EAPI=5
inherit perl-module
DESCRIPTION="Perl Interface to Amarok via system's dcop"
-SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/~jcmuller/"
+SRC_URI="mirror://cpan/authors/id/J/JC/JCMULLER/${P}.tar.gz"
-RDEPEND="dev-perl/DCOP
- media-sound/amarok"
-
-IUSE=""
-
-SLOT="0"
LICENSE="Artistic"
+SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
SRC_TEST="do"
+
+RDEPEND="
+ dev-perl/DCOP
+ media-sound/amarok:3.5
+"
diff --git a/dev-perl/DCOP-Amarok/metadata.xml
b/dev-perl/DCOP-Amarok/metadata.xml
index 546cff7c..7a38bb90 100644
--- a/dev-perl/DCOP-Amarok/metadata.xml
+++ b/dev-perl/DCOP-Amarok/metadata.xml
@@ -2,9 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
- <maintainer>
- <email>[email protected]</email>
- <description>Primary Maintainer</description>
- </maintainer>
- <longdescription></longdescription>
</pkgmetadata>