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 31DAC138331 for ; Fri, 18 May 2018 12:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E8CCE0998; Fri, 18 May 2018 12:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E979CE0993 for ; Fri, 18 May 2018 12:34:27 +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 7E6C1335C87 for ; Fri, 18 May 2018 12:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 224872A6 for ; Fri, 18 May 2018 12:34:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526646758.02bcb9b810e1f48f97f79994ad912645c3dac4db.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 02bcb9b810e1f48f97f79994ad912645c3dac4db X-VCS-Branch: master Date: Fri, 18 May 2018 12:34:23 +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: 613d8cbc-1e3c-47bf-ab95-2b948dc3a577 X-Archives-Hash: 039d88a11cbc2a9f7a6b4f1974689063 commit: 02bcb9b810e1f48f97f79994ad912645c3dac4db Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 17 08:09:49 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 18 12:32:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bcb9b8 app-emacs/scala-mode: use HTTPS 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 9f6c70c65ce..96fbb5eb38d 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-2015 Gentoo Foundation +# Copyright 1999-2018 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="http://www.scala-lang.org/" -SRC_URI="http://www.scala-lang.org/files/archive/${MY_P}.tgz" +HOMEPAGE="https://www.scala-lang.org" +SRC_URI="https://www.scala-lang.org/files/archive/${MY_P}.tgz" LICENSE="BSD" SLOT="0"