public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-IncludeExclude/
@ 2011-05-09 17:07 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-05-09 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     312ccaa3a8c274a2b8b25d9df73b2da15cd24942
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May  9 17:07:06 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May  9 17:07:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=312ccaa3

[fixdeps] Add Test::Exception and T::M as deps to Algorithm-IncludeExclude

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

---
 .../Algorithm-IncludeExclude-0.10.0.ebuild         |   12 ++++++++++--
 dev-perl/Algorithm-IncludeExclude/ChangeLog        |    4 ++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild
index 56d687c..a7ff96b 100644
--- a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild
+++ b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
 MODULE_VERSION=0.01
 MODULE_AUTHOR=JROCKWAY
@@ -12,6 +12,14 @@ DESCRIPTION="build and evaluate include/exclude lists"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+comment() { echo ''; }
 
+RDEPEND="$(comment virtual/perl-Carp)"
+DEPEND="${RDEPEND}
+	test? (
+		virtual/perl-Test-Simple $(comment Test::More)
+		dev-perl/Test-Exception
+	)
+"
 SRC_TEST="do"

diff --git a/dev-perl/Algorithm-IncludeExclude/ChangeLog b/dev-perl/Algorithm-IncludeExclude/ChangeLog
index 4624c32..301f553 100644
--- a/dev-perl/Algorithm-IncludeExclude/ChangeLog
+++ b/dev-perl/Algorithm-IncludeExclude/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 May 2011; Kent Fredric <kentfredric@gmail.com>
+  Algorithm-IncludeExclude-0.10.0.ebuild:
+  Fix deps, Add Test::Exception
+
 *Algorithm-IncludeExclude-0.10.0 (12 Apr 2011)
 
   12 Apr 2011; Kent Fredric <kentfredric@gmail.com>



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-IncludeExclude/
@ 2011-04-12  0:30 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-04-12  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     92469b29ec43f002477670bafccb00860b1bf827
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 12 00:21:33 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 12 00:21:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=92469b29

[addzero] Algorithm-IncludeExclude

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

---
 ...uild => Algorithm-IncludeExclude-0.10.0.ebuild} |    0
 dev-perl/Algorithm-IncludeExclude/ChangeLog        |    7 +++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.ebuild b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild
similarity index 100%
rename from dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.ebuild
rename to dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.0.ebuild

diff --git a/dev-perl/Algorithm-IncludeExclude/ChangeLog b/dev-perl/Algorithm-IncludeExclude/ChangeLog
index 727d07b..4624c32 100644
--- a/dev-perl/Algorithm-IncludeExclude/ChangeLog
+++ b/dev-perl/Algorithm-IncludeExclude/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Algorithm-IncludeExclude-0.10.0 (12 Apr 2011)
+
+  12 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Algorithm-IncludeExclude-0.10.ebuild,
+  +Algorithm-IncludeExclude-0.10.0.ebuild:
+  Add Zero
+
 *Algorithm-IncludeExclude-0.10 (12 Feb 2011)
 
   12 Feb 2011; Torsten Veller <tove@gentoo.org>



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-IncludeExclude/
@ 2011-02-12  9:50 Torsten Veller
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller @ 2011-02-12  9:50 UTC (permalink / raw
  To: gentoo-commits

commit:     60fa3fb71d428ddfaa4f211c11ee4e63095f71c8
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 09:34:33 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 09:34:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=60fa3fb7

[migrate] dev-perl/Algorithm-IncludeExclude

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

---
 ...ebuild => Algorithm-IncludeExclude-0.10.ebuild} |   12 ++++++------
 dev-perl/Algorithm-IncludeExclude/ChangeLog        |    8 +++++++-
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.01.ebuild b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.ebuild
similarity index 70%
rename from dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.01.ebuild
rename to dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.ebuild
index a90db08..56d687c 100644
--- a/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.01.ebuild
+++ b/dev-perl/Algorithm-IncludeExclude/Algorithm-IncludeExclude-0.10.ebuild
@@ -1,17 +1,17 @@
-# 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_VERSION=0.01
 MODULE_AUTHOR=JROCKWAY
 inherit perl-module
 
 DESCRIPTION="build and evaluate include/exclude lists"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE=""
-DEPEND=""
-RDEPEND=""
+
 SRC_TEST="do"

diff --git a/dev-perl/Algorithm-IncludeExclude/ChangeLog b/dev-perl/Algorithm-IncludeExclude/ChangeLog
index 560a7d7..727d07b 100644
--- a/dev-perl/Algorithm-IncludeExclude/ChangeLog
+++ b/dev-perl/Algorithm-IncludeExclude/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Algorithm-IncludeExclude
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Algorithm-IncludeExclude-0.10 (12 Feb 2011)
+
+  12 Feb 2011; Torsten Veller <tove@gentoo.org>
+  -Algorithm-IncludeExclude-0.01.ebuild, +Algorithm-IncludeExclude-0.10.ebuild:
+  Change version scheme
+
 *Algorithm-IncludeExclude-0.01 (12 Aug 2009)
 
   12 Aug 2009; Michele Beltrame <m@cattlegrid.info>



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

end of thread, other threads:[~2011-05-09 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 17:07 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Algorithm-IncludeExclude/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-04-12  0:30 Kent Fredric
2011-02-12  9:50 Torsten Veller

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