aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2015-09-23 23:00:23 -0600
committerChristoph Junghans <ottxor@gentoo.org>2015-09-23 23:21:14 -0600
commit3bc86599c97f44eecddaaa1c66535563ce914db2 (patch)
treed4da079e2ff1882eb873ad9e1c740ef291da4c2b
parentsys-cluster/openmpi: bump 1.10.0 (diff)
downloadsci-3bc86599c97f44eecddaaa1c66535563ce914db2.tar.gz
sci-3bc86599c97f44eecddaaa1c66535563ce914db2.tar.bz2
sci-3bc86599c97f44eecddaaa1c66535563ce914db2.zip
sci-libs/votca-tools: sync with gx86
Package-Manager: portage-2.2.20.1
-rw-r--r--sci-libs/votca-tools/ChangeLog5
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog
index 3fef99a59..c5ce2378a 100644
--- a/sci-libs/votca-tools/ChangeLog
+++ b/sci-libs/votca-tools/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/votca-tools
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 24 Sep 2015; Christoph Junghans <ottxor@gentoo.org> votca-tools-9999.ebuild:
+ sci-libs/votca-tools: sync with gx86
+
13 Nov 2014; Christoph Junghans <ottxor@gentoo.org> votca-tools-9999.ebuild:
deps on boost:=
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index e724f4ef6..4dae0bfce 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -9,12 +9,12 @@ CMAKE_MAKEFILE_GENERATOR="ninja"
inherit cmake-utils eutils multilib
if [ "${PV}" != "9999" ]; then
- SRC_URI="http://downloads.votca.googlecode.com/hg/${P}_pristine.tar.gz"
+ SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-macos"
+ S="${WORKDIR}/${P#votca-}"
else
- SRC_URI=""
- inherit mercurial
- EHG_REPO_URI="https://code.google.com/p/votca.tools/"
+ inherit git-r3
+ EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git"
KEYWORDS=""
fi