public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-App-Command-cover/
@ 2011-05-29 17:46 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-05-29 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     751a3ba15a6f346371d121fede7f4b016d3b4b33
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 16:52:51 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 16:52:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=751a3ba1

[fix] dev-perl/Dist-Zilla-App-Command-cover 1.101000 -> 1.101.0

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

---
 dev-perl/Dist-Zilla-App-Command-cover/ChangeLog    |    9 ++++++++-
 ...=> Dist-Zilla-App-Command-cover-1.101.0.ebuild} |   12 +++++++++---
 2 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog b/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
index 64e7a69..8f457b2 100644
--- a/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
+++ b/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-perl/Dist-Zilla-App-Command-cover
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-App-Command-cover-1.101.0 (29 May 2011)
+
+  29 May 2011; Torsten Veller <tove@gentoo.org>
+  +Dist-Zilla-App-Command-cover-1.101.0.ebuild,
+  -Dist-Zilla-App-Command-cover-1.101000.ebuild:
+  Change version scheme. Looks like a downgrade
+
 *Dist-Zilla-App-Command-cover-1.101000 (19 Dec 2010)
 
   19 Dec 2010; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101000.ebuild b/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.0.ebuild
similarity index 80%
rename from dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101000.ebuild
rename to dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.0.ebuild
index 38d7687..9495e52 100644
--- a/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101000.ebuild
+++ b/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.0.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
+
 EAPI=3
+
 MODULE_AUTHOR=MARCEL
+MODULE_VERSION=1.101000
 inherit perl-module
 
 DESCRIPTION="Code coverage metrics for your distribution"
-LICENSE="|| ( Artistic GPL-2 )"
+
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
+
 COMMON_DEPEND="
 	dev-perl/Dist-Zilla
 	virtual/perl-File-Temp
@@ -19,8 +23,10 @@ COMMON_DEPEND="
 DEPEND="
 	${COMMON_DEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.56
-	>=virtual/perl-Test-Simple-0.94
 	virtual/perl-Scalar-List-Utils
+	test? (
+		>=virtual/perl-Test-Simple-0.94
+	)
 "
 RDEPEND="
 	${COMMON_DEPEND}



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-App-Command-cover/
@ 2012-06-08 20:39 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-06-08 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     d89b750305e17c8b98b63b0e8748a04997f4438a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 20:30:51 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 20:30:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d89b7503

[newversion] Dist-Zilla-App-Command-cover-1.101.1

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

---
 dev-perl/Dist-Zilla-App-Command-cover/ChangeLog    |    8 +++-
 .../Dist-Zilla-App-Command-cover-1.101.1.ebuild    |   57 ++++++++++++++++++++
 2 files changed, 64 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog b/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
index 8f457b2..20f1ffa 100644
--- a/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
+++ b/dev-perl/Dist-Zilla-App-Command-cover/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-App-Command-cover
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-App-Command-cover-1.101.1 (08 Jun 2012)
+
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-App-Command-cover-1.101.1.ebuild:
+  Version Bump
+
 *Dist-Zilla-App-Command-cover-1.101.0 (29 May 2011)
 
   29 May 2011; Torsten Veller <tove@gentoo.org>

diff --git a/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.1.ebuild b/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.1.ebuild
new file mode 100644
index 0000000..9cf3377
--- /dev/null
+++ b/dev-perl/Dist-Zilla-App-Command-cover/Dist-Zilla-App-Command-cover-1.101.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=1.101001
+inherit perl-module
+
+DESCRIPTION='Code coverage metrics for your distribution'
+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
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_build() {
+	# Module::Build 0.3601 ( 0.360.100 )
+	echo \>=virtual/perl-Module-Build-0.36.01
+}
+perl_meta_runtime() {
+	# Devel::Cover
+	echo dev-perl/Devel-Cover
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::chdir
+	echo dev-perl/File-chdir
+	# Path::Class
+	echo dev-perl/Path-Class
+	# perl 5.008 ( 5.8.0 )
+	echo \>=dev-lang/perl-5.8.0
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+perl_meta_test() {
+	# File::Find
+	echo dev-lang/perl
+	# Test::More
+	echo virtual/perl-Test-Simple
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2012-06-08 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 20:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-App-Command-cover/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 17:46 Torsten Veller

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