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 16E631382C5 for ; Sun, 17 May 2020 16:55:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F0B2E0924; Sun, 17 May 2020 16:55:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66B86E0924 for ; Sun, 17 May 2020 16:55:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 714F234F953 for ; Sun, 17 May 2020 16:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C18261 for ; Sun, 17 May 2020 16:55:33 +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: <1589734519.bfde4cc3391e43ed4d5f5b60fea49ec047e7846a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/scala/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/scala/scala-2.12.10.ebuild dev-lang/scala/scala-2.12.4.ebuild X-VCS-Directories: dev-lang/scala/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bfde4cc3391e43ed4d5f5b60fea49ec047e7846a X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da3feb49-aa75-4779-a358-6602b54fa589 X-Archives-Hash: e2fbad3b5e660a4139a7cd9e02eb3f4d commit: bfde4cc3391e43ed4d5f5b60fea49ec047e7846a Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:50:45 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfde4cc3 dev-lang/scala: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Aaron Bauman gentoo.org> dev-lang/scala/scala-2.12.10.ebuild | 2 +- dev-lang/scala/scala-2.12.4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/scala/scala-2.12.10.ebuild b/dev-lang/scala/scala-2.12.10.ebuild index 43d41a07a6f..4699867705b 100644 --- a/dev-lang/scala/scala-2.12.10.ebuild +++ b/dev-lang/scala/scala-2.12.10.ebuild @@ -36,7 +36,7 @@ SBTV="0.13.18" # ${P}/build/scaladoc DESCRIPTION="The Scala Programming Language" -HOMEPAGE="http://www.scala-lang.org/" +HOMEPAGE="https://www.scala-lang.org/" SRC_URI=" !binary? ( https://github.com/scala/scala/archive/v${PV}.tar.gz -> ${P}.tar.gz diff --git a/dev-lang/scala/scala-2.12.4.ebuild b/dev-lang/scala/scala-2.12.4.ebuild index 1adbeeb8b46..715bb6f6fb0 100644 --- a/dev-lang/scala/scala-2.12.4.ebuild +++ b/dev-lang/scala/scala-2.12.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -59,7 +59,7 @@ declare -a JURI=( ) DESCRIPTION="The Scala Programming Language" -HOMEPAGE="http://www.scala-lang.org/" +HOMEPAGE="https://www.scala-lang.org/" SRC_URI=" !binary? ( https://github.com/scala/scala/archive/v${PV}.tar.gz -> ${P}.tar.gz