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: fastjet-3.0.1.ebuild metadata.xml ChangeLog Manifest
Date: Sun, 08 Jan 2012 01:32:24
Message-Id: 20120108013214.7C9352004B@flycatcher.gentoo.org
1 bicatali 12/01/08 01:32:14
2
3 Added: fastjet-3.0.1.ebuild metadata.xml ChangeLog
4 Manifest
5 Log:
6 Version bump. Use autotools-eclass. Link with gmp when cgal is built with gmp. Merged plugins flags into one. Initial import to the main tree.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sci-physics/fastjet/fastjet-3.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: fastjet-3.0.1.ebuild
17 ===================================================================
18 # Copyright 1999-2012 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.1.ebuild,v 1.1 2012/01/08 01:32:14 bicatali Exp $
21
22 EAPI=4
23 inherit autotools-utils fortran-2 flag-o-matic
24
25 DESCRIPTION="Fast implementation of several recombination jet algorithms"
26 HOMEPAGE="http://www.fastjet.fr/"
27 SRC_URI="${HOMEPAGE}/repo/${P}.tar.gz"
28
29 LICENSE="GPL-2 QPL"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="cgal doc examples +plugins static-libs"
33
34 RDEPEND="cgal? ( sci-mathematics/cgal )"
35 DEPEND="${RDEPEND}
36 doc? ( app-doc/doxygen )
37 plugins? ( virtual/fortran )"
38
39 src_configure() {
40 use cgal && has_version sci-mathematics/cgal[gmp] && append-ldflags -lgmp
41 myeconfargs+=(
42 $(use_enable cgal)
43 $(use_enable plugins allplugins)
44 $(use_enable plugins allcxxplugins)
45 )
46 autotools-utils_src_configure
47 }
48
49 src_compile() {
50 autotools-utils_src_compile
51 use doc && doxygen Doxyfile
52 }
53
54 src_install() {
55 autotools-utils_src_install
56 use doc && dohtml html/*
57 if use examples; then
58 insinto /usr/share/doc/${PF}
59 find example \
60 -name Makefile -or Makefile.in -or Makefile.am -delete
61 doins -r example/*
62 fi
63 }
64
65
66
67 1.1 sci-physics/fastjet/metadata.xml
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/metadata.xml?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/metadata.xml?rev=1.1&content-type=text/plain
71
72 Index: metadata.xml
73 ===================================================================
74 <?xml version="1.0" encoding="UTF-8"?>
75 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 <pkgmetadata>
77 <herd>sci-physics</herd>
78 <longdescription lang="en">
79 The FastJet package provides a fast implementation of the
80 longitudinally invariant kt longitudinally invariant inclusive
81 Cambridge/Aachen and anti-kt jet finders and a uniform interface
82 to external jet finders (notably SISCone) via a plugin
83 mechanism. It also includes tools for calculating jet areas and
84 performing background (pileup/UE) subtraction.
85 </longdescription>
86 <use>
87 <flag name='plugins'> Build all standard and C++ plugins </flag>
88 <flag name='cgal'> Use <pkg>sci-mathematics/cgal</pkg> instead of
89 bundled algorithms</flag>
90 </use>
91 </pkgmetadata>
92
93
94
95
96 1.1 sci-physics/fastjet/ChangeLog
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.1&content-type=text/plain
100
101 Index: ChangeLog
102 ===================================================================
103 # ChangeLog for sci-physics/fastjet
104 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
105 # $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.1 2012/01/08 01:32:14 bicatali Exp $
106
107 *fastjet-3.0.1 (08 Jan 2012)
108
109 08 Jan 2012; Sébastien Fabbro <bicatali@g.o> +fastjet-3.0.1.ebuild,
110 +metadata.xml:
111 Version bump. Use autotools-eclass. Link with gmp when cgal is built with
112 gmp. Merged plugins flags into one. Initial import to the main tree.
113
114 30 Jul 2011; Kacper Kowalik <xarthisius@g.o> fastjet-2.4.4.ebuild:
115 Remove unused eutils.eclass, shorten DESC, add missing license, sort
116 KEYWORDS, add static-libs, docs IUSE, add dependency on doxygen for [doc],
117 build only shared libs by default, install documentation
118
119
120
121
122 1.1 sci-physics/fastjet/Manifest
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/Manifest?rev=1.1&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/Manifest?rev=1.1&content-type=text/plain
126
127 Index: Manifest
128 ===================================================================
129 DIST fastjet-3.0.1.tar.gz 2122452 RMD160 db8da72c845e9782fb2d8b796cb4e87f83f5f68e SHA1 00c2155db3ed82db36d688d0a501b6232f23c804 SHA256 4f17c235e73a6fcbc8ee39c15a00f166b701e732033e623625f55fe93220a4ed
130 EBUILD fastjet-3.0.1.ebuild 1085 RMD160 cc9ae598a1b554c3dd2f49f785a34fb1c2022b67 SHA1 51a0a03821241c93799a897736fa9adeb64ec46c SHA256 0818b5ce58d7a64cb1bbc9cc6a860c0b5d4c921da9e8f0b8e72cb47d1cd8bea0
131 MISC ChangeLog 677 RMD160 141f689b076e91e6a05601dbeb29f33677720972 SHA1 ad5db3bdfe04b603794bcbc1ce285df53564ebc9 SHA256 5d20b8c149676e7e6eb6e1d551e2028efaf7d17e4409e1e4cbedff3cde59947f
132 MISC metadata.xml 770 RMD160 f6ec58006506a950fe36a8a2a761d58398e2dea1 SHA1 7d03be13f80119c6bb908c03dd820bfa33409c26 SHA256 d4b7a99b53a609ac44459ff596354b014204aed5303ed8d8d8b0ad1d6e4f2f4a