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

commit:     df832d518df599719cf3aff96b766c73b55c5484
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 11 20:49:09 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 11 20:49:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=df832d51

[fix] Smart-Comments, QA+=MB

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

---
 dev-perl/Smart-Comments/ChangeLog                  |    6 +++++-
 .../Smart-Comments/Smart-Comments-1.0.4.ebuild     |    3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Smart-Comments/ChangeLog b/dev-perl/Smart-Comments/ChangeLog
index 02cac2a..1ffb264 100644
--- a/dev-perl/Smart-Comments/ChangeLog
+++ b/dev-perl/Smart-Comments/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Smart-Comments
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
+  Smart-Comments-1.0.4.ebuild:
+  MB dep fix
+
 *Smart-Comments-1.0.4 (06 Sep 2009)
 
   06 Sep 2009; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
index c65fdd0..bee6443 100644
--- a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
+++ b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -23,6 +23,7 @@ RDEPEND="
 # Data::Dumper
 
 DEPEND="${DEPEND}
+	virtual/perl-Module-Build
 	test? (
 		virtual/perl-Test-Simple
 	)



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Smart-Comments/
@ 2011-04-03 23:52 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2011-04-03 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f51c4d67bf1e8a35f243f39482227a1a313bcca3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 23:52:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 23:52:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f51c4d67

[fix] Remove version magic from Smart::Comments

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

---
 dev-perl/Smart-Comments/ChangeLog                  |    5 +++++
 .../Smart-Comments/Smart-Comments-1.0.3.ebuild     |   16 ++++++++--------
 .../Smart-Comments/Smart-Comments-1.0.4.ebuild     |   10 +++++-----
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/dev-perl/Smart-Comments/ChangeLog b/dev-perl/Smart-Comments/ChangeLog
index 1ffb264..ec0d8f5 100644
--- a/dev-perl/Smart-Comments/ChangeLog
+++ b/dev-perl/Smart-Comments/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  Smart-Comments-1.0.3.ebuild, Smart-Comments-1.0.4.ebuild:
+  QA Fixes, annotate the dependencies, remove the rubbish version magic in
+  favour of MODULE_VERSION
+
   11 Feb 2011; Kent Fredric <kentfredric@gmail.com>
   Smart-Comments-1.0.4.ebuild:
   MB dep fix

diff --git a/dev-perl/Smart-Comments/Smart-Comments-1.0.3.ebuild b/dev-perl/Smart-Comments/Smart-Comments-1.0.3.ebuild
index ff94cd9..4e40fe4 100644
--- a/dev-perl/Smart-Comments/Smart-Comments-1.0.3.ebuild
+++ b/dev-perl/Smart-Comments/Smart-Comments-1.0.3.ebuild
@@ -1,11 +1,10 @@
-# 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=DCONWAY
-MY_P="${PN}-v${PV}"
-S="${WORKDIR}/${MY_P}"
+MODULE_VERSION="v1.0.3"
 inherit perl-module
 DESCRIPTION="Comments that do more than just sit there"
 LICENSE="|| ( Artistic GPL-2 )"
@@ -14,14 +13,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE=""
+comment() { echo  ''; }
 DEPEND="
 	virtual/perl-Text-Balanced
+	virtual/perl-Test-Simple
+	virtual/perl-Scalar-List-Utils
 	virtual/perl-version
+	$(comment virtual/perl-Data-Dumper)
+	$(comment virtual/perl-Filter-Simple)
 "
-# Data::Dumper
-# Filter::Simple
-# List::Util
-# Test::More
 
 RDEPEND="${DEPEND}"
 SRC_TEST="do"

diff --git a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
index bee6443..1f68474 100644
--- a/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
+++ b/dev-perl/Smart-Comments/Smart-Comments-1.0.4.ebuild
@@ -2,10 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 MODULE_AUTHOR=CHORNY
-#MY_P="${PN}-v${PV}"
-#S="${WORKDIR}/${MY_P}"
+MODULE_VERSION=1.0.4
 inherit perl-module
 DESCRIPTION="Comments that do more than just sit there"
 LICENSE="|| ( Artistic GPL-2 )"
@@ -14,13 +13,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 IUSE="test"
+comment() { echo ''; }
 RDEPEND="
 	virtual/perl-Text-Balanced
 	virtual/perl-version
-	virtual/perl-Filter
+	$(comment virtual/perl-Filter-Simple)
+	$(comment virtual/perl-Data-Dumper)
 	virtual/perl-Scalar-List-Utils
 "
-# Data::Dumper
 
 DEPEND="${DEPEND}
 	virtual/perl-Module-Build



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

end of thread, other threads:[~2011-04-03 23:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12  3:33 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Smart-Comments/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-03 23: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