commit: 3bc86599c97f44eecddaaa1c66535563ce914db2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 05:00:23 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 05:21:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3bc86599
sci-libs/votca-tools: sync with gx86 Package-Manager: portage-2.2.20.1 sci-libs/votca-tools/ChangeLog | 5 ++++- sci-libs/votca-tools/votca-tools-9999.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index 3fef99a..c5ce237 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 <[email protected]> votca-tools-9999.ebuild: + sci-libs/votca-tools: sync with gx86 + 13 Nov 2014; Christoph Junghans <[email protected]> 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 e724f4e..4dae0bf 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
