public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ea4b08a8afd1a145124713723fb51c4c71cac2
Author:     Greg Fitzgerald <netzdamon <AT> gmail <DOT> com>
AuthorDate: Thu Jul  9 14:25:21 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a2ea4b08

[import] ( mpd ) Live ebuild for Audio-MPD-Common

Signed-off-by: Greg Fitzgerald <netzdamon <AT> gmail.com>
(cherry picked from commit f5b9eb6d95feec42cfaced45ccef5055b239c2b2)

---
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |   21 ++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
new file mode 100644
index 0000000..0595041
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module git
+
+DESCRIPTION="a bunch of common helper classes for mpd"
+HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD-Common/"
+EGIT_REPO_URI="git://repo.or.cz/audio-mpd-common.git"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8f5aee2235a8a7e8c9008ed1f28d2203d96082c8
Author:     keenblade <keenblade <AT> gmail <DOT> com>
AuthorDate: Mon Nov 29 01:47:23 2010 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f5aee22

[import] ( mpd ) Audio-MPD-Common: version bump to 1.100430 and changes in dependencies
(cherry picked from commit 03e12eed31cb4a7a20ea958a3aa478c16fd142bc)

---
 ...1.4.ebuild => Audio-MPD-Common-1.100430.ebuild} |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
similarity index 60%
rename from dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
rename to dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
index 0f90668..be02c79 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 inherit perl-module
 
@@ -14,8 +15,14 @@ IUSE=""
 
 SRC_TEST="do"
 
-RDEPEND="dev-perl/Class-Accessor
-	dev-perl/Readonly
+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"
+}



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

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



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     68b0ec684a8b74856594223254018efcd1bf905d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 09:57:35 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:57:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=68b0ec68

[newversion] Audio-MPD-Common-1.110.550

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 .../Audio-MPD-Common-1.110.550.ebuild              |   37 ++++++++++++++++++++
 dev-perl/Audio-MPD-Common/ChangeLog                |    6 +++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
new file mode 100644
index 0000000..06949a7
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
@@ -0,0 +1,37 @@
+# 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.110550
+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/Moose-0.92 $(comment 0.920.0)
+	$(comment Moose::Util::TypeConstraints is Moose v0.05)
+	dev-perl/MooseX-Has-Sugar
+	dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
+	dev-perl/Readonly
+	$(comment virtual/perl-overload)
+
+"
+DEPEND="
+	${RDEPEND}
+	$(comment configure requires)
+	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+
+	$(comment build requires)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Temp
+	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
+	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
index 13eaa6c..f7bdfa0 100644
--- a/dev-perl/Audio-MPD-Common/ChangeLog
+++ b/dev-perl/Audio-MPD-Common/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Audio-MPD-Common-1.110.550 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Audio-MPD-Common-1.110.550.ebuild:
+  Bump
+
 *Audio-MPD-Common-1.100.430 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
  2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b126c9ff99ba8cfa4394d9990c9cdd6d0a1a24fe
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 10:03:55 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 10:03:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b126c9ff

[remove] -9999 Audio-MPD-Common

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |   22 --------------------
 dev-perl/Audio-MPD-Common/ChangeLog                |    4 +++
 2 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
deleted file mode 100644
index 64586e4..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit perl-module git
-
-DESCRIPTION="a bunch of common helper classes for mpd"
-HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD-Common/"
-EGIT_REPO_URI="git://repo.or.cz/audio-mpd-common.git"
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-SRC_TEST="do"
-
-RDEPEND="dev-perl/Class-Accessor
-	dev-perl/Readonly
-	dev-lang/perl"
-DEPEND="${RDEPEND}
-	virtual/perl-Module-Build"

diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
index f7bdfa0..710b3b4 100644
--- a/dev-perl/Audio-MPD-Common/ChangeLog
+++ b/dev-perl/Audio-MPD-Common/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  -Audio-MPD-Common-9999.ebuild:
+  Remove -9999 version
+
 *Audio-MPD-Common-1.110.550 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
