diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild index dc44ee04e33f..e43c590991d4 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild @@ -9,9 +9,9 @@ inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs +system-boost" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" if [ "${PV}" != "9999" ]; then - SRC_URI="http://votca.googlecode.com/files/${PF}.tar.gz - doc? ( http://votca.googlecode.com/files/${PN}-manual-${PV}.pdf ) - examples? ( http://votca.googlecode.com/files/${PN}-tutorials-${PV}.tar.gz )" + SRC_URI="https://votca.googlecode.com/files/${PF}.tar.gz + doc? ( https://votca.googlecode.com/files/${PN}-manual-${PV}.pdf ) + examples? ( https://votca.googlecode.com/files/${PN}-tutorials-${PV}.tar.gz )" RESTRICT="primaryuri" else SRC_URI="" |