From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1030281-garchives=archives.gentoo.org@lists.gentoo.org> 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 4F1A2138334 for <garchives@archives.gentoo.org>; Wed, 13 Jun 2018 21:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62D94E09B0; Wed, 13 Jun 2018 21:18:29 +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 F04C3E09B5 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jun 2018 21:18:28 +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 8640C335C80 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jun 2018 21:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CA92E6 for <gentoo-commits@lists.gentoo.org>; Wed, 13 Jun 2018 21:18:24 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1528924661.0f8a028bae3841c4b5256bf7aa3db27edfebf10a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/sbt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/sbt/sbt-0.13.13.ebuild X-VCS-Directories: dev-java/sbt/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0f8a028bae3841c4b5256bf7aa3db27edfebf10a X-VCS-Branch: master Date: Wed, 13 Jun 2018 21:18:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 59bd39f7-42a4-49f8-b709-917026e3e486 X-Archives-Hash: 70a0be29cf1331eaf60a81bf1818a2de commit: 0f8a028bae3841c4b5256bf7aa3db27edfebf10a Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 11 20:38:07 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Jun 13 21:17:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8a028b dev-java/sbt: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8807 dev-java/sbt/sbt-0.13.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/sbt/sbt-0.13.13.ebuild b/dev-java/sbt/sbt-0.13.13.ebuild index f881129e9be..4dab1103382 100644 --- a/dev-java/sbt/sbt-0.13.13.ebuild +++ b/dev-java/sbt/sbt-0.13.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -12,7 +12,7 @@ L_P="${L_PN}-${PV}" SV="2.11" DESCRIPTION="sbt is a build tool for Scala and Java projects that aims to do the basics well" -HOMEPAGE="http://www.scala-sbt.org/" +HOMEPAGE="https://www.scala-sbt.org/" EGIT_COMMIT="v${PV}" EGIT_REPO_URI="https://github.com/sbt/sbt.git" SRC_URI="