Use https by default
[gentoo.git] / dev-lang / scala / scala-2.11.4-r1.ebuild
index 08e0d73f5f7931f9d71d5d613b6a0f33f7b76c5d..1727cdcd48896f8477649f16a0882482520b3e5a 100644 (file)
@@ -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.