* [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
@ 2011-07-30 5:48 Dongxu Li
0 siblings, 0 replies; 5+ messages in thread
From: Dongxu Li @ 2011-07-30 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 6d3f1e21e5351ef7177ef9e99a0143a3f22da008
Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 05:48:35 2011 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Sat Jul 30 05:48:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6d3f1e21
sci-physics/fastjet: No need to enable plugins individually
---
sci-physics/fastjet/fastjet-2.4.4.ebuild | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastjet/fastjet-2.4.4.ebuild
index f16006d..0a8871e 100644
--- a/sci-physics/fastjet/fastjet-2.4.4.ebuild
+++ b/sci-physics/fastjet/fastjet-2.4.4.ebuild
@@ -42,18 +42,18 @@ src_configure() {
$(use_enable allplugins) \
$(use_enable allcxxplugins) \
$(use_enable cgal) \
- --enable-siscone \
- --enable-cdfcones \
- --enable-pxcone \
- --enable-d0runiicone \
- --enable-nesteddefs \
- --enable-trackjet \
- --enable-atlascone \
- --enable-cmsiterativecone \
- --enable-eecambridge \
- --enable-jade
+# --enable-siscone \
+# --enable-cdfcones \
+# --enable-pxcone \
+# --enable-d0runiicone \
+# --enable-nesteddefs \
+# --enable-trackjet \
+# --enable-atlascone \
+# --enable-cmsiterativecone \
+# --enable-eecambridge \
+# --enable-jade
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
@ 2012-01-08 1:33 Sebastien Fabbro
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro @ 2012-01-08 1:33 UTC (permalink / raw
To: gentoo-commits
commit: cd2150e1cef914ccfd170af2e9f02b43283df776
Author: Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Sun Jan 8 01:33:23 2012 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Jan 8 01:33:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cd2150e1
in main tree
---
sci-physics/fastjet/ChangeLog | 9 ----
sci-physics/fastjet/fastjet-2.4.4.ebuild | 73 ------------------------------
sci-physics/fastjet/metadata.xml | 28 -----------
3 files changed, 0 insertions(+), 110 deletions(-)
diff --git a/sci-physics/fastjet/ChangeLog b/sci-physics/fastjet/ChangeLog
deleted file mode 100644
index 5950d5b..0000000
--- a/sci-physics/fastjet/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for sci-physics/fastjet
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 30 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> fastjet-2.4.4.ebuild:
- Remove unused eutils.eclass, shorten DESC, add missing license, sort
- KEYWORDS, add static-libs, docs IUSE, add dependency on doxygen for [doc],
- build only shared libs by default, install documentation
-
diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastjet/fastjet-2.4.4.ebuild
deleted file mode 100644
index 73991c7..0000000
--- a/sci-physics/fastjet/fastjet-2.4.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DESCRIPTION="Fast implementation of several recombination jet algorithms"
-HOMEPAGE="http://www.lpthe.jussieu.fr/~salam/fastjet/"
-SRC_URI="http://www.lpthe.jussieu.fr/~salam/fastjet/repo/${PF}.tar.gz"
-
-LICENSE="GPL-2 QPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+allplugins +allcxxplugins cgal doc static-libs"
-
-RDEPEND="cgal? ( sci-mathematics/cgal )"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-pkg_setup() {
- if use allplugins || use allcxxplugins; then
- echo
- elog "Will build all plugins since you have one of allplugins or allcxxplugins set."
- elog "The following plugins are available:"
- elog " - siscone"
- elog " - cdfcones"
- elog " - pxcone"
- elog " - d0runiicone"
- elog " - nesteddefs"
- elog " - trackjet"
- elog " - atlascone"
- elog " - cmsiterativecone"
- elog " - eecambridge"
- elog " - jade"
- echo
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable allplugins) \
- $(use_enable allcxxplugins) \
- $(use_enable cgal) \
- $(use_enable static-libs static)
-# --enable-siscone \
-# --enable-cdfcones \
-# --enable-pxcone \
-# --enable-d0runiicone \
-# --enable-nesteddefs \
-# --enable-trackjet \
-# --enable-atlascone \
-# --enable-cmsiterativecone \
-# --enable-eecambridge \
-# --enable-jade
-}
-
-src_compile() {
- default_src_compile
- if use doc; then
- $(type -p doxygen) Doxyfile || die
- fi
-}
-
-src_install() {
- default_src_install
- nonfatal dodoc AUTHORS BUGS ChangeLog NEWS README
- if use doc; then
- dohtml html/*
- fi
- if ! use static-libs; then
- find "${D}" -name '*.la' -exec rm -f {}
- fi
-}
diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metadata.xml
deleted file mode 100644
index 4f1287d..0000000
--- a/sci-physics/fastjet/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci-physics</herd>
- <maintainer>
- <email>bbannier+gentoo_bugs@gmail.com</email>
- <description>please assign bugs</description>
- </maintainer>
- <longdescription lang="en">
- The FastJet package provides a fast implementation of the longitudinally
- invariant kt longitudinally invariant inclusive Cambridge/Aachen and
- anti-kt jet finders and a uniform interface to external jet finders
- (notably SISCone) via a plugin mechanism. It also includes tools for
- calculating jet areas and performing background (pileup/UE) subtraction.
- </longdescription>
- <use>
- <flag name='allplugins'>
- Build all standard plugins.
- </flag>
- <flag name='allcxxplugins'>
- Build all C++ plugins.
- </flag>
- <flag name='cgal'>
- Use <pkg>sci-mathematics/cgal</pkg> instead of bundled algorithms.
- </flag>
- </use>
-</pkgmetadata>
-
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
@ 2011-07-30 6:22 Kacper Kowalik
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik @ 2011-07-30 6:22 UTC (permalink / raw
To: gentoo-commits
commit: 3f167e33055c87a7509addc1f5170907c9ac3456
Author: Kacper Kowalik (Xarthisius) <xarthisius.kk <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 06:18:20 2011 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 06:21:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3f167e33
[sci-physics/fastjet] general QA
---
sci-physics/fastjet/ChangeLog | 9 +++++++
sci-physics/fastjet/fastjet-2.4.4.ebuild | 36 ++++++++++++++++++++---------
2 files changed, 34 insertions(+), 11 deletions(-)
diff --git a/sci-physics/fastjet/ChangeLog b/sci-physics/fastjet/ChangeLog
new file mode 100644
index 0000000..5950d5b
--- /dev/null
+++ b/sci-physics/fastjet/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-physics/fastjet
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 30 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> fastjet-2.4.4.ebuild:
+ Remove unused eutils.eclass, shorten DESC, add missing license, sort
+ KEYWORDS, add static-libs, docs IUSE, add dependency on doxygen for [doc],
+ build only shared libs by default, install documentation
+
diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastjet/fastjet-2.4.4.ebuild
index 0a8871e..73991c7 100644
--- a/sci-physics/fastjet/fastjet-2.4.4.ebuild
+++ b/sci-physics/fastjet/fastjet-2.4.4.ebuild
@@ -3,24 +3,23 @@
# $Header: $
EAPI=4
-inherit eutils
-DESCRIPTION="Fast implementation of several longitudinal invariant sequential
-recombination jet algorithms"
+DESCRIPTION="Fast implementation of several recombination jet algorithms"
HOMEPAGE="http://www.lpthe.jussieu.fr/~salam/fastjet/"
SRC_URI="http://www.lpthe.jussieu.fr/~salam/fastjet/repo/${PF}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2 QPL"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="+allplugins +allcxxplugins cgal"
+KEYWORDS="~amd64 ~x86"
+IUSE="+allplugins +allcxxplugins cgal doc static-libs"
-DEPEND="cgal? ( sci-mathematics/cgal )"
-RDEPEND="${DEPEND}"
+RDEPEND="cgal? ( sci-mathematics/cgal )"
+DEPEND="${RDEPEND}
+ doc? ( app-doc/doxygen )"
pkg_setup() {
if use allplugins || use allcxxplugins; then
- elog
+ echo
elog "Will build all plugins since you have one of allplugins or allcxxplugins set."
elog "The following plugins are available:"
elog " - siscone"
@@ -33,7 +32,7 @@ pkg_setup() {
elog " - cmsiterativecone"
elog " - eecambridge"
elog " - jade"
- elog
+ echo
fi
}
@@ -42,6 +41,7 @@ src_configure() {
$(use_enable allplugins) \
$(use_enable allcxxplugins) \
$(use_enable cgal) \
+ $(use_enable static-libs static)
# --enable-siscone \
# --enable-cdfcones \
# --enable-pxcone \
@@ -54,6 +54,20 @@ src_configure() {
# --enable-jade
}
+src_compile() {
+ default_src_compile
+ if use doc; then
+ $(type -p doxygen) Doxyfile || die
+ fi
+}
+
src_install() {
- emake DESTDIR="${D}" install
+ default_src_install
+ nonfatal dodoc AUTHORS BUGS ChangeLog NEWS README
+ if use doc; then
+ dohtml html/*
+ fi
+ if ! use static-libs; then
+ find "${D}" -name '*.la' -exec rm -f {}
+ fi
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
@ 2011-07-30 5:40 Dongxu Li
0 siblings, 0 replies; 5+ messages in thread
From: Dongxu Li @ 2011-07-30 5:40 UTC (permalink / raw
To: gentoo-commits
commit: bd8a01378432e76ec50caed5bb21663f57dc029b
Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 05:40:09 2011 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Sat Jul 30 05:40:09 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd8a0137
sci-physics/fastjet: Added maintainer
---
sci-physics/fastjet/metadata.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metadata.xml
index a3746e7..4f1287d 100644
--- a/sci-physics/fastjet/metadata.xml
+++ b/sci-physics/fastjet/metadata.xml
@@ -2,6 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-physics</herd>
+ <maintainer>
+ <email>bbannier+gentoo_bugs@gmail.com</email>
+ <description>please assign bugs</description>
+ </maintainer>
<longdescription lang="en">
The FastJet package provides a fast implementation of the longitudinally
invariant kt longitudinally invariant inclusive Cambridge/Aachen and
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/
@ 2011-07-30 5:31 Dongxu Li
0 siblings, 0 replies; 5+ messages in thread
From: Dongxu Li @ 2011-07-30 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 9c4682a18a0f20fd6e5ad5f730989cfe8d8fd969
Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 30 05:30:48 2011 +0000
Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
CommitDate: Sat Jul 30 05:30:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9c4682a1
sci-physics/fastjet: new package, #375575
---
sci-physics/fastjet/fastjet-2.4.4.ebuild | 59 ++++++++++++++++++++++++++++++
sci-physics/fastjet/metadata.xml | 24 ++++++++++++
2 files changed, 83 insertions(+), 0 deletions(-)
diff --git a/sci-physics/fastjet/fastjet-2.4.4.ebuild b/sci-physics/fastjet/fastjet-2.4.4.ebuild
new file mode 100644
index 0000000..f16006d
--- /dev/null
+++ b/sci-physics/fastjet/fastjet-2.4.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit eutils
+
+DESCRIPTION="Fast implementation of several longitudinal invariant sequential
+recombination jet algorithms"
+HOMEPAGE="http://www.lpthe.jussieu.fr/~salam/fastjet/"
+SRC_URI="http://www.lpthe.jussieu.fr/~salam/fastjet/repo/${PF}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="+allplugins +allcxxplugins cgal"
+
+DEPEND="cgal? ( sci-mathematics/cgal )"
+RDEPEND="${DEPEND}"
+
+pkg_setup() {
+ if use allplugins || use allcxxplugins; then
+ elog
+ elog "Will build all plugins since you have one of allplugins or allcxxplugins set."
+ elog "The following plugins are available:"
+ elog " - siscone"
+ elog " - cdfcones"
+ elog " - pxcone"
+ elog " - d0runiicone"
+ elog " - nesteddefs"
+ elog " - trackjet"
+ elog " - atlascone"
+ elog " - cmsiterativecone"
+ elog " - eecambridge"
+ elog " - jade"
+ elog
+ fi
+}
+
+src_configure() {
+ econf \
+ $(use_enable allplugins) \
+ $(use_enable allcxxplugins) \
+ $(use_enable cgal) \
+ --enable-siscone \
+ --enable-cdfcones \
+ --enable-pxcone \
+ --enable-d0runiicone \
+ --enable-nesteddefs \
+ --enable-trackjet \
+ --enable-atlascone \
+ --enable-cmsiterativecone \
+ --enable-eecambridge \
+ --enable-jade
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/sci-physics/fastjet/metadata.xml b/sci-physics/fastjet/metadata.xml
new file mode 100644
index 0000000..a3746e7
--- /dev/null
+++ b/sci-physics/fastjet/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-physics</herd>
+ <longdescription lang="en">
+ The FastJet package provides a fast implementation of the longitudinally
+ invariant kt longitudinally invariant inclusive Cambridge/Aachen and
+ anti-kt jet finders and a uniform interface to external jet finders
+ (notably SISCone) via a plugin mechanism. It also includes tools for
+ calculating jet areas and performing background (pileup/UE) subtraction.
+ </longdescription>
+ <use>
+ <flag name='allplugins'>
+ Build all standard plugins.
+ </flag>
+ <flag name='allcxxplugins'>
+ Build all C++ plugins.
+ </flag>
+ <flag name='cgal'>
+ Use <pkg>sci-mathematics/cgal</pkg> instead of bundled algorithms.
+ </flag>
+ </use>
+</pkgmetadata>
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-01-08 1:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-30 5:48 [gentoo-commits] proj/sci:master commit in: sci-physics/fastjet/ Dongxu Li
-- strict thread matches above, loose matches on Subject: below --
2012-01-08 1:33 Sebastien Fabbro
2011-07-30 6:22 Kacper Kowalik
2011-07-30 5:40 Dongxu Li
2011-07-30 5:31 Dongxu Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox