public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Encode-Base32-Crockford/
@ 2011-02-11 18:39 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-02-11 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     347e090fc806ef616025f04f80633cb1f8cda753
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 18:08:21 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 18:08:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=347e090f

[fix/migrate] Encode-Base32-Crockford : New VScheme, QA, EAPI, Depend MB

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

---
 dev-perl/Encode-Base32-Crockford/ChangeLog         |   10 +++++++
 .../Encode-Base32-Crockford-1.2.ebuild             |   15 -----------
 .../Encode-Base32-Crockford-1.200.ebuild           |   27 ++++++++++++++++++++
 3 files changed, 37 insertions(+), 15 deletions(-)

diff --git a/dev-perl/Encode-Base32-Crockford/ChangeLog b/dev-perl/Encode-Base32-Crockford/ChangeLog
new file mode 100644
index 0000000..1e30316
--- /dev/null
+++ b/dev-perl/Encode-Base32-Crockford/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Encode-Base32-Crockford
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Encode-Base32-Crockford-1.200 (11 Feb 2011)
+
+  11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  -Encode-Base32-Crockford-1.2.ebuild, +Encode-Base32-Crockford-1.200.ebuild:
+  new version scheme, EAPI=3, QA, Depend ModuleBuild
+

diff --git a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.2.ebuild b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.2.ebuild
deleted file mode 100644
index 83bb17c..0000000
--- a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=HEX
-inherit perl-module
-
-DESCRIPTION="encode/decode numbers using Douglas Crockford's Base32 Encoding"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND=""

diff --git a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild
new file mode 100644
index 0000000..6dfc034
--- /dev/null
+++ b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=3
+MODULE_AUTHOR=HEX
+MODULE_VERSION="1.2"
+inherit perl-module
+
+DESCRIPTION="encode/decode numbers using Douglas Crockford's Base32 Encoding"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+COMMON_DEPEND="
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Test-Warn
+"
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/perl-Module-Build
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

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

commit:     94374f03f26592ae627cd00d6d7f1486efa35469
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 20:10:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 20:10:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=94374f03

[newversion/-cpanclean] Encode-Base32-Crockford-2.112.991 / -Encode-Base32-Crockford-1.200

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

---
 dev-perl/Encode-Base32-Crockford/ChangeLog         |    9 +++++-
 .../Encode-Base32-Crockford-1.200.ebuild           |   27 -----------------
 .../Encode-Base32-Crockford-2.112.991.ebuild       |   31 ++++++++++++++++++++
 3 files changed, 39 insertions(+), 28 deletions(-)

diff --git a/dev-perl/Encode-Base32-Crockford/ChangeLog b/dev-perl/Encode-Base32-Crockford/ChangeLog
index 1e30316..447120e 100644
--- a/dev-perl/Encode-Base32-Crockford/ChangeLog
+++ b/dev-perl/Encode-Base32-Crockford/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Encode-Base32-Crockford
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Encode-Base32-Crockford-2.112.991 (23 Feb 2012)
+
+  23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Encode-Base32-Crockford-1.200.ebuild,
+  +Encode-Base32-Crockford-2.112.991.ebuild:
+  Version Bump, CPAN Clean 
+
 *Encode-Base32-Crockford-1.200 (11 Feb 2011)
 
   11 Feb 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild
deleted file mode 100644
index 6dfc034..0000000
--- a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-1.200.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=HEX
-MODULE_VERSION="1.2"
-inherit perl-module
-
-DESCRIPTION="encode/decode numbers using Douglas Crockford's Base32 Encoding"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-COMMON_DEPEND="
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Warn
-"
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/perl-Module-Build
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild
new file mode 100644
index 0000000..616fda6
--- /dev/null
+++ b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=GBARR
+MODULE_VERSION=2.112991
+inherit perl-module
+
+DESCRIPTION='encode/decode numbers using Douglas Crockford'\''s Base32 Encoding'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Test::Warn
+	echo dev-perl/Test-Warn
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Encode-Base32-Crockford/
@ 2015-06-17  0:56 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-06-17  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     97be9ef4cd54c8f421ea1ab08b9180359fc3f402
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:21:57 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:21:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=97be9ef4

[fixup] Encode-Base32-Crockford: EAPI5

Package-Manager: portage-2.2.17

 ....112.991.ebuild => Encode-Base32-Crockford-2.112.991-r1.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991-r1.ebuild
similarity index 86%
rename from dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild
rename to dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991-r1.ebuild
index 616fda6..9788d2c 100644
--- a/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991.ebuild
+++ b/dev-perl/Encode-Base32-Crockford/Encode-Base32-Crockford-2.112.991-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-EAPI=4
+EAPI=5
 MODULE_AUTHOR=GBARR
 MODULE_VERSION=2.112991
 inherit perl-module
 
 DESCRIPTION='encode/decode numbers using Douglas Crockford'\''s Base32 Encoding'
-LICENSE=" || ( Artistic GPL-2 )"
+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -28,4 +28,3 @@ DEPEND="
 RDEPEND="
 	$(perl_meta_runtime)
 "
-SRC_TEST="do"


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17  0:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Encode-Base32-Crockford/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-24  7:13 Kent Fredric
2011-02-11 18:39 Kent Fredric

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