commit: a969fe6365e7112dda33d08c403bd6f337d28cd3 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri May 18 15:24:10 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri May 18 15:24:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a969fe63
Revert "app-emacs/scala-mode: use HTTPS" Merged in spite of changes requested. This reverts commit 02bcb9b810e1f48f97f79994ad912645c3dac4db. app-emacs/scala-mode/scala-mode-2.10.3.ebuild | 6 +++--- 1 file 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 96fbb5eb38d..9f6c70c65ce 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"