From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Audio-MPD-Common/
Date: Sun, 8 May 2011 16:10:28 +0000 (UTC) [thread overview]
Message-ID: <b41ea9fa8da228baa632d3cd76d157ef3890cf6a.kent@gentoo> (raw)
Message-ID: <20110508161028.c5bMm9u8au4La52v0yGOtW5LzBnQCcS2UBkZ_iiOMP0@z> (raw)
commit: b41ea9fa8da228baa632d3cd76d157ef3890cf6a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 6 09:44:05 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 6 09:44:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b41ea9fa
[migrate/fix] Audio-MPD-Common : Modernize, Update deps, move to new version scheme, keyword mask version 9999, drop untestable ~arches
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../Audio-MPD-Common-1.100.430.ebuild | 34 ++++++++++++++++++++
.../Audio-MPD-Common-1.100430.ebuild | 28 ----------------
.../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild | 2 +-
dev-perl/Audio-MPD-Common/ChangeLog | 12 +++++++
dev-perl/Audio-MPD-Common/metadata.xml | 9 +++++
5 files changed, 56 insertions(+), 29 deletions(-)
diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100.430.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100.430.ebuild
new file mode 100644
index 0000000..482f44b
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100.430.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR="JQUELIN"
+MODULE_VERSION="1.100430"
+inherit perl-module
+
+DESCRIPTION="a bunch of common helper classes for mpd"
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+RDEPEND="
+ $(comment requires)
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
+ $(comment virtual/perl-English)
+ $(comment virtual/perl-overload)
+ $(comment Moose::Util::TypeConstraints is Moose v0.05)
+ dev-perl/Readonly
+ virtual/perl-Test-Simple $(comment Test::More)
+ $(comment virtual/perl-File-Find)
+ virtual/perl-File-Temp
+ >=dev-perl/Moose-0.92 $(comment 0.920.0)
+"
+DEPEND="
+ ${RDEPEND}
+ $(comment configure requires)
+ >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
deleted file mode 100644
index 1479972..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit perl-module
-
-DESCRIPTION="a bunch of common helper classes for mpd"
-HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD-Common/"
-SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="dev-perl/Readonly
- dev-perl/MooseX-Has-Sugar
- dev-lang/perl"
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
-
-pkg_postinst() {
- elog "You need perl-experimental overlay for some dependencies"
- elog "Add the overlay with layman like this:"
- elog "layman -a perl-experimental"
-}
diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
index 188bdde..64586e4 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="git://repo.or.cz/audio-mpd-common.git"
LICENSE="Artistic GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS=""
IUSE=""
SRC_TEST="do"
diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
new file mode 100644
index 0000000..13eaa6c
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-perl/Audio-MPD-Common
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Audio-MPD-Common-1.100.430 (06 May 2011)
+
+ 06 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +Audio-MPD-Common-1.100.430.ebuild, -Audio-MPD-Common-1.100430.ebuild,
+ Audio-MPD-Common-9999.ebuild, +metadata.xml:
+ Modernize, Update deps, move to new version scheme, keyword mask version
+ 9999, drop untestable ~arches
+
diff --git a/dev-perl/Audio-MPD-Common/metadata.xml b/dev-perl/Audio-MPD-Common/metadata.xml
new file mode 100644
index 0000000..504a3e6
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
\ No newline at end of file
next reply other threads:[~2011-05-08 16:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-08 16:10 Kent Fredric [this message]
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/ Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 16:10 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-08 16:10 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b41ea9fa8da228baa632d3cd76d157ef3890cf6a.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox