public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/
@ 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:     d2f64bc44f8da056f47837f23051878f0aa5690b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:31:43 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:31:43 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d2f64bc4

[migrate] signatures

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

---
 dev-perl/signatures/ChangeLog                      |    6 ++++++
 ...gnatures-0.06.ebuild => signatures-0.60.ebuild} |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
index cf431d0..1cf266f 100644
--- a/dev-perl/signatures/ChangeLog
+++ b/dev-perl/signatures/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*signatures-0.60 (12 Feb 2011)
+
+  12 Feb 2011; Kent Fredric <kentfredric@gmail.com> -signatures-0.06.ebuild,
+  +signatures-0.60.ebuild:
+  migrate
+
   12 Feb 2011; Kent Fredric <kentfredric@gmail.com> signatures-0.06.ebuild:
   Fixdep
 

diff --git a/dev-perl/signatures/signatures-0.06.ebuild b/dev-perl/signatures/signatures-0.60.ebuild
similarity index 95%
rename from dev-perl/signatures/signatures-0.06.ebuild
rename to dev-perl/signatures/signatures-0.60.ebuild
index fe2e747..d8dba8e 100644
--- a/dev-perl/signatures/signatures-0.06.ebuild
+++ b/dev-perl/signatures/signatures-0.60.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=2
 MODULE_AUTHOR=FLORA
+MODULE_VERSION="0.06"
 inherit perl-module
 
 DESCRIPTION="Subroutine signatures with no source filter"



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/
@ 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:     7144e8503d1d609524e5c08010ac6cfd9aae7b1c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  2 01:56:21 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  2 01:56:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=7144e850

[bump] signatures 0.110.0

Package-Manager: portage-2.2.17

 dev-perl/signatures/signatures-0.110.0.ebuild | 29 ++++++++++++++
 dev-perl/signatures/signatures-0.70.0.ebuild  | 54 ---------------------------
 2 files changed, 29 insertions(+), 54 deletions(-)

diff --git a/dev-perl/signatures/signatures-0.110.0.ebuild b/dev-perl/signatures/signatures-0.110.0.ebuild
new file mode 100644
index 0000000..a4cba8d
--- /dev/null
+++ b/dev-perl/signatures/signatures-0.110.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION='Subroutine signatures with no source filter'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# Test::More -> Test-Simple
+RDEPEND="
+	>=dev-perl/B-Hooks-EndOfScope-0.80.0
+	>=dev-perl/B-Hooks-OP-Check-0.170.0
+	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
+	>=dev-perl/B-Hooks-Parser-0.120.0
+	virtual/perl-XSLoader
+"
+DEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-Depends-0.302.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/signatures/signatures-0.70.0.ebuild b/dev-perl/signatures/signatures-0.70.0.ebuild
deleted file mode 100644
index 797b33c..0000000
--- a/dev-perl/signatures/signatures-0.70.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=KAPPA
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='subroutine signatures with no source filter'
-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
-	# B::Hooks::Parser 0.07 ( 0.70.0 )
-	echo \>=dev-perl/B-Hooks-Parser-0.70.0
-	# ExtUtils::Depends 0.302 ( 0.302.0 )
-	echo \>=dev-perl/extutils-depends-0.302.0
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# B::Hooks::OP::Check 0.17 ( 0.170.0 )
-	echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
-	# B::Hooks::OP::PPAddr
-	echo dev-perl/B-Hooks-OP-PPAddr
-	# B::Hooks::Parser 0.07 ( 0.70.0 )
-	echo \>=dev-perl/B-Hooks-Parser-0.70.0
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_runtime() {
-	# B::Hooks::EndOfScope 0.08 ( 0.80.0 )
-	echo \>=dev-perl/B-Hooks-EndOfScope-0.80.0
-	# B::Hooks::OP::Check 0.17 ( 0.170.0 )
-	echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
-	# B::Hooks::OP::PPAddr
-	echo dev-perl/B-Hooks-OP-PPAddr
-	# B::Hooks::Parser 0.07 ( 0.70.0 )
-	echo \>=dev-perl/B-Hooks-Parser-0.70.0
-}
-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/signatures/
@ 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:     ca8ede97cd40d125fd5173ae18ce4052efb1fa63
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May  2 01:43:52 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May  2 01:43:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ca8ede97

[cleanup] signatures: remove old versions

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

 dev-perl/signatures/signatures-0.60.0.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/signatures/signatures-0.60.0.ebuild b/dev-perl/signatures/signatures-0.60.0.ebuild
deleted file mode 100644
index c0e601f..0000000
--- a/dev-perl/signatures/signatures-0.60.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="0.06"
-inherit perl-module
-
-DESCRIPTION="Subroutine signatures with no source filter"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/B-Hooks-OP-Check-0.180.0
-	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-	>=dev-perl/B-Hooks-Parser-0.70.0
-	>=dev-perl/B-Hooks-EndOfScope-0.80.0
-"
-DEPEND="
-	${RDEPEND}
-"
-SRC_TEST="do"


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

commit:     0b3d21f698c10a5f26af175b9a398c9ab0188dae
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 01:54:21 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 01:54:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b3d21f6

[migrate] signatures to x.y.z

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

---
 dev-perl/signatures/ChangeLog                      |    8 +++++++-
 ...atures-0.60.ebuild => signatures-0.60.0.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
index be96e89..3ad65e4 100644
--- a/dev-perl/signatures/ChangeLog
+++ b/dev-perl/signatures/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/signatures
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*signatures-0.60.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com> -signatures-0.60.ebuild,
+  +signatures-0.60.0.ebuild:
+  Migrate to x.y.z
+
   08 May 2011; Kent Fredric <kentfredric@gmail.com> signatures-0.60.ebuild:
   Fixdep B-Hooks-OP-PPAddr
 

diff --git a/dev-perl/signatures/signatures-0.60.ebuild b/dev-perl/signatures/signatures-0.60.0.ebuild
similarity index 92%
rename from dev-perl/signatures/signatures-0.60.ebuild
rename to dev-perl/signatures/signatures-0.60.0.ebuild
index e1ba9a3..89c794f 100644
--- a/dev-perl/signatures/signatures-0.60.ebuild
+++ b/dev-perl/signatures/signatures-0.60.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: $
 



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

commit:     67e1219c665ccbe67e4d67c17464137fc29ff99f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May 27 01:58:44 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May 27 01:58:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=67e1219c

[newversion] signatures-0.70.0

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

---
 dev-perl/signatures/ChangeLog                |    6 +++
 dev-perl/signatures/signatures-0.60.0.ebuild |    6 +-
 dev-perl/signatures/signatures-0.70.0.ebuild |   54 ++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 3 deletions(-)

diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
index 3ad65e4..47e9745 100644
--- a/dev-perl/signatures/ChangeLog
+++ b/dev-perl/signatures/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*signatures-0.70.0 (27 May 2012)
+
+  27 May 2012; Kent Fredric <kentfredric@gmail.com> signatures-0.60.0.ebuild,
+  +signatures-0.70.0.ebuild:
+  Version Bump
+
 *signatures-0.60.0 (27 May 2012)
 
   27 May 2012; Kent Fredric <kentfredric@gmail.com> -signatures-0.60.ebuild,

diff --git a/dev-perl/signatures/signatures-0.60.0.ebuild b/dev-perl/signatures/signatures-0.60.0.ebuild
index 89c794f..c0e601f 100644
--- a/dev-perl/signatures/signatures-0.60.0.ebuild
+++ b/dev-perl/signatures/signatures-0.60.0.ebuild
@@ -15,10 +15,10 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
 RDEPEND="
-	>=dev-perl/B-Hooks-OP-Check-0.18
+	>=dev-perl/B-Hooks-OP-Check-0.180.0
 	>=dev-perl/B-Hooks-OP-PPAddr-0.30.0
-	>=dev-perl/B-Hooks-Parser-0.07
-	>=dev-perl/B-Hooks-EndOfScope-0.08
+	>=dev-perl/B-Hooks-Parser-0.70.0
+	>=dev-perl/B-Hooks-EndOfScope-0.80.0
 "
 DEPEND="
 	${RDEPEND}

diff --git a/dev-perl/signatures/signatures-0.70.0.ebuild b/dev-perl/signatures/signatures-0.70.0.ebuild
new file mode 100644
index 0000000..797b33c
--- /dev/null
+++ b/dev-perl/signatures/signatures-0.70.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=KAPPA
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='subroutine signatures with no source filter'
+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
+	# B::Hooks::Parser 0.07 ( 0.70.0 )
+	echo \>=dev-perl/B-Hooks-Parser-0.70.0
+	# ExtUtils::Depends 0.302 ( 0.302.0 )
+	echo \>=dev-perl/extutils-depends-0.302.0
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_build() {
+	# B::Hooks::OP::Check 0.17 ( 0.170.0 )
+	echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
+	# B::Hooks::OP::PPAddr
+	echo dev-perl/B-Hooks-OP-PPAddr
+	# B::Hooks::Parser 0.07 ( 0.70.0 )
+	echo \>=dev-perl/B-Hooks-Parser-0.70.0
+	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
+}
+perl_meta_runtime() {
+	# B::Hooks::EndOfScope 0.08 ( 0.80.0 )
+	echo \>=dev-perl/B-Hooks-EndOfScope-0.80.0
+	# B::Hooks::OP::Check 0.17 ( 0.170.0 )
+	echo \>=dev-perl/B-Hooks-OP-Check-0.170.0
+	# B::Hooks::OP::PPAddr
+	echo dev-perl/B-Hooks-OP-PPAddr
+	# B::Hooks::Parser 0.07 ( 0.70.0 )
+	echo \>=dev-perl/B-Hooks-Parser-0.70.0
+}
+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:perl514virtuals commit in: dev-perl/signatures/
@ 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:     d7a1a07abc16dfeaa3bca27bbbac68bc23aed883
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  8 04:38:21 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=d7a1a07a

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

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

---
 dev-perl/signatures/ChangeLog              |    3 +++
 dev-perl/signatures/signatures-0.60.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
index 1cf266f..be96e89 100644
--- a/dev-perl/signatures/ChangeLog
+++ b/dev-perl/signatures/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 May 2011; Kent Fredric <kentfredric@gmail.com> signatures-0.60.ebuild:
+  Fixdep B-Hooks-OP-PPAddr
+
 *signatures-0.60 (12 Feb 2011)
 
   12 Feb 2011; Kent Fredric <kentfredric@gmail.com> -signatures-0.06.ebuild,

diff --git a/dev-perl/signatures/signatures-0.60.ebuild b/dev-perl/signatures/signatures-0.60.ebuild
index d8dba8e..e1ba9a3 100644
--- a/dev-perl/signatures/signatures-0.60.ebuild
+++ b/dev-perl/signatures/signatures-0.60.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=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/B-Hooks-Parser-0.07
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 "



^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/
@ 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:     84b95b422e06856f7b61ff12faa5bda2d644af9f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 12 16:28:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 12 16:28:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=84b95b42

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

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

---
 dev-perl/signatures/ChangeLog              |    5 ++++-
 dev-perl/signatures/signatures-0.06.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/signatures/ChangeLog b/dev-perl/signatures/ChangeLog
index f6164bb..cf431d0 100644
--- a/dev-perl/signatures/ChangeLog
+++ b/dev-perl/signatures/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-perl/signatures
-# Copyright 1999-2009 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> signatures-0.06.ebuild:
+  Fixdep
+
 *signatures-0.06 (10 Sep 2009)
 
   10 Sep 2009; Michele Beltrame <m@cattlegrid.info> +signatures-0.06.ebuild:

diff --git a/dev-perl/signatures/signatures-0.06.ebuild b/dev-perl/signatures/signatures-0.06.ebuild
index 3036712..fe2e747 100644
--- a/dev-perl/signatures/signatures-0.06.ebuild
+++ b/dev-perl/signatures/signatures-0.06.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: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=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/B-Hooks-Parser-0.07
 	>=dev-perl/B-Hooks-EndOfScope-0.08
 "



^ 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 --
2011-02-12 20:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/signatures/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-05-02  2:21 Kent Fredric
2015-05-02  2:21 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-05-27  2:30 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-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