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/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/
  2011-05-08 16:10 Kent Fredric
@ 2011-05-06 11:03 ` Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-05-06 11:03 UTC (permalink / raw
  To: gentoo-commits

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

[import] ( mpd ) Add Audio-MPD perl module along with missing dependencies

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

---
 .../Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild |   21 +++++++++++++++++++
 dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild         |   22 ++++++++++++++++++++
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |   19 +++++++++++++++++
 3 files changed, 62 insertions(+), 0 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-0.1.4.ebuild
new file mode 100644
index 0000000..4895b81
--- /dev/null
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-0.1.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+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"

diff --git a/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
new file mode 100644
index 0000000..d65db36
--- /dev/null
+++ b/dev-perl/Audio-MPD/Audio-MPD-0.19.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Audio::MPD is a Perl module for interfacing MPD through perl scripts."
+HOMEPAGE="http://search.cpan.org/~jquelin/Audio-MPD/"
+SRC_URI="mirror://cpan/authors/id/J/JQ/JQUELIN/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-perl/Proc-Daemon
+	dev-perl/Class-Accessor
+	dev-perl/Readonly
+	dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
new file mode 100644
index 0000000..5cfbab4
--- /dev/null
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit perl-module
+
+DESCRIPTION="Executable Uniform Command-Line Interface Descriptions"
+HOMEPAGE="http://search.cpan.org/~kgalinsky/Getopt-Euclid"
+SRC_URI="mirror://cpan/authors/id/K/KG/KGALINSKY/${P}.tar.gz"
+
+LICENSE="Unknown"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+	virtual/perl-Module-Build"



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

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

commit:     7c9e7a975461b3e14b7b1a649811472572af2c9b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 09:18:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c9e7a97

[import] ( mpd ) copywrite hell
(cherry picked from commit 0c1b56d0b5ddfc25ad00750c97b39b992fbd364a)

Conflicts:

	dev-perl/Audio-MPD/Audio-MPD-9999.ebuild

---
 .../Audio-MPD-Common-1.100430.ebuild               |    1 +
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |    1 +
 dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild       |    1 +
 dev-perl/Audio-MPD/Audio-MPD-9999.ebuild           |    1 +
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

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
index 1479972..7283939 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

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..6858b14 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
index 7ee8361..3e0301f 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
index d2a2fd4..7e61bba 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index a0f5739..277615f 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 



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

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

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

[import] ( mpd ) tons of manifests - fix headers
(cherry picked from commit 4ef6d9e46034f2c9fbd16e17f682e70ca5ad8f5a)

---
 .../Audio-MPD-Common-1.100430.ebuild               |    1 -
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |    1 -
 dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild       |    1 -
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

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
index 7283939..1479972 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-# $Header: $
 
 inherit perl-module
 

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 6858b14..188bdde 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
index 3e0301f..7ee8361 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-# $Header: $
 
 inherit perl-module
 

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index 277615f..a0f5739 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -1,7 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-# $Header: $
 
 inherit perl-module
 



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

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

commit:     7c9e7a975461b3e14b7b1a649811472572af2c9b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 09:18:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c9e7a97

[import] ( mpd ) copywrite hell
(cherry picked from commit 0c1b56d0b5ddfc25ad00750c97b39b992fbd364a)

Conflicts:

	dev-perl/Audio-MPD/Audio-MPD-9999.ebuild

---
 .../Audio-MPD-Common-1.100430.ebuild               |    1 +
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |    1 +
 dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild       |    1 +
 dev-perl/Audio-MPD/Audio-MPD-9999.ebuild           |    1 +
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

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
index 1479972..7283939 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

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..6858b14 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
index 7ee8361..3e0301f 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
index d2a2fd4..7e61bba 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index a0f5739..277615f 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 



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

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

commit:     7c9e7a975461b3e14b7b1a649811472572af2c9b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 09:18:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 09:23:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c9e7a97

[import] ( mpd ) copywrite hell
(cherry picked from commit 0c1b56d0b5ddfc25ad00750c97b39b992fbd364a)

Conflicts:

	dev-perl/Audio-MPD/Audio-MPD-9999.ebuild

---
 .../Audio-MPD-Common-1.100430.ebuild               |    1 +
 .../Audio-MPD-Common/Audio-MPD-Common-9999.ebuild  |    1 +
 dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild       |    1 +
 dev-perl/Audio-MPD/Audio-MPD-9999.ebuild           |    1 +
 dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild  |    1 +
 5 files changed, 5 insertions(+), 0 deletions(-)

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
index 1479972..7283939 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-1.100430.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

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..6858b14 100644
--- a/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
+++ b/dev-perl/Audio-MPD-Common/Audio-MPD-Common-9999.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
index 7ee8361..3e0301f 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-1.102260.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 

diff --git a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
index d2a2fd4..7e61bba 100644
--- a/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
+++ b/dev-perl/Audio-MPD/Audio-MPD-9999.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+# $Header: $
 
 inherit perl-module git
 

diff --git a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
index a0f5739..277615f 100644
--- a/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
+++ b/dev-perl/Getopt-Euclid/Getopt-Euclid-0.2.1.ebuild
@@ -1,6 +1,7 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+# $Header: $
 
 inherit perl-module
 



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

end of thread, other threads:[~2011-05-08 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Audio-MPD-Common/, dev-perl/Audio-MPD/, dev-perl/Getopt-Euclid/ Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Audio-MPD-Common/, dev-perl/Getopt-Euclid/, dev-perl/Audio-MPD/ 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 Kent Fredric
2011-05-06 11:03 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-06 11:03 Kent Fredric

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