public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2011-09-23  8:27 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-09-23  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3b2dda3fd2f22ae081150240ea3ee54a96f865
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 23 08:24:46 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 23 08:24:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cd3b2dda

[newversion/cpanclean] FindBin-libs-1.510.ebuild -> FindBin-libs-1.520.0.ebuild

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    6 +++
 dev-perl/FindBin-libs/FindBin-libs-1.510.ebuild   |   17 ----------
 dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild |   35 +++++++++++++++++++++
 3 files changed, 41 insertions(+), 17 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index 7835398..cd3491b 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FindBin-libs-1.520.0 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com> -FindBin-libs-1.510.ebuild,
+  +FindBin-libs-1.520.0.ebuild:
+  Version Bump
+
 *FindBin-libs-1.510 (09 Jan 2011)
 
   09 Jan 2011; Torsten Veller <tove@gentoo.org> +FindBin-libs-1.510.ebuild,

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.510.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.510.ebuild
deleted file mode 100644
index b14c46d..0000000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.510.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.51
-inherit perl-module
-
-DESCRIPTION="Locate and 'use lib' directories along the path of \$FindBin::Bin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
new file mode 100644
index 0000000..363f5b3
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=1.52
+inherit perl-module
+
+DESCRIPTION="Locate and 'use lib' directories along the path of \$FindBin::Bin"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+PREREQ_PM() {
+	#strict
+
+	#warnings
+
+	#Carp
+
+	#Cwd
+	echo virtual/perl-File-Spec
+
+	#FindBin
+
+	#Symbol
+
+	#File::Spec
+	echo virtual/perl-File-Spec
+}
+DEPEND="$(PREREQ_PM)"
+RDEPEND="$(PREREQ_PM)"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2012-02-24  7:13 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-24  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d51f707382bd2d5902cfff1c2cb2022044ee8653
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 22:08:06 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 22:08:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d51f7073

[newversion] FindBin-libs-1.630.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    8 ++++-
 dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild |   41 +++++++++++++++++++++
 2 files changed, 48 insertions(+), 1 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index cd3491b..f6b1d20 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/FindBin-libs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FindBin-libs-1.630.0 (23 Feb 2012)
+
+  23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +FindBin-libs-1.630.0.ebuild:
+  Version Bump
+
 *FindBin-libs-1.520.0 (23 Sep 2011)
 
   23 Sep 2011; Kent Fredric <kentfredric@gmail.com> -FindBin-libs-1.510.ebuild,

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
new file mode 100644
index 0000000..c9e09a4
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=1.63
+inherit perl-module
+
+DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+	# Carp
+	# echo dev-perl/Carp
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# FindBin
+	echo dev-lang/perl
+	# Symbol
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# strict
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2012-02-26  0:39 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-26  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     84539ce6c5421e39173ae261ce4a3e66f0fca0ab
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 25 23:32:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 25 23:32:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=84539ce6

[cpanclean] FindBin-libs-1.520.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    4 ++
 dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild |   35 ---------------------
 2 files changed, 4 insertions(+), 35 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index f6b1d20..8f36fd1 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -FindBin-libs-1.520.0.ebuild:
+  Gone on CPAN
+
 *FindBin-libs-1.630.0 (23 Feb 2012)
 
   23 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
deleted file mode 100644
index 363f5b3..0000000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.52
-inherit perl-module
-
-DESCRIPTION="Locate and 'use lib' directories along the path of \$FindBin::Bin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-PREREQ_PM() {
-	#strict
-
-	#warnings
-
-	#Carp
-
-	#Cwd
-	echo virtual/perl-File-Spec
-
-	#FindBin
-
-	#Symbol
-
-	#File::Spec
-	echo virtual/perl-File-Spec
-}
-DEPEND="$(PREREQ_PM)"
-RDEPEND="$(PREREQ_PM)"
-SRC_TEST="do"



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

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

commit:     2d3805816e684ea95dac301620a27c736192a9bc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 04:30:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 04:30:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2d380581

[newversion] FindBin-libs-1.640.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    6 +++
 dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild |   41 +++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index 8f36fd1..709c464 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FindBin-libs-1.640.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +FindBin-libs-1.640.0.ebuild:
+  Version Bump
+
   25 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -FindBin-libs-1.520.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild
new file mode 100644
index 0000000..542e071
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=1.64
+inherit perl-module
+
+DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.38 ( 0.380.0 )
+	echo \>=virtual/perl-Module-Build-0.380.0
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# FindBin
+	echo dev-lang/perl
+	# Symbol
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# strict
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2012-04-06 20:42 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-04-06 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b0cc3594d9b9d69ec10df3e0714ad93982c2d344
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 13:48:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 13:48:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b0cc3594

[cpanclean] FindBin-libs-1.630.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    4 ++
 dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild |   41 ---------------------
 2 files changed, 4 insertions(+), 41 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index 709c464..e88a530 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -FindBin-libs-1.630.0.ebuild:
+  Gone on CPAN
+
 *FindBin-libs-1.640.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
deleted file mode 100644
index c9e09a4..0000000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.63
-inherit perl-module
-
-DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.38 ( 0.380.0 )
-	echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-	# Carp
-	# echo dev-perl/Carp
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# FindBin
-	echo dev-lang/perl
-	# Symbol
-	echo dev-lang/perl
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# strict
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2013-04-26 19:59 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-26 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     fdc45fb6bac971f4f5f150e40ec933cf730e01e5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 19:43:59 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 19:43:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fdc45fb6

[newversion] FindBin-libs-1.700.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    8 +++-
 dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild |   45 +++++++++++++++++++++
 2 files changed, 52 insertions(+), 1 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index e88a530..302601e 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/FindBin-libs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FindBin-libs-1.700.0 (26 Apr 2013)
+
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +FindBin-libs-1.700.0.ebuild:
+  Version Bump
+
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -FindBin-libs-1.630.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild
new file mode 100644
index 0000000..ba4fc3d
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=1.7
+inherit perl-module
+
+DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_runtime() {
+	# Carp
+	# echo dev-lang/perl
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# FindBin
+	echo dev-lang/perl
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Symbol
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# strict
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2013-04-26 19:59 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-26 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     eb94c76baddbf2912d01f333169f8714c71c39a0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 19:44:20 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 19:44:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eb94c76b

[cpanclean] FindBin-libs-1.640.0

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

---
 dev-perl/FindBin-libs/ChangeLog                   |    4 ++
 dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild |   41 ---------------------
 2 files changed, 4 insertions(+), 41 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index 302601e..6ab9df9 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  -FindBin-libs-1.640.0.ebuild:
+  Gone on CPAN
+
 *FindBin-libs-1.700.0 (26 Apr 2013)
 
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild
deleted file mode 100644
index 542e071..0000000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.640.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.64
-inherit perl-module
-
-DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.38 ( 0.380.0 )
-	echo \>=virtual/perl-Module-Build-0.380.0
-}
-perl_meta_runtime() {
-	# Carp
-	# echo virtual/perl-Carp
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# FindBin
-	echo dev-lang/perl
-	# Symbol
-	echo dev-lang/perl
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# strict
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2013-10-14 14:32 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-10-14 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0418db0531900c964f69044c0d76dc1dc15db21a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 14 04:55:15 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 14 04:55:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0418db05

[newversion] dev-perl/FindBin-libs-1.800.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/FindBin-libs/ChangeLog                   |  6 +++
 dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild | 45 +++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index 6ab9df9..debede7 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*FindBin-libs-1.800.0 (14 Oct 2013)
+
+  14 Oct 2013; Kent Fredric <kentfredric@gmail.com>
+  +FindBin-libs-1.800.0.ebuild:
+  Version Bump
+
   26 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   -FindBin-libs-1.640.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild
new file mode 100644
index 0000000..0217ad9
--- /dev/null
+++ b/dev-perl/FindBin-libs/FindBin-libs-1.800.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=LEMBARK
+MODULE_VERSION=1.8
+inherit perl-module
+
+DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# Module::Build 0.4003 ( 0.400.300 )
+	echo \>=virtual/perl-Module-Build-0.400.300
+}
+perl_meta_runtime() {
+	# Carp
+	# echo virtual/perl-Carp
+	# Cwd
+	echo virtual/perl-File-Spec
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# FindBin
+	# echo dev-lang/perl
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Symbol
+	# echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# strict
+	# echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2014-04-05 23:06 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
  To: gentoo-commits

commit:     bdddf262cbef864187bdd5600a6049ccc1e4c580
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 22:35:21 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 22:35:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bdddf262

[cpanclean] dev-perl/FindBin-libs-1.700.0

Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820

---
 dev-perl/FindBin-libs/ChangeLog                   |  6 ++-
 dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild | 45 -----------------------
 2 files changed, 5 insertions(+), 46 deletions(-)

diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
index debede7..b53c1e7 100644
--- a/dev-perl/FindBin-libs/ChangeLog
+++ b/dev-perl/FindBin-libs/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/FindBin-libs
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  05 Apr 2014; Kent Fredric <kentfredric@gmail.com>
+  -FindBin-libs-1.700.0.ebuild:
+  Gone on CPAN
+
 *FindBin-libs-1.800.0 (14 Oct 2013)
 
   14 Oct 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild
deleted file mode 100644
index ba4fc3d..0000000
--- a/dev-perl/FindBin-libs/FindBin-libs-1.700.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=LEMBARK
-MODULE_VERSION=1.7
-inherit perl-module
-
-DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# Module::Build 0.4003 ( 0.400.300 )
-	echo \>=virtual/perl-Module-Build-0.400.300
-}
-perl_meta_runtime() {
-	# Carp
-	# echo dev-lang/perl
-	# Cwd
-	echo virtual/perl-File-Spec
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# FindBin
-	echo dev-lang/perl
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Symbol
-	echo dev-lang/perl
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# strict
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/
@ 2015-06-14 16:30 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
  To: gentoo-commits

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

[fixup] FindBin-libs:  Module::Build is no longer part of core Perl and has been moved to dev-perl

Package-Manager: portage-2.2.17

 dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild
index 0bbad96..55d07f3 100644
--- a/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild
+++ b/dev-perl/FindBin-libs/FindBin-libs-2.120.0.ebuild
@@ -22,5 +22,5 @@ RDEPEND="
 "
 DEPEND="
 	$RDEPEND
-	>=virtual/perl-Module-Build-0.400.300
+	>=dev-perl/Module-Build-0.400.300
 "


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FindBin-libs/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-04-05 23:06 Kent Fredric
2013-10-14 14:32 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-04-26 19:59 Kent Fredric
2012-04-06 20:42 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-02-26  0:39 Kent Fredric
2012-02-24  7:13 Kent Fredric
2011-09-23  8:27 Kent Fredric

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