@ 2012-03-01 11:37 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-03-01 11:37 UTC (permalink / raw
  To: gentoo-commits

commit:     cb14ba18b31a78bf3029758778a361a6cf49d867
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar  1 11:12:35 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar  1 11:12:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb14ba18

[newversion] Audio-MPD-Common-1.120.610

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Audio-MPD-Common-1.120.610.ebuild              |   61 ++++++++++++++++++++
 dev-perl/Audio-MPD-Common/ChangeLog                |    8 ++-
 2 files changed, 68 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild
new file mode 100644
index 0000000..27c416e
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.120610
+inherit perl-module
+
+DESCRIPTION='common helper classes for mpd'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Moose 0.92 ( 0.920.0 )
+	echo \>=dev-perl/Moose-0.920
+	# Moose::Util::TypeConstraints
+	echo dev-perl/Moose
+	# MooseX::Has::Sugar
+	echo dev-perl/MooseX-Has-Sugar
+	# MooseX::Types::Moose
+	echo dev-perl/MooseX-Types
+	# Readonly
+	echo dev-perl/Readonly
+	# base
+	# echo virtual/perl-base
+	# overload
+	echo dev-lang/perl
+	# perl 5.008 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
index 710b3b4..488563b 100644
--- a/dev-perl/Audio-MPD-Common/ChangeLog
+++ b/dev-perl/Audio-MPD-Common/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Audio-MPD-Common
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Audio-MPD-Common-1.120.610 (01 Mar 2012)
+
+  01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Audio-MPD-Common-1.120.610.ebuild:
+  Version Bump
+
   06 May 2011; Kent Fredric <kentfredric@gmail.com>
   -Audio-MPD-Common-9999.ebuild:
   Remove -9999 version



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     575841046e1148ce9e671106034cc577a9c5a549
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 09:07:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 09:07:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57584104

[newversion] Audio-MPD-Common-1.120.881

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Audio-MPD-Common-1.120.881.ebuild              |   63 ++++++++++++++++++++
 dev-perl/Audio-MPD-Common/ChangeLog                |    6 ++
 2 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881.ebuild
new file mode 100644
index 0000000..92ab070
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.120881
+inherit perl-module
+
+DESCRIPTION='common helper classes for mpd'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Moose 0.92 ( 0.920.0 )
+	echo \>=dev-perl/Moose-0.920
+	# Moose::Util::TypeConstraints
+	echo dev-perl/Moose
+	# MooseX::Has::Sugar
+	echo dev-perl/MooseX-Has-Sugar
+	# MooseX::Types::Moose
+	echo dev-perl/MooseX-Types
+	# Readonly
+	echo dev-perl/Readonly
+	# String::Formatter
+	echo dev-perl/String-Formatter
+	# base
+	# echo virtual/perl-base
+	# overload
+	echo dev-lang/perl
+	# perl 5.008 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Audio-MPD-Common/ChangeLog b/dev-perl/Audio-MPD-Common/ChangeLog
index 488563b..cb8a924 100644
--- a/dev-perl/Audio-MPD-Common/ChangeLog
+++ b/dev-perl/Audio-MPD-Common/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Audio-MPD-Common-1.120.881 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Audio-MPD-Common-1.120.881.ebuild:
+  Version Bump
+
 *Audio-MPD-Common-1.120.610 (01 Mar 2012)
 
   01 Mar 2012; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
@ 2015-06-09 10:13 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-09 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dd88d784f7f382477bf9a79dc14a5073849fc39f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:08:40 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:08:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=dd88d784

[cleanup] Audio-MPD-Common: Remove old versions

Package-Manager: portage-2.2.17

 .../Audio-MPD-Common-1.100.430.ebuild              | 34 ------------
 .../Audio-MPD-Common-1.110.550.ebuild              | 37 -------------
 .../Audio-MPD-Common-1.120.610.ebuild              | 61 ----------------------
 3 files changed, 132 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
deleted file mode 100644
index ebb22ae..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100.430.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 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.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.110.550.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
deleted file mode 100644
index 4c3bd05..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.110.550.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR="JQUELIN"
-MODULE_VERSION=1.110550
-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/Moose-0.920.0
-	$(comment Moose::Util::TypeConstraints is Moose v0.05)
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types $(comment MooseX::Types::Moose)
-	dev-perl/Readonly
-	$(comment virtual/perl-overload)
-
-"
-DEPEND="
-	${RDEPEND}
-	$(comment configure requires)
-	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
-
-	$(comment build requires)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Temp
-	>=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
-	>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild
deleted file mode 100644
index 7b8cd7d..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.610.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.120610
-inherit perl-module
-
-DESCRIPTION='common helper classes for mpd'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
-	# Moose 0.92 ( 0.920.0 )
-	echo \>=dev-perl/Moose-0.920.0
-	# Moose::Util::TypeConstraints
-	echo dev-perl/Moose
-	# MooseX::Has::Sugar
-	echo dev-perl/MooseX-Has-Sugar
-	# MooseX::Types::Moose
-	echo dev-perl/MooseX-Types
-	# Readonly
-	echo dev-perl/Readonly
-	# base
-	# echo virtual/perl-base
-	# overload
-	echo dev-lang/perl
-	# perl 5.008 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/
@ 2015-06-20 19:42 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-06-20 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f10503fa7cb9acbf0f1bc783e8643f67f0422963
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 10:39:55 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 10:39:55 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f10503fa

[bump] Audio-MPD-Common-2.2.0

Package-Manager: portage-2.2.17

 .../Audio-MPD-Common-1.120.881-r1.ebuild           | 62 ----------------------
 .../Audio-MPD-Common/Audio-MPD-Common-2.2.0.ebuild | 30 +++++++++++
 2 files changed, 30 insertions(+), 62 deletions(-)

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881-r1.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881-r1.ebuild
deleted file mode 100644
index 339e75e..0000000
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.120.881-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.120881
-inherit perl-module
-
-DESCRIPTION='common helper classes for mpd'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=dev-perl/Module-Build-0.36.01
-}
-perl_meta_build() {
-	# Module::Build 0.3601 ( 0.360.100 )
-	echo \>=dev-perl/Module-Build-0.36.01
-}
-perl_meta_runtime() {
-	# Moose 0.92 ( 0.920.0 )
-	echo \>=dev-perl/Moose-0.920.0
-	# Moose::Util::TypeConstraints
-	echo dev-perl/Moose
-	# MooseX::Has::Sugar
-	echo dev-perl/MooseX-Has-Sugar
-	# MooseX::Types::Moose
-	echo dev-perl/MooseX-Types
-	# Readonly
-	echo dev-perl/Readonly
-	# String::Formatter
-	echo dev-perl/String-Formatter
-	# base
-	# echo virtual/perl-base
-	# overload
-	echo dev-lang/perl
-	# perl 5.008 ( 5.8.0 )
-	echo \>=dev-lang/perl-5.8.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-2.2.0.ebuild b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-2.2.0.ebuild
new file mode 100644
index 0000000..6826470
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-2.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=2.002
+inherit perl-module
+
+DESCRIPTION='common helper classes for mpd'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Moose-0.920.0
+	dev-perl/MooseX-Has-Sugar
+	dev-perl/MooseX-Types
+	dev-perl/Readonly
+	dev-perl/String-Formatter
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.360.100
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-20 19:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 10:13 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-06-20 19:42 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-03-01 11:37 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox