Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/lhapdf: lhapdf-6.1.3.ebuild ChangeLog
Date: Fri, 28 Nov 2014 21:01:42
Message-Id: 20141128210138.EBFA0B1C3@oystercatcher.gentoo.org
1 pacho 14/11/28 21:01:38
2
3 Modified: lhapdf-6.1.3.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 sci-physics/lhapdf/lhapdf-6.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild?r1=1.1&r2=1.2
15
16 Index: lhapdf-6.1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- lhapdf-6.1.3.ebuild 30 Jun 2014 18:43:22 -0000 1.1
23 +++ lhapdf-6.1.3.ebuild 28 Nov 2014 21:01:38 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v 1.1 2014/06/30 18:43:22 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-6.1.3.ebuild,v 1.2 2014/11/28 21:01:38 pacho Exp $
29
30 EAPI=5
31
32 AUTOTOOLS_IN_SOURCE_BUILD=yes
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
35
36 inherit versionator autotools-utils distutils-r1
37
38
39
40
41 1.29 sci-physics/lhapdf/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.29&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?rev=1.29&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/lhapdf/ChangeLog?r1=1.28&r2=1.29
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v
50 retrieving revision 1.28
51 retrieving revision 1.29
52 diff -u -r1.28 -r1.29
53 --- ChangeLog 30 Jun 2014 18:43:22 -0000 1.28
54 +++ ChangeLog 28 Nov 2014 21:01:38 -0000 1.29
55 @@ -1,6 +1,9 @@
56 # ChangeLog for sci-physics/lhapdf
57 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.28 2014/06/30 18:43:22 bicatali Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.29 2014/11/28 21:01:38 pacho Exp $
60 +
61 + 28 Nov 2014; Pacho Ramos <pacho@g.o> lhapdf-6.1.3.ebuild:
62 + Support python 3.4
63
64 *lhapdf-6.1.3 (30 Jun 2014)