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-libs/votca-tools/
Date: Thu, 24 Sep 2015 05:20:21
Message-Id: 1443072074.3bc86599c97f44eecddaaa1c66535563ce914db2.ottxor@gentoo
1 commit: 3bc86599c97f44eecddaaa1c66535563ce914db2
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 05:00:23 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 05:21:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bc86599
7
8 sci-libs/votca-tools: sync with gx86
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-libs/votca-tools/ChangeLog | 5 ++++-
13 sci-libs/votca-tools/votca-tools-9999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog
17 index 3fef99a..c5ce237 100644
18 --- a/sci-libs/votca-tools/ChangeLog
19 +++ b/sci-libs/votca-tools/ChangeLog
20 @@ -1,7 +1,10 @@
21 # ChangeLog for sci-libs/votca-tools
22 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 + 24 Sep 2015; Christoph Junghans <ottxor@g.o> votca-tools-9999.ebuild:
27 + sci-libs/votca-tools: sync with gx86
28 +
29 13 Nov 2014; Christoph Junghans <ottxor@g.o> votca-tools-9999.ebuild:
30 deps on boost:=
31
32
33 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
34 index e724f4e..4dae0bf 100644
35 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
36 +++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
37 @@ -9,12 +9,12 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
38 inherit cmake-utils eutils multilib
39
40 if [ "${PV}" != "9999" ]; then
41 - SRC_URI="http://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz"
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 - SRC_URI=""
47 - inherit mercurial
48 - EHG_REPO_URI="https://code.google.com/p/votca.tools/"
49 + inherit git-r3
50 + EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
51 KEYWORDS=""
52 fi