public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/constant/
@ 2011-04-20 13:56 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-04-20 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5c21ded1b8e204e60d479a32af20b90fba8ec2ce
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 13:45:05 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 13:45:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c21ded1

[added] perl-core/constant 1.210.0

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

---
 perl-core/constant/ChangeLog               |   10 ++++++++++
 perl-core/constant/constant-1.210.0.ebuild |   26 ++++++++++++++++++++++++++
 perl-core/constant/metadata.xml            |    9 +++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/perl-core/constant/ChangeLog b/perl-core/constant/ChangeLog
new file mode 100644
index 0000000..b820874
--- /dev/null
+++ b/perl-core/constant/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/constant
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*constant-1.210.0 (20 Apr 2011)
+
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com> +constant-1.210.0.ebuild,
+  +metadata.xml:
+  Added: reported by CPAN::Outdated
+

diff --git a/perl-core/constant/constant-1.210.0.ebuild b/perl-core/constant/constant-1.210.0.ebuild
new file mode 100644
index 0000000..19f8ba8
--- /dev/null
+++ b/perl-core/constant/constant-1.210.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=SAPER
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Perl pragma to declare constants"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND=""
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/perl-Module-Build
+	test? (
+		virtual/perl-Test-Simple $(comment Test::More)
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/perl-core/constant/metadata.xml b/perl-core/constant/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/constant/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>



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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/constant/
@ 2013-02-24  6:00 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-02-24  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     44fa6a0cc68bb005b7b644327d096dbdc2cb79ae
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 04:46:57 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 24 04:46:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=44fa6a0c

[newversion] perl-core/constant-1.250.0

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

---
 perl-core/constant/ChangeLog               |    7 ++++-
 perl-core/constant/constant-1.250.0.ebuild |   35 ++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletions(-)

diff --git a/perl-core/constant/ChangeLog b/perl-core/constant/ChangeLog
index b820874..e08019c 100644
--- a/perl-core/constant/ChangeLog
+++ b/perl-core/constant/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for perl-core/constant
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*constant-1.250.0 (24 Feb 2013)
+
+  24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +constant-1.250.0.ebuild:
+  Version Bump
+
 *constant-1.210.0 (20 Apr 2011)
 
   20 Apr 2011; Kent Fredric <kentfredric@gmail.com> +constant-1.210.0.ebuild,

diff --git a/perl-core/constant/constant-1.250.0.ebuild b/perl-core/constant/constant-1.250.0.ebuild
new file mode 100644
index 0000000..1dd3892
--- /dev/null
+++ b/perl-core/constant/constant-1.250.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SAPER
+MODULE_VERSION=1.25
+inherit perl-module
+
+DESCRIPTION='Perl pragma to declare constants'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	echo virtual/perl-Module-Build
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/constant/
@ 2013-05-03  4:11 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2013-05-03  4:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f34e1de118fd4823d295a2c6e7c1de7eea1b4f7b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 02:49:39 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 02:49:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f34e1de1

[newversion] perl-core/constant-1.270.0

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

---
 perl-core/constant/ChangeLog               |    5 ++++
 perl-core/constant/constant-1.270.0.ebuild |   29 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/perl-core/constant/ChangeLog b/perl-core/constant/ChangeLog
index e08019c..771db44 100644
--- a/perl-core/constant/ChangeLog
+++ b/perl-core/constant/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*constant-1.270.0 (03 May 2013)
+
+  03 May 2013; Kent Fredric <kentfredric@gmail.com> +constant-1.270.0.ebuild:
+  Version Bump
+
 *constant-1.250.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com> +constant-1.250.0.ebuild:

diff --git a/perl-core/constant/constant-1.270.0.ebuild b/perl-core/constant/constant-1.270.0.ebuild
new file mode 100644
index 0000000..d5fcf3e
--- /dev/null
+++ b/perl-core/constant/constant-1.270.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SAPER
+MODULE_VERSION=1.27
+inherit perl-module
+
+DESCRIPTION='Perl pragma to declare constants'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.2808 ( 0.280.800 )
+	echo \>=virtual/perl-Module-Build-0.28.08
+}
+perl_meta_build() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/constant/
@ 2015-06-14 17:05 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     418837ff7168bb5562f2a154dfe3c2d63f4a27ab
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:51:35 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:51:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=418837ff

[trim] perl-core/constant: presently redundant

 perl-core/constant/constant-1.270.0.ebuild | 29 -----------------------------
 perl-core/constant/metadata.xml            | 13 -------------
 2 files changed, 42 deletions(-)

diff --git a/perl-core/constant/constant-1.270.0.ebuild b/perl-core/constant/constant-1.270.0.ebuild
deleted file mode 100644
index 2db12d7..0000000
--- a/perl-core/constant/constant-1.270.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SAPER
-MODULE_VERSION=1.27
-inherit perl-module
-
-DESCRIPTION='Perl pragma to declare constants'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.2808 ( 0.280.800 )
-	echo \>=dev-perl/Module-Build-0.28.08
-}
-perl_meta_build() {
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"

diff --git a/perl-core/constant/metadata.xml b/perl-core/constant/metadata.xml
deleted file mode 100644
index f562e4a..0000000
--- a/perl-core/constant/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">constant</remote-id>
-    <remote-id type="cpan-module">constant</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2015-06-14 17:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 17:05 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/constant/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-05-03  4:11 Kent Fredric
2013-02-24  6:00 Kent Fredric
2011-04-20 13:56 Kent Fredric

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