diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2016-03-15 09:41:41 +0100 |
---|---|---|
committer | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2016-03-15 09:41:41 +0100 |
commit | b00fbe9179bfac68df8d936fa98a86cb073fbe48 (patch) | |
tree | 775fdc57aa93e16e5c48ffa46f72e8e269e22eea | |
parent | Merge branch 'master' of ssh://github.com/gentoo-science/sci (diff) | |
download | sci-b00fbe9179bfac68df8d936fa98a86cb073fbe48.tar.gz sci-b00fbe9179bfac68df8d936fa98a86cb073fbe48.tar.bz2 sci-b00fbe9179bfac68df8d936fa98a86cb073fbe48.zip |
sci-physics/genfit: Change live-ebuild to github.
Upstream moved current development to github
in the last weeks.
-rw-r--r-- | sci-physics/genfit/genfit-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/genfit/genfit-9999.ebuild b/sci-physics/genfit/genfit-9999.ebuild index a449b62bc..370cbba11 100644 --- a/sci-physics/genfit/genfit-9999.ebuild +++ b/sci-physics/genfit/genfit-9999.ebuild @@ -7,9 +7,8 @@ EAPI=5 inherit cmake-utils versionator if [[ ${PV} == *9999* ]]; then - inherit subversion - ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk" - ESVN_PROJECT="${PN}.${PV}" + inherit git-r3 + EGIT_REPO_URI="https://github.com/GenFit/GenFit.git" KEYWORDS="" else # .zip-snapshot can be recreated by visiting |