public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-BaseCnv/
@ 2011-02-12  7:04 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-02-12  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     da2fc5096443d7d6c71a53c912e785391cba103e
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 07:03:08 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 12 07:03:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da2fc509

[fix] dev-perl/Math-BaseCnv-1.6: Tests fail without dev-perl/Test-Pod-Coverage

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

---
 dev-perl/Math-BaseCnv/ChangeLog               |    3 +++
 dev-perl/Math-BaseCnv/Math-BaseCnv-1.6.ebuild |    6 ++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-BaseCnv/ChangeLog b/dev-perl/Math-BaseCnv/ChangeLog
index 0b5a132..efe0e2b 100644
--- a/dev-perl/Math-BaseCnv/ChangeLog
+++ b/dev-perl/Math-BaseCnv/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Feb 2011; Torsten Veller <tove@gentoo.org> Math-BaseCnv-1.6.ebuild:
+  Tests fail without dev-perl/Test-Pod-Coverage
+
   30 Jan 2011; Kent Fredric <kentfredric@gmail.com> Math-BaseCnv-1.4.75.ebuild,
   Math-BaseCnv-1.6.ebuild:
   Fix up to use new eclass variables

diff --git a/dev-perl/Math-BaseCnv/Math-BaseCnv-1.6.ebuild b/dev-perl/Math-BaseCnv/Math-BaseCnv-1.6.ebuild
index 4b769f1..665acbe 100644
--- a/dev-perl/Math-BaseCnv/Math-BaseCnv-1.6.ebuild
+++ b/dev-perl/Math-BaseCnv/Math-BaseCnv-1.6.ebuild
@@ -14,8 +14,10 @@ DESCRIPTION="fast functions to CoNVert between number Bases"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
 
-DEPEND="virtual/perl-Module-Build"
+DEPEND="virtual/perl-Module-Build
+	test? ( dev-perl/Test-Pod-Coverage )"
 RDEPEND=""
+
 SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-BaseCnv/
@ 2011-05-14  6:40 Torsten Veller
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller @ 2011-05-14  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     92c634ef98fe8e713d8d33f7a508133de82b6abe
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 06:20:35 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat May 14 06:20:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=92c634ef

[bump] dev-perl/Math-BaseCnv-1.8

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

---
 dev-perl/Math-BaseCnv/ChangeLog               |    5 ++++
 dev-perl/Math-BaseCnv/Math-BaseCnv-1.8.ebuild |   26 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Math-BaseCnv/ChangeLog b/dev-perl/Math-BaseCnv/ChangeLog
index efe0e2b..1b13a63 100644
--- a/dev-perl/Math-BaseCnv/ChangeLog
+++ b/dev-perl/Math-BaseCnv/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Math-BaseCnv-1.8 (14 May 2011)
+
+  14 May 2011; Torsten Veller <tove@gentoo.org> +Math-BaseCnv-1.8.ebuild:
+  Version bump
+
   12 Feb 2011; Torsten Veller <tove@gentoo.org> Math-BaseCnv-1.6.ebuild:
   Tests fail without dev-perl/Test-Pod-Coverage
 

diff --git a/dev-perl/Math-BaseCnv/Math-BaseCnv-1.8.ebuild b/dev-perl/Math-BaseCnv/Math-BaseCnv-1.8.ebuild
new file mode 100644
index 0000000..79033f8
--- /dev/null
+++ b/dev-perl/Math-BaseCnv/Math-BaseCnv-1.8.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+MODULE_AUTHOR=PIP
+MODULE_VERSION="1.8.B59BrZX"
+MODULE_A_EXT="tgz"
+inherit perl-module
+
+DESCRIPTION="fast functions to CoNVert between number Bases"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="virtual/perl-Module-Build
+	test? (
+		dev-perl/Test-Pod
+		dev-perl/Test-Pod-Coverage
+	)"
+RDEPEND=""
+
+SRC_TEST=do



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

end of thread, other threads:[~2011-05-14  6:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12  7:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Math-BaseCnv/ Torsten Veller
  -- strict thread matches above, loose matches on Subject: below --
2011-05-14  6:40 Torsten Veller

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