Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Math-BigInt-FastCalc: Math-BigInt-FastCalc-0.300.0-r1.ebuild ChangeLog Math-BigInt-FastCalc-0.300.0.ebuild
Date: Sat, 26 Jul 2014 14:02:09
Message-Id: 20140726140205.060802004E@flycatcher.gentoo.org
1 dilfridge 14/07/26 14:02:04
2
3 Modified: ChangeLog
4 Added: Math-BigInt-FastCalc-0.300.0-r1.ebuild
5 Removed: Math-BigInt-FastCalc-0.300.0.ebuild
6 Log:
7 EAPI bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
10
11 Revision Changes Path
12 1.36 perl-core/Math-BigInt-FastCalc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?rev=1.36&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?rev=1.36&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog?r1=1.35&r2=1.36
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v
21 retrieving revision 1.35
22 retrieving revision 1.36
23 diff -u -r1.35 -r1.36
24 --- ChangeLog 25 Aug 2013 12:43:28 -0000 1.35
25 +++ ChangeLog 26 Jul 2014 14:02:04 -0000 1.36
26 @@ -1,6 +1,12 @@
27 # ChangeLog for perl-core/Math-BigInt-FastCalc
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.35 2013/08/25 12:43:28 zlogene Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.36 2014/07/26 14:02:04 dilfridge Exp $
32 +
33 +*Math-BigInt-FastCalc-0.300.0-r1 (26 Jul 2014)
34 +
35 + 26 Jul 2014; Andreas K. Huettel <dilfridge@g.o>
36 + +Math-BigInt-FastCalc-0.300.0-r1.ebuild, -Math-BigInt-FastCalc-0.300.0.ebuild:
37 + EAPI bump
38
39 25 Aug 2013; Mikle Kolyada <zlogene@g.o>
40 -Math-BigInt-FastCalc-0.19.ebuild, -Math-BigInt-FastCalc-0.24.ebuild,
41
42
43
44 1.1 perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: Math-BigInt-FastCalc-0.300.0-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.300.0-r1.ebuild,v 1.1 2014/07/26 14:02:04 dilfridge Exp $
54
55 EAPI=5
56
57 MODULE_AUTHOR=PJACKLAM
58 MODULE_VERSION=0.30
59 inherit perl-module
60
61 DESCRIPTION="Math::BigInt::Calc with some XS for more speed"
62
63 SLOT="0"
64 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
65 IUSE=""
66
67 RDEPEND=">=virtual/perl-Math-BigInt-1.997.0
68 virtual/perl-XSLoader"
69 DEPEND="${RDEPEND}"
70
71 SRC_TEST="do"