public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2012-02-27  1:59 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-27  1:59 UTC (permalink / raw
  To: gentoo-commits

commit:     635d5c178be4de80d00daeba338c7c94340601c9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 01:45:00 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 01:45:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=635d5c17

[added] Method-Signatures-20111125.0.0

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

---
 dev-perl/Method-Signatures/ChangeLog               |   10 +++
 .../Method-Signatures-20111125.0.0.ebuild          |   62 ++++++++++++++++++++
 dev-perl/Method-Signatures/metadata.xml            |   12 ++++
 3 files changed, 84 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
new file mode 100644
index 0000000..19aa11e
--- /dev/null
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Method-Signatures
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Method-Signatures-20111125.0.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Method-Signatures-20111125.0.0.ebuild, +metadata.xml:
+  Added for Git-CPAN-Patch
+

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
new file mode 100644
index 0000000..2537ff9
--- /dev/null
+++ b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BAREFOOT
+MODULE_VERSION=20111125
+inherit perl-module
+
+DESCRIPTION='method and function declarations with signatures and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+}
+perl_meta_build() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+	# Test::Builder 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Warn 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Test-Warn-0.10
+}
+perl_meta_runtime() {
+	# Any::Moose 0.11 ( 0.110.0 )
+	echo \>=dev-perl/Any-Moose-0.11
+	# Const::Fast 0.006 ( 0.6.0 )
+	echo \>=dev-perl/Const-Fast-0.6.0
+	# Data::Alias 1.08 ( 1.80.0 )
+	echo \>=dev-perl/Data-Alias-1.80.0
+	# Devel::BeginLift 0.001001 ( 0.1.1 )
+	echo \>=dev-perl/Devel-BeginLift-0.1.1
+	# Devel::Declare 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Pragma 0.40 ( 0.400.0 )
+	echo \>=dev-perl/Devel-Pragma-0.400.0
+	# Mouse 0.64 ( 0.640.0 )
+	echo \>=dev-perl/Mouse-0.640.0
+	# PPI 1.203 ( 1.203.0 )
+	echo \>=dev-perl/PPI-1.203
+	# Sub::Name 0.03 ( 0.30.0 )
+	echo \>=dev-perl/Sub-Name-0.03
+	# 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/Method-Signatures/metadata.xml b/dev-perl/Method-Signatures/metadata.xml
new file mode 100644
index 0000000..e594372
--- /dev/null
+++ b/dev-perl/Method-Signatures/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">Method-Signatures</remote-id>
+	</upstream>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2012-05-27  2:30 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-05-27  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a3d12f680559626c81b824589a443bb1ea1bfa86
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 26 23:41:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 26 23:41:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3d12f68

[newversion] Method-Signatures-20120523.0.0

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

---
 dev-perl/Method-Signatures/ChangeLog               |    7 +++++++
 .../Method-Signatures-20111125.0.0.ebuild          |    4 ++--
 ...build => Method-Signatures-20120523.0.0.ebuild} |    6 +++---
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index 19aa11e..5bb5fa0 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-20120523.0.0 (26 May 2012)
+
+  26 May 2012; Kent Fredric <kentfredric@gmail.com>
+  Method-Signatures-20111125.0.0.ebuild,
+  +Method-Signatures-20120523.0.0.ebuild:
+  Version Bump
+
 *Method-Signatures-20111125.0.0 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
index 2537ff9..9585f2a 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
@@ -29,7 +29,7 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# Any::Moose 0.11 ( 0.110.0 )
-	echo \>=dev-perl/Any-Moose-0.11
+	echo \>=dev-perl/Any-Moose-0.110.0
 	# Const::Fast 0.006 ( 0.6.0 )
 	echo \>=dev-perl/Const-Fast-0.6.0
 	# Data::Alias 1.08 ( 1.80.0 )
@@ -47,7 +47,7 @@ perl_meta_runtime() {
 	# PPI 1.203 ( 1.203.0 )
 	echo \>=dev-perl/PPI-1.203
 	# Sub::Name 0.03 ( 0.30.0 )
-	echo \>=dev-perl/Sub-Name-0.03
+	echo \>=dev-perl/Sub-Name-0.30.0
 	# perl v5.8.1 ( 5.8.1 )
 	echo \>=dev-lang/perl-5.8.1
 }

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
similarity index 94%
copy from dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
copy to dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
index 2537ff9..2368716 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 EAPI=4
 MODULE_AUTHOR=BAREFOOT
-MODULE_VERSION=20111125
+MODULE_VERSION=20120523
 inherit perl-module
 
 DESCRIPTION='method and function declarations with signatures and no source filter'
