Gentoo Archives: gentoo-commits

From: Tim Cera <timcera@×××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/harmonics-dwf-free-noncomm/, sci-geosciences/xtide/, ...
Date: Wed, 23 Nov 2011 17:32:26
Message-Id: ee195c3bc7581c1e216dc538ce0db6ebf4c1e547.timcera@gentoo
1 commit: ee195c3bc7581c1e216dc538ce0db6ebf4c1e547
2 Author: timcera <tim <AT> cerazone <DOT> net>
3 AuthorDate: Wed Nov 23 17:25:54 2011 +0000
4 Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
5 CommitDate: Wed Nov 23 17:25:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ee195c3b
7
8 + sci-geosciences/harmonics-dwf-free and
9 + sci-geosciences/harmonics-dwf-free-noncomm:
10 Now create /etc/env.d/50xtide_harm in both of these ebuilds which
11 contains HFILE_PATH environment variable used by the xtide suite of
12 programs to locate the tidal constituent databases. Concluded that this
13 was better suited here than in the xtide ebuild.
14 + sci-geosciences/libtcd:
15 Trivial change updating DEPEND to bring in the latest harmonics-dwf*
16 versions.
17 + sci-geosciences/xtide:
18 Version bump. Eliminated creation of /etc/xtide.conf by using
19 HFILE_PATH environment variable created by the harmonics-dwf* ebuilds.
20
21 ---
22 .../harmonics-dwf-free-noncomm/ChangeLog | 11 ++++++++++-
23 ... => harmonics-dwf-free-noncomm-20110410.ebuild} | 9 ++++++++-
24 sci-geosciences/harmonics-dwf-free/ChangeLog | 10 +++++++++-
25 ...9.ebuild => harmonics-dwf-free-20110410.ebuild} | 9 ++++++++-
26 sci-geosciences/libtcd/libtcd-2.2.5.ebuild | 4 ++--
27 sci-geosciences/xtide/ChangeLog | 8 +++++++-
28 .../xtide/{xtide-2.11.ebuild => xtide-2.12.ebuild} | 9 +--------
29 7 files changed, 45 insertions(+), 15 deletions(-)
30
31 diff --git a/sci-geosciences/harmonics-dwf-free-noncomm/ChangeLog b/sci-geosciences/harmonics-dwf-free-noncomm/ChangeLog
32 index 9ac6fde..79b135e 100644
33 --- a/sci-geosciences/harmonics-dwf-free-noncomm/ChangeLog
34 +++ b/sci-geosciences/harmonics-dwf-free-noncomm/ChangeLog
35 @@ -1,7 +1,16 @@
36 # ChangeLog for sci-geosciences/harmonics-dwf-free-noncomm
37 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
38 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
39 # $Header: $
40
41 +*harmonics-dwf-free-noncomm-20110410 (23 Nov 2011)
42 +
43 + 23 Nov 2011; Tim Cera <tim@××××××××.net>
44 + -harmonics-dwf-free-noncomm-20100529.ebuild,
45 + +harmonics-dwf-free-noncomm-20110410.ebuild:
46 + Version bump and now creates a /etc/env.d/50xtide_harm file that contains the
47 + HFILE_PATH environment variable pointing to all installed tidal constituent
48 + databases.
49 +
50 *harmonics-dwf-free-noncomm-20100529 (19 Nov 2010)
51
52 19 Nov 2010; Tim Cera <tim@××××××××.net>
53
54 diff --git a/sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20100529.ebuild b/sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20110410.ebuild
55 similarity index 69%
56 rename from sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20100529.ebuild
57 rename to sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20110410.ebuild
58 index edc8241..5f0fc41 100644
59 --- a/sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20100529.ebuild
60 +++ b/sci-geosciences/harmonics-dwf-free-noncomm/harmonics-dwf-free-noncomm-20110410.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2010 Gentoo Foundation
63 +# Copyright 1999-2011 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Header: $
66
67 @@ -20,4 +20,11 @@ RDEPEND="${DEPEND}"
68 src_install() {
69 insinto /usr/share/"${PN}"
70 doins "${WORKDIR}/${MY_P}"-nonfree.tcd
71 + tcd_paths=`find /usr/share/harmonics-* -name '*.tcd'`
72 + echo -n 'HFILE_PATH=' > 50xtide_harm
73 + for t in ${tcd_paths}; do
74 + echo -n ${t} >> 50xtide_harm
75 + echo -n ':' >> 50xtide_harm
76 + done
77 + doenvd 50xtide_harm
78 }
79
80 diff --git a/sci-geosciences/harmonics-dwf-free/ChangeLog b/sci-geosciences/harmonics-dwf-free/ChangeLog
81 index 9106aab..506405c 100644
82 --- a/sci-geosciences/harmonics-dwf-free/ChangeLog
83 +++ b/sci-geosciences/harmonics-dwf-free/ChangeLog
84 @@ -1,7 +1,15 @@
85 # ChangeLog for sci-geosciences/harmonics-dwf-free
86 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
87 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 # $Header: $
89
90 +*harmonics-dwf-free-20110410 (23 Nov 2011)
91 +
92 + 23 Nov 2011; Tim Cera <tim@××××××××.net> -harmonics-dwf-free-20100529.ebuild,
93 + +harmonics-dwf-free-20110410.ebuild:
94 + Version bump and now creates a /etc/env.d/50xtide_harm file that contains the
95 + HFILE_PATH environment variable pointing to all installed tidal constituent
96 + databases.
97 +
98 *harmonics-dwf-free-20100529 (19 Nov 2010)
99
100 19 Nov 2010; Tim Cera <tim@××××××××.net>
101
102 diff --git a/sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20100529.ebuild b/sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20110410.ebuild
103 similarity index 63%
104 rename from sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20100529.ebuild
105 rename to sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20110410.ebuild
106 index 07b51e3..2609cad 100644
107 --- a/sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20100529.ebuild
108 +++ b/sci-geosciences/harmonics-dwf-free/harmonics-dwf-free-20110410.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2010 Gentoo Foundation
111 +# Copyright 1999-2011 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Header: $
114
115 @@ -19,4 +19,11 @@ RDEPEND="${DEPEND}"
116 src_install() {
117 insinto /usr/share/"${PN}"
118 doins "${WORKDIR}/${MY_P}"-free.tcd
119 + tcd_paths=`find /usr/share/harmonics-* -name '*.tcd'`
120 + echo -n 'HFILE_PATH=' > 50xtide_harm
121 + for t in ${tcd_paths}; do
122 + echo -n ${t} >> 50xtide_harm
123 + echo -n ':' >> 50xtide_harm
124 + done
125 + doenvd 50xtide_harm
126 }
127
128 diff --git a/sci-geosciences/libtcd/libtcd-2.2.5.ebuild b/sci-geosciences/libtcd/libtcd-2.2.5.ebuild
129 index 6055081..d58be40 100644
130 --- a/sci-geosciences/libtcd/libtcd-2.2.5.ebuild
131 +++ b/sci-geosciences/libtcd/libtcd-2.2.5.ebuild
132 @@ -11,8 +11,8 @@ SLOT="0"
133 KEYWORDS="~amd64"
134 IUSE="doc non-commercial"
135
136 -DEPEND=">=sci-geosciences/harmonics-dwf-free-20081228
137 - non-commercial? ( >=sci-geosciences/harmonics-dwf-free-noncomm-20081228 )"
138 +DEPEND=">=sci-geosciences/harmonics-dwf-free-20110410
139 + non-commercial? ( >=sci-geosciences/harmonics-dwf-free-noncomm-20110410 )"
140 RDEPEND="${DEPEND}"
141
142 src_install() {
143
144 diff --git a/sci-geosciences/xtide/ChangeLog b/sci-geosciences/xtide/ChangeLog
145 index d1b3303..949ed8f 100644
146 --- a/sci-geosciences/xtide/ChangeLog
147 +++ b/sci-geosciences/xtide/ChangeLog
148 @@ -1,7 +1,13 @@
149 # ChangeLog for sci-geosciences/xtide
150 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
151 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
152 # $Header: $
153
154 +*xtide-2.12 (23 Nov 2011)
155 +
156 + 23 Nov 2011; Tim Cera <tim@××××××××.net> -xtide-2.11.ebuild,
157 + +xtide-2.12.ebuild:
158 + Version bump and shifted configuration to the harmonics-dwf ebuilds.
159 +
160 *xtide-2.11 (19 Nov 2010)
161
162 19 Nov 2010; Tim Cera <tim@××××××××.net> -xtide-2.10.ebuild,
163
164 diff --git a/sci-geosciences/xtide/xtide-2.11.ebuild b/sci-geosciences/xtide/xtide-2.12.ebuild
165 similarity index 71%
166 rename from sci-geosciences/xtide/xtide-2.11.ebuild
167 rename to sci-geosciences/xtide/xtide-2.12.ebuild
168 index 27dbf43..be3d342 100644
169 --- a/sci-geosciences/xtide/xtide-2.11.ebuild
170 +++ b/sci-geosciences/xtide/xtide-2.12.ebuild
171 @@ -1,4 +1,4 @@
172 -# Copyright 1999-2010 Gentoo Foundation
173 +# Copyright 1999-2011 Gentoo Foundation
174 # Distributed under the terms of the GNU General Public License v2
175 # $Header: $
176
177 @@ -21,11 +21,4 @@ RDEPEND="${DEPEND}"
178 src_install() {
179 dobin xtide tide xttpd
180 doman *.[18]
181 - tcd_paths=`find /usr/share/harmonics-dwf-free* -name '*.tcd'`
182 - for t in ${tcd_paths}; do
183 - echo -n ${t} >> xtide.conf
184 - echo -n ':' >> xtide.conf
185 - done
186 - insinto /etc
187 - doins xtide.conf
188 }