Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hoomd/
Date: Mon, 02 Mar 2015 21:26:32
Message-Id: 1425331572.228fb991ddafa832d72e5bb942ef412424352409.ottxor@gentoo
1 commit: 228fb991ddafa832d72e5bb942ef412424352409
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 2 21:26:12 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 21:26:12 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=228fb991
7
8 removed renamed package
9
10 ---
11 sci-physics/hoomd/ChangeLog | 9 ------
12 sci-physics/hoomd/hoomd-9999.ebuild | 61 -------------------------------------
13 sci-physics/hoomd/metadata.xml | 12 --------
14 3 files changed, 82 deletions(-)
15
16 diff --git a/sci-physics/hoomd/ChangeLog b/sci-physics/hoomd/ChangeLog
17 deleted file mode 100644
18 index 4e1a959..0000000
19 --- a/sci-physics/hoomd/ChangeLog
20 +++ /dev/null
21 @@ -1,9 +0,0 @@
22 -# ChangeLog for sci-physics/hoomd
23 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 -*hoomd-9999 (26 Feb 2015)
27 -
28 - 26 Feb 2015; Christoph Junghans <ottxor@g.o> +hoomd-9999.ebuild,
29 - +metadata.xml:
30 - initial commit
31
32 diff --git a/sci-physics/hoomd/hoomd-9999.ebuild b/sci-physics/hoomd/hoomd-9999.ebuild
33 deleted file mode 100644
34 index c14ab91..0000000
35 --- a/sci-physics/hoomd/hoomd-9999.ebuild
36 +++ /dev/null
37 @@ -1,61 +0,0 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -
42 -EAPI=5
43 -
44 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
45 -
46 -inherit cmake-utils cuda python-single-r1
47 -
48 -DESCRIPTION="a general-purpose particle simulation toolkit"
49 -HOMEPAGE="http://codeblue.umich.edu/hoomd-blue/"
50 -
51 -if [[ ${PV} = 9999 ]]; then
52 - EGIT_REPO_URI="https://bitbucket.org/glotzer/hoomd-blue.git"
53 - inherit git-r3
54 - KEYWORDS=
55 -else
56 - inherit vcs-snapshot
57 - SRC_URI="https://bitbucket.org/glotzer/hoomd-blue/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
58 - KEYWORDS="~amd64"
59 -fi
60 -
61 -LICENSE="GPL-3"
62 -SLOT="0"
63 -IUSE="cuda doc test mpi +zlib"
64 -
65 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 -
67 -RDEPEND="${PYTHON_DEPS}
68 - mpi? ( virtual/mpi )
69 - cuda? ( dev-util/nvidia-cuda-sdk )
70 - zlib? ( sys-libs/zlib )
71 - dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]"
72 -DEPEND="${RDEPEND}
73 - doc? ( app-doc/doxygen )"
74 -
75 -src_prepare() {
76 - use cuda && cuda_src_prepare
77 -
78 - cmake-utils_src_prepare
79 -}
80 -
81 -src_configure() {
82 - local mycmakeargs=(
83 - $(cmake-utils_use_enable mpi MPI)
84 - $(cmake-utils_use_enable doc DOXYGEN)
85 - $(cmake-utils_use_enable cuda CUDA)
86 - $(cmake-utils_use_enable zlib ZLIB)
87 - $(cmake-utils_use_build test BUILD_TESTING)
88 - -DPYTHON_SITEDIR=$(python_get_sitedir)
89 - )
90 - cmake-utils_src_configure
91 -}
92 -
93 -src_install() {
94 - use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* )
95 - cmake-utils_src_install
96 -
97 - sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die
98 -}
99
100 diff --git a/sci-physics/hoomd/metadata.xml b/sci-physics/hoomd/metadata.xml
101 deleted file mode 100644
102 index 8dd7ec6..0000000
103 --- a/sci-physics/hoomd/metadata.xml
104 +++ /dev/null
105 @@ -1,12 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <herd>sci-chemistry</herd>
110 - <maintainer>
111 - <email>ottxor@g.o</email>
112 - <name>Christoph Junghans</name>
113 - </maintainer>
114 - <use>
115 - <flag name="cuda">Enable cuda non-bonded kernels</flag>
116 - </use>
117 -</pkgmetadata>