Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
Date: Sun, 08 Jan 2012 01:34:00
Message-Id: cd2150e1cef914ccfd170af2e9f02b43283df776.bicatali@gentoo
1 commit: cd2150e1cef914ccfd170af2e9f02b43283df776
2 Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 8 01:33:23 2012 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 8 01:33:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd2150e1
7
8 in main tree
9
10 ---
11 sci-physics/fastjet/ChangeLog | 9 ----
12 sci-physics/fastjet/fastjet-2.4.4.ebuild | 73 ------------------------------
13 sci-physics/fastjet/metadata.xml | 28 -----------
14 3 files changed, 0 insertions(+), 110 deletions(-)
15
16 diff --git a/sci-physics/fastjet/ChangeLog b/sci-physics/fastjet/ChangeLog
17 deleted file mode 100644
18 index 5950d5b..0000000
19 --- a/sci-physics/fastjet/ChangeLog
20 +++ /dev/null
21 @@ -1,9 +0,0 @@
22 -# ChangeLog for sci-physics/fastjet
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 30 Jul 2011; Kacper Kowalik <xarthisius@g.o> fastjet-2.4.4.ebuild:
27 - Remove unused eutils.eclass, shorten DESC, add missing license, sort
28 - KEYWORDS, add static-libs, docs IUSE, add dependency on doxygen for [doc],
29 - build only shared libs by default, install documentation
30 -
31
32 diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastjet/fastjet-2.4.4.ebuild
33 deleted file mode 100644
34 index 73991c7..0000000
35 --- a/sci-physics/fastjet/fastjet-2.4.4.ebuild
36 +++ /dev/null
37 @@ -1,73 +0,0 @@
38 -# Copyright 1999-2011 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -
42 -EAPI=4
43 -
44 -DESCRIPTION="Fast implementation of several recombination jet algorithms"
45 -HOMEPAGE="http://www.lpthe.jussieu.fr/~salam/fastjet/"
46 -SRC_URI="http://www.lpthe.jussieu.fr/~salam/fastjet/repo/${PF}.tar.gz"
47 -
48 -LICENSE="GPL-2 QPL"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="+allplugins +allcxxplugins cgal doc static-libs"
52 -
53 -RDEPEND="cgal? ( sci-mathematics/cgal )"
54 -DEPEND="${RDEPEND}
55 - doc? ( app-doc/doxygen )"
56 -
57 -pkg_setup() {
58 - if use allplugins || use allcxxplugins; then
59 - echo
60 - elog "Will build all plugins since you have one of allplugins or allcxxplugins set."
61 - elog "The following plugins are available:"
62 - elog " - siscone"
63 - elog " - cdfcones"
64 - elog " - pxcone"
65 - elog " - d0runiicone"
66 - elog " - nesteddefs"
67 - elog " - trackjet"
68 - elog " - atlascone"
69 - elog " - cmsiterativecone"
70 - elog " - eecambridge"
71 - elog " - jade"
72 - echo
73 - fi
74 -}
75 -
76 -src_configure() {
77 - econf \
78 - $(use_enable allplugins) \
79 - $(use_enable allcxxplugins) \
80 - $(use_enable cgal) \
81 - $(use_enable static-libs static)
82 -# --enable-siscone \
83 -# --enable-cdfcones \
84 -# --enable-pxcone \
85 -# --enable-d0runiicone \
86 -# --enable-nesteddefs \
87 -# --enable-trackjet \
88 -# --enable-atlascone \
89 -# --enable-cmsiterativecone \
90 -# --enable-eecambridge \
91 -# --enable-jade
92 -}
93 -
94 -src_compile() {
95 - default_src_compile
96 - if use doc; then
97 - $(type -p doxygen) Doxyfile || die
98 - fi
99 -}
100 -
101 -src_install() {
102 - default_src_install
103 - nonfatal dodoc AUTHORS BUGS ChangeLog NEWS README
104 - if use doc; then
105 - dohtml html/*
106 - fi
107 - if ! use static-libs; then
108 - find "${D}" -name '*.la' -exec rm -f {}
109 - fi
110 -}
111
112 diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metadata.xml
113 deleted file mode 100644
114 index 4f1287d..0000000
115 --- a/sci-physics/fastjet/metadata.xml
116 +++ /dev/null
117 @@ -1,28 +0,0 @@
118 -<?xml version="1.0" encoding="UTF-8"?>
119 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
120 -<pkgmetadata>
121 - <herd>sci-physics</herd>
122 - <maintainer>
123 - <email>bbannier+gentoo_bugs@×××××.com</email>
124 - <description>please assign bugs</description>
125 - </maintainer>
126 - <longdescription lang="en">
127 - The FastJet package provides a fast implementation of the longitudinally
128 - invariant kt longitudinally invariant inclusive Cambridge/Aachen and
129 - anti-kt jet finders and a uniform interface to external jet finders
130 - (notably SISCone) via a plugin mechanism. It also includes tools for
131 - calculating jet areas and performing background (pileup/UE) subtraction.
132 - </longdescription>
133 - <use>
134 - <flag name='allplugins'>
135 - Build all standard plugins.
136 - </flag>
137 - <flag name='allcxxplugins'>
138 - Build all C++ plugins.
139 - </flag>
140 - <flag name='cgal'>
141 - Use <pkg>sci-mathematics/cgal</pkg> instead of bundled algorithms.
142 - </flag>
143 - </use>
144 -</pkgmetadata>
145 -