public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/
@ 2011-12-05 22:55 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-12-05 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     243f402716185fb204d35f9527fa3e39c73eac88
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov 14 04:01:17 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Dec  5 22:04:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=243f4027

[added] String-ToIdentifier-EN

(Portage version: 2.2.0_alpha74/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/String-ToIdentifier-EN/ChangeLog          |   10 ++++
 .../String-ToIdentifier-EN-0.50.0.ebuild           |   44 ++++++++++++++++++++
 dev-perl/String-ToIdentifier-EN/metadata.xml       |    9 ++++
 3 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog
new file mode 100644
index 0000000..762de75
--- /dev/null
+++ b/dev-perl/String-ToIdentifier-EN/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/String-ToIdentifier-EN
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*String-ToIdentifier-EN-0.50.0 (14 Nov 2011)
+
+  14 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  +String-ToIdentifier-EN-0.50.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
new file mode 100644
index 0000000..f375679
--- /dev/null
+++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RKITOVER
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION='Convert Strings to English Program Identifiers'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
+	# Test::More 0.92 ( 0.920.0 )
+	echo \>=virtual/perl-Test-Simple-0.92
+}
+perl_meta_runtime() {
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 )
+	echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0
+	# Text::Unidecode 0.04 ( 0.40.0 )
+	echo \>=dev-perl/Text-Unidecode-0.40.0
+	# namespace::clean 0.20 ( 0.200.0 )
+	echo \>=dev-perl/namespace-clean-0.200
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/String-ToIdentifier-EN/metadata.xml b/dev-perl/String-ToIdentifier-EN/metadata.xml
new file mode 100644
index 0000000..504a3e6
--- /dev/null
+++ b/dev-perl/String-ToIdentifier-EN/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] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/
@ 2012-02-28 12:02 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-28 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     857194dabc5d9cda241aa3bdf2b028b16ab842dd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 11:57:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 11:57:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=857194da

[newversion] /String-ToIdentifier-EN-0.70.0

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

---
 dev-perl/String-ToIdentifier-EN/ChangeLog          |    8 +++-
 .../String-ToIdentifier-EN-0.70.0.ebuild           |   44 ++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletions(-)

diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog
index 762de75..d526ffd 100644
--- a/dev-perl/String-ToIdentifier-EN/ChangeLog
+++ b/dev-perl/String-ToIdentifier-EN/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/String-ToIdentifier-EN
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-ToIdentifier-EN-0.70.0 (28 Feb 2012)
+
+  28 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +String-ToIdentifier-EN-0.70.0.ebuild:
+  Version Bump
+
 *String-ToIdentifier-EN-0.50.0 (14 Nov 2011)
 
   14 Nov 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
new file mode 100644
index 0000000..377fec6
--- /dev/null
+++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=RKITOVER
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='Convert Strings to English Program Identifiers'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+	# Test::More 0.92 ( 0.920.0 )
+	echo \>=virtual/perl-Test-Simple-0.92
+}
+perl_meta_runtime() {
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 )
+	echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0
+	# Text::Unidecode 0.04 ( 0.40.0 )
+	echo \>=dev-perl/Text-Unidecode-0.40.0
+	# namespace::clean 0.20 ( 0.200.0 )
+	echo \>=dev-perl/namespace-clean-0.200
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/
@ 2012-10-28 14:02 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-10-28 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fae9f0747bfdcc72c339806ab39e2200bc04662a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 28 07:38:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 28 07:38:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fae9f074

[fixdep] String-ToIdentifier-EN -> namespace-clean ( normalize )

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/String-ToIdentifier-EN/ChangeLog          |    4 ++++
 .../String-ToIdentifier-EN-0.50.0.ebuild           |    4 ++--
 .../String-ToIdentifier-EN-0.70.0.ebuild           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog
index 30eaeb5..c0a938c 100644
--- a/dev-perl/String-ToIdentifier-EN/ChangeLog
+++ b/dev-perl/String-ToIdentifier-EN/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  String-ToIdentifier-EN-0.50.0.ebuild, String-ToIdentifier-EN-0.70.0.ebuild:
+  Fix dependency on namespace-clean ( normalize )
+
 *String-ToIdentifier-EN-0.80.0 (28 Oct 2012)
 
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
index f375679..acfd655 100644
--- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
+++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Text::Unidecode 0.04 ( 0.40.0 )
 	echo \>=dev-perl/Text-Unidecode-0.40.0
 	# namespace::clean 0.20 ( 0.200.0 )
-	echo \>=dev-perl/namespace-clean-0.200
+	echo \>=dev-perl/namespace-clean-0.200.0
 	# perl v5.8.1 ( 5.8.1 )
 	echo \>=dev-lang/perl-5.8.1
 }

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
index 377fec6..571a2b0 100644
--- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
+++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
@@ -29,7 +29,7 @@ perl_meta_runtime() {
 	# Text::Unidecode 0.04 ( 0.40.0 )
 	echo \>=dev-perl/Text-Unidecode-0.40.0
 	# namespace::clean 0.20 ( 0.200.0 )
-	echo \>=dev-perl/namespace-clean-0.200
+	echo \>=dev-perl/namespace-clean-0.200.0
 	# perl v5.8.1 ( 5.8.1 )
 	echo \>=dev-lang/perl-5.8.1
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/
@ 2012-11-05  8:59 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-11-05  8:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c19c5c54a2f81a6ae1c6cd3cdddfa630319836c7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Nov  5 08:22:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Nov  5 08:22:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c19c5c54

[newversion] String-ToIdentifier-EN-0.90.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/String-ToIdentifier-EN/ChangeLog          |    6 +++
 .../String-ToIdentifier-EN-0.90.0.ebuild           |   44 ++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

diff --git a/dev-perl/String-ToIdentifier-EN/ChangeLog b/dev-perl/String-ToIdentifier-EN/ChangeLog
index c0a938c..9f00d0e 100644
--- a/dev-perl/String-ToIdentifier-EN/ChangeLog
+++ b/dev-perl/String-ToIdentifier-EN/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*String-ToIdentifier-EN-0.90.0 (05 Nov 2012)
+
+  05 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +String-ToIdentifier-EN-0.90.0.ebuild:
+  Version Bump
+
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
   String-ToIdentifier-EN-0.50.0.ebuild, String-ToIdentifier-EN-0.70.0.ebuild:
   Fix dependency on namespace-clean ( normalize )

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.90.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.90.0.ebuild
new file mode 100644
index 0000000..fa5074b
--- /dev/null
+++ b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.90.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RKITOVER
+MODULE_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION='Convert Strings to English Program Identifiers'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	# Test::More 0.92 ( 0.920.0 )
+	echo \>=virtual/perl-Test-Simple-0.92
+}
+perl_meta_runtime() {
+	# Exporter 5.57 ( 5.570.0 )
+	echo \>=virtual/perl-Exporter-5.570.0
+	# Lingua::EN::Inflect::Phrase 0.16 ( 0.160.0 )
+	echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.160.0
+	# Text::Unidecode 0.04 ( 0.40.0 )
+	echo \>=dev-perl/Text-Unidecode-0.40.0
+	# namespace::clean 0.20 ( 0.200.0 )
+	echo \>=dev-perl/namespace-clean-0.200.0
+	# perl v5.8.1 ( 5.8.1 )
+	echo \>=dev-lang/perl-5.8.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/
@ 2015-06-09  8:14 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-09  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b54ad9ad55c9faf9d2450793048a16d3ee0fc790
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 06:12:29 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 06:12:29 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b54ad9ad

[cleanup] String-ToIdentifier-EN: Remove old versions

Package-Manager: portage-2.2.17

 .../String-ToIdentifier-EN-0.50.0.ebuild           | 44 ----------------------
 .../String-ToIdentifier-EN-0.70.0.ebuild           | 44 ----------------------
 2 files changed, 88 deletions(-)

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
deleted file mode 100644
index acfd655..0000000
--- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.50.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.05
-inherit perl-module
-
-DESCRIPTION='Convert Strings to English Program Identifiers'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-	# Test::More 0.92 ( 0.920.0 )
-	echo \>=virtual/perl-Test-Simple-0.92
-}
-perl_meta_runtime() {
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 )
-	echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0
-	# Text::Unidecode 0.04 ( 0.40.0 )
-	echo \>=dev-perl/Text-Unidecode-0.40.0
-	# namespace::clean 0.20 ( 0.200.0 )
-	echo \>=dev-perl/namespace-clean-0.200.0
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild b/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
deleted file mode 100644
index 571a2b0..0000000
--- a/dev-perl/String-ToIdentifier-EN/String-ToIdentifier-EN-0.70.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RKITOVER
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='Convert Strings to English Program Identifiers'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.62 ( 6.620.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
-	# Test::More 0.92 ( 0.920.0 )
-	echo \>=virtual/perl-Test-Simple-0.92
-}
-perl_meta_runtime() {
-	# Exporter 5.57 ( 5.570.0 )
-	echo \>=virtual/perl-Exporter-5.570.0
-	# Lingua::EN::Inflect::Phrase 0.07 ( 0.70.0 )
-	echo \>=dev-perl/Lingua-EN-Inflect-Phrase-0.70.0
-	# Text::Unidecode 0.04 ( 0.40.0 )
-	echo \>=dev-perl/Text-Unidecode-0.40.0
-	# namespace::clean 0.20 ( 0.200.0 )
-	echo \>=dev-perl/namespace-clean-0.200.0
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

end of thread, other threads:[~2015-06-09  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-05 22:55 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-ToIdentifier-EN/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-28 12:02 Kent Fredric
2012-10-28 14:02 Kent Fredric
2012-11-05  8:59 Kent Fredric
2015-06-09  8:14 Kent Fredric

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