* [gentoo-commits] gentoo-x86 commit in sci-physics/fastjet: fastjet-3.0.6-r1.ebuild ChangeLog fastjet-3.0.6.ebuild
@ 2014-05-06 17:40 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-05-06 17:40 UTC (permalink / raw
To: gentoo-commits
bicatali 14/05/06 17:40:58
Modified: ChangeLog
Added: fastjet-3.0.6-r1.ebuild
Removed: fastjet-3.0.6.ebuild
Log:
UDe-bundle siscone again
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.9 sci-physics/fastjet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 23 Feb 2014 02:46:07 -0000 1.8
+++ ChangeLog 6 May 2014 17:40:58 -0000 1.9
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/fastjet
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.8 2014/02/23 02:46:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.9 2014/05/06 17:40:58 bicatali Exp $
+
+*fastjet-3.0.6-r1 (06 May 2014)
+
+ 06 May 2014; Sébastien Fabbro <bicatali@gentoo.org> +fastjet-3.0.6-r1.ebuild,
+ +files/fastjet-3.0.6-system-siscone.patch, -fastjet-3.0.6.ebuild:
+ UDe-bundle siscone again
*fastjet-3.0.6 (23 Feb 2014)
1.1 sci-physics/fastjet/fastjet-3.0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: fastjet-3.0.6-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild,v 1.1 2014/05/06 17:40:58 bicatali Exp $
EAPI=5
FORTRAN_NEEDED=plugins
AUTOTOOLS_AUTORECONF=1
inherit autotools-utils fortran-2 flag-o-matic
DESCRIPTION="Fast implementation of several recombination jet algorithms"
HOMEPAGE="http://www.fastjet.fr/"
SRC_URI="${HOMEPAGE}/repo/${P}.tar.gz"
LICENSE="GPL-2 QPL"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cgal doc examples +plugins static-libs"
RDEPEND="cgal? ( sci-mathematics/cgal )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen[dot] )
plugins? ( sci-physics/siscone:0= )"
PATCHES=( "${FILESDIR}"/${P}-system-siscone.patch )
src_configure() {
use cgal && \
has_version sci-mathematics/cgal[gmp] && append-ldflags -lgmp
local myeconfargs=(
$(use_enable cgal)
$(use_enable plugins allplugins)
$(use_enable plugins allcxxplugins)
)
autotools-utils_src_configure
}
src_compile() {
autotools-utils_src_compile
if use doc; then
doxygen Doxyfile || die
fi
}
src_install() {
autotools-utils_src_install
use doc && dohtml -r html/*
if use examples; then
insinto /usr/share/doc/${PF}
find example \
-name Makefile -or Makefile.in -or Makefile.am -delete
doins -r example/*
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-06 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-06 17:40 [gentoo-commits] gentoo-x86 commit in sci-physics/fastjet: fastjet-3.0.6-r1.ebuild ChangeLog fastjet-3.0.6.ebuild Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox