Gentoo Archives: gentoo-commits

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