Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-geosciences/pydap_handlers_netcdf/, sci-biology/manatee-jcvi/, ...
Date: Wed, 23 Sep 2015 10:42:41
Message-Id: 1443004900.d4648b5ddcef8ee497b6324dc68f9eadf2d63341.jlec@gentoo
1 commit: d4648b5ddcef8ee497b6324dc68f9eadf2d63341
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 10:41:40 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 10:41:40 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d4648b5d
7
8 Drop unnecessary "." in DESCRIPTIONS
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild | 2 +-
13 dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild | 2 +-
14 dev-perl/Time-Progress/Time-Progress-1.7.ebuild | 2 +-
15 dev-python/jupyter/jupyter-1.0.0.ebuild | 2 +-
16 media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild | 2 +-
17 sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.5.ebuild | 2 +-
18 sci-biology/apollo/apollo-9999.ebuild | 2 +-
19 sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild | 2 +-
20 sci-biology/tablet-bin/tablet-bin-1.14.10.21.ebuild | 2 +-
21 sci-electronics/stage/stage-2.0.3.ebuild | 2 +-
22 sci-geosciences/pydap/pydap-3.1.1.ebuild | 2 +-
23 sci-geosciences/pydap/pydap-3.1.ebuild | 2 +-
24 sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild | 2 +-
25 sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild | 2 +-
26 .../pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild | 2 +-
27 sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild | 2 +-
28 sci-libs/arrayfire/arrayfire-3.1.1-r2.ebuild | 2 +-
29 sci-libs/arrayfire/arrayfire-9999.ebuild | 2 +-
30 sci-libs/cgnstools/cgnstools-2.5.4-r1.ebuild | 2 +-
31 sci-misc/openfst/openfst-1.3.4.ebuild | 2 +-
32 sci-misc/openfst/openfst-1.4.1.ebuild | 2 +-
33 sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild | 2 +-
34 sci-visualization/nodemon/nodemon-0.3.5.ebuild | 2 +-
35 sys-cluster/modules/modules-3.2.10.ebuild | 2 +-
36 sys-cluster/modules/modules-3.2.9c-r1.ebuild | 2 +-
37 sys-cluster/modules/modules-3.2.9c.ebuild | 2 +-
38 26 files changed, 26 insertions(+), 26 deletions(-)
39
40 diff --git a/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild b/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
41 index 0c19b16..97b7b04 100644
42 --- a/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
43 +++ b/dev-java/jeuclid-core/jeuclid-core-3.1.9-r1.ebuild
44 @@ -6,7 +6,7 @@ EAPI=5
45 JAVA_PKG_IUSE="source"
46 inherit eutils java-pkg-2 java-ant-2
47
48 -DESCRIPTION="Core module of MathML rendering solution."
49 +DESCRIPTION="Core module of MathML rendering solution"
50 HOMEPAGE="http://jeuclid.sourceforge.net/"
51 SRC_URI="mirror://sourceforge/jeuclid/jeuclid-parent-${PV}-src.zip"
52
53
54 diff --git a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
55 index ac5bcf2..2d8369e 100644
56 --- a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
57 +++ b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
58 @@ -10,7 +10,7 @@ MODULE_SECTION="Log-Cabin"
59
60 inherit perl-module
61
62 -DESCRIPTION="Partial implementation of Log::Log4perl with reduced disk IO."
63 +DESCRIPTION="Partial implementation of Log::Log4perl with reduced disk IO"
64
65 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
66 SLOT="0"
67
68 diff --git a/dev-perl/Time-Progress/Time-Progress-1.7.ebuild b/dev-perl/Time-Progress/Time-Progress-1.7.ebuild
69 index 4197eaa..89cc665 100644
70 --- a/dev-perl/Time-Progress/Time-Progress-1.7.ebuild
71 +++ b/dev-perl/Time-Progress/Time-Progress-1.7.ebuild
72 @@ -8,7 +8,7 @@ MODULE_AUTHOR="CADE"
73
74 inherit perl-module
75
76 -DESCRIPTION="Elapsed and estimated finish time reporting."
77 +DESCRIPTION="Elapsed and estimated finish time reporting"
78
79 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
80 SLOT="0"
81
82 diff --git a/dev-python/jupyter/jupyter-1.0.0.ebuild b/dev-python/jupyter/jupyter-1.0.0.ebuild
83 index e1142bd..6f6ef69 100644
84 --- a/dev-python/jupyter/jupyter-1.0.0.ebuild
85 +++ b/dev-python/jupyter/jupyter-1.0.0.ebuild
86 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{3,4} )
87
88 inherit distutils-r1
89
90 -DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go."
91 +DESCRIPTION="Jupyter metapackage. Install all the Jupyter components in one go"
92 HOMEPAGE="http://jupyter.org"
93 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
94
95
96 diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
97 index df3b692..af43459 100644
98 --- a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
99 +++ b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
100 @@ -6,7 +6,7 @@ EAPI=5
101
102 inherit cmake-utils
103
104 -DESCRIPTION="Object-oriented 3D toolkit that facilitates the rendering and interaction of chemical systems."
105 +DESCRIPTION="Object-oriented 3D toolkit that facilitates the rendering and interaction of chemical systems"
106 HOMEPAGE="http://www.tecn.upf.es/openMOIV/"
107 SRC_URI="http://www.tecn.upf.es/openMOIV/download/1.0.3/${PN}.src.${PV}.tar.bz2"
108
109
110 diff --git a/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.5.ebuild b/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.5.ebuild
111 index 7ac63ae..b7a1bcb 100644
112 --- a/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.5.ebuild
113 +++ b/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.5.ebuild
114 @@ -7,7 +7,7 @@ EAPI=5
115 PERL_EXPORT_PHASE_FUNCTIONS=no
116 inherit perl-module eutils
117
118 -DESCRIPTION="Optimise three primary parameter options (K, -exp_cov, -cov_cutoff) for Velvet sequence assembler."
119 +DESCRIPTION="Optimise three primary parameter options (K, -exp_cov, -cov_cutoff) for Velvet sequence assembler"
120 HOMEPAGE="http://www.vicbioinformatics.com/software.velvetoptimiser.shtml"
121 SRC_URI="http://www.vicbioinformatics.com/"${P}".tar.gz"
122
123
124 diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild
125 index 9c77616..c00cdcc 100644
126 --- a/sci-biology/apollo/apollo-9999.ebuild
127 +++ b/sci-biology/apollo/apollo-9999.ebuild
128 @@ -8,7 +8,7 @@ inherit java-pkg-2 java-ant-2
129
130 [ "$PV" == "9999" ] && inherit subversion
131
132 -DESCRIPTION="Apollo genome editor is Java-based application for browsing and annotation of genomic sequences."
133 +DESCRIPTION="Apollo genome editor is Java-based application for browsing and annotation of genomic sequences"
134 HOMEPAGE="http://gmod.org/wiki/Apollo"
135 if [ "$PV" == "9999" ]; then
136 #SRC_URI="http://gmod.svn.sourceforge.net/viewvc/gmod/apollo/?view=tar" # Apollo_unix.sh
137
138 diff --git a/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild b/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
139 index b40e0e0..8750d19 100644
140 --- a/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
141 +++ b/sci-biology/manatee-jcvi/manatee-jcvi-2.4.3.ebuild
142 @@ -4,7 +4,7 @@
143
144 EAPI=5
145
146 -DESCRIPTION="genome annotation tool: view, modify, and store annotation for prokaryotic and eukaryotic genomes."
147 +DESCRIPTION="genome annotation tool: view, modify, and store annotation for prokaryotic and eukaryotic genomes"
148 HOMEPAGE="http://manatee.sourceforge.net/jcvi/downloads.shtml"
149 SRC_URI="http://downloads.sourceforge.net/project/manatee/manatee/manatee-2.4.3/manatee-2.4.3.tgz"
150
151
152 diff --git a/sci-biology/tablet-bin/tablet-bin-1.14.10.21.ebuild b/sci-biology/tablet-bin/tablet-bin-1.14.10.21.ebuild
153 index 29c308f..ae4e970 100644
154 --- a/sci-biology/tablet-bin/tablet-bin-1.14.10.21.ebuild
155 +++ b/sci-biology/tablet-bin/tablet-bin-1.14.10.21.ebuild
156 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
157
158 inherit java-pkg-2 python-r1
159
160 -DESCRIPTION="Viewer of next generation sequence assemblies and alignments."
161 +DESCRIPTION="Viewer of next generation sequence assemblies and alignments"
162 HOMEPAGE="http://ics.hutton.ac.uk/tablet/"
163 SRC_URI="
164 x86? ( http://bioinf.hutton.ac.uk/tablet/installers/tablet_linux_x86_$(replace_all_version_separators _).sh -> ${P}.sh )
165
166 diff --git a/sci-electronics/stage/stage-2.0.3.ebuild b/sci-electronics/stage/stage-2.0.3.ebuild
167 index 5a71633..2a06226 100644
168 --- a/sci-electronics/stage/stage-2.0.3.ebuild
169 +++ b/sci-electronics/stage/stage-2.0.3.ebuild
170 @@ -6,7 +6,7 @@ EAPI=5
171
172 inherit autotools eutils
173
174 -DESCRIPTION="2D multiple-robot simulator."
175 +DESCRIPTION="2D multiple-robot simulator"
176 HOMEPAGE="http://playerstage.sourceforge.net/index.php?src=stage"
177 SRC_URI="mirror://sourceforge/playerstage/stage-${PV}.tar.bz2"
178
179
180 diff --git a/sci-geosciences/pydap/pydap-3.1.1.ebuild b/sci-geosciences/pydap/pydap-3.1.1.ebuild
181 index e536d40..3666f82 100644
182 --- a/sci-geosciences/pydap/pydap-3.1.1.ebuild
183 +++ b/sci-geosciences/pydap/pydap-3.1.1.ebuild
184 @@ -12,7 +12,7 @@ MY_PN=${PN/pydap/Pydap}
185 MY_P=${P/pydap/Pydap}
186 MY_P=${MY_P/_rc/.rc.}
187
188 -DESCRIPTION="Data Access Protocol client and server."
189 +DESCRIPTION="Data Access Protocol client and server"
190 HOMEPAGE="http://pydap.org"
191 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
192
193
194 diff --git a/sci-geosciences/pydap/pydap-3.1.ebuild b/sci-geosciences/pydap/pydap-3.1.ebuild
195 index e536d40..3666f82 100644
196 --- a/sci-geosciences/pydap/pydap-3.1.ebuild
197 +++ b/sci-geosciences/pydap/pydap-3.1.ebuild
198 @@ -12,7 +12,7 @@ MY_PN=${PN/pydap/Pydap}
199 MY_P=${P/pydap/Pydap}
200 MY_P=${MY_P/_rc/.rc.}
201
202 -DESCRIPTION="Data Access Protocol client and server."
203 +DESCRIPTION="Data Access Protocol client and server"
204 HOMEPAGE="http://pydap.org"
205 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
206
207
208 diff --git a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
209 index 9264aa4..eb83be2 100644
210 --- a/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
211 +++ b/sci-geosciences/pydap_handlers_hdf5/pydap_handlers_hdf5-0.1.7.ebuild
212 @@ -11,7 +11,7 @@ inherit distutils-r1
213 MY_PN=${PN//_/.}
214 MY_P=${P//_/.}
215
216 -DESCRIPTION="HDF5 file handler for Pydap Data Access Protocol server."
217 +DESCRIPTION="HDF5 file handler for Pydap Data Access Protocol server"
218 HOMEPAGE="http://pydap.org/"
219 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
220
221
222 diff --git a/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild b/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
223 index e8fc041..a8b0cda 100644
224 --- a/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
225 +++ b/sci-geosciences/pydap_handlers_nca/pydap_handlers_nca-0.1.3.ebuild
226 @@ -11,7 +11,7 @@ inherit distutils-r1
227 MY_PN=${PN//_/.}
228 MY_P=${P//_/.}
229
230 -DESCRIPTION="Aggregated NetCDF handler for Pydap Data Access Protocol server."
231 +DESCRIPTION="Aggregated NetCDF handler for Pydap Data Access Protocol server"
232 HOMEPAGE="http://pydap.org/"
233 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
234
235
236 diff --git a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
237 index 969ceeb..33a08dc 100644
238 --- a/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
239 +++ b/sci-geosciences/pydap_handlers_netcdf/pydap_handlers_netcdf-0.6.4.ebuild
240 @@ -11,7 +11,7 @@ inherit distutils-r1
241 MY_PN=${PN//_/.}
242 MY_P=${P//_/.}
243
244 -DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server."
245 +DESCRIPTION="NetCDF handler for Pydap Data Access Protocol server"
246 HOMEPAGE="http://pydap.org/"
247 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
248
249
250 diff --git a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild b/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
251 index b121688..33919ee 100644
252 --- a/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
253 +++ b/sci-geosciences/pydap_handlers_proxy/pydap_handlers_proxy-0.1.1.ebuild
254 @@ -11,7 +11,7 @@ inherit distutils-r1
255 MY_PN=${PN//_/.}
256 MY_P=${P//_/.}
257
258 -DESCRIPTION="Proxy handler for Pydap server that can serve data from other web sites."
259 +DESCRIPTION="Proxy handler for Pydap server that can serve data from other web sites"
260 HOMEPAGE="http://pydap.org/handlers.html#cdms"
261 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
262
263
264 diff --git a/sci-libs/arrayfire/arrayfire-3.1.1-r2.ebuild b/sci-libs/arrayfire/arrayfire-3.1.1-r2.ebuild
265 index 929f4e2..e1810f1 100644
266 --- a/sci-libs/arrayfire/arrayfire-3.1.1-r2.ebuild
267 +++ b/sci-libs/arrayfire/arrayfire-3.1.1-r2.ebuild
268 @@ -8,7 +8,7 @@ inherit cmake-utils multilib
269
270 GTEST_PV="1.7.0"
271
272 -DESCRIPTION="A general purpose GPU library."
273 +DESCRIPTION="A general purpose GPU library"
274 HOMEPAGE="http://www.arrayfire.com/"
275 SRC_URI="http://arrayfire.com/arrayfire_source/${PN}-full-${PV}.tar.bz2 -> ${P}.tar.bz2
276 test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )"
277
278 diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild
279 index 593dc51..511aee3 100644
280 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild
281 +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
282 @@ -8,7 +8,7 @@ inherit cmake-utils git-r3
283
284 GTEST_PV="1.7.0"
285
286 -DESCRIPTION="A general purpose GPU library."
287 +DESCRIPTION="A general purpose GPU library"
288 HOMEPAGE="http://www.arrayfire.com/"
289 EGIT_REPO_URI="https://github.com/${PN}/${PN}.git git://github.com/${PN}/${PN}.git"
290 SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )"
291
292 diff --git a/sci-libs/cgnstools/cgnstools-2.5.4-r1.ebuild b/sci-libs/cgnstools/cgnstools-2.5.4-r1.ebuild
293 index 4382192..96c51be 100644
294 --- a/sci-libs/cgnstools/cgnstools-2.5.4-r1.ebuild
295 +++ b/sci-libs/cgnstools/cgnstools-2.5.4-r1.ebuild
296 @@ -8,7 +8,7 @@ inherit eutils multilib versionator
297
298 MY_P="${PN}-$(replace_all_version_separators '-')"
299
300 -DESCRIPTION="The CFD General Notation System (CGNS) tools."
301 +DESCRIPTION="The CFD General Notation System (CGNS) tools"
302 HOMEPAGE="http://www.cgns.org/"
303 SRC_URI="mirror://sourceforge/cgns/${MY_P}.tar.gz"
304
305
306 diff --git a/sci-misc/openfst/openfst-1.3.4.ebuild b/sci-misc/openfst/openfst-1.3.4.ebuild
307 index 00c5e6b..fa1cf9f 100644
308 --- a/sci-misc/openfst/openfst-1.3.4.ebuild
309 +++ b/sci-misc/openfst/openfst-1.3.4.ebuild
310 @@ -6,7 +6,7 @@ EAPI="5"
311
312 inherit eutils flag-o-matic multilib
313
314 -DESCRIPTION="Finite State Transducer tools by Google et al."
315 +DESCRIPTION="Finite State Transducer tools by Google et al"
316 HOMEPAGE="http://www.openfst.org"
317 SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
318
319
320 diff --git a/sci-misc/openfst/openfst-1.4.1.ebuild b/sci-misc/openfst/openfst-1.4.1.ebuild
321 index bf31f4f..4994044 100644
322 --- a/sci-misc/openfst/openfst-1.4.1.ebuild
323 +++ b/sci-misc/openfst/openfst-1.4.1.ebuild
324 @@ -6,7 +6,7 @@ EAPI="5"
325
326 inherit eutils
327
328 -DESCRIPTION="Finite State Transducer tools by Google et al."
329 +DESCRIPTION="Finite State Transducer tools by Google et al"
330 HOMEPAGE="http://www.openfst.org"
331 SRC_URI="http://www.openfst.org/twiki/pub/FST/FstDownload/${P}.tar.gz"
332
333
334 diff --git a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
335 index 65364d1..8d001e2 100644
336 --- a/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
337 +++ b/sci-misc/opennlp-maxent/opennlp-maxent-2.4.0.ebuild
338 @@ -11,7 +11,7 @@ inherit eutils java-pkg-2 java-ant-2
339 MY_PN="maxent"
340 MY_P="${MY_PN}-${PV}"
341
342 -DESCRIPTION="Maximum entropy model implementation for opennlp."
343 +DESCRIPTION="Maximum entropy model implementation for opennlp"
344 HOMEPAGE="http://maxent.sf.net/"
345 SRC_URI="mirror://sourceforge/maxent/${MY_P}.tgz"
346
347
348 diff --git a/sci-visualization/nodemon/nodemon-0.3.5.ebuild b/sci-visualization/nodemon/nodemon-0.3.5.ebuild
349 index 61adb38..10f05db 100644
350 --- a/sci-visualization/nodemon/nodemon-0.3.5.ebuild
351 +++ b/sci-visualization/nodemon/nodemon-0.3.5.ebuild
352 @@ -4,7 +4,7 @@
353
354 EAPI="4"
355
356 -DESCRIPTION="Distributed visualization tool for monitoring system resource utilization."
357 +DESCRIPTION="Distributed visualization tool for monitoring system resource utilization"
358 HOMEPAGE="http://nodemon.sourceforge.net/"
359 SRC_URI="http://downloads.sourceforge.net/nodemon/nodemon-${PV}.tar.gz"
360
361
362 diff --git a/sys-cluster/modules/modules-3.2.10.ebuild b/sys-cluster/modules/modules-3.2.10.ebuild
363 index 962b928..b8845e7 100644
364 --- a/sys-cluster/modules/modules-3.2.10.ebuild
365 +++ b/sys-cluster/modules/modules-3.2.10.ebuild
366 @@ -6,7 +6,7 @@ EAPI=5
367
368 inherit autotools-utils
369
370 -DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
371 +DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
372 HOMEPAGE="http://modules.sourceforge.net/"
373 SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
374
375
376 diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
377 index 962b928..b8845e7 100644
378 --- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
379 +++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
380 @@ -6,7 +6,7 @@ EAPI=5
381
382 inherit autotools-utils
383
384 -DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
385 +DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
386 HOMEPAGE="http://modules.sourceforge.net/"
387 SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"
388
389
390 diff --git a/sys-cluster/modules/modules-3.2.9c.ebuild b/sys-cluster/modules/modules-3.2.9c.ebuild
391 index 5164018..a9a4eda 100644
392 --- a/sys-cluster/modules/modules-3.2.9c.ebuild
393 +++ b/sys-cluster/modules/modules-3.2.9c.ebuild
394 @@ -6,7 +6,7 @@ EAPI=5
395
396 inherit autotools-utils
397
398 -DESCRIPTION="Dynamic modification of a user's environment via modulefiles."
399 +DESCRIPTION="Dynamic modification of a user's environment via modulefiles"
400 HOMEPAGE="http://modules.sourceforge.net/"
401 SRC_URI="http://sourceforge.net/projects/modules/files/Modules/${P%[a-z]}/${P}.tar.bz2/download -> ${P}.tar.bz2"