public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Math-Base36: Math-Base36-0.120.0.ebuild ChangeLog
@ 2013-08-16  7:46 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-16  7:46 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/16 07:46:38

  Modified:             ChangeLog
  Added:                Math-Base36-0.120.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.10                 dev-perl/Math-Base36/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Jan 2013 18:52:38 -0000	1.9
+++ ChangeLog	16 Aug 2013 07:46:38 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Math-Base36
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.9 2013/01/06 18:52:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.10 2013/08/16 07:46:38 patrick Exp $
+
+*Math-Base36-0.120.0 (16 Aug 2013)
+
+  16 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Math-Base36-0.120.0.ebuild:
+  Bump
 
   06 Jan 2013; Torsten Veller <tove@gentoo.org> -Math-Base36-0.90.0.ebuild:
   Cleanup



1.1                  dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild?rev=1.1&content-type=text/plain

Index: Math-Base36-0.120.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild,v 1.1 2013/08/16 07:46:38 patrick Exp $

EAPI=4

MODULE_AUTHOR=BRICAS
MODULE_VERSION=0.12
inherit perl-module

DESCRIPTION="Encoding and decoding of base36 strings"

SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-aix"
IUSE="test"

DEPEND="
	test? (
		dev-perl/Test-Pod
		dev-perl/Test-Pod-Coverage
	)
"

SRC_TEST="do"





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Math-Base36: Math-Base36-0.120.0.ebuild ChangeLog
@ 2013-09-06  4:52 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2013-09-06  4:52 UTC (permalink / raw
  To: gentoo-commits

patrick     13/09/06 04:52:26

  Modified:             Math-Base36-0.120.0.ebuild ChangeLog
  Log:
  Add missing test dep
  
  (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild?r1=1.1&r2=1.2

Index: Math-Base36-0.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Math-Base36-0.120.0.ebuild	16 Aug 2013 07:46:38 -0000	1.1
+++ Math-Base36-0.120.0.ebuild	6 Sep 2013 04:52:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild,v 1.1 2013/08/16 07:46:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/Math-Base36-0.120.0.ebuild,v 1.2 2013/09/06 04:52:26 patrick Exp $
 
 EAPI=4
 
@@ -18,6 +18,7 @@
 	test? (
 		dev-perl/Test-Pod
 		dev-perl/Test-Pod-Coverage
+		dev-perl/Test-Exception
 	)
 "
 



1.11                 dev-perl/Math-Base36/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-Base36/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Aug 2013 07:46:38 -0000	1.10
+++ ChangeLog	6 Sep 2013 04:52:26 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Math-Base36
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.10 2013/08/16 07:46:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-Base36/ChangeLog,v 1.11 2013/09/06 04:52:26 patrick Exp $
+
+  06 Sep 2013; Patrick Lauer <patrick@gentoo.org> Math-Base36-0.120.0.ebuild:
+  Add missing test dep
 
 *Math-Base36-0.120.0 (16 Aug 2013)
 





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

end of thread, other threads:[~2013-09-06  4:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  7:46 [gentoo-commits] gentoo-x86 commit in dev-perl/Math-Base36: Math-Base36-0.120.0.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-06  4:52 Patrick Lauer (patrick)

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