public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2015-05-02  2:21 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-05-02  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8d00cf228a2b17afb1b3ad9b7ac61634e42fdc21
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  1 22:11:33 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  1 22:11:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8d00cf22

[cleanup] TryCatch: Remove old versions

Package-Manager: portage-2.2.17
RepoMan-Options: --force

 dev-perl/TryCatch/TryCatch-1.3.0.ebuild | 38 ---------------------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-perl/TryCatch/TryCatch-1.3.0.ebuild b/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
deleted file mode 100644
index 8df23df..0000000
--- a/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=ASH
-MODULE_VERSION="1.003000"
-inherit perl-module
-
-DESCRIPTION="first class try catch semantics for Perl, without source filters"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
-	>=dev-perl/Parse-Method-Signatures-1.3.12
-	>=dev-perl/B-Hooks-EndOfScope-0.80.0
-	>=dev-perl/B-Hooks-OP-Check-0.180.0
-	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-	>=dev-perl/Devel-Declare-0.5.7
-	dev-perl/Moose
-	dev-perl/MooseX-Types
-	>=dev-perl/Scope-Upper-0.60.0
-	>=dev-perl/Variable-Magic-0.280.0
-	>=dev-perl/Sub-Exporter-0.979.0
-	virtual/perl-XSLoader
-"
-DEPEND="
-	>=dev-perl/extutils-depends-0.302.0
-	${COMMON_DEPEND}
-	test? (
-		>=virtual/perl-Test-Simple-0.88
-		dev-perl/Test-Exception
-	)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2015-05-02  2:21 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2015-05-02  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c4f083169235f5bdb19d4f37f475ba08f97bdb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  2 02:19:38 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  2 02:19:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f5c4f083

[fixup] TryCatch: Fixup deps

Package-Manager: portage-2.2.17

 dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild | 36 ++++++++++++++++
 dev-perl/TryCatch/TryCatch-1.3.2.ebuild    | 68 ------------------------------
 2 files changed, 36 insertions(+), 68 deletions(-)

diff --git a/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild
new file mode 100644
index 0000000..89e038b
--- /dev/null
+++ b/dev-perl/TryCatch/TryCatch-1.3.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ASH
+MODULE_VERSION=1.003002
+inherit perl-module
+
+DESCRIPTION='first class try catch semantics for Perl, without source filters.'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/B-Hooks-EndOfScope-0.120.0
+	>=dev-perl/B-Hooks-OP-Check-0.180.0
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
+	>=dev-perl/Devel-Declare-0.5.7
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	>=dev-perl/Parse-Method-Signatures-1.3.12
+	>=dev-perl/Scope-Upper-0.60.0
+	>=dev-perl/Sub-Exporter-0.979.0
+	>=dev-perl/Variable-Magic-0.280.0
+	virtual/perl-XSLoader
+	>=dev-perl/namespace-clean-0.200.0
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		dev-perl/Test-Exception
+	)
+"

diff --git a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild b/dev-perl/TryCatch/TryCatch-1.3.2.ebuild
deleted file mode 100644
index bb6f79a..0000000
--- a/dev-perl/TryCatch/TryCatch-1.3.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ASH
-MODULE_VERSION=1.003002
-inherit perl-module
-
-DESCRIPTION='first class try catch semantics for Perl, without source filters.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# B::Hooks::OP::Check 0.18 ( 0.180.0 )
-	echo \>=dev-perl/B-Hooks-OP-Check-0.180.0
-	# B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
-	echo \>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-	# ExtUtils::Depends 0.302 ( 0.302.0 )
-	echo \>=dev-perl/extutils-depends-0.302.0
-	# 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::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# B::Hooks::EndOfScope 0.12 ( 0.120.0 )
-	echo \>=dev-perl/B-Hooks-EndOfScope-0.120.0
-	# B::Hooks::OP::Check 0.18 ( 0.180.0 )
-	echo \>=dev-perl/B-Hooks-OP-Check-0.180.0
-	# B::Hooks::OP::PPAddr 0.03 ( 0.30.0 )
-	echo \>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-	# Devel::Declare 0.005007 ( 0.5.7 )
-	echo \>=dev-perl/Devel-Declare-0.5.7
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Types
-	echo dev-perl/MooseX-Types
-	# Parse::Method::Signatures 1.003012 ( 1.3.12 )
-	echo \>=dev-perl/Parse-Method-Signatures-1.3.12
-	# Scope::Upper 0.06 ( 0.60.0 )
-	echo \>=dev-perl/Scope-Upper-0.60.0
-	# Sub::Exporter 0.979 ( 0.979.0 )
-	echo \>=dev-perl/Sub-Exporter-0.979.0
-	# Variable::Magic 0.28 ( 0.280.0 )
-	echo \>=dev-perl/Variable-Magic-0.280.0
-	# XSLoader
-	echo virtual/perl-XSLoader
-	# 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] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2011-09-25  7:44 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-09-25  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9dc5331e6e7003e2e4e324cc34db6c296792cfb3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 01:16:44 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 01:16:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9dc5331e

[addzero/fixdep] TryCatch / -> Parse-Method-Signatures

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

---
 dev-perl/TryCatch/ChangeLog                        |    9 +++++++++
 dev-perl/TryCatch/TryCatch-1.1.1.ebuild            |    2 +-
 ...atch-1.2-r1.ebuild => TryCatch-1.2.0-r1.ebuild} |    2 +-
 .../{TryCatch-1.2.ebuild => TryCatch-1.2.0.ebuild} |    2 +-
 .../{TryCatch-1.3.ebuild => TryCatch-1.3.0.ebuild} |    2 +-
 5 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/dev-perl/TryCatch/ChangeLog b/dev-perl/TryCatch/ChangeLog
index 47d54a2..a3e77f9 100644
--- a/dev-perl/TryCatch/ChangeLog
+++ b/dev-perl/TryCatch/ChangeLog
@@ -2,6 +2,15 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*TryCatch-1.3.0 (25 Sep 2011)
+*TryCatch-1.2.0-r1 (25 Sep 2011)
+*TryCatch-1.2.0 (25 Sep 2011)
+
+  25 Sep 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.1.1.ebuild,
+  -TryCatch-1.2.ebuild, -TryCatch-1.2-r1.ebuild, +TryCatch-1.2.0.ebuild,
+  +TryCatch-1.2.0-r1.ebuild, -TryCatch-1.3.ebuild, +TryCatch-1.3.0.ebuild:
+  AddZero/Fixdep Parse-Method-Signatures
+
   08 May 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.1.1.ebuild,
   TryCatch-1.2.ebuild, TryCatch-1.2-r1.ebuild, TryCatch-1.3.ebuild:
   Fixdep B-Hooks-OP-PPAddr

diff --git a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
index 33892e0..7008970 100644
--- a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/Parse-Method-Signatures-1.003003
+	>=dev-perl/Parse-Method-Signatures-1.3.3
 	>=dev-perl/B-Hooks-EndOfScope-0.05
 	>=dev-perl/B-Hooks-OP-Check-0.15
 	>=dev-perl/B-Hooks-OP-PPAddr-0.20.0

diff --git a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.2.0-r1.ebuild
similarity index 94%
rename from dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
rename to dev-perl/TryCatch/TryCatch-1.2.0-r1.ebuild
index 5c17db5..317e7b6 100644
--- a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2.0-r1.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/Parse-Method-Signatures-1.003012
+	>=dev-perl/Parse-Method-Signatures-1.3.12
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
 	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0

diff --git a/dev-perl/TryCatch/TryCatch-1.2.ebuild b/dev-perl/TryCatch/TryCatch-1.2.0.ebuild
similarity index 94%
rename from dev-perl/TryCatch/TryCatch-1.2.ebuild
rename to dev-perl/TryCatch/TryCatch-1.2.0.ebuild
index 2a59bfd..16480a7 100644
--- a/dev-perl/TryCatch/TryCatch-1.2.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2.0.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/Parse-Method-Signatures-1.003012
+	>=dev-perl/Parse-Method-Signatures-1.3.12
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
 	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0

diff --git a/dev-perl/TryCatch/TryCatch-1.3.ebuild b/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
similarity index 94%
rename from dev-perl/TryCatch/TryCatch-1.3.ebuild
rename to dev-perl/TryCatch/TryCatch-1.3.0.ebuild
index d16c938..319290c 100644
--- a/dev-perl/TryCatch/TryCatch-1.3.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.3.0.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 COMMON_DEPEND="
-	>=dev-perl/Parse-Method-Signatures-1.003012
+	>=dev-perl/Parse-Method-Signatures-1.3.12
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
 	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/TryCatch/
@ 2011-05-08 16:10 Kent Fredric
  2011-05-08 14:19 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 7+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0ecf5cfbd1ce096e345bf7aa958e2e97a41af545
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  8 04:36:41 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  8 14:18:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0ecf5cfb

[fixdep] TryCatch -> B-Hooks-OP-PPAddr

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

---
 dev-perl/TryCatch/ChangeLog              |    4 ++++
 dev-perl/TryCatch/TryCatch-1.1.1.ebuild  |    2 +-
 dev-perl/TryCatch/TryCatch-1.2-r1.ebuild |    2 +-
 dev-perl/TryCatch/TryCatch-1.2.ebuild    |    2 +-
 dev-perl/TryCatch/TryCatch-1.3.ebuild    |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/TryCatch/ChangeLog b/dev-perl/TryCatch/ChangeLog
index cd3077d..47d54a2 100644
--- a/dev-perl/TryCatch/ChangeLog
+++ b/dev-perl/TryCatch/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 May 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.1.1.ebuild,
+  TryCatch-1.2.ebuild, TryCatch-1.2-r1.ebuild, TryCatch-1.3.ebuild:
+  Fixdep B-Hooks-OP-PPAddr
+
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.1.1.ebuild,
   TryCatch-1.2.ebuild, TryCatch-1.2-r1.ebuild, TryCatch-1.3.ebuild:
   Fixdep Scope-Upper

diff --git a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
index 256788b..33892e0 100644
--- a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
@@ -15,7 +15,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003003
 	>=dev-perl/B-Hooks-EndOfScope-0.05
 	>=dev-perl/B-Hooks-OP-Check-0.15
-	>=dev-perl/B-Hooks-OP-PPAddr-0.20
+	>=dev-perl/B-Hooks-OP-PPAddr-0.20.0
 	>=dev-perl/Devel-Declare-0.003004
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
index 14ee955..5c17db5 100644
--- a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
@@ -15,7 +15,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.30
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.2.ebuild b/dev-perl/TryCatch/TryCatch-1.2.ebuild
index 3d73c98..2a59bfd 100644
--- a/dev-perl/TryCatch/TryCatch-1.2.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2.ebuild
@@ -15,7 +15,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.30
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.3.ebuild b/dev-perl/TryCatch/TryCatch-1.3.ebuild
index 347e370..d16c938 100644
--- a/dev-perl/TryCatch/TryCatch-1.3.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.3.ebuild
@@ -15,7 +15,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.30
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2011-03-10 22:20 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-03-10 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     afcf5b747ac08607c0c0dd622ef3dbfc50be2470
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 20:24:24 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 20:24:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=afcf5b74

[fixdep] TryCatch -> ScopeUpper

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

---
 dev-perl/TryCatch/ChangeLog              |    4 ++++
 dev-perl/TryCatch/TryCatch-1.1.1.ebuild  |    2 +-
 dev-perl/TryCatch/TryCatch-1.2-r1.ebuild |    2 +-
 dev-perl/TryCatch/TryCatch-1.2.ebuild    |    2 +-
 dev-perl/TryCatch/TryCatch-1.3.ebuild    |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/TryCatch/ChangeLog b/dev-perl/TryCatch/ChangeLog
index d5dacfc..cd3077d 100644
--- a/dev-perl/TryCatch/ChangeLog
+++ b/dev-perl/TryCatch/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.1.1.ebuild,
+  TryCatch-1.2.ebuild, TryCatch-1.2-r1.ebuild, TryCatch-1.3.ebuild:
+  Fixdep Scope-Upper
+
 *TryCatch-1.3 (12 Feb 2011)
 *TryCatch-1.2-r1 (12 Feb 2011)
 *TryCatch-1.2 (12 Feb 2011)

diff --git a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
index a15b28a..256788b 100644
--- a/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	>=dev-perl/Devel-Declare-0.003004
 	dev-perl/Moose
 	dev-perl/MooseX-Types
-	>=dev-perl/Scope-Upper-0.06
+	>=dev-perl/Scope-Upper-0.60.0
 	>=dev-perl/Variable-Magic-0.28
 	>=dev-perl/Sub-Exporter-0.979
 "

diff --git a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
index 7f09bb3..14ee955 100644
--- a/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types
-	>=dev-perl/Scope-Upper-0.06
+	>=dev-perl/Scope-Upper-0.60.0
 	>=dev-perl/Variable-Magic-0.28
 	>=dev-perl/Sub-Exporter-0.979
 "

diff --git a/dev-perl/TryCatch/TryCatch-1.2.ebuild b/dev-perl/TryCatch/TryCatch-1.2.ebuild
index 57ff878..3d73c98 100644
--- a/dev-perl/TryCatch/TryCatch-1.2.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types
-	>=dev-perl/Scope-Upper-0.06
+	>=dev-perl/Scope-Upper-0.60.0
 	>=dev-perl/Variable-Magic-0.28
 	>=dev-perl/Sub-Exporter-0.979
 "

diff --git a/dev-perl/TryCatch/TryCatch-1.3.ebuild b/dev-perl/TryCatch/TryCatch-1.3.ebuild
index 409e4e7..347e370 100644
--- a/dev-perl/TryCatch/TryCatch-1.3.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.3.ebuild
@@ -19,7 +19,7 @@ COMMON_DEPEND="
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types
-	>=dev-perl/Scope-Upper-0.06
+	>=dev-perl/Scope-Upper-0.60.0
 	>=dev-perl/Variable-Magic-0.28
 	>=dev-perl/Sub-Exporter-0.979
 	virtual/perl-XSLoader



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2011-02-12 20:30 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-02-12 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     43597fadf8bf455948ef69022563bd67f54c8c47
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:35:24 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:35:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43597fad

[migrate] TryCatch

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

---
 dev-perl/TryCatch/ChangeLog                        |   11 +++++++++++
 ...Catch-1.001001.ebuild => TryCatch-1.1.1.ebuild} |    1 +
 ...h-1.002000-r1.ebuild => TryCatch-1.2-r1.ebuild} |    1 +
 ...ryCatch-1.002000.ebuild => TryCatch-1.2.ebuild} |    1 +
 ...ryCatch-1.003000.ebuild => TryCatch-1.3.ebuild} |    1 +
 5 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/dev-perl/TryCatch/ChangeLog b/dev-perl/TryCatch/ChangeLog
index 740f2fa..d5dacfc 100644
--- a/dev-perl/TryCatch/ChangeLog
+++ b/dev-perl/TryCatch/ChangeLog
@@ -2,6 +2,17 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*TryCatch-1.3 (12 Feb 2011)
+*TryCatch-1.2-r1 (12 Feb 2011)
+*TryCatch-1.2 (12 Feb 2011)
+*TryCatch-1.1.1 (12 Feb 2011)
+
+  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> +TryCatch-1.1.1.ebuild,
+  +TryCatch-1.2.ebuild, +TryCatch-1.2-r1.ebuild, +TryCatch-1.3.ebuild,
+  -TryCatch-1.001001.ebuild, -TryCatch-1.002000.ebuild,
+  -TryCatch-1.002000-r1.ebuild, -TryCatch-1.003000.ebuild:
+  Migrate
+
   12 Feb 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.001001.ebuild,
   TryCatch-1.002000.ebuild, TryCatch-1.002000-r1.ebuild,
   TryCatch-1.003000.ebuild:

diff --git a/dev-perl/TryCatch/TryCatch-1.001001.ebuild b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
similarity index 96%
rename from dev-perl/TryCatch/TryCatch-1.001001.ebuild
rename to dev-perl/TryCatch/TryCatch-1.1.1.ebuild
index 6a507e6..a15b28a 100644
--- a/dev-perl/TryCatch/TryCatch-1.001001.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.1.1.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=ASH
+MODULE_VERSION="1.001001"
 inherit perl-module
 
 DESCRIPTION="first class try catch semantics for Perl, without source filters"

diff --git a/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
similarity index 96%
rename from dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild
rename to dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
index c0252b7..7f09bb3 100644
--- a/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2-r1.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=ASH
+MODULE_VERSION="1.002000"
 inherit perl-module
 
 DESCRIPTION="first class try catch semantics for Perl, without source filters"

