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 2B6FA1382C5 for ; Sun, 17 May 2020 16:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8494AE08A5; Sun, 17 May 2020 16:55:35 +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 6AF49E08A5 for ; Sun, 17 May 2020 16:55:35 +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 04E9234F927 for ; Sun, 17 May 2020 16:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B31BC238 for ; Sun, 17 May 2020 16:55:32 +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: <1589734507.8b706f34fd9961992a9fc3c004622a5cd22ea71c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc-mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild X-VCS-Directories: dev-java/jdbc-mysql/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8b706f34fd9961992a9fc3c004622a5cd22ea71c X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:32 +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: 268a6773-fe47-45d8-a8c8-9aeb44ccd0f1 X-Archives-Hash: be656605a6b2bafaaf798b5d8c99d7bb commit: 8b706f34fd9961992a9fc3c004622a5cd22ea71c Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:19:39 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b706f34 dev-java/jdbc-mysql: 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-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild index dde4a01e1dc..db996676e75 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ MY_PN="mysql-connector-java" MY_P="${MY_PN}-${PV}" DESCRIPTION="MySQL JDBC driver" -HOMEPAGE="http://www.mysql.com/products/connector/j/" +HOMEPAGE="https://www.mysql.com/products/connector/j/" SRC_URI="https://dev.mysql.com/get/Downloads/Connector-J/${MY_P}.tar.gz" LICENSE="GPL-2-with-MySQL-FLOSS-exception"