diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /dev-lang/scala/scala-2.11.4-r1.ebuild | |
parent | f49e098397feee21f6efdc364f7d00bbc86b8518 (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.xz |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/scala/scala-2.11.4-r1.ebuild')
-rw-r--r-- | dev-lang/scala/scala-2.11.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/scala/scala-2.11.4-r1.ebuild b/dev-lang/scala/scala-2.11.4-r1.ebuild index 08e0d73f5f7..1727cdcd488 100644 --- a/dev-lang/scala/scala-2.11.4-r1.ebuild +++ b/dev-lang/scala/scala-2.11.4-r1.ebuild @@ -57,9 +57,9 @@ HOMEPAGE="http://www.scala-lang.org/" SRC_URI="!binary? ( https://github.com/scala/scala/archive/v${PV}.tar.gz -> ${P}.tar.gz ${JURI[@]} - http://dev.gentoo.org/~gienah/snapshots/${P}-maven-deps.tar.gz + https://dev.gentoo.org/~gienah/snapshots/${P}-maven-deps.tar.gz ) -binary? ( http://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.bz2 )" +binary? ( https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.bz2 )" LICENSE="BSD" SLOT="${SV}/${PV}" @@ -136,7 +136,7 @@ java_prepare() { epatch "${FILESDIR}/${P}-no-git.patch" # Note: to bump scala, some things to try are: # 1. update all the sha1s in JURI - # 2. remove the http://dev.gentoo.org/~gienah/snapshots/${P}-maven-deps.tar.gz from SRC_URI + # 2. remove the https://dev.gentoo.org/~gienah/snapshots/${P}-maven-deps.tar.gz from SRC_URI # 3. try emerge scala. Check if it downloads more stuff in src_compile to ${WORKDIR}/.m2 # or /var/tmp/portage/.m2 or /root/.m2 # 4. tar up all the .m2 junk into ${P}-maven-deps.tar.gz and add it to SRC_URI. |