diff options
Diffstat (limited to 'sci-chemistry/votca-csg')
-rw-r--r-- | sci-chemistry/votca-csg/metadata.xml | 1 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild | 12 |
2 files changed, 3 insertions, 10 deletions
diff --git a/sci-chemistry/votca-csg/metadata.xml b/sci-chemistry/votca-csg/metadata.xml index ac1ad46250e3..e078f2b29958 100644 --- a/sci-chemistry/votca-csg/metadata.xml +++ b/sci-chemistry/votca-csg/metadata.xml @@ -14,7 +14,6 @@ <flag name="extras">Pull in extra applications from <pkg>sci-chemistry/votca-csgapps</pkg></flag> </use> <upstream> - <remote-id type="google-code">votca</remote-id> <remote-id type="github">votca/csg-tutorials</remote-id> </upstream> </pkgmetadata> diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild index b3ad74905fbe..a16d9f519dce 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.4-r1.ebuild @@ -9,15 +9,9 @@ inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" if [ "${PV}" != "9999" ]; then - SRC_URI="https://downloads.votca.googlecode.com/hg/${P}.tar.gz - doc? ( https://downloads.votca.googlecode.com/hg/${PN}-manual-${PV}.pdf ) - examples? ( https://downloads.votca.googlecode.com/hg/${PN}-tutorials-${PV}.tar.gz )" -else - SRC_URI="" - inherit mercurial - EHG_REPO_URI="https://csg.votca.googlecode.com/hg" - PDEPEND="${PDEPEND} doc? ( =app-doc/${PN}-manual-${PV} ) - examples? ( =sci-chemistry/${PN}-tutorials-${PV} )" + SRC_URI="https://github.com/votca/downloads/raw/master/${P}.tar.gz + doc? ( https://github.com/votca/downloads/raw/master/${PN}-manual-${PV}.pdf ) + examples? ( https://github.com/votca/downloads/raw/master/${PN}-tutorials-${PV}.tar.gz )" fi DESCRIPTION="Votca coarse-graining engine" |