@@ -29,7 +29,7 @@ perl_meta_build() {
 }
 perl_meta_runtime() {
 	# Any::Moose 0.11 ( 0.110.0 )
-	echo \>=dev-perl/Any-Moose-0.11
+	echo \>=dev-perl/Any-Moose-0.110.0
 	# Const::Fast 0.006 ( 0.6.0 )
 	echo \>=dev-perl/Const-Fast-0.6.0
 	# Data::Alias 1.08 ( 1.80.0 )
@@ -47,7 +47,7 @@ perl_meta_runtime() {
 	# PPI 1.203 ( 1.203.0 )
 	echo \>=dev-perl/PPI-1.203
 	# Sub::Name 0.03 ( 0.30.0 )
-	echo \>=dev-perl/Sub-Name-0.03
+	echo \>=dev-perl/Sub-Name-0.30.0
 	# perl v5.8.1 ( 5.8.1 )
 	echo \>=dev-lang/perl-5.8.1
 }



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2012-06-08 18:42 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f9967766eb27b718dff8c0529c6be45a6a6fa701
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 18:30:08 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 18:30:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f9967766

[fix] normalise dep from Method-Signatures on PPI

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

---
 dev-perl/Method-Signatures/ChangeLog               |    4 ++++
 .../Method-Signatures-20111125.0.0.ebuild          |    2 +-
 .../Method-Signatures-20120523.0.0.ebuild          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index 5bb5fa0..e4c1e22 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  Method-Signatures-20111125.0.0.ebuild, Method-Signatures-20120523.0.0.ebuild:
+  Normalize dep on PPI
+
 *Method-Signatures-20120523.0.0 (26 May 2012)
 
   26 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
index 9585f2a..3a00aa7 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
@@ -45,7 +45,7 @@ perl_meta_runtime() {
 	# Mouse 0.64 ( 0.640.0 )
 	echo \>=dev-perl/Mouse-0.640.0
 	# PPI 1.203 ( 1.203.0 )
-	echo \>=dev-perl/PPI-1.203
+	echo \>=dev-perl/PPI-1.203.0
 	# Sub::Name 0.03 ( 0.30.0 )
 	echo \>=dev-perl/Sub-Name-0.30.0
 	# perl v5.8.1 ( 5.8.1 )

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
index 2368716..970d6e0 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
@@ -45,7 +45,7 @@ perl_meta_runtime() {
 	# Mouse 0.64 ( 0.640.0 )
 	echo \>=dev-perl/Mouse-0.640.0
 	# PPI 1.203 ( 1.203.0 )
-	echo \>=dev-perl/PPI-1.203
+	echo \>=dev-perl/PPI-1.203.0
 	# Sub::Name 0.03 ( 0.30.0 )
 	echo \>=dev-perl/Sub-Name-0.30.0
 	# perl v5.8.1 ( 5.8.1 )



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6c7e3d4f94423a15336a87e0308910f054b3fbde
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 18:59:28 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 18:59:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c7e3d4f

[newversion] Method-Signatures-20121201.0.0

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

---
 dev-perl/Method-Signatures/ChangeLog               |    8 ++-
 .../Method-Signatures-20121201.0.0.ebuild          |   60 ++++++++++++++++++++
 2 files changed, 67 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index e4c1e22..6dcefaf 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Method-Signatures
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-20121201.0.0 (09 Feb 2013)
+
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Method-Signatures-20121201.0.0.ebuild:
+  Version Bump
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   Method-Signatures-20111125.0.0.ebuild, Method-Signatures-20120523.0.0.ebuild:
   Normalize dep on PPI

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild
new file mode 100644
index 0000000..cd75837
--- /dev/null
+++ b/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BAREFOOT
+MODULE_VERSION=20121201
+inherit perl-module
+
+DESCRIPTION='method and function declarations with signatures and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+}
+perl_meta_build() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+	# Test::Builder 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Warn 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Test-Warn-0.100.0
+}
+perl_meta_runtime() {
+	# Any::Moose 0.11 ( 0.110.0 )
+	echo \>=dev-perl/Any-Moose-0.110.0
+	# Const::Fast 0.006 ( 0.6.0 )
+	echo \>=dev-perl/Const-Fast-0.6.0
+	# Data::Alias 1.08 ( 1.80.0 )
+	echo \>=dev-perl/Data-Alias-1.80.0
+	# Devel::Declare 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Pragma 0.40 ( 0.400.0 )
+	echo \>=dev-perl/Devel-Pragma-0.400.0
+	# Mouse 0.64 ( 0.640.0 )
+	echo \>=dev-perl/Mouse-0.640.0
+	# PPI 1.203 ( 1.203.0 )
+	echo \>=dev-perl/PPI-1.203.0
+	# Sub::Name 0.03 ( 0.30.0 )
+	echo \>=dev-perl/Sub-Name-0.30.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] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d14e20c9443a291c9a9e5e51178f6d347bc2eeac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 19:26:12 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 19:26:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d14e20c9

[fixdep] Method-Signatures -> Test-Warn ( normalize )

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

---
 dev-perl/Method-Signatures/ChangeLog               |    4 ++++
 .../Method-Signatures-20111125.0.0.ebuild          |    4 ++--
 .../Method-Signatures-20120523.0.0.ebuild          |    4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index 6dcefaf..d8bf48f 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  Method-Signatures-20111125.0.0.ebuild, Method-Signatures-20120523.0.0.ebuild:
+  Fix dependency on Test-Warn ( normalize )
+
 *Method-Signatures-20121201.0.0 (09 Feb 2013)
 
   09 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
index 3a00aa7..9fa1186 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20111125.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_build() {
 	# Test::More 0.82 ( 0.820.0 )
 	echo \>=virtual/perl-Test-Simple-0.82
 	# Test::Warn 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Test-Warn-0.10
+	echo \>=dev-perl/Test-Warn-0.100.0
 }
 perl_meta_runtime() {
 	# Any::Moose 0.11 ( 0.110.0 )

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
index 970d6e0..2879e91 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20120523.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -25,7 +25,7 @@ perl_meta_build() {
 	# Test::More 0.82 ( 0.820.0 )
 	echo \>=virtual/perl-Test-Simple-0.82
 	# Test::Warn 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Test-Warn-0.10
+	echo \>=dev-perl/Test-Warn-0.100.0
 }
 perl_meta_runtime() {
 	# Any::Moose 0.11 ( 0.110.0 )


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2013-02-23 22:54 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     cb3853cff68e0f3153a1acb90487d4b453bc14c4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:45:10 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:45:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cb3853cf

[newversion] Method-Signatures-20130222.0.0

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

---
 dev-perl/Method-Signatures/ChangeLog               |    6 ++
 .../Method-Signatures-20130222.0.0.ebuild          |   60 ++++++++++++++++++++
 2 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index d8bf48f..60a7eee 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-20130222.0.0 (23 Feb 2013)
+
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Method-Signatures-20130222.0.0.ebuild:
+  Version Bump
+
   09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Method-Signatures-20111125.0.0.ebuild, Method-Signatures-20120523.0.0.ebuild:
   Fix dependency on Test-Warn ( normalize )

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20130222.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20130222.0.0.ebuild
new file mode 100644
index 0000000..5046283
--- /dev/null
+++ b/dev-perl/Method-Signatures/Method-Signatures-20130222.0.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BAREFOOT
+MODULE_VERSION=20130222
+inherit perl-module
+
+DESCRIPTION='method and function declarations with signatures and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+}
+perl_meta_build() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+	# Test::Builder 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Warn 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Test-Warn-0.100.0
+}
+perl_meta_runtime() {
+	# Any::Moose 0.11 ( 0.110.0 )
+	echo \>=dev-perl/Any-Moose-0.110.0
+	# Const::Fast 0.006 ( 0.6.0 )
+	echo \>=dev-perl/Const-Fast-0.6.0
+	# Data::Alias 1.08 ( 1.80.0 )
+	echo \>=dev-perl/Data-Alias-1.80.0
+	# Devel::Declare 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Pragma 0.40 ( 0.400.0 )
+	echo \>=dev-perl/Devel-Pragma-0.400.0
+	# Mouse 0.64 ( 0.640.0 )
+	echo \>=dev-perl/Mouse-0.640.0
+	# PPI 1.203 ( 1.203.0 )
+	echo \>=dev-perl/PPI-1.203.0
+	# Sub::Name 0.03 ( 0.30.0 )
+	echo \>=dev-perl/Sub-Name-0.30.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] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2013-05-09 11:44 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-05-09 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e6c4069a26ea9e166282f05602290b02b5b9f9ac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  9 11:19:24 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  9 11:19:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e6c4069a

[newversion] dev-perl/Method-Signatures-20130505.0.0

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

---
 dev-perl/Method-Signatures/ChangeLog               |    6 ++
 .../Method-Signatures-20130505.0.0.ebuild          |   60 ++++++++++++++++++++
 dev-perl/Method-Signatures/metadata.xml            |    1 +
 3 files changed, 67 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Method-Signatures/ChangeLog b/dev-perl/Method-Signatures/ChangeLog
index 60a7eee..8e81cc2 100644
--- a/dev-perl/Method-Signatures/ChangeLog
+++ b/dev-perl/Method-Signatures/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Method-Signatures-20130505.0.0 (09 May 2013)
+
+  09 May 2013; Kent Fredric <kentfredric@gmail.com>
+  +Method-Signatures-20130505.0.0.ebuild, metadata.xml:
+  Version Bump
+
 *Method-Signatures-20130222.0.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild
new file mode 100644
index 0000000..4518551
--- /dev/null
+++ b/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BAREFOOT
+MODULE_VERSION=20130505
+inherit perl-module
+
+DESCRIPTION='method and function declarations with signatures and no source filter'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+}
+perl_meta_build() {
+	# Module::Build 0.26 ( 0.260.0 )
+	echo \>=virtual/perl-Module-Build-0.26
+	# Test::Builder 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.82 ( 0.820.0 )
+	echo \>=virtual/perl-Test-Simple-0.82
+	# Test::Warn 0.10 ( 0.100.0 )
+	echo \>=dev-perl/Test-Warn-0.100.0
+}
+perl_meta_runtime() {
+	# Any::Moose 0.11 ( 0.110.0 )
+	echo \>=dev-perl/Any-Moose-0.110.0
+	# Const::Fast 0.006 ( 0.6.0 )
+	echo \>=dev-perl/Const-Fast-0.6.0
+	# Data::Alias 1.08 ( 1.80.0 )
+	echo \>=dev-perl/Data-Alias-1.80.0
+	# Devel::Declare 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
+	echo \>=dev-perl/Devel-Declare-0.6.2
+	# Devel::Pragma 0.40 ( 0.400.0 )
+	echo \>=dev-perl/Devel-Pragma-0.400.0
+	# Mouse 0.64 ( 0.640.0 )
+	echo \>=dev-perl/Mouse-0.640.0
+	# PPI 1.203 ( 1.203.0 )
+	echo \>=dev-perl/PPI-1.203.0
+	# Sub::Name 0.03 ( 0.30.0 )
+	echo \>=dev-perl/Sub-Name-0.30.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 parallel"

diff --git a/dev-perl/Method-Signatures/metadata.xml b/dev-perl/Method-Signatures/metadata.xml
index c99ac85..788cce0 100644
--- a/dev-perl/Method-Signatures/metadata.xml
+++ b/dev-perl/Method-Signatures/metadata.xml
@@ -10,6 +10,7 @@
 		<remote-id type="cpan">Method-Signatures</remote-id>
 		<remote-id type="cpan-module">Method::Signatures</remote-id>
 		<remote-id type="cpan-module">Method::Signatures::Modifiers</remote-id>
+		<remote-id type="cpan-module">Method::Signatures::Parameter</remote-id>
 		<remote-id type="cpan-module">Method::Signatures::Parser</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2017-09-17  3:43 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-09-17  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     975c3069e24611502e1139ed98f4d4b83d41a906
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:00:16 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:00:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=975c3069

dev-perl/Method-Signatures: Cleanup old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Method-Signatures-20121201.0.0.ebuild          | 60 ----------------------
 .../Method-Signatures-20130222.0.0.ebuild          | 60 ----------------------
 2 files changed, 120 deletions(-)

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild
deleted file mode 100644
index 5a87cd93e..000000000
--- a/dev-perl/Method-Signatures/Method-Signatures-20121201.0.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=BAREFOOT
-MODULE_VERSION=20121201
-inherit perl-module
-
-DESCRIPTION='method and function declarations with signatures and no source filter'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.26 ( 0.260.0 )
-	echo \>=dev-perl/Module-Build-0.26
-}
-perl_meta_build() {
-	# Module::Build 0.26 ( 0.260.0 )
-	echo \>=dev-perl/Module-Build-0.26
-	# Test::Builder 0.82 ( 0.820.0 )
-	echo \>=virtual/perl-Test-Simple-0.82
-	# Test::Exception 0.29 ( 0.290.0 )
-	echo \>=dev-perl/Test-Exception-0.290.0
-	# Test::More 0.82 ( 0.820.0 )
-	echo \>=virtual/perl-Test-Simple-0.82
-	# Test::Warn 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Test-Warn-0.100.0
-}
-perl_meta_runtime() {
-	# Any::Moose 0.11 ( 0.110.0 )
-	echo \>=dev-perl/Any-Moose-0.110.0
-	# Const::Fast 0.006 ( 0.6.0 )
-	echo \>=dev-perl/Const-Fast-0.6.0
-	# Data::Alias 1.08 ( 1.80.0 )
-	echo \>=dev-perl/Data-Alias-1.80.0
-	# Devel::Declare 0.006002 ( 0.6.2 )
-	echo \>=dev-perl/Devel-Declare-0.6.2
-	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
-	echo \>=dev-perl/Devel-Declare-0.6.2
-	# Devel::Pragma 0.40 ( 0.400.0 )
-	echo \>=dev-perl/Devel-Pragma-0.400.0
-	# Mouse 0.64 ( 0.640.0 )
-	echo \>=dev-perl/Mouse-0.640.0
-	# PPI 1.203 ( 1.203.0 )
-	echo \>=dev-perl/PPI-1.203.0
-	# Sub::Name 0.03 ( 0.30.0 )
-	echo \>=dev-perl/Sub-Name-0.30.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/Method-Signatures/Method-Signatures-20130222.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20130222.0.0.ebuild
deleted file mode 100644
index 135b44baa..000000000
--- a/dev-perl/Method-Signatures/Method-Signatures-20130222.0.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=BAREFOOT
-MODULE_VERSION=20130222
-inherit perl-module
-
-DESCRIPTION='method and function declarations with signatures and no source filter'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.26 ( 0.260.0 )
-	echo \>=dev-perl/Module-Build-0.26
-}
-perl_meta_build() {
-	# Module::Build 0.26 ( 0.260.0 )
-	echo \>=dev-perl/Module-Build-0.26
-	# Test::Builder 0.82 ( 0.820.0 )
-	echo \>=virtual/perl-Test-Simple-0.82
-	# Test::Exception 0.29 ( 0.290.0 )
-	echo \>=dev-perl/Test-Exception-0.290.0
-	# Test::More 0.82 ( 0.820.0 )
-	echo \>=virtual/perl-Test-Simple-0.82
-	# Test::Warn 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Test-Warn-0.100.0
-}
-perl_meta_runtime() {
-	# Any::Moose 0.11 ( 0.110.0 )
-	echo \>=dev-perl/Any-Moose-0.110.0
-	# Const::Fast 0.006 ( 0.6.0 )
-	echo \>=dev-perl/Const-Fast-0.6.0
-	# Data::Alias 1.08 ( 1.80.0 )
-	echo \>=dev-perl/Data-Alias-1.80.0
-	# Devel::Declare 0.006002 ( 0.6.2 )
-	echo \>=dev-perl/Devel-Declare-0.6.2
-	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )
-	echo \>=dev-perl/Devel-Declare-0.6.2
-	# Devel::Pragma 0.40 ( 0.400.0 )
-	echo \>=dev-perl/Devel-Pragma-0.400.0
-	# Mouse 0.64 ( 0.640.0 )
-	echo \>=dev-perl/Mouse-0.640.0
-	# PPI 1.203 ( 1.203.0 )
-	echo \>=dev-perl/PPI-1.203.0
-	# Sub::Name 0.03 ( 0.30.0 )
-	echo \>=dev-perl/Sub-Name-0.30.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] 9+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/
@ 2017-09-17  3:43 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-09-17  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0b4879a68b3c7684e81ae978cc5d120d179b3efb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:01:16 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:01:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0b4879a6

dev-perl/Method-Signatures: Remove dep on optional Data-Alias

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...s-20130505.0.0.ebuild => Method-Signatures-20130505.0.0-r1.ebuild} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild b/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0-r1.ebuild
similarity index 93%
rename from dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild
rename to dev-perl/Method-Signatures/Method-Signatures-20130505.0.0-r1.ebuild
index eab5c653d..323f21c9e 100644
--- a/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0.ebuild
+++ b/dev-perl/Method-Signatures/Method-Signatures-20130505.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -32,8 +32,6 @@ perl_meta_runtime() {
 	echo \>=dev-perl/Any-Moose-0.110.0
 	# Const::Fast 0.006 ( 0.6.0 )
 	echo \>=dev-perl/Const-Fast-0.6.0
-	# Data::Alias 1.08 ( 1.80.0 )
-	echo \>=dev-perl/Data-Alias-1.80.0
 	# Devel::Declare 0.006002 ( 0.6.2 )
 	echo \>=dev-perl/Devel-Declare-0.6.2
 	# Devel::Declare::MethodInstaller::Simple 0.006002 ( 0.6.2 )


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

end of thread, other threads:[~2017-09-17  3:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 19:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Method-Signatures/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-09-17  3:43 Kent Fredric
2017-09-17  3:43 Kent Fredric
2013-05-09 11:44 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-05-27  2:30 Kent Fredric
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