Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/fastjet: metadata.xml fastjet-3.0.3-r1.ebuild ChangeLog
Date: Tue, 04 Jun 2013 17:35:17
Message-Id: 20130604173513.CB7042171E@flycatcher.gentoo.org
1 bicatali 13/06/04 17:35:13
2
3 Modified: metadata.xml fastjet-3.0.3-r1.ebuild ChangeLog
4 Log:
5 Fixed for newer automake (bug #472018), switch to EAPI5
6
7 (Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
8
9 Revision Changes Path
10 1.3 sci-physics/fastjet/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-physics/fastjet/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 16 Oct 2012 19:00:28 -0000 1.2
23 +++ metadata.xml 4 Jun 2013 17:35:13 -0000 1.3
24 @@ -1,18 +1,18 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>sci-physics</herd>
29 - <longdescription lang="en">
30 - The FastJet package provides a fast implementation of the
31 - longitudinally invariant kt longitudinally invariant inclusive
32 - Cambridge/Aachen and anti-kt jet finders and a uniform interface
33 - to external jet finders (notably SISCone) via a plugin
34 - mechanism. It also includes tools for calculating jet areas and
35 - performing background (pileup/UE) subtraction.
36 - </longdescription>
37 - <use>
38 - <flag name="plugins"> Build all standard and C++ plugins </flag>
39 - <flag name="cgal"> Use <pkg>sci-mathematics/cgal</pkg> instead of
40 - bundled algorithms</flag>
41 - </use>
42 +<herd>sci-physics</herd>
43 +<longdescription lang="en">
44 + The FastJet package provides a fast implementation of the
45 + longitudinally invariant kt longitudinally invariant inclusive
46 + Cambridge/Aachen and anti-kt jet finders and a uniform interface
47 + to external jet finders (notably SISCone) via a plugin
48 + mechanism. It also includes tools for calculating jet areas and
49 + performing background (pileup/UE) subtraction.
50 +</longdescription>
51 +<use>
52 + <flag name="plugins"> Build all standard and C++ plugins </flag>
53 + <flag name="cgal"> Use <pkg>sci-mathematics/cgal</pkg> instead of
54 + bundled algorithms</flag>
55 +</use>
56 </pkgmetadata>
57
58
59
60 1.4 sci-physics/fastjet/fastjet-3.0.3-r1.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild?rev=1.4&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild?rev=1.4&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild?r1=1.3&r2=1.4
65
66 Index: fastjet-3.0.3-r1.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild,v
69 retrieving revision 1.3
70 retrieving revision 1.4
71 diff -u -r1.3 -r1.4
72 --- fastjet-3.0.3-r1.ebuild 16 Oct 2012 19:00:28 -0000 1.3
73 +++ fastjet-3.0.3-r1.ebuild 4 Jun 2013 17:35:13 -0000 1.4
74 @@ -1,8 +1,8 @@
75 -# Copyright 1999-2012 Gentoo Foundation
76 +# Copyright 1999-2013 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild,v 1.3 2012/10/16 19:00:28 jlec Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3-r1.ebuild,v 1.4 2013/06/04 17:35:13 bicatali Exp $
80
81 -EAPI=4
82 +EAPI=5
83
84 AUTOTOOLS_AUTORECONF=yes
85
86
87
88
89 1.7 sci-physics/fastjet/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.7&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.7&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?r1=1.6&r2=1.7
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v
98 retrieving revision 1.6
99 retrieving revision 1.7
100 diff -u -r1.6 -r1.7
101 --- ChangeLog 16 Oct 2012 19:00:28 -0000 1.6
102 +++ ChangeLog 4 Jun 2013 17:35:13 -0000 1.7
103 @@ -1,6 +1,10 @@
104 # ChangeLog for sci-physics/fastjet
105 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.6 2012/10/16 19:00:28 jlec Exp $
107 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.7 2013/06/04 17:35:13 bicatali Exp $
109 +
110 + 04 Jun 2013; Sébastien Fabbro <bicatali@g.o> fastjet-3.0.3-r1.ebuild,
111 + files/fastjet-3.0.3-system-siscone.patch, metadata.xml:
112 + Fixed for newer automake (bug #472018), switch to EAPI5
113
114 16 Oct 2012; Justin Lecher <jlec@g.o> fastjet-3.0.3-r1.ebuild,
115 metadata.xml: