* [gentoo-commits] gentoo-x86 commit in sci-physics/fastjet: fastjet-3.0.3.ebuild ChangeLog fastjet-3.0.1.ebuild fastjet-3.0.2.ebuild
@ 2012-06-27 18:49 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2012-06-27 18:49 UTC (permalink / raw
To: gentoo-commits
bicatali 12/06/27 18:49:33
Modified: ChangeLog
Added: fastjet-3.0.3.ebuild
Removed: fastjet-3.0.1.ebuild fastjet-3.0.2.ebuild
Log:
Version bump, fixing bug #423311, thanks Jauhien Piatlicki
(Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-physics/fastjet/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 20 Jan 2012 00:39:52 -0000 1.2
+++ ChangeLog 27 Jun 2012 18:49:32 -0000 1.3
@@ -1,6 +1,12 @@
# ChangeLog for sci-physics/fastjet
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.2 2012/01/20 00:39:52 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/ChangeLog,v 1.3 2012/06/27 18:49:32 bicatali Exp $
+
+*fastjet-3.0.3 (27 Jun 2012)
+
+ 27 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> +fastjet-3.0.3.ebuild,
+ -fastjet-3.0.1.ebuild, -fastjet-3.0.2.ebuild:
+ Version bump, fixing bug #423311, thanks Jauhien Piatlicki
*fastjet-3.0.2 (20 Jan 2012)
1.1 sci-physics/fastjet/fastjet-3.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3.ebuild?rev=1.1&content-type=text/plain
Index: fastjet-3.0.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/fastjet/fastjet-3.0.3.ebuild,v 1.1 2012/06/27 18:49:32 bicatali Exp $
EAPI=4
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"
IUSE="cgal doc examples +plugins static-libs"
RDEPEND="cgal? ( sci-mathematics/cgal )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
plugins? ( virtual/fortran )"
pkg_setup() {
use plugins && fortran-2_pkg_setup
}
src_configure() {
use cgal && has_version sci-mathematics/cgal[gmp] && append-ldflags -lgmp
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:[~2012-06-27 18:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 18:49 [gentoo-commits] gentoo-x86 commit in sci-physics/fastjet: fastjet-3.0.3.ebuild ChangeLog fastjet-3.0.1.ebuild fastjet-3.0.2.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