diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-18 17:24:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-18 17:24:10 +0200 |
commit | a969fe6365e7112dda33d08c403bd6f337d28cd3 (patch) | |
tree | d49df7740b9464253bb15382503a4e3619ce5d0a /app-emacs/scala-mode | |
parent | app-benchmarks/geekbench: amd64 stable wrt bug #654998 (diff) | |
download | gentoo-a969fe6365e7112dda33d08c403bd6f337d28cd3.tar.gz gentoo-a969fe6365e7112dda33d08c403bd6f337d28cd3.tar.bz2 gentoo-a969fe6365e7112dda33d08c403bd6f337d28cd3.zip |
Revert "app-emacs/scala-mode: use HTTPS"
Merged in spite of changes requested.
This reverts commit 02bcb9b810e1f48f97f79994ad912645c3dac4db.
Diffstat (limited to 'app-emacs/scala-mode')
-rw-r--r-- | app-emacs/scala-mode/scala-mode-2.10.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/scala-mode/scala-mode-2.10.3.ebuild b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild index 96fbb5eb38de..9f6c70c65ce9 100644 --- a/app-emacs/scala-mode/scala-mode-2.10.3.ebuild +++ b/app-emacs/scala-mode/scala-mode-2.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ inherit elisp MY_P="scala-tool-support-${PV}" DESCRIPTION="Scala mode for Emacs" -HOMEPAGE="https://www.scala-lang.org" -SRC_URI="https://www.scala-lang.org/files/archive/${MY_P}.tgz" +HOMEPAGE="http://www.scala-lang.org/" +SRC_URI="http://www.scala-lang.org/files/archive/${MY_P}.tgz" LICENSE="BSD" SLOT="0" |