commit: e71ca379d79f0cc2a30f3431ca7a9caf12f9362a Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> AuthorDate: Sun Aug 31 10:49:44 2014 +0000 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org> CommitDate: Sun Aug 31 10:49:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e71ca379
sci-physics/thepeg: add libraries to LD_LIBRARY_PATH, add rivet USE description --- sci-physics/thepeg/ChangeLog | 9 +++++++++ sci-physics/thepeg/metadata.xml | 3 ++- .../thepeg/{thepeg-1.8.3.ebuild => thepeg-1.8.3-r1.ebuild} | 5 +++++ .../thepeg/{thepeg-1.9.0-r1.ebuild => thepeg-1.9.0-r2.ebuild} | 5 +++++ .../thepeg/{thepeg-1.9.1.ebuild => thepeg-1.9.1-r1.ebuild} | 5 +++++ 5 files changed, 26 insertions(+), 1 deletion(-) diff --git a/sci-physics/thepeg/ChangeLog b/sci-physics/thepeg/ChangeLog index bca9a07..e530492 100644 --- a/sci-physics/thepeg/ChangeLog +++ b/sci-physics/thepeg/ChangeLog @@ -2,6 +2,15 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*thepeg-1.9.1-r1 (31 Aug 2014) +*thepeg-1.9.0-r2 (31 Aug 2014) +*thepeg-1.8.3-r1 (31 Aug 2014) + + 31 Aug 2014; Jauhien Piatlicki <jauh...@gentoo.org> -thepeg-1.8.3.ebuild, + +thepeg-1.8.3-r1.ebuild, -thepeg-1.9.0-r1.ebuild, +thepeg-1.9.0-r2.ebuild, + -thepeg-1.9.1.ebuild, +thepeg-1.9.1-r1.ebuild, metadata.xml: + Add libraries to LD_LIBRARY_PATH, add rivet USE description + 06 May 2014; Sébastien Fabbro <bicat...@gentoo.org> thepeg-1.9.1.ebuild: sci-physics/thepeg: Properly link with c++ diff --git a/sci-physics/thepeg/metadata.xml b/sci-physics/thepeg/metadata.xml index 8fe6a10..12f7bfb 100644 --- a/sci-physics/thepeg/metadata.xml +++ b/sci-physics/thepeg/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>sci-physics</herd> <maintainer> - <email>piatli...@gmail.com</email> + <email>jauh...@gentoo.org</email> </maintainer> <longdescription> Toolkit for High Energy Physics Event Generation. @@ -17,5 +17,6 @@ <flag name='hepmc'>Adds support for High Energy Physics Monte Carlo Generators <pkg>sci-physics/hepmc</pkg></flag> <flag name='lhapdf'>Adds support for <pkg>sci-physics/lhapdf</pkg></flag> + <flag name='rivet'>Adds support for <pkg>sci-physics/rivet</pkg></flag> </use> </pkgmetadata> diff --git a/sci-physics/thepeg/thepeg-1.8.3.ebuild b/sci-physics/thepeg/thepeg-1.8.3-r1.ebuild similarity index 95% rename from sci-physics/thepeg/thepeg-1.8.3.ebuild rename to sci-physics/thepeg/thepeg-1.8.3-r1.ebuild index 495506e..4f0ccd8 100644 --- a/sci-physics/thepeg/thepeg-1.8.3.ebuild +++ b/sci-physics/thepeg/thepeg-1.8.3-r1.ebuild @@ -80,6 +80,11 @@ src_install() { elisp-install ${PN} lib/ThePEG.el lib/ThePEG.elc || die fi use java && java-pkg_newjar java/ThePEG.jar + + cat <<-EOF > "${T}"/50${PN} + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG" + EOF + doenvd "${T}"/50${PN} } pkg_postinst() { diff --git a/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild b/sci-physics/thepeg/thepeg-1.9.0-r2.ebuild similarity index 95% rename from sci-physics/thepeg/thepeg-1.9.0-r1.ebuild rename to sci-physics/thepeg/thepeg-1.9.0-r2.ebuild index 9657686..e0c37fd 100644 --- a/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild +++ b/sci-physics/thepeg/thepeg-1.9.0-r2.ebuild @@ -82,6 +82,11 @@ src_install() { elisp-install ${PN} lib/ThePEG.el lib/ThePEG.elc || die fi use java && java-pkg_newjar java/ThePEG.jar + + cat <<-EOF > "${T}"/50${PN} + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG" + EOF + doenvd "${T}"/50${PN} } pkg_postinst() { diff --git a/sci-physics/thepeg/thepeg-1.9.1.ebuild b/sci-physics/thepeg/thepeg-1.9.1-r1.ebuild similarity index 95% rename from sci-physics/thepeg/thepeg-1.9.1.ebuild rename to sci-physics/thepeg/thepeg-1.9.1-r1.ebuild index 6ecdb8a..d59bd2f 100644 --- a/sci-physics/thepeg/thepeg-1.9.1.ebuild +++ b/sci-physics/thepeg/thepeg-1.9.1-r1.ebuild @@ -80,6 +80,11 @@ src_install() { autotools-utils_src_install use emacs && elisp-install ${PN} lib/ThePEG.el{,c} use java && java-pkg_newjar java/ThePEG.jar + + cat <<-EOF > "${T}"/50${PN} + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG" + EOF + doenvd "${T}"/50${PN} } pkg_postinst() {