* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/
@ 2013-10-11 4:52 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-10-11 4:52 UTC (permalink / raw
To: gentoo-commits
commit: a5e6783a8334a0958d1597f25b148d3031ad0d51
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 18:45:19 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 18:45:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a5e6783a
[newversion] dev-perl/Data-GUID-0.47.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Data-GUID/ChangeLog | 5 +++
dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild | 52 ++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-perl/Data-GUID/ChangeLog b/dev-perl/Data-GUID/ChangeLog
index ae4843a..da5d1ff 100644
--- a/dev-perl/Data-GUID/ChangeLog
+++ b/dev-perl/Data-GUID/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Data-GUID-0.47.0 (10 Oct 2013)
+
+ 10 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Data-GUID-0.47.0.ebuild:
+ Version Bump
+
*Data-GUID-0.46.0 (10 Oct 2013)
*Data-GUID-0.45.0 (10 Oct 2013)
*Data-GUID-0.43.0 (10 Oct 2013)
diff --git a/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
new file mode 100644
index 0000000..1f47237
--- /dev/null
+++ b/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.047
+inherit perl-module
+
+DESCRIPTION='globally unique identifiers'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ # echo virtual/perl-Carp
+ # Data::UUID 1.148 ( 1.148.0 )
+ echo \>=dev-perl/Data-UUID-1.148.0
+ # Sub::Exporter 0.90 ( 0.900.0 )
+ echo \>=dev-perl/Sub-Exporter-0.900.0
+ # Sub::Install 0.03 ( 0.30.0 )
+ echo \>=dev-perl/Sub-Install-0.30.0
+ # bytes
+ # echo dev-lang/perl
+ # overload
+ # echo dev-lang/perl
+ # strict
+ # echo dev-lang/perl
+ # warnings
+ # echo dev-lang/perl
+}
+perl_meta_test() {
+ # File::Find
+ # echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.960.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/
@ 2013-10-11 4:52 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-10-11 4:52 UTC (permalink / raw
To: gentoo-commits
commit: 1f8bba619bd4aad8ccf42f2f26a2cc839d8e3170
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 18:49:52 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 18:49:52 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1f8bba61
[trim] remove versions of dev-perl/Data-GUID with legacy EAPIs ( 0.45.0 )
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Data-GUID/ChangeLog | 3 +++
dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild | 22 ----------------------
2 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/dev-perl/Data-GUID/ChangeLog b/dev-perl/Data-GUID/ChangeLog
index 56ccf8c..6680dd8 100644
--- a/dev-perl/Data-GUID/ChangeLog
+++ b/dev-perl/Data-GUID/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Data-GUID-0.45.0.ebuild:
+ Removing old EAPI versions
+
10 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Data-GUID-0.43.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild
deleted file mode 100644
index 9724d1b..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.045"
-inherit perl-module
-
-DESCRIPTION="Globally unique identifiers"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- >=dev-perl/Data-UUID-1.148
- >=dev-perl/Sub-Exporter-0.900.0
- >=dev-perl/Sub-Install-0.03
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/
@ 2013-10-11 4:52 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-10-11 4:52 UTC (permalink / raw
To: gentoo-commits
commit: 925c1ade03df3cc4d1ba17f7a99d0e9f32ac4035
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 18:34:35 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 18:34:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=925c1ade
[migrate] Data-GUID to x.y.z
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Data-GUID/ChangeLog | 9 +++++++++
.../Data-GUID/{Data-GUID-0.43.ebuild => Data-GUID-0.43.0.ebuild} | 0
.../Data-GUID/{Data-GUID-0.45.ebuild => Data-GUID-0.45.0.ebuild} | 0
.../Data-GUID/{Data-GUID-0.46.ebuild => Data-GUID-0.46.0.ebuild} | 2 +-
4 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Data-GUID/ChangeLog b/dev-perl/Data-GUID/ChangeLog
index 5da8541..ae4843a 100644
--- a/dev-perl/Data-GUID/ChangeLog
+++ b/dev-perl/Data-GUID/ChangeLog
@@ -2,6 +2,15 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Data-GUID-0.46.0 (10 Oct 2013)
+*Data-GUID-0.45.0 (10 Oct 2013)
+*Data-GUID-0.43.0 (10 Oct 2013)
+
+ 10 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Data-GUID-0.43.ebuild,
+ +Data-GUID-0.43.0.ebuild, -Data-GUID-0.45.ebuild, +Data-GUID-0.45.0.ebuild,
+ -Data-GUID-0.46.ebuild, +Data-GUID-0.46.0.ebuild:
+ Normalise versions to x.y.z
+
28 Apr 2013; Kent Fredric <kentfredric@gmail.com> Data-GUID-0.43.ebuild,
Data-GUID-0.45.ebuild:
Fix dependency on Sub-Exporter ( normalize )
diff --git a/dev-perl/Data-GUID/Data-GUID-0.43.ebuild b/dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild
similarity index 100%
rename from dev-perl/Data-GUID/Data-GUID-0.43.ebuild
rename to dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild
diff --git a/dev-perl/Data-GUID/Data-GUID-0.45.ebuild b/dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild
similarity index 100%
rename from dev-perl/Data-GUID/Data-GUID-0.45.ebuild
rename to dev-perl/Data-GUID/Data-GUID-0.45.0.ebuild
diff --git a/dev-perl/Data-GUID/Data-GUID-0.46.ebuild b/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
similarity index 92%
rename from dev-perl/Data-GUID/Data-GUID-0.46.ebuild
rename to dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
index 404a954..f6de46c 100644
--- a/dev-perl/Data-GUID/Data-GUID-0.46.ebuild
+++ b/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/
@ 2013-10-11 4:52 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2013-10-11 4:52 UTC (permalink / raw
To: gentoo-commits
commit: ac7985b68fbec32e1285377cb7e2926add360965
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 10 18:47:26 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 18:47:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac7985b6
[cpanclean] dev-perl/Data-GUID-0.43.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Data-GUID/ChangeLog | 3 +++
dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild | 22 ----------------------
2 files changed, 3 insertions(+), 22 deletions(-)
diff --git a/dev-perl/Data-GUID/ChangeLog b/dev-perl/Data-GUID/ChangeLog
index da5d1ff..56ccf8c 100644
--- a/dev-perl/Data-GUID/ChangeLog
+++ b/dev-perl/Data-GUID/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Data-GUID-0.43.0.ebuild:
+ Gone on CPAN
+
*Data-GUID-0.47.0 (10 Oct 2013)
10 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Data-GUID-0.47.0.ebuild:
diff --git a/dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild
deleted file mode 100644
index a8e7d2d..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.43.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.043"
-inherit perl-module
-
-DESCRIPTION="Globally unique identifiers"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- >=dev-perl/Data-UUID-1.148
- >=dev-perl/Sub-Exporter-0.900.0
- >=dev-perl/Sub-Install-0.03
-"
-DEPEND="${RDEPEND}"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/
@ 2014-10-11 17:04 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-10-11 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 42398dc75e83299bc2ff837dbc22742403594225
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 16:47:35 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 16:47:35 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=42398dc7
[treeclean] dev-perl/Data-GUID -> Superceded by ::gentoo
---
dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild | 25 --------------
dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild | 52 ------------------------------
dev-perl/Data-GUID/metadata.xml | 13 --------
3 files changed, 90 deletions(-)
diff --git a/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
deleted file mode 100644
index f6de46c..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.46.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.046"
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Globally unique identifiers"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-depend Data-UUID 1.148;
-depend Sub-Exporter 0.90;
-depend Sub-Install 0.03;
-depend-virtual Test-Simple; # Test::More
-bdepend-virtual ExtUtils-MakeMaker 6.46;
-
-ddep_setup;
-
-SRC_TEST="do"
diff --git a/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild b/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
deleted file mode 100644
index 1f47237..0000000
--- a/dev-perl/Data-GUID/Data-GUID-0.47.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.047
-inherit perl-module
-
-DESCRIPTION='globally unique identifiers'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Carp
- # echo virtual/perl-Carp
- # Data::UUID 1.148 ( 1.148.0 )
- echo \>=dev-perl/Data-UUID-1.148.0
- # Sub::Exporter 0.90 ( 0.900.0 )
- echo \>=dev-perl/Sub-Exporter-0.900.0
- # Sub::Install 0.03 ( 0.30.0 )
- echo \>=dev-perl/Sub-Install-0.30.0
- # bytes
- # echo dev-lang/perl
- # overload
- # echo dev-lang/perl
- # strict
- # echo dev-lang/perl
- # warnings
- # echo dev-lang/perl
-}
-perl_meta_test() {
- # File::Find
- # echo dev-lang/perl
- # File::Temp
- echo virtual/perl-File-Temp
- # Test::More 0.96 ( 0.960.0 )
- echo \>=virtual/perl-Test-Simple-0.960.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"
diff --git a/dev-perl/Data-GUID/metadata.xml b/dev-perl/Data-GUID/metadata.xml
deleted file mode 100644
index 65fa6c5..0000000
--- a/dev-perl/Data-GUID/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>mb@italpro.net</email>
- <name>Michele Beltrame</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Data-GUID</remote-id>
- <remote-id type="cpan-module">Data::GUID</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-11 17:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11 4:52 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-GUID/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-10-11 17:04 Kent Fredric
2013-10-11 4:52 Kent Fredric
2013-10-11 4:52 Kent Fredric
2013-10-11 4:52 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox