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/bignum: bignum-0.24.ebuild ChangeLog
Date: Sun, 05 Sep 2010 08:34:16
Message-Id: 20100905083411.AB09E20051@flycatcher.gentoo.org
1 tove 10/09/05 08:34:11
2
3 Modified: ChangeLog
4 Added: bignum-0.24.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.26 perl-core/bignum/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?rev=1.26&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?rev=1.26&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/ChangeLog?r1=1.25&r2=1.26
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v
20 retrieving revision 1.25
21 retrieving revision 1.26
22 diff -u -r1.25 -r1.26
23 --- ChangeLog 17 Jan 2010 15:14:24 -0000 1.25
24 +++ ChangeLog 5 Sep 2010 08:34:11 -0000 1.26
25 @@ -1,6 +1,11 @@
26 # ChangeLog for perl-core/bignum
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.25 2010/01/17 15:14:24 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.26 2010/09/05 08:34:11 tove Exp $
30 +
31 +*bignum-0.24 (05 Sep 2010)
32 +
33 + 05 Sep 2010; Torsten Veller <tove@g.o> +bignum-0.24.ebuild:
34 + Version bump
35
36 17 Jan 2010; Torsten Veller <tove@g.o> -bignum-0.21.ebuild:
37 Cleanup
38
39
40
41 1.1 perl-core/bignum/bignum-0.24.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild?rev=1.1&content-type=text/plain
45
46 Index: bignum-0.24.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild,v 1.1 2010/09/05 08:34:11 tove Exp $
51
52 EAPI=3
53
54 MODULE_AUTHOR=FLORA
55 inherit perl-module
56
57 DESCRIPTION="Transparent BigNumber/BigRational support for Perl"
58
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
61 IUSE="test"
62
63 RDEPEND=">=perl-core/Math-BigInt-1.88
64 >=perl-core/Math-BigRat-0.21"
65 DEPEND="${RDEPEND}
66 test? ( dev-perl/Test-Pod
67 >=dev-perl/Test-Pod-Coverage-1.08 )"
68
69 SRC_TEST="do"