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, 24 Sep 2015 05:20:14
Message-Id: 1443072064.1ba3b6e55f3a2597636309c00e32a1b8f97d3daa.ottxor@gentoo
1 commit: 1ba3b6e55f3a2597636309c00e32a1b8f97d3daa
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 05:20:25 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 05:21:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba3b6e5
7
8 sci-chemistry/votca-csgapps: version bump
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-chemistry/votca-csgapps/Manifest | 1 +
13 .../votca-csgapps/votca-csgapps-1.3_rc1.ebuild | 32 ++++++++++++++++++++++
14 2 files changed, 33 insertions(+)
15
16 diff --git a/sci-chemistry/votca-csgapps/Manifest b/sci-chemistry/votca-csgapps/Manifest
17 index 83f4b2f..b2f52e0 100644
18 --- a/sci-chemistry/votca-csgapps/Manifest
19 +++ b/sci-chemistry/votca-csgapps/Manifest
20 @@ -1,2 +1,3 @@
21 DIST votca-csgapps-1.2.2.tar.gz 8196 SHA256 09f0669627360dc0a0837899d980d877d8a58231b76919a6273c31fe0f7c341b SHA512 01cfe4ecb96b663ea79475b8e9dc0f2edfe987ec88b018b009e136d53f7414da5a9de183f04be0f95e800f1f19e465470ede8f7f240107dca64e8ef429cd3901 WHIRLPOOL 5a9ffb067118078729f7f685cfc4d77329f708fc23c05692c9392e67d3e2f1091e4991b8742169c77f2d1ae78f0c33aa2f9b9ba4c782906ca0bc1d5615451a09
22 DIST votca-csgapps-1.2.4.tar.gz 10231 SHA256 f0b0e5ad059bd93df514656b6ba65943a7cb35fcf344f75ca4d2ef4e713f4708 SHA512 e52b1e5b8cd552a6a73e16e0a657c16611bc80de9e12ab4e696aa3c30f31c6f52311320862b71d4d082b3f6c0a816001f4c2fd78915ada3a440235feb3ded3ef WHIRLPOOL 43284ddd65f98727374f5eaa2e1a5c9742cc26bed3b68534084623a3afec09a03f982d07615ca0fcd532302b09c90611a7f6859aa89bc009e81e732b85fcb35c
23 +DIST votca-csgapps-1.3_rc1.tar.gz 20503 SHA256 262f16eb22872fb644f1cb48e6fc23647f39f086bd20209618e3abf1f3e34e32 SHA512 e91e217ada2449f6fc73d1016effee229d68a67f158ee0f0c5a018353b271feffb76c39572440c34c57e4785b8b5d7508eb61d88165c4942bb9ab0637626194b WHIRLPOOL fe378a2ae011508aa7b050a39b5679eb50c3be8f0e4246f1e68e3cc7b2afbf5c609cabca324c7be39fecd9b792bf3819bcaebecb3a70587561829fb828b22bed
24
25 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild
26 new file mode 100644
27 index 0000000..efa51d4
28 --- /dev/null
29 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-1.3_rc1.ebuild
30 @@ -0,0 +1,32 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=5
36 +
37 +CMAKE_MAKEFILE_GENERATOR="ninja"
38 +
39 +inherit cmake-utils
40 +
41 +if [ "${PV}" != "9999" ]; then
42 + SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
44 + S="${WORKDIR}/${P#votca-}"
45 +else
46 + inherit git-r3
47 + EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
48 + KEYWORDS=""
49 +fi
50 +
51 +DESCRIPTION="Extra applications for votca-csg"
52 +HOMEPAGE="http://www.votca.org"
53 +
54 +LICENSE="Apache-2.0"
55 +SLOT="0"
56 +IUSE=""
57 +
58 +RDEPEND="=sci-chemistry/${PN%apps}-${PV}"
59 +
60 +DEPEND="${RDEPEND}"
61 +
62 +DOCS=( README )