Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Math-BigInt-GMP: ChangeLog Math-BigInt-GMP-1.370.0.ebuild
Date: Mon, 05 Sep 2011 17:14:55
Message-Id: 20110905171445.BE2EB2004C@flycatcher.gentoo.org
1 tove 11/09/05 17:14:45
2
3 Modified: ChangeLog
4 Added: Math-BigInt-GMP-1.370.0.ebuild
5 Log:
6 [bump] dev-perl/Math-BigInt-GMP-1.370.0
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-perl/Math-BigInt-GMP/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 3 Apr 2011 06:00:56 -0000 1.16
24 +++ ChangeLog 5 Sep 2011 17:14:45 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Math-BigInt-GMP
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.16 2011/04/03 06:00:56 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.17 2011/09/05 17:14:45 tove Exp $
30 +
31 +*Math-BigInt-GMP-1.370.0 (05 Sep 2011)
32 +
33 + 05 Sep 2011; Torsten Veller <tove@g.o>
34 + +Math-BigInt-GMP-1.370.0.ebuild:
35 + Version bump
36
37 03 Apr 2011; Torsten Veller <tove@g.o> -Math-BigInt-GMP-1.32.ebuild,
38 -Math-BigInt-GMP-1.340.ebuild, -Math-BigInt-GMP-1.350.ebuild:
39
40
41
42 1.1 dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Math-BigInt-GMP-1.370.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.370.0.ebuild,v 1.1 2011/09/05 17:14:45 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=PJACKLAM
56 MODULE_VERSION=1.37
57 inherit perl-module
58
59 DESCRIPTION="Use the GMP library for Math::BigInt routines"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND=">=virtual/perl-Math-BigInt-1.997.0
66 >=dev-libs/gmp-4.0.0"
67 DEPEND="${RDEPEND}"
68
69 SRC_TEST="do"