diff options
Diffstat (limited to 'dev-lang/scala/scala-2.11.2-r1.ebuild')
-rw-r--r-- | dev-lang/scala/scala-2.11.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/scala/scala-2.11.2-r1.ebuild b/dev-lang/scala/scala-2.11.2-r1.ebuild index 3f422a2c8e7d..fd94c4381617 100644 --- a/dev-lang/scala/scala-2.11.2-r1.ebuild +++ b/dev-lang/scala/scala-2.11.2-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. |