diff --git a/dev-perl/TryCatch/TryCatch-1.002000.ebuild b/dev-perl/TryCatch/TryCatch-1.2.ebuild
similarity index 96%
rename from dev-perl/TryCatch/TryCatch-1.002000.ebuild
rename to dev-perl/TryCatch/TryCatch-1.2.ebuild
index eecabbb..57ff878 100644
--- a/dev-perl/TryCatch/TryCatch-1.002000.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.2.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=2
 MODULE_AUTHOR=ASH
+MODULE_VERSION="1.002000"
 inherit perl-module
 
 DESCRIPTION="first class try catch semantics for Perl, without source filters"

diff --git a/dev-perl/TryCatch/TryCatch-1.003000.ebuild b/dev-perl/TryCatch/TryCatch-1.3.ebuild
similarity index 97%
rename from dev-perl/TryCatch/TryCatch-1.003000.ebuild
rename to dev-perl/TryCatch/TryCatch-1.3.ebuild
index 04348bc..409e4e7 100644
--- a/dev-perl/TryCatch/TryCatch-1.003000.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.3.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 EAPI=3
 MODULE_AUTHOR=ASH
+MODULE_VERSION="1.003000"
 inherit perl-module
 
 DESCRIPTION="first class try catch semantics for Perl, without source filters"



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/
@ 2011-02-12 20:30 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2011-02-12 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b6d58248a284aef79939747f872e0e54054b9251
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:31:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:31:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b6d58248

[fixdep] TryCatch -> B-Hooks-OP-PPAddr

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

---
 dev-perl/TryCatch/ChangeLog                   |    7 ++++++-
 dev-perl/TryCatch/TryCatch-1.001001.ebuild    |    4 ++--
 dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild |    4 ++--
 dev-perl/TryCatch/TryCatch-1.002000.ebuild    |    4 ++--
 dev-perl/TryCatch/TryCatch-1.003000.ebuild    |    4 ++--
 5 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/dev-perl/TryCatch/ChangeLog b/dev-perl/TryCatch/ChangeLog
index 5ec1bca..740f2fa 100644
--- a/dev-perl/TryCatch/ChangeLog
+++ b/dev-perl/TryCatch/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/TryCatch
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> TryCatch-1.001001.ebuild,
+  TryCatch-1.002000.ebuild, TryCatch-1.002000-r1.ebuild,
+  TryCatch-1.003000.ebuild:
+  fixdep B-Hooks-OP-PPAddr
+
 *TryCatch-1.003000 (29 Oct 2010)
 
   29 Oct 2010; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/TryCatch/TryCatch-1.001001.ebuild b/dev-perl/TryCatch/TryCatch-1.001001.ebuild
index ed8a105..6a507e6 100644
--- a/dev-perl/TryCatch/TryCatch-1.001001.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.001001.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003003
 	>=dev-perl/B-Hooks-EndOfScope-0.05
 	>=dev-perl/B-Hooks-OP-Check-0.15
-	>=dev-perl/B-Hooks-OP-PPAddr-0.02
+	>=dev-perl/B-Hooks-OP-PPAddr-0.20
 	>=dev-perl/Devel-Declare-0.003004
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild b/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild
index eafd7fd..c0252b7 100644
--- a/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.002000-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.03
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.002000.ebuild b/dev-perl/TryCatch/TryCatch-1.002000.ebuild
index 14b032b..eecabbb 100644
--- a/dev-perl/TryCatch/TryCatch-1.002000.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.002000.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.03
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types

diff --git a/dev-perl/TryCatch/TryCatch-1.003000.ebuild b/dev-perl/TryCatch/TryCatch-1.003000.ebuild
index 02524ba..04348bc 100644
--- a/dev-perl/TryCatch/TryCatch-1.003000.ebuild
+++ b/dev-perl/TryCatch/TryCatch-1.003000.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=3
@@ -14,7 +14,7 @@ COMMON_DEPEND="
 	>=dev-perl/Parse-Method-Signatures-1.003012
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 	>=dev-perl/B-Hooks-OP-Check-0.18
-	>=dev-perl/B-Hooks-OP-PPAddr-0.03
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30
 	>=dev-perl/Devel-Declare-0.005007
 	dev-perl/Moose
 	dev-perl/MooseX-Types



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

end of thread, other threads:[~2015-05-02  2:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02  2:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/TryCatch/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-05-02  2:21 Kent Fredric
2011-09-25  7:44 Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-08 14:19 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-02-12 20:30 Kent Fredric
2011-02-12 20:30 Kent Fredric

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