public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-Ofa-Util/
@ 2011-02-12 10:37 Torsten Veller
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-02-12 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     85214c42bd7408f2edd28348af410eab370701f6
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 10:22:17 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 10:22:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=85214c42

[migrate] dev-perl/Audio-Ofa-Util

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

---
 ...Util-0.04.ebuild => Audio-Ofa-Util-0.40.ebuild} |   11 ++++++++---
 dev-perl/Audio-Ofa-Util/ChangeLog                  |    8 +++++++-
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.04.ebuild b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
similarity index 83%
rename from dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.04.ebuild
rename to dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
index 616a3a8..22b7deb 100644
--- a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.04.ebuild
+++ b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
@@ -1,15 +1,20 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=2
+
+EAPI=3
+
+MODULE_VERSION=0.04
 MODULE_AUTHOR=PEPE
 inherit perl-module
 
 DESCRIPTION="Retrieve audio fingerprints and metadata for unknown audio files"
-LICENSE="|| ( Artistic GPL-2 )"
+
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+
 COMMON_DEPEND="
 	dev-perl/Audio-Ofa
 	>=dev-perl/Audio-Extract-PCM-0.02

diff --git a/dev-perl/Audio-Ofa-Util/ChangeLog b/dev-perl/Audio-Ofa-Util/ChangeLog
index 7d7ada9..ddc98c7 100644
--- a/dev-perl/Audio-Ofa-Util/ChangeLog
+++ b/dev-perl/Audio-Ofa-Util/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Audio-Ofa-Util
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Audio-Ofa-Util-0.40 (12 Feb 2011)
+
+  12 Feb 2011; Torsten Veller <tove@gentoo.org> -Audio-Ofa-Util-0.04.ebuild,
+  +Audio-Ofa-Util-0.40.ebuild:
+  EAPI=3. Change version scheme
+
 *Audio-Ofa-Util-0.04 (15 Oct 2009)
 
   15 Oct 2009; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-Ofa-Util/
@ 2011-02-12 20:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-02-12 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e621f747ec61c9f2516c5088f19c81cba4833af3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:21:32 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:21:32 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e621f747

[fixdep] Audio-Ofa-Util -> Audio-Extract-PCM

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

---
 dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild |    2 +-
 dev-perl/Audio-Ofa-Util/ChangeLog                  |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
index 22b7deb..70cb292 100644
--- a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
+++ b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
 
 COMMON_DEPEND="
 	dev-perl/Audio-Ofa
-	>=dev-perl/Audio-Extract-PCM-0.02
+	>=dev-perl/Audio-Extract-PCM-0.20
 	dev-perl/Class-Accessor
 	dev-perl/XML-Simple
 	dev-perl/WebService-MusicBrainz

diff --git a/dev-perl/Audio-Ofa-Util/ChangeLog b/dev-perl/Audio-Ofa-Util/ChangeLog
index ddc98c7..a6ecb72 100644
--- a/dev-perl/Audio-Ofa-Util/ChangeLog
+++ b/dev-perl/Audio-Ofa-Util/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> Audio-Ofa-Util-0.40.ebuild:
+  Fixdep Audio-Extract-PCM
+
 *Audio-Ofa-Util-0.40 (12 Feb 2011)
 
   12 Feb 2011; Torsten Veller <tove@gentoo.org> -Audio-Ofa-Util-0.04.ebuild,



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-Ofa-Util/
@ 2011-04-05 18:16 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     acdf2e28852eecceb357fa90f6c710cd8f598e44
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr  5 15:01:45 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr  5 15:01:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=acdf2e28

[fixdep/addzero] Audio-Ofa-Util

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

---
 ...il-0.40.ebuild => Audio-Ofa-Util-0.40.0.ebuild} |    2 +-
 dev-perl/Audio-Ofa-Util/ChangeLog                  |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.0.ebuild
similarity index 94%
rename from dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
rename to dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.0.ebuild
index 70cb292..e5f10f7 100644
--- a/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.ebuild
+++ b/dev-perl/Audio-Ofa-Util/Audio-Ofa-Util-0.40.0.ebuild
@@ -17,7 +17,7 @@ IUSE="test"
 
 COMMON_DEPEND="
 	dev-perl/Audio-Ofa
-	>=dev-perl/Audio-Extract-PCM-0.20
+	>=dev-perl/Audio-Extract-PCM-0.20.0
 	dev-perl/Class-Accessor
 	dev-perl/XML-Simple
 	dev-perl/WebService-MusicBrainz

diff --git a/dev-perl/Audio-Ofa-Util/ChangeLog b/dev-perl/Audio-Ofa-Util/ChangeLog
index a6ecb72..297b9c7 100644
--- a/dev-perl/Audio-Ofa-Util/ChangeLog
+++ b/dev-perl/Audio-Ofa-Util/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Audio-Ofa-Util-0.40.0 (05 Apr 2011)
+
+  05 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Audio-Ofa-Util-0.40.ebuild, +Audio-Ofa-Util-0.40.0.ebuild:
+  Addzero, fixdep Audio-PCM-Extract
+
   12 Feb 2011; Kent Fredric <kentfredric@gmail.com> Audio-Ofa-Util-0.40.ebuild:
   Fixdep Audio-Extract-PCM
 



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

end of thread, other threads:[~2011-04-05 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 20:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-Ofa-Util/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-05 18:16 Kent Fredric
2011-02-12 10:37 Torsten Veller

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