public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: ChangeLog Math-BigInt-1.993.0.ebuild
@ 2011-02-26 19:00 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-02-26 19:00 UTC (permalink / raw
  To: gentoo-commits

tove        11/02/26 19:00:13

  Modified:             ChangeLog
  Added:                Math-BigInt-1.993.0.ebuild
  Log:
  [bump] perl-core/Math-BigInt-1.993.0
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 perl-core/Math-BigInt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	19 Feb 2011 08:30:58 -0000	1.67
+++ ChangeLog	26 Feb 2011 19:00:13 -0000	1.68
@@ -1,6 +1,11 @@
 # ChangeLog for perl-core/Math-BigInt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.67 2011/02/19 08:30:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.68 2011/02/26 19:00:13 tove Exp $
+
+*Math-BigInt-1.993.0 (26 Feb 2011)
+
+  26 Feb 2011; Torsten Veller <tove@gentoo.org> +Math-BigInt-1.993.0.ebuild:
+  Version bump
 
 *Math-BigInt-1.992 (19 Feb 2011)
 



1.1                  perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild

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

Index: Math-BigInt-1.993.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild,v 1.1 2011/02/26 19:00:13 tove Exp $

EAPI=3

MODULE_AUTHOR=PJACKLAM
MODULE_VERSION=1.993
inherit perl-module eutils

DESCRIPTION="Arbitrary size floating point math package"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
IUSE=""

RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"
DEPEND="${RDEPEND}"

PDEPEND=">=virtual/perl-Math-BigInt-FastCalc-0.25
	>=perl-core/bignum-0.22
	>=perl-core/Math-BigRat-0.260.200"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: ChangeLog Math-BigInt-1.993.0.ebuild
@ 2011-06-24 14:31 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2011-06-24 14:31 UTC (permalink / raw
  To: gentoo-commits

grobian     11/06/24 14:31:54

  Modified:             ChangeLog Math-BigInt-1.993.0.ebuild
  Log:
  Marked ~ppc-macos
  
  (Portage version: 2.2.01.18826-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.70                 perl-core/Math-BigInt/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	24 Apr 2011 15:27:35 -0000	1.69
+++ ChangeLog	24 Jun 2011 14:31:54 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Math-BigInt
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.69 2011/04/24 15:27:35 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.70 2011/06/24 14:31:54 grobian Exp $
+
+  24 Jun 2011; Fabian Groffen <grobian@gentoo.org> Math-BigInt-1.993.0.ebuild:
+  Marked ~ppc-macos
 
   24 Apr 2011; Fabian Groffen <grobian@gentoo.org> ChangeLog:
   Marked ~x86-solaris, bug #296509



1.3                  perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild?r1=1.2&r2=1.3

Index: Math-BigInt-1.993.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Math-BigInt-1.993.0.ebuild	24 Apr 2011 15:41:36 -0000	1.2
+++ Math-BigInt-1.993.0.ebuild	24 Jun 2011 14:31:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild,v 1.2 2011/04/24 15:41:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.993.0.ebuild,v 1.3 2011/06/24 14:31:54 grobian Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Arbitrary size floating point math package"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=virtual/perl-Scalar-List-Utils-1.14"






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

end of thread, other threads:[~2011-06-24 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 14:31 [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: ChangeLog Math-BigInt-1.993.0.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-26 19:00 Torsten Veller (tove)

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