From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0CC231382C5 for ; Fri, 18 May 2018 15:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9BBDE0973; Fri, 18 May 2018 15:27:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDD16E0973 for ; Fri, 18 May 2018 15:27:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3425335C72 for ; Fri, 18 May 2018 15:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F63D43 for ; Fri, 18 May 2018 15:27:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1526657050.a969fe6365e7112dda33d08c403bd6f337d28cd3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/scala-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/scala-mode/scala-mode-2.10.3.ebuild X-VCS-Directories: app-emacs/scala-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a969fe6365e7112dda33d08c403bd6f337d28cd3 X-VCS-Branch: master Date: Fri, 18 May 2018 15:27:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e7e24af-5c82-4f47-a958-a877f722ef8f X-Archives-Hash: e051c770e6cb6b0f8af2ab79afc67f5e commit: a969fe6365e7112dda33d08c403bd6f337d28cd3 Author: Ulrich Müller gentoo org> AuthorDate: Fri May 18 15:24:10 2018 +0000 Commit: Ulrich Müller gentoo 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"