Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Math-BigInt-GMP: Math-BigInt-GMP-1.24.ebuild ChangeLog
Date: Thu, 10 Jul 2014 22:16:56
Message-Id: 20140710221652.8DA742004E@flycatcher.gentoo.org
1 dilfridge 14/07/10 22:16:52
2
3 Modified: Math-BigInt-GMP-1.24.ebuild ChangeLog
4 Log:
5 Depend on virtual/perl-x instead of perl-core/x
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.9 dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild?r1=1.8&r2=1.9
15
16 Index: Math-BigInt-GMP-1.24.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- Math-BigInt-GMP-1.24.ebuild 6 Sep 2010 18:49:11 -0000 1.8
23 +++ Math-BigInt-GMP-1.24.ebuild 10 Jul 2014 22:16:52 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.8 2010/09/06 18:49:11 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.9 2014/07/10 22:16:52 dilfridge Exp $
30
31 MODULE_AUTHOR="TELS/math"
32 inherit perl-module
33 @@ -12,7 +12,7 @@
34 SLOT="0"
35 LICENSE="|| ( Artistic GPL-2 )"
36 KEYWORDS="alpha amd64 hppa ppc sparc x86"
37 -RDEPEND=">=perl-core/Math-BigInt-1.87
38 +RDEPEND=">=virtual/perl-Math-BigInt-1.87
39 >=dev-libs/gmp-4.0.0"
40 DEPEND="${RDEPEND}"
41
42
43
44
45 1.22 dev-perl/Math-BigInt-GMP/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.22&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?rev=1.22&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog?r1=1.21&r2=1.22
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v
54 retrieving revision 1.21
55 retrieving revision 1.22
56 diff -u -r1.21 -r1.22
57 --- ChangeLog 1 May 2014 17:50:23 -0000 1.21
58 +++ ChangeLog 10 Jul 2014 22:16:52 -0000 1.22
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-perl/Math-BigInt-GMP
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.21 2014/05/01 17:50:23 zlogene Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.22 2014/07/10 22:16:52 dilfridge Exp $
64 +
65 + 10 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
66 + Math-BigInt-GMP-1.24.ebuild:
67 + Depend on virtual/perl-x instead of perl-core/x
68
69 *Math-BigInt-GMP-1.380.0 (01 May 2014)