Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: ChangeLog Math-BigInt-1.89.ebuild
Date: Fri, 01 Aug 2008 16:57:51
Message-Id: E1KOxwr-00070y-5d@stork.gentoo.org
1 tove 08/08/01 16:57:49
2
3 Modified: ChangeLog
4 Added: Math-BigInt-1.89.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc5/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.48 perl-core/Math-BigInt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 14 May 2008 20:32:14 -0000 1.47
23 +++ ChangeLog 1 Aug 2008 16:57:48 -0000 1.48
24 @@ -1,6 +1,11 @@
25 # ChangeLog for perl-core/Math-BigInt
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.47 2008/05/14 20:32:14 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.48 2008/08/01 16:57:48 tove Exp $
29 +
30 +*Math-BigInt-1.89 (01 Aug 2008)
31 +
32 + 01 Aug 2008; Torsten Veller <tove@g.o> +Math-BigInt-1.89.ebuild:
33 + Version bump
34
35 14 May 2008; Markus Meier <maekke@g.o> ChangeLog:
36 amd64 stable, bug #211616
37
38
39
40 1.1 perl-core/Math-BigInt/Math-BigInt-1.89.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild?rev=1.1&content-type=text/plain
44
45 Index: Math-BigInt-1.89.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.89.ebuild,v 1.1 2008/08/01 16:57:48 tove Exp $
50
51 MODULE_AUTHOR=TELS
52 MODULE_SECTION=math
53 inherit perl-module eutils
54
55 DESCRIPTION="Arbitrary size floating point math package"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
60 IUSE=""
61
62 DEPEND="dev-lang/perl
63 >=virtual/perl-Scalar-List-Utils-1.14"
64
65 PDEPEND=">=perl-core/bignum-0.22
66 >=perl-core/Math-BigRat-0.22"
67
68 SRC_TEST="do"
69 PREFER_BUILDPL="no"