Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hoomd-blue/, profiles/
Date: Sat, 28 Jul 2018 12:06:31
Message-Id: 1532779435.87a357c987080a67443e567140482094dd11fef3.mgorny@gentoo
1 commit: 87a357c987080a67443e567140482094dd11fef3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 12:03:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 12:03:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a357c9
7
8 sci-physics/hoomd-blue: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/624688
11
12 profiles/package.mask | 4 --
13 sci-physics/hoomd-blue/Manifest | 2 -
14 sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild | 69 --------------------------
15 sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 69 --------------------------
16 sci-physics/hoomd-blue/metadata.xml | 18 -------
17 5 files changed, 162 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index b7d626a5dae..8a43617455b 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -240,10 +240,6 @@ games-arcade/snake3d
24 # version bump. Removal in a month.
25 dev-python/django-two-factor-auth
26
27 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
28 -# Fails to build (#624688). Removal in a month.
29 -sci-physics/hoomd-blue
30 -
31 # Pacho Ramos <pacho@g.o> (17 Jun 2018)
32 # Dead since 2013, not compatible with latest profiles (#642568). Removal in
33 # a month
34
35 diff --git a/sci-physics/hoomd-blue/Manifest b/sci-physics/hoomd-blue/Manifest
36 deleted file mode 100644
37 index 22a73244f0a..00000000000
38 --- a/sci-physics/hoomd-blue/Manifest
39 +++ /dev/null
40 @@ -1,2 +0,0 @@
41 -DIST hoomd-blue-2.0.2.tar.bz2 2942198 BLAKE2B 5a2f964c002fd30d89757720fc9cddf733bbeaf125f7cdbab7b9c1a421e65575936fda903d3912a315433fb530148d7cddcb5830f87d9a81acdc1ba1dbf82ea2 SHA512 6480639bc1b8d0534c220c7512f742a6f9eba76ad25991153735cc7f4ff88345332be4c215abd94de85249e79e85a6970be1a74a96350d4693a2c1291fbbf689
42 -DIST libgetar-0.5.0.tar.bz2 217067 BLAKE2B 68d7669801d438a509582817c6e7074367a6945ee7c8f8e764dcb97e5a97a6b3394237bed4d07880a3d567b8b23dc1f159597ac51c54d03038beb1592a515952 SHA512 a27de8f7c976e5578142319684de15afca47c24953f590b34cad4ef88c3778aa47aa5eb9a1f83b1473aa49f4394e45dfaa4a8b5107264fa93101dea78ec5fa6b
43
44 diff --git a/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild b/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
45 deleted file mode 100644
46 index 4eeb2d72968..00000000000
47 --- a/sci-physics/hoomd-blue/hoomd-blue-2.0.2.ebuild
48 +++ /dev/null
49 @@ -1,69 +0,0 @@
50 -# Copyright 1999-2016 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=6
54 -
55 -PYTHON_COMPAT=( python{2_7,3_4} )
56 -CMAKE_MAKEFILE_GENERATOR="ninja"
57 -
58 -inherit cmake-utils cuda python-r1
59 -
60 -DESCRIPTION="a general-purpose particle simulation toolkit"
61 -HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
62 -EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git"
63 -
64 -if [[ ${PV} = 9999 ]]; then
65 - EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git"
66 - inherit git-r3
67 -else
68 - inherit vcs-snapshot
69 - GETTAR_VER=0.5.0
70 - SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2
71 - https://bitbucket.org/glotzer/libgetar/get/v${GETTAR_VER}.tar.bz2 -> libgetar-${GETTAR_VER}.tar.bz2"
72 - KEYWORDS="~amd64"
73 -fi
74 -
75 -LICENSE="hoomd-blue"
76 -SLOT="0"
77 -IUSE="cuda test mpi"
78 -
79 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
80 -
81 -RDEPEND="${PYTHON_DEPS}
82 - mpi? ( virtual/mpi )
83 - cuda? ( dev-util/nvidia-cuda-sdk )
84 - dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
85 -DEPEND="${RDEPEND}"
86 -
87 -src_prepare() {
88 - [[ ${PV} = 9999 ]] || mv ../libgetar-${GETTAR_VER}/* hoomd/extern/libgetar || die
89 - use cuda && cuda_src_prepare
90 - cmake-utils_src_prepare
91 -}
92 -
93 -src_configure() {
94 - src_configure_internal() {
95 - local mycmakeargs=(
96 - -DENABLE_MPI=$(usex mpi)
97 - -DENABLE_CUDA=$(usex cuda)
98 - -DBUILD_TESTING=$(usex test)
99 - -DUPDATE_SUBMODULES=OFF
100 - -DPYTHON_EXECUTABLE="${PYTHON}"
101 - -DCMAKE_INSTALL_PREFIX=$(python_get_sitedir)
102 - )
103 - cmake-utils_src_configure
104 - }
105 - python_foreach_impl src_configure_internal
106 -}
107 -
108 -src_compile() {
109 - python_foreach_impl cmake-utils_src_make
110 -}
111 -
112 -src_test() {
113 - python_foreach_impl cmake-utils_src_test
114 -}
115 -
116 -src_install() {
117 - python_foreach_impl cmake-utils_src_install
118 -}
119
120 diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
121 deleted file mode 100644
122 index 4eeb2d72968..00000000000
123 --- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild
124 +++ /dev/null
125 @@ -1,69 +0,0 @@
126 -# Copyright 1999-2016 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=6
130 -
131 -PYTHON_COMPAT=( python{2_7,3_4} )
132 -CMAKE_MAKEFILE_GENERATOR="ninja"
133 -
134 -inherit cmake-utils cuda python-r1
135 -
136 -DESCRIPTION="a general-purpose particle simulation toolkit"
137 -HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
138 -EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git"
139 -
140 -if [[ ${PV} = 9999 ]]; then
141 - EGIT_REPO_URI="https://bitbucket.org/glotzer/${PN}.git"
142 - inherit git-r3
143 -else
144 - inherit vcs-snapshot
145 - GETTAR_VER=0.5.0
146 - SRC_URI="https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 -> ${P}.tar.bz2
147 - https://bitbucket.org/glotzer/libgetar/get/v${GETTAR_VER}.tar.bz2 -> libgetar-${GETTAR_VER}.tar.bz2"
148 - KEYWORDS="~amd64"
149 -fi
150 -
151 -LICENSE="hoomd-blue"
152 -SLOT="0"
153 -IUSE="cuda test mpi"
154 -
155 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
156 -
157 -RDEPEND="${PYTHON_DEPS}
158 - mpi? ( virtual/mpi )
159 - cuda? ( dev-util/nvidia-cuda-sdk )
160 - dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
161 -DEPEND="${RDEPEND}"
162 -
163 -src_prepare() {
164 - [[ ${PV} = 9999 ]] || mv ../libgetar-${GETTAR_VER}/* hoomd/extern/libgetar || die
165 - use cuda && cuda_src_prepare
166 - cmake-utils_src_prepare
167 -}
168 -
169 -src_configure() {
170 - src_configure_internal() {
171 - local mycmakeargs=(
172 - -DENABLE_MPI=$(usex mpi)
173 - -DENABLE_CUDA=$(usex cuda)
174 - -DBUILD_TESTING=$(usex test)
175 - -DUPDATE_SUBMODULES=OFF
176 - -DPYTHON_EXECUTABLE="${PYTHON}"
177 - -DCMAKE_INSTALL_PREFIX=$(python_get_sitedir)
178 - )
179 - cmake-utils_src_configure
180 - }
181 - python_foreach_impl src_configure_internal
182 -}
183 -
184 -src_compile() {
185 - python_foreach_impl cmake-utils_src_make
186 -}
187 -
188 -src_test() {
189 - python_foreach_impl cmake-utils_src_test
190 -}
191 -
192 -src_install() {
193 - python_foreach_impl cmake-utils_src_install
194 -}
195
196 diff --git a/sci-physics/hoomd-blue/metadata.xml b/sci-physics/hoomd-blue/metadata.xml
197 deleted file mode 100644
198 index 1b92a0a4512..00000000000
199 --- a/sci-physics/hoomd-blue/metadata.xml
200 +++ /dev/null
201 @@ -1,18 +0,0 @@
202 -<?xml version="1.0" encoding="UTF-8"?>
203 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
204 -<pkgmetadata>
205 - <maintainer type="person">
206 - <email>junghans@g.o</email>
207 - <name>Christoph Junghans</name>
208 - </maintainer>
209 - <maintainer type="project">
210 - <email>sci-chemistry@g.o</email>
211 - <name>Gentoo Chemistry Project</name>
212 - </maintainer>
213 - <use>
214 - <flag name="cuda">Enable cuda non-bonded kernels</flag>
215 - </use>
216 - <upstream>
217 - <remote-id type="bitbucket">glotzer/hoomd-blue</remote-id>
218 - </upstream>
219 -</pkgmetadata>