* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Const-Fast/
@ 2012-02-27 1:59 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-27 1:59 UTC (permalink / raw
To: gentoo-commits
commit: 2546eb6eb1a45c4a43098a28e242e2a6b99d1df8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:32:53 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:32:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2546eb6e
[added] Const-Fast-0.11.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Const-Fast/ChangeLog | 10 +++++
dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild | 54 ++++++++++++++++++++++++++
dev-perl/Const-Fast/metadata.xml | 12 ++++++
3 files changed, 76 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
new file mode 100644
index 0000000..736ec74
--- /dev/null
+++ b/dev-perl/Const-Fast/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Const-Fast
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Const-Fast-0.11.0 (27 Feb 2012)
+
+ 27 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Const-Fast-0.11.0.ebuild,
+ +metadata.xml:
+ Added for Method::Signatures
+
diff --git a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
new file mode 100644
index 0000000..7701095
--- /dev/null
+++ b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=LEONT
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION='Facility for creating read-only scalars, arrays, and hashes'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ # echo dev-perl/Carp
+ # Scalar::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Storable
+ echo virtual/perl-Storable
+ # Sub::Exporter
+ echo dev-perl/Sub-Exporter
+ # 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() {
+ # Data::Dumper
+ echo virtual/perl-Data-Dumper
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::Exception
+ echo dev-perl/Test-Exception
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml
new file mode 100644
index 0000000..3863412
--- /dev/null
+++ b/dev-perl/Const-Fast/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <upstream>
+ <remote-id type="cpan">Const-Fast</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Const-Fast/
@ 2012-06-16 21:21 Torsten Veller
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2012-06-16 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 04c8e81ea0a3a4c1a5b6dca2cbcb0a1a7aa679f9
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 21:21:33 2012 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 21:21:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=04c8e81e
[move] dev-perl/Const-Fast to ::gentoo
---
dev-perl/Const-Fast/ChangeLog | 10 -----
dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild | 54 --------------------------
dev-perl/Const-Fast/metadata.xml | 13 ------
3 files changed, 0 insertions(+), 77 deletions(-)
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
deleted file mode 100644
index 736ec74..0000000
--- a/dev-perl/Const-Fast/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-perl/Const-Fast
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*Const-Fast-0.11.0 (27 Feb 2012)
-
- 27 Feb 2012; Kent Fredric <kentfredric@gmail.com> +Const-Fast-0.11.0.ebuild,
- +metadata.xml:
- Added for Method::Signatures
-
diff --git a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
deleted file mode 100644
index 7701095..0000000
--- a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION='Facility for creating read-only scalars, arrays, and hashes'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- # echo dev-perl/Carp
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Storable
- echo virtual/perl-Storable
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # 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() {
- # Data::Dumper
- echo virtual/perl-Data-Dumper
- # File::Find
- echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml
deleted file mode 100644
index 609505d..0000000
--- a/dev-perl/Const-Fast/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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>
- <upstream>
- <remote-id type="cpan-module">Const::Fast</remote-id>
- <remote-id type="cpan">Const-Fast</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-16 21:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 21:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Const-Fast/ Torsten Veller
-- strict thread matches above, loose matches on Subject: below --
2012-02-27 1:59 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox