* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Lazy/
@ 2011-03-15 1:10 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-15 1:10 UTC (permalink / raw
To: gentoo-commits
commit: a03e0c11a37192151605b8cd3741c5a47a862817
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 15 00:36:35 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:43:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a03e0c11
[fix/migrate] Test-Lazy
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Test-Lazy/ChangeLog | 8 +++++++-
...t-Lazy-0.061.ebuild => Test-Lazy-0.61.0.ebuild} | 5 +++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Test-Lazy/ChangeLog b/dev-perl/Test-Lazy/ChangeLog
index 0687c9e..83b742c 100644
--- a/dev-perl/Test-Lazy/ChangeLog
+++ b/dev-perl/Test-Lazy/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Test-Lazy
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Test-Lazy-0.61.0 (15 Mar 2011)
+
+ 15 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Test-Lazy-0.061.ebuild,
+ +Test-Lazy-0.61.0.ebuild:
+ EAPI3, Check, Move to new Version scheme
+
09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
Test-Lazy-0.061.ebuild, +metadata.xml:
Convert to EAPI=2 and add metadata.xml
diff --git a/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild b/dev-perl/Test-Lazy/Test-Lazy-0.61.0.ebuild
similarity index 86%
rename from dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
rename to dev-perl/Test-Lazy/Test-Lazy-0.61.0.ebuild
index 6968974..61c90f9 100644
--- a/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
+++ b/dev-perl/Test-Lazy/Test-Lazy-0.61.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
MODULE_AUTHOR=RKRIMEN
+MODULE_VERSION="0.061"
inherit perl-module
DESCRIPTION="A quick and easy way to compose and run tests with useful output"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Lazy/
@ 2011-03-15 1:10 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-15 1:10 UTC (permalink / raw
To: gentoo-commits
commit: 39abfabe881c8d6d0bd1aa1405bd81162a8e2979
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 16:25:31 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:43:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=39abfabe
[import] ( dwc:Test-Lazy ) Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
(Signed Manifest commit)
---
dev-perl/Test-Lazy/ChangeLog | 8 ++++++++
dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild | 17 ++++++++---------
dev-perl/Test-Lazy/metadata.xml | 9 +++++++++
3 files changed, 25 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Test-Lazy/ChangeLog b/dev-perl/Test-Lazy/ChangeLog
new file mode 100644
index 0000000..0687c9e
--- /dev/null
+++ b/dev-perl/Test-Lazy/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/Test-Lazy
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+ Test-Lazy-0.061.ebuild, +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild b/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
index 838a8d4..6968974 100644
--- a/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
+++ b/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
@@ -1,22 +1,21 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=RKRIMEN
inherit perl-module
DESCRIPTION="A quick and easy way to compose and run tests with useful output"
-HOMEPAGE="http://search.cpan.org/dist/Test-Lazy/"
-SRC_URI="mirror://cpan/authors/id/R/RK/RKRIMEN/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="mirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
SRC_TEST="do"
IUSE="test"
-RDEPEND="dev-lang/perl
- dev-perl/Test-Deep
+RDEPEND="dev-perl/Test-Deep
dev-perl/Class-Accessor
virtual/perl-Scalar-List-Utils"
DEPEND="virtual/perl-Module-Build
diff --git a/dev-perl/Test-Lazy/metadata.xml b/dev-perl/Test-Lazy/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/Test-Lazy/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Lazy/
@ 2011-03-15 1:10 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-15 1:10 UTC (permalink / raw
To: gentoo-commits
commit: 31ce0b51a7fc5ede23d90809cba5ec1fe3afc7e9
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul 8 15:43:12 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:43:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=31ce0b51
[import] ( dwc:Test-Lazy ) Add remaning ebuilds from my perl-other overlay
---
dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild b/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
new file mode 100644
index 0000000..838a8d4
--- /dev/null
+++ b/dev-perl/Test-Lazy/Test-Lazy-0.061.ebuild
@@ -0,0 +1,24 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="A quick and easy way to compose and run tests with useful output"
+HOMEPAGE="http://search.cpan.org/dist/Test-Lazy/"
+SRC_URI="mirror://cpan/authors/id/R/RK/RKRIMEN/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="mirror"
+SRC_TEST="do"
+
+IUSE="test"
+RDEPEND="dev-lang/perl
+ dev-perl/Test-Deep
+ dev-perl/Class-Accessor
+ virtual/perl-Scalar-List-Utils"
+DEPEND="virtual/perl-Module-Build
+ ${RDEPEND}
+ test? ( virtual/perl-Test-Simple )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-15 1:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-15 1:10 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Lazy/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox