* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Object-Signature/
@ 2011-03-26 5:17 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-26 5:17 UTC (permalink / raw
To: gentoo-commits
commit: df684212315f610d9b182d7ca27c464faa224d57
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 05:03:28 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 05:03:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=df684212
[newversion] Object-Signature-1.70.0
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Object-Signature/ChangeLog | 6 ++++
.../Object-Signature-1.70.0.ebuild | 32 ++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Object-Signature/ChangeLog b/dev-perl/Object-Signature/ChangeLog
index faa2162..88a6916 100644
--- a/dev-perl/Object-Signature/ChangeLog
+++ b/dev-perl/Object-Signature/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Object-Signature-1.70.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +Object-Signature-1.70.0.ebuild:
+ Bump
+
26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
Object-Signature-1.40.0.ebuild, Object-Signature-1.50.0.ebuild:
QA, EAPI=3, +SRC TEST
diff --git a/dev-perl/Object-Signature/Object-Signature-1.70.0.ebuild b/dev-perl/Object-Signature/Object-Signature-1.70.0.ebuild
new file mode 100644
index 0000000..4ee9832
--- /dev/null
+++ b/dev-perl/Object-Signature/Object-Signature-1.70.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ADAMK
+MODULE_VERSION="1.07"
+inherit perl-module
+
+DESCRIPTION="Generate cryptographic signatures for objects"
+
+IUSE="test"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+
+comment() { echo ''; }
+RDEPEND="
+ >=virtual/perl-Digest-MD5-2.00 $(comment 2.0.0 )
+ >=virtual/perl-Storable-2.110 $(comment 2.110.0 )
+ >=dev-lang/perl-5.5.0
+"
+DEPEND="
+ ${RDEPEND}
+ $(comment CONFIGURE REQUIRES)
+ >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
+ $(comment TEST REQUIRES)
+ test? (
+ >=virtual/perl-Test-Simple-0.47 $(comment 0.470.0)
+ )
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Object-Signature/
@ 2011-03-26 5:17 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-26 5:17 UTC (permalink / raw
To: gentoo-commits
commit: 9f9b9d57e55304024f7296f0051a74a38ce62981
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 04:55:14 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 04:55:14 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9f9b9d57
[qa] Object-Signature
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Object-Signature/ChangeLog | 4 ++++
.../Object-Signature-1.40.0.ebuild | 8 ++++----
.../Object-Signature-1.50.0.ebuild | 7 ++++---
3 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Object-Signature/ChangeLog b/dev-perl/Object-Signature/ChangeLog
index 08540cb..faa2162 100644
--- a/dev-perl/Object-Signature/ChangeLog
+++ b/dev-perl/Object-Signature/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ Object-Signature-1.40.0.ebuild, Object-Signature-1.50.0.ebuild:
+ QA, EAPI=3, +SRC TEST
+
*Object-Signature-1.50.0 (26 Mar 2011)
*Object-Signature-1.40.0 (26 Mar 2011)
diff --git a/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild b/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
index 9bdbef7..d7503a1 100644
--- a/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
+++ b/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=3
MODULE_AUTHOR=ADAMK
MODULE_VERSION="1.04"
inherit perl-module
DESCRIPTION="Generate cryptographic signatures for objects"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.readme"
-
IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-perl/Module-Install"
+RDEPEND="dev-perl/Module-Install"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"
diff --git a/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild b/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
index 98f747d..860381e 100644
--- a/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
+++ b/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=3
MODULE_AUTHOR=ADAMK
MODULE_VERSION="1.05"
inherit perl-module
DESCRIPTION="Generate cryptographic signatures for objects"
-HOMEPAGE="http://www.cpan.org/modules/by-authors/id/A/AD/ADAMK/${P}.readme"
IUSE=""
@@ -15,4 +14,6 @@ SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~x86"
-DEPEND="dev-perl/Module-Install"
+RDEPEND="dev-perl/Module-Install"
+DEPEND="${RDEPEND}"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Object-Signature/
@ 2011-03-26 5:17 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-26 5:17 UTC (permalink / raw
To: gentoo-commits
commit: 1c7abaa8dfeb456f99559612363f4f73cc088cc2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 26 04:52:10 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Mar 26 04:52:10 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1c7abaa8
[migrate] Object-Signature
(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Object-Signature/ChangeLog | 12 ++++++++++++
...-1.04.ebuild => Object-Signature-1.40.0.ebuild} | 3 ++-
...-1.05.ebuild => Object-Signature-1.50.0.ebuild} | 3 ++-
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Object-Signature/ChangeLog b/dev-perl/Object-Signature/ChangeLog
new file mode 100644
index 0000000..08540cb
--- /dev/null
+++ b/dev-perl/Object-Signature/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for dev-perl/Object-Signature
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Object-Signature-1.50.0 (26 Mar 2011)
+*Object-Signature-1.40.0 (26 Mar 2011)
+
+ 26 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ -Object-Signature-1.04.ebuild, -Object-Signature-1.05.ebuild,
+ +Object-Signature-1.40.0.ebuild, +Object-Signature-1.50.0.ebuild:
+ Migrate to x.y.z
+
diff --git a/dev-perl/Object-Signature/Object-Signature-1.04.ebuild b/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
similarity index 85%
rename from dev-perl/Object-Signature/Object-Signature-1.04.ebuild
rename to dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
index ded0ed4..9bdbef7 100644
--- a/dev-perl/Object-Signature/Object-Signature-1.04.ebuild
+++ b/dev-perl/Object-Signature/Object-Signature-1.40.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=ADAMK
+MODULE_VERSION="1.04"
inherit perl-module
DESCRIPTION="Generate cryptographic signatures for objects"
diff --git a/dev-perl/Object-Signature/Object-Signature-1.05.ebuild b/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
similarity index 85%
rename from dev-perl/Object-Signature/Object-Signature-1.05.ebuild
rename to dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
index ded0ed4..98f747d 100644
--- a/dev-perl/Object-Signature/Object-Signature-1.05.ebuild
+++ b/dev-perl/Object-Signature/Object-Signature-1.50.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
MODULE_AUTHOR=ADAMK
+MODULE_VERSION="1.05"
inherit perl-module
DESCRIPTION="Generate cryptographic signatures for objects"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-26 5:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 5:17 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Object-Signature/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-26 5:17 Kent Fredric
2011-03-26 5:17 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox