Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/files/, sci-chemistry/votca-csgapps/
Date: Mon, 02 Jan 2017 14:43:27
Message-Id: 1483368153.bf25854d86b4ac4836b4d54f3cc60ce770b8285c.junghans@gentoo
1 commit: bf25854d86b4ac4836b4d54f3cc60ce770b8285c
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 14:40:16 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 14:42:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf25854d
7
8 sci-chemistry/votca-csgapps: remove old
9
10 Package-Manager: portage-2.3.0
11
12 sci-chemistry/votca-csgapps/Manifest | 3 -
13 .../files/votca-csgapps-1.2.2-dso.patch | 266 ---------------------
14 .../votca-csgapps/votca-csgapps-1.2.4.ebuild | 25 --
15 .../votca-csgapps/votca-csgapps-1.3.1.ebuild | 32 ---
16 .../votca-csgapps/votca-csgapps-1.3.ebuild | 32 ---
17 5 files changed, 358 deletions(-)
18
19 diff --git a/sci-chemistry/votca-csgapps/Manifest b/sci-chemistry/votca-csgapps/Manifest
20 index 778e071..1ec38b1 100644
21 --- a/sci-chemistry/votca-csgapps/Manifest
22 +++ b/sci-chemistry/votca-csgapps/Manifest
23 @@ -1,4 +1 @@
24 -DIST votca-csgapps-1.2.4.tar.gz 10231 SHA256 f0b0e5ad059bd93df514656b6ba65943a7cb35fcf344f75ca4d2ef4e713f4708 SHA512 e52b1e5b8cd552a6a73e16e0a657c16611bc80de9e12ab4e696aa3c30f31c6f52311320862b71d4d082b3f6c0a816001f4c2fd78915ada3a440235feb3ded3ef WHIRLPOOL 43284ddd65f98727374f5eaa2e1a5c9742cc26bed3b68534084623a3afec09a03f982d07615ca0fcd532302b09c90611a7f6859aa89bc009e81e732b85fcb35c
25 -DIST votca-csgapps-1.3.1.tar.gz 20514 SHA256 7a66604b79f897745b4373879c01834e052b5c1c6a6e9b821dfe57fd272d9839 SHA512 2210687d33a1600feace07111a9f142c17711af92935f934c079062fa97adc774e1c8a79cbec5a0fc8eb8d840b9c036adea5c5413f1a8dd6fc96ff5211ba4f5f WHIRLPOOL bea1efe823f09fcd357e4c686345a52d95dc699ba5702a2c178b7b67d94907787eafe2dd74349c1e00d607fe0c52e6c2da3d3d6f6f6725ca61eae3986b477497
26 -DIST votca-csgapps-1.3.tar.gz 20510 SHA256 501229faa2bc1943eb15b0641d56ef9d410e3df3aef1be6cfa418e5ef775f86f SHA512 a8303a0c936b50c2a9d0b8dd2e9b58fe74e438d98e0debaa06c5d10f2f31286ffdc5b946ff2850e50d62e32866c497f3e1fee43fd030429d1a17e6fbfaef90e4 WHIRLPOOL e855246d09e4b3fb6d8d45184c6f05d3049bf8ccfe994f97907a3378a00ddcbb242477adf180a4bb166fc7d0ab200641f43db632f83f1cfc06cf5f1e191cce26
27 DIST votca-csgapps-1.4.tar.gz 21072 SHA256 6636412db0a23c12fb67e7958050d0bc484f3f615faa95a9b98f4d4696c67243 SHA512 325c99606f17d7bb00e2cc3b1545f31dd4cf1fbc0d216f2da2c48e06b2011c9f99096643a6c6efd794a169de056f803f791c156afec4a73e41c58bc4ca1055f9 WHIRLPOOL e05c17218ad85c9b8f6cfbd892646492519ec3ab6e99102c3be94fbfac1fdcf8a08389b6b56921941e7186d93298120cb367e24ae3dbf66fbaf3670b9d8a5fc0
28
29 diff --git a/sci-chemistry/votca-csgapps/files/votca-csgapps-1.2.2-dso.patch b/sci-chemistry/votca-csgapps/files/votca-csgapps-1.2.2-dso.patch
30 deleted file mode 100644
31 index eeec55d..00000000
32 --- a/sci-chemistry/votca-csgapps/files/votca-csgapps-1.2.2-dso.patch
33 +++ /dev/null
34 @@ -1,266 +0,0 @@
35 -# HG changeset patch
36 -# User Christoph Junghans <junghans@×××××.org>
37 -# Date 1326307444 25200
38 -# Branch stable
39 -# Node ID 475999c2cd0d19f739e83c88b2df823c32730bc1
40 -# Parent 7e8f291a6d79da1ebbc512c370b8620714be0cb6
41 -cmake: make it DSO conform
42 -
43 -diff -r 7e8f291a6d79 -r 475999c2cd0d CMakeLists.txt
44 ---- a/CMakeLists.txt Tue Jan 10 20:16:55 2012 -0700
45 -+++ b/CMakeLists.txt Wed Jan 11 11:44:04 2012 -0700
46 -@@ -4,9 +4,42 @@
47 -
48 - project(csgapps)
49 -
50 --file(GLOB_RECURSE DIRS */CMakeLists.txt)
51 -+set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
52 -+
53 -+if(NOT CMAKE_BUILD_TYPE)
54 -+ #Release comes with -O3 by default
55 -+ set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel." FORCE)
56 -+endif(NOT CMAKE_BUILD_TYPE)
57 -+
58 -+enable_language(CXX)
59 -+include(CheckCXXCompilerFlag)
60 -+
61 -+option(EXTERNAL_BOOST "Use external boost" ON)
62 -+if (EXTERNAL_BOOST)
63 -+ find_package(Boost 1.39.0 COMPONENTS program_options )
64 -+ if(NOT Boost_FOUND)
65 -+ message(FATAL_ERROR "Boost not found, make sure you have also installed boost and it's dev package or use our internal replacement, if you have built tools with -DEXTERNAL_BOOST=OFF and set it here as well")
66 -+ endif(NOT Boost_FOUND)
67 -+ include_directories(${Boost_INCLUDE_DIRS})
68 -+ set (BOOST_LIBRARIES ${Boost_PROGRAM_OPTIONS_LIBRARY})
69 -+else(EXTERNAL_BOOST)
70 -+ find_package(VOTCA_BOOST REQUIRED)
71 -+ include_directories(${VOTCA_BOOST_INCLUDE_DIRS})
72 -+ set (BOOST_LIBRARIES ${VOTCA_BOOST_LIBRARIES})
73 -+endif(EXTERNAL_BOOST)
74 -+
75 -+find_package(VOTCA_TOOLS REQUIRED)
76 -+include_directories(${VOTCA_TOOLS_INCLUDE_DIRS})
77 -+find_package(VOTCA_CSG REQUIRED)
78 -+include_directories(${VOTCA_CSG_INCLUDE_DIRS})
79 -+
80 -+file(GLOB_RECURSE DIRS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} */CMakeLists.txt)
81 - foreach(DIR ${DIRS})
82 -- string(REGEX MATCH ^.*/ DIR ${DIR})
83 -- add_subdirectory(${DIR})
84 -- unset(NAME CACHE)
85 -+ string(REGEX MATCH ^[^/]* DIR ${DIR})
86 -+ file(GLOB SRC ${DIR}/*.cc)
87 -+ add_executable(${DIR} ${SRC})
88 -+ target_link_libraries(${DIR} ${VOTCA_CSG_LIBRARIES} ${VOTCA_TOOLS_LIBRARIES} ${BOOST_LIBRARIES})
89 -+ install(TARGETS ${DIR} RUNTIME DESTINATION bin)
90 -+ file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${DIR})
91 -+ set_target_properties(${DIR} PROPERTIES OUTPUT_NAME ${DIR}/csg_${DIR})
92 - endforeach(DIR)
93 -diff -r 7e8f291a6d79 -r 475999c2cd0d CMakeModules/FindSQLITE3.cmake
94 ---- /dev/null Thu Jan 01 00:00:00 1970 +0000
95 -+++ b/CMakeModules/FindSQLITE3.cmake Wed Jan 11 11:44:04 2012 -0700
96 -@@ -0,0 +1,36 @@
97 -+# - Find libgmx
98 -+# Find the native libgmx headers and libraries.
99 -+#
100 -+# SQLITE3_INCLUDE_DIRS - where to find sqlite3.h, etc
101 -+# SQLITE3_LIBRARIES - List of libraries when using sqlite3.
102 -+# SQLITE3_FOUND - True if sqlite3 found.
103 -+#
104 -+# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
105 -+#
106 -+# Licensed under the Apache License, Version 2.0 (the "License");
107 -+# you may not use this file except in compliance with the License.
108 -+# You may obtain a copy of the License at
109 -+#
110 -+# http://www.apache.org/licenses/LICENSE-2.0
111 -+#
112 -+# Unless required by applicable law or agreed to in writing, software
113 -+# distributed under the License is distributed on an "AS IS" BASIS,
114 -+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
115 -+# See the License for the specific language governing permissions and
116 -+# limitations under the License.
117 -+#
118 -+
119 -+find_package(PkgConfig)
120 -+
121 -+pkg_check_modules(PC_SQLITE3 sqlite3)
122 -+
123 -+find_path(SQLITE3_INCLUDE_DIR sqlite3.h HINTS ${PC_SQLITE3_INCLUDE_DIRS})
124 -+find_library(SQLITE3_LIBRARY NAMES sqlite3 HINTS ${PC_SQLITE3_LIBRARY_DIRS} )
125 -+
126 -+set(SQLITE3_LIBRARIES "${SQLITE3_LIBRARY}" )
127 -+set(SQLITE3_INCLUDE_DIRS "${SQLITE3_INCLUDE_DIR}" )
128 -+
129 -+include(FindPackageHandleStandardArgs)
130 -+find_package_handle_standard_args(SQLITE3 DEFAULT_MSG SQLITE3_LIBRARY SQLITE3_INCLUDE_DIR )
131 -+
132 -+mark_as_advanced(SQLITE3_INCLUDE_DIR SQLITE3_LIBRARY )
133 -diff -r 7e8f291a6d79 -r 475999c2cd0d CMakeModules/FindVOTCA_BOOST.cmake
134 ---- /dev/null Thu Jan 01 00:00:00 1970 +0000
135 -+++ b/CMakeModules/FindVOTCA_BOOST.cmake Wed Jan 11 11:44:04 2012 -0700
136 -@@ -0,0 +1,37 @@
137 -+# - Find libvotca_boost
138 -+# Find the native libvotca_boost headers and libraries.
139 -+#
140 -+# VOTCA_BOOST_INCLUDE_DIRS - where to find headers etc.
141 -+# VOTCA_BOOST_LIBRARIES - List of libraries when using expat.
142 -+# VOTCA_BOOST_FOUND - True if expat found.
143 -+#
144 -+# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
145 -+#
146 -+# Licensed under the Apache License, Version 2.0 (the "License");
147 -+# you may not use this file except in compliance with the License.
148 -+# You may obtain a copy of the License at
149 -+#
150 -+# http://www.apache.org/licenses/LICENSE-2.0
151 -+#
152 -+# Unless required by applicable law or agreed to in writing, software
153 -+# distributed under the License is distributed on an "AS IS" BASIS,
154 -+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
155 -+# See the License for the specific language governing permissions and
156 -+# limitations under the License.
157 -+#
158 -+
159 -+find_package(PkgConfig)
160 -+
161 -+pkg_check_modules(PC_VOTCA_BOOST libvotca_boost)
162 -+find_path(VOTCA_BOOST_INCLUDE_DIR boost/algorithm/string/trim.hpp HINTS ${PC_VOTCA_BOOST_INCLUDE_DIRS} )
163 -+find_library(VOTCA_BOOST_LIBRARY NAMES votca_boost HINTS ${PC_VOTCA_BOOST_LIBRARY_DIRS} )
164 -+
165 -+set(VOTCA_BOOST_LIBRARIES "${VOTCA_BOOST_LIBRARY}" )
166 -+set(VOTCA_BOOST_INCLUDE_DIRS "${VOTCA_BOOST_INCLUDE_DIR}" )
167 -+
168 -+include(FindPackageHandleStandardArgs)
169 -+# handle the QUIETLY and REQUIRED arguments and set VOTCA_BOOST_FOUND to TRUE
170 -+# if all listed variables are TRUE
171 -+find_package_handle_standard_args(VOTCA_BOOST DEFAULT_MSG VOTCA_BOOST_LIBRARY VOTCA_BOOST_INCLUDE_DIR)
172 -+
173 -+mark_as_advanced(VOTCA_BOOST_INCLUDE_DIR VOTCA_BOOST_LIBRARY )
174 -diff -r 7e8f291a6d79 -r 475999c2cd0d CMakeModules/FindVOTCA_CSG.cmake
175 ---- /dev/null Thu Jan 01 00:00:00 1970 +0000
176 -+++ b/CMakeModules/FindVOTCA_CSG.cmake Wed Jan 11 11:44:04 2012 -0700
177 -@@ -0,0 +1,51 @@
178 -+# - Find libvotca_csg
179 -+# Find the native libvotca_csg headers and libraries.
180 -+#
181 -+# VOTCA_CSG_INCLUDE_DIRS - where to find votca/csg/version.h, etc.
182 -+# VOTCA_CSG_LIBRARIES - List of libraries when using expat.
183 -+# VOTCA_CSG_FOUND - True if expat found.
184 -+# VOTCA_CSG_HAS_SQLITE3 - True if votca csg was build with sqlite3 support
185 -+#
186 -+# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
187 -+#
188 -+# Licensed under the Apache License, Version 2.0 (the "License");
189 -+# you may not use this file except in compliance with the License.
190 -+# You may obtain a copy of the License at
191 -+#
192 -+# http://www.apache.org/licenses/LICENSE-2.0
193 -+#
194 -+# Unless required by applicable law or agreed to in writing, software
195 -+# distributed under the License is distributed on an "AS IS" BASIS,
196 -+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
197 -+# See the License for the specific language governing permissions and
198 -+# limitations under the License.
199 -+#
200 -+
201 -+find_package(PkgConfig)
202 -+
203 -+pkg_check_modules(PC_VOTCA_CSG libvotca_csg)
204 -+find_path(VOTCA_CSG_INCLUDE_DIR votca/csg/version.h HINTS ${PC_VOTCA_CSG_INCLUDE_DIRS})
205 -+
206 -+find_library(VOTCA_CSG_LIBRARY NAMES votca_csg HINTS ${PC_VOTCA_CSG_LIBRARY_DIRS} )
207 -+
208 -+if("${VOTCA_CSG_LIBRARY}" MATCHES "libvotca_csg[^;]*\\.a")
209 -+ if(PC_VOTCA_CSG_LIBRARIES)
210 -+ list(REMOVE_ITEM PC_VOTCA_CSG_LIBRARIES votca_csg)
211 -+ foreach (LIB ${PC_VOTCA_CSG_LIBRARIES})
212 -+ find_library(VOTCA_CSG_${LIB} NAMES ${LIB} HINTS ${PC_VOTCA_CSG_LIBRARY_DIRS} )
213 -+ list(APPEND VT_DEP_LIBRARIES ${VOTCA_CSG_${LIB}})
214 -+ unset(VOTCA_CSG_${LIB} CACHE)
215 -+ endforeach(LIB)
216 -+ endif(PC_VOTCA_CSG_LIBRARIES)
217 -+ set(VOTCA_CSG_DEP_LIBRARIES "${VT_DEP_LIBRARIES}" CACHE FILEPATH "votca csg depency libs (only needed for static (.a) libvotca_csg")
218 -+endif("${VOTCA_CSG_LIBRARY}" MATCHES "libvotca_csg[^;]*\\.a")
219 -+
220 -+set(VOTCA_CSG_LIBRARIES "${VOTCA_CSG_LIBRARY};${VOTCA_CSG_DEP_LIBRARIES}" )
221 -+set(VOTCA_CSG_INCLUDE_DIRS "${VOTCA_CSG_INCLUDE_DIR}" )
222 -+
223 -+include(FindPackageHandleStandardArgs)
224 -+# handle the QUIETLY and REQUIRED arguments and set VOTCA_CSG_FOUND to TRUE
225 -+# if all listed variables are TRUE
226 -+find_package_handle_standard_args(VOTCA_CSG DEFAULT_MSG VOTCA_CSG_LIBRARY VOTCA_CSG_INCLUDE_DIR )
227 -+
228 -+mark_as_advanced(VOTCA_CSG_INCLUDE_DIR VOTCA_CSG_LIBRARY )
229 -diff -r 7e8f291a6d79 -r 475999c2cd0d CMakeModules/FindVOTCA_TOOLS.cmake
230 ---- /dev/null Thu Jan 01 00:00:00 1970 +0000
231 -+++ b/CMakeModules/FindVOTCA_TOOLS.cmake Wed Jan 11 11:44:04 2012 -0700
232 -@@ -0,0 +1,68 @@
233 -+# - Find libvotca_tools
234 -+# Find the native libvotca_tools headers and libraries.
235 -+#
236 -+# VOTCA_TOOLS_INCLUDE_DIRS - where to find votca/tools/version.h, etc.
237 -+# VOTCA_TOOLS_LIBRARIES - List of libraries when using expat.
238 -+# VOTCA_TOOLS_FOUND - True if expat found.
239 -+# VOTCA_TOOLS_HAS_SQLITE3 - True if votca tools was build with sqlite3 support
240 -+#
241 -+# Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
242 -+#
243 -+# Licensed under the Apache License, Version 2.0 (the "License");
244 -+# you may not use this file except in compliance with the License.
245 -+# You may obtain a copy of the License at
246 -+#
247 -+# http://www.apache.org/licenses/LICENSE-2.0
248 -+#
249 -+# Unless required by applicable law or agreed to in writing, software
250 -+# distributed under the License is distributed on an "AS IS" BASIS,
251 -+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
252 -+# See the License for the specific language governing permissions and
253 -+# limitations under the License.
254 -+#
255 -+
256 -+find_package(PkgConfig)
257 -+
258 -+pkg_check_modules(PC_VOTCA_TOOLS libvotca_tools)
259 -+find_path(VOTCA_TOOLS_INCLUDE_DIR votca/tools/version.h HINTS ${PC_VOTCA_TOOLS_INCLUDE_DIRS})
260 -+
261 -+find_path(VOTCA_TOOLS_HAS_SQLITE3 votca/tools/database.h HINTS ${PC_VOTCA_TOOLS_INCLUDE_DIRS})
262 -+if (VOTCA_TOOLS_HAS_SQLITE3)
263 -+ #due to include <sqlite3.h> in database.h
264 -+ find_package(SQLITE3 REQUIRED)
265 -+ set(VOTCA_TOOLS_INCLUDE_DIRS "${VOTCA_TOOLS_INCLUDE_DIR};${SQLITE3_INCLUDE_DIR}" )
266 -+else(VOTCA_TOOLS_HAS_SQLITE3)
267 -+ set(VOTCA_TOOLS_INCLUDE_DIRS "${VOTCA_TOOLS_INCLUDE_DIR}" )
268 -+endif (VOTCA_TOOLS_HAS_SQLITE3)
269 -+
270 -+
271 -+find_library(VOTCA_TOOLS_LIBRARY NAMES votca_tools HINTS ${PC_VOTCA_TOOLS_LIBRARY_DIRS} )
272 -+
273 -+if("${VOTCA_TOOLS_LIBRARY}" MATCHES "libvotca_tools[^;]*\\.a")
274 -+ if(PC_VOTCA_TOOLS_LIBRARIES)
275 -+ list(REMOVE_ITEM PC_VOTCA_TOOLS_LIBRARIES votca_tools)
276 -+ foreach (LIB ${PC_VOTCA_TOOLS_LIBRARIES})
277 -+ find_library(VOTCA_TOOLS_${LIB} NAMES ${LIB} HINTS ${PC_VOTCA_TOOLS_LIBRARY_DIRS} )
278 -+ list(APPEND VT_DEP_LIBRARIES ${VOTCA_TOOLS_${LIB}})
279 -+ unset(VOTCA_TOOLS_${LIB} CACHE)
280 -+ endforeach(LIB)
281 -+ endif(PC_VOTCA_TOOLS_LIBRARIES)
282 -+ set(VOTCA_TOOLS_DEP_LIBRARIES "${VT_DEP_LIBRARIES}" CACHE FILEPATH "votca tools depency libs (only needed for static (.a) libvotca_tools")
283 -+endif("${VOTCA_TOOLS_LIBRARY}" MATCHES "libvotca_tools[^;]*\\.a")
284 -+
285 -+set(VOTCA_TOOLS_LIBRARIES "${VOTCA_TOOLS_LIBRARY};${VOTCA_TOOLS_DEP_LIBRARIES}" )
286 -+
287 -+include(FindPackageHandleStandardArgs)
288 -+# handle the QUIETLY and REQUIRED arguments and set VOTCA_TOOLS_FOUND to TRUE
289 -+# if all listed variables are TRUE
290 -+find_package_handle_standard_args(VOTCA_TOOLS DEFAULT_MSG VOTCA_TOOLS_LIBRARY VOTCA_TOOLS_INCLUDE_DIR )
291 -+
292 -+if (VOTCA_TOOLS_FOUND)
293 -+ include(CheckLibraryExists)
294 -+ check_library_exists("${VOTCA_TOOLS_LIBRARY};${VOTCA_TOOLS_DEP_LIBRARIES}" VotcaToolsFromC "" FOUND_VOTCA_TOOLS_VERSION)
295 -+ if(NOT FOUND_VOTCA_TOOLS_VERSION)
296 -+ message(FATAL_ERROR "Could not find VotcaToolsFromC in ${VOTCA_TOOLS_LIBRARY};${VOTCA_TOOLS_DEP_LIBRARIES}, take look at the error message in ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log to find out what was going wrong. If you don't have pkg-config installed you will most likely have to set VOTCA_TOOLS_LIBRARY and VOTCA_TOOLS_DEP_LIBRARIES by hand, which set votca_tools lib it's depencies (i.e. -DVOTCA_TOOLS_LIBRARY='/path/to/libvotca_tools.so" -VOTCA_TOOLS_DEP_LIBRARIES="/path/to/libgsl.so;/path/to/libm.so') !")
297 -+ endif(NOT FOUND_VOTCA_TOOLS_VERSION)
298 -+endif (VOTCA_TOOLS_FOUND)
299 -+
300 -+mark_as_advanced(VOTCA_TOOLS_INCLUDE_DIR VOTCA_TOOLS_LIBRARY )
301
302 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild
303 deleted file mode 100644
304 index 0b7225e..00000000
305 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.2.4.ebuild
306 +++ /dev/null
307 @@ -1,25 +0,0 @@
308 -# Copyright 1999-2016 Gentoo Foundation
309 -# Distributed under the terms of the GNU General Public License v2
310 -# $Id$
311 -
312 -EAPI=4
313 -
314 -inherit cmake-utils
315 -
316 -if [ "${PV}" != "9999" ]; then
317 - SRC_URI="https://github.com/votca/downloads/raw/master/${PF}.tar.gz"
318 -fi
319 -
320 -DESCRIPTION="Extra applications for votca-csg"
321 -HOMEPAGE="http://www.votca.org"
322 -
323 -LICENSE="Apache-2.0"
324 -SLOT="0"
325 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-macos"
326 -IUSE=""
327 -
328 -RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
329 -
330 -DEPEND="${RDEPEND}"
331 -
332 -DOCS=( README )
333
334 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.1.ebuild
335 deleted file mode 100644
336 index cb7b9cc..00000000
337 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.1.ebuild
338 +++ /dev/null
339 @@ -1,32 +0,0 @@
340 -# Copyright 1999-2016 Gentoo Foundation
341 -# Distributed under the terms of the GNU General Public License v2
342 -# $Id$
343 -
344 -EAPI=6
345 -
346 -CMAKE_MAKEFILE_GENERATOR="ninja"
347 -
348 -inherit cmake-utils
349 -
350 -if [ "${PV}" != "9999" ]; then
351 - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
352 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
353 - S="${WORKDIR}/${P#votca-}"
354 -else
355 - inherit git-r3
356 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
357 - KEYWORDS=""
358 -fi
359 -
360 -DESCRIPTION="Extra applications for votca-csg"
361 -HOMEPAGE="http://www.votca.org"
362 -
363 -LICENSE="Apache-2.0"
364 -SLOT="0"
365 -IUSE=""
366 -
367 -RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
368 -
369 -DEPEND="${RDEPEND}"
370 -
371 -DOCS=( README )
372
373 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild
374 deleted file mode 100644
375 index eee52b2..00000000
376 --- a/sci-chemistry/votca-csgapps/votca-csgapps-1.3.ebuild
377 +++ /dev/null
378 @@ -1,32 +0,0 @@
379 -# Copyright 1999-2016 Gentoo Foundation
380 -# Distributed under the terms of the GNU General Public License v2
381 -# $Id$
382 -
383 -EAPI=5
384 -
385 -CMAKE_MAKEFILE_GENERATOR="ninja"
386 -
387 -inherit cmake-utils
388 -
389 -if [ "${PV}" != "9999" ]; then
390 - SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
391 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
392 - S="${WORKDIR}/${P#votca-}"
393 -else
394 - inherit git-r3
395 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
396 - KEYWORDS=""
397 -fi
398 -
399 -DESCRIPTION="Extra applications for votca-csg"
400 -HOMEPAGE="http://www.votca.org"
401 -
402 -LICENSE="Apache-2.0"
403 -SLOT="0"
404 -IUSE=""
405 -
406 -RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
407 -
408 -DEPEND="${RDEPEND}"
409 -
410 -DOCS=( README )