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 C2E33139694 for ; Mon, 12 Jun 2017 16:53:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A8E21C039; Mon, 12 Jun 2017 16:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01D7221C039 for ; Mon, 12 Jun 2017 16:53:02 +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 CED08341802 for ; Mon, 12 Jun 2017 16:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64B124C92 for ; Mon, 12 Jun 2017 16:53:00 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1497286365.4cff823a6476f9dc0ae2dcffd3dde057900ff5fe.grknight@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: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 4cff823a6476f9dc0ae2dcffd3dde057900ff5fe X-VCS-Branch: master Date: Mon, 12 Jun 2017 16:53:00 +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: d0a93c9b-034c-4421-8bd5-503f88c9886b X-Archives-Hash: d219b1444fdc3a3008b934381d45c05d commit: 4cff823a6476f9dc0ae2dcffd3dde057900ff5fe Author: Brian Evans gentoo org> AuthorDate: Mon Jun 12 16:52:45 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jun 12 16:52:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cff823a dev-java/jdbc-mysql: Deprecate mirror://mysql from the package Package-Manager: Portage-2.3.6, Repoman-2.3.2 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 701289ec176..dde4a01e1dc 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-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="MySQL JDBC driver" HOMEPAGE="http://www.mysql.com/products/connector/j/" -SRC_URI="mirror://mysql/Downloads/Connector-J/${MY_P}.tar.gz" +SRC_URI="https://dev.mysql.com/get/Downloads/Connector-J/${MY_P}.tar.gz" LICENSE="GPL-2-with-MySQL-FLOSS-exception" SLOT="0"