Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/
Date: Thu, 14 Jul 2016 17:30:38
Message-Id: 1468517422.81bed4a1ecf90b8bc4e42a5abd9ff665282b0af2.ottxor@gentoo
1 commit: 81bed4a1ecf90b8bc4e42a5abd9ff665282b0af2
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 17:30:11 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 17:30:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bed4a1
7
8 sci-chemistry/votca-csgapps: import live ebuild from sci
9
10 Package-Manager: portage-2.2.28
11
12 .../votca-csgapps/votca-csgapps-9999.ebuild | 32 ++++++++++++++++++++++
13 1 file changed, 32 insertions(+)
14
15 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
16 new file mode 100644
17 index 0000000..cb7b9cc
18 --- /dev/null
19 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
20 @@ -0,0 +1,32 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +CMAKE_MAKEFILE_GENERATOR="ninja"
28 +
29 +inherit cmake-utils
30 +
31 +if [ "${PV}" != "9999" ]; then
32 + SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
34 + S="${WORKDIR}/${P#votca-}"
35 +else
36 + inherit git-r3
37 + EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
38 + KEYWORDS=""
39 +fi
40 +
41 +DESCRIPTION="Extra applications for votca-csg"
42 +HOMEPAGE="http://www.votca.org"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
49 +
50 +DEPEND="${RDEPEND}"
51 +
52 +DOCS=( README )