diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 17:34:13 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-07 17:34:13 +0000 |
commit | 370b3df1416e9ee0ad6ef37dbb7561a4fb8d360f (patch) | |
tree | 3a1f94a25dd2b3c4fafa63afd2fd2a2a8ff139ba /sci-physics | |
parent | Tidy ebuild. (diff) | |
download | gentoo-2-370b3df1416e9ee0ad6ef37dbb7561a4fb8d360f.tar.gz gentoo-2-370b3df1416e9ee0ad6ef37dbb7561a4fb8d360f.tar.bz2 gentoo-2-370b3df1416e9ee0ad6ef37dbb7561a4fb8d360f.zip |
Version bump
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lhapdf/ChangeLog | 9 | ||||
-rw-r--r-- | sci-physics/lhapdf/lhapdf-5.8.8.ebuild (renamed from sci-physics/lhapdf/lhapdf-5.8.6.ebuild) | 17 |
2 files changed, 15 insertions, 11 deletions
diff --git a/sci-physics/lhapdf/ChangeLog b/sci-physics/lhapdf/ChangeLog index 0c300196e346..3dd6635e619a 100644 --- a/sci-physics/lhapdf/ChangeLog +++ b/sci-physics/lhapdf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-physics/lhapdf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.19 2012/02/27 02:35:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/ChangeLog,v 1.20 2012/08/07 17:34:13 bicatali Exp $ + +*lhapdf-5.8.8 (07 Aug 2012) + + 07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> +lhapdf-5.8.8.ebuild, + -lhapdf-5.8.6.ebuild: + Version bump *lhapdf-5.8.7 (27 Feb 2012) @@ -107,4 +113,3 @@ 07 Sep 2008; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, +lhapdf-5.5.0.ebuild: Initial import, inspired from Benjamin Bannier's work (bug #236719) - diff --git a/sci-physics/lhapdf/lhapdf-5.8.6.ebuild b/sci-physics/lhapdf/lhapdf-5.8.8.ebuild index 0ecb8cf32c7a..1626b4777dc2 100644 --- a/sci-physics/lhapdf/lhapdf-5.8.6.ebuild +++ b/sci-physics/lhapdf/lhapdf-5.8.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.6.ebuild,v 1.1 2011/08/06 20:53:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lhapdf/lhapdf-5.8.8.ebuild,v 1.1 2012/08/07 17:34:13 bicatali Exp $ EAPI=4 @@ -13,14 +13,15 @@ DESCRIPTION="Les Houches Parton Density Function unified library" HOMEPAGE="http://projects.hepforge.org/lhapdf/" SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz test? ( - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHgrid - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/MRST2004nlo.LHgrid - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHpdf - octave? ( http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq5l.LHgrid ) )" + http://www.hepforge.org/archive/${PN}/pdfsets/${MY_PV}/cteq61.LHgrid + http://www.hepforge.org/archive/${PN}/pdfsets/${MY_PV}/MRST2004nlo.LHgrid + http://www.hepforge.org/archive/${PN}/pdfsets/${MY_PV}/cteq61.LHpdf + http://www.hepforge.org/archive/${PN}/pdfsets/${MY_PV}/CT10.LHgrid + octave? ( http://www.hepforge.org/archive/${PN}/pdfsets/${MY_PV}/cteq5l.LHgrid ) )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cxx doc examples octave python static-libs test" REQUIRED_USE="octave? ( cxx )" RDEPEND="octave? ( sci-mathematics/octave )" @@ -57,8 +58,6 @@ src_test() { src_install() { default - # leftover - rm -rf "${ED}"/usr/share/${PN}/doc || die use doc && use cxx && dohtml -r ccwrap/doxy/html/* if use examples; then insinto /usr/share/doc/${PF}/examples |