Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt: Math-BigInt-1.997.0.ebuild ChangeLog
Date: Sat, 25 Jan 2014 20:20:15
Message-Id: 20140125202010.0E6612004C@flycatcher.gentoo.org
1 zlogene 14/01/25 20:20:09
2
3 Modified: Math-BigInt-1.997.0.ebuild ChangeLog
4 Log:
5 fix overload warning (bug #427040)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
8
9 Revision Changes Path
10 1.13 perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild?r1=1.12&r2=1.13
15
16 Index: Math-BigInt-1.997.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- Math-BigInt-1.997.0.ebuild 2 Mar 2013 16:18:36 -0000 1.12
23 +++ Math-BigInt-1.997.0.ebuild 25 Jan 2014 20:20:09 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 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/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.12 2013/03/02 16:18:36 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.997.0.ebuild,v 1.13 2014/01/25 20:20:09 zlogene Exp $
30
31 EAPI=4
32
33 @@ -21,4 +21,6 @@
34 >=perl-core/bignum-0.220.0
35 >=perl-core/Math-BigRat-0.260.200"
36
37 +PATCHES=( "${FILESDIR}/${P}-overload.patch" )
38 +
39 SRC_TEST="do"
40
41
42
43 1.85 perl-core/Math-BigInt/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.85&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?rev=1.85&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt/ChangeLog?r1=1.84&r2=1.85
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v
52 retrieving revision 1.84
53 retrieving revision 1.85
54 diff -u -r1.84 -r1.85
55 --- ChangeLog 25 Aug 2013 12:25:17 -0000 1.84
56 +++ ChangeLog 25 Jan 2014 20:20:09 -0000 1.85
57 @@ -1,6 +1,10 @@
58 # ChangeLog for perl-core/Math-BigInt
59 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.84 2013/08/25 12:25:17 zlogene Exp $
61 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.85 2014/01/25 20:20:09 zlogene Exp $
63 +
64 + 25 Jan 2014; Mikle Kolyada <zlogene@g.o>
65 + +files/Math-BigInt-1.997.0-overload.patch, Math-BigInt-1.997.0.ebuild:
66 + fix overload warning (bug #427040)
67
68 25 Aug 2013; Mikle Kolyada <zlogene@g.o> -Math-BigInt-1.89.ebuild,
69 -Math-BigInt-1.99.ebuild, -Math-BigInt-1.991.ebuild,