Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/thepeg/
Date: Sun, 31 Aug 2014 10:54:23
Message-Id: 1409482184.e71ca379d79f0cc2a30f3431ca7a9caf12f9362a.jauhien@gentoo
1 commit: e71ca379d79f0cc2a30f3431ca7a9caf12f9362a
2 Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 31 10:49:44 2014 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 31 10:49:44 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e71ca379
7
8 sci-physics/thepeg: add libraries to LD_LIBRARY_PATH, add rivet USE description
9
10 ---
11 sci-physics/thepeg/ChangeLog | 9 +++++++++
12 sci-physics/thepeg/metadata.xml | 3 ++-
13 .../thepeg/{thepeg-1.8.3.ebuild => thepeg-1.8.3-r1.ebuild} | 5 +++++
14 .../thepeg/{thepeg-1.9.0-r1.ebuild => thepeg-1.9.0-r2.ebuild} | 5 +++++
15 .../thepeg/{thepeg-1.9.1.ebuild => thepeg-1.9.1-r1.ebuild} | 5 +++++
16 5 files changed, 26 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-physics/thepeg/ChangeLog b/sci-physics/thepeg/ChangeLog
19 index bca9a07..e530492 100644
20 --- a/sci-physics/thepeg/ChangeLog
21 +++ b/sci-physics/thepeg/ChangeLog
22 @@ -2,6 +2,15 @@
23 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*thepeg-1.9.1-r1 (31 Aug 2014)
27 +*thepeg-1.9.0-r2 (31 Aug 2014)
28 +*thepeg-1.8.3-r1 (31 Aug 2014)
29 +
30 + 31 Aug 2014; Jauhien Piatlicki <jauhien@g.o> -thepeg-1.8.3.ebuild,
31 + +thepeg-1.8.3-r1.ebuild, -thepeg-1.9.0-r1.ebuild, +thepeg-1.9.0-r2.ebuild,
32 + -thepeg-1.9.1.ebuild, +thepeg-1.9.1-r1.ebuild, metadata.xml:
33 + Add libraries to LD_LIBRARY_PATH, add rivet USE description
34 +
35 06 May 2014; Sébastien Fabbro <bicatali@g.o> thepeg-1.9.1.ebuild:
36 sci-physics/thepeg: Properly link with c++
37
38
39 diff --git a/sci-physics/thepeg/metadata.xml b/sci-physics/thepeg/metadata.xml
40 index 8fe6a10..12f7bfb 100644
41 --- a/sci-physics/thepeg/metadata.xml
42 +++ b/sci-physics/thepeg/metadata.xml
43 @@ -3,7 +3,7 @@
44 <pkgmetadata>
45 <herd>sci-physics</herd>
46 <maintainer>
47 - <email>piatlicki@×××××.com</email>
48 + <email>jauhien@g.o</email>
49 </maintainer>
50 <longdescription>
51 Toolkit for High Energy Physics Event Generation.
52 @@ -17,5 +17,6 @@
53 <flag name='hepmc'>Adds support for High Energy Physics Monte Carlo
54 Generators <pkg>sci-physics/hepmc</pkg></flag>
55 <flag name='lhapdf'>Adds support for <pkg>sci-physics/lhapdf</pkg></flag>
56 + <flag name='rivet'>Adds support for <pkg>sci-physics/rivet</pkg></flag>
57 </use>
58 </pkgmetadata>
59
60 diff --git a/sci-physics/thepeg/thepeg-1.8.3.ebuild b/sci-physics/thepeg/thepeg-1.8.3-r1.ebuild
61 similarity index 95%
62 rename from sci-physics/thepeg/thepeg-1.8.3.ebuild
63 rename to sci-physics/thepeg/thepeg-1.8.3-r1.ebuild
64 index 495506e..4f0ccd8 100644
65 --- a/sci-physics/thepeg/thepeg-1.8.3.ebuild
66 +++ b/sci-physics/thepeg/thepeg-1.8.3-r1.ebuild
67 @@ -80,6 +80,11 @@ src_install() {
68 elisp-install ${PN} lib/ThePEG.el lib/ThePEG.elc || die
69 fi
70 use java && java-pkg_newjar java/ThePEG.jar
71 +
72 + cat <<-EOF > "${T}"/50${PN}
73 + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG"
74 + EOF
75 + doenvd "${T}"/50${PN}
76 }
77
78 pkg_postinst() {
79
80 diff --git a/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild b/sci-physics/thepeg/thepeg-1.9.0-r2.ebuild
81 similarity index 95%
82 rename from sci-physics/thepeg/thepeg-1.9.0-r1.ebuild
83 rename to sci-physics/thepeg/thepeg-1.9.0-r2.ebuild
84 index 9657686..e0c37fd 100644
85 --- a/sci-physics/thepeg/thepeg-1.9.0-r1.ebuild
86 +++ b/sci-physics/thepeg/thepeg-1.9.0-r2.ebuild
87 @@ -82,6 +82,11 @@ src_install() {
88 elisp-install ${PN} lib/ThePEG.el lib/ThePEG.elc || die
89 fi
90 use java && java-pkg_newjar java/ThePEG.jar
91 +
92 + cat <<-EOF > "${T}"/50${PN}
93 + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG"
94 + EOF
95 + doenvd "${T}"/50${PN}
96 }
97
98 pkg_postinst() {
99
100 diff --git a/sci-physics/thepeg/thepeg-1.9.1.ebuild b/sci-physics/thepeg/thepeg-1.9.1-r1.ebuild
101 similarity index 95%
102 rename from sci-physics/thepeg/thepeg-1.9.1.ebuild
103 rename to sci-physics/thepeg/thepeg-1.9.1-r1.ebuild
104 index 6ecdb8a..d59bd2f 100644
105 --- a/sci-physics/thepeg/thepeg-1.9.1.ebuild
106 +++ b/sci-physics/thepeg/thepeg-1.9.1-r1.ebuild
107 @@ -80,6 +80,11 @@ src_install() {
108 autotools-utils_src_install
109 use emacs && elisp-install ${PN} lib/ThePEG.el{,c}
110 use java && java-pkg_newjar java/ThePEG.jar
111 +
112 + cat <<-EOF > "${T}"/50${PN}
113 + LDPATH="${EPREFIX}/usr/$(get_libdir)/ThePEG"
114 + EOF
115 + doenvd "${T}"/50${PN}
116 }
117
118 pkg_postinst() {