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 492FF139694 for ; Mon, 12 Jun 2017 16:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 767CE21C039; Mon, 12 Jun 2017 16:44:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4098621C039 for ; Mon, 12 Jun 2017 16:44:40 +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 0263634192B for ; Mon, 12 Jun 2017 16:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B167477 for ; Mon, 12 Jun 2017 16:44:37 +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: <1497285860.2ad563d4b0118ac800f4f7d5409e56a4704b6381.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2ad563d4b0118ac800f4f7d5409e56a4704b6381 X-VCS-Branch: master Date: Mon, 12 Jun 2017 16:44:37 +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: b1be4c78-1e84-43fc-a2e2-a41bcc4853f3 X-Archives-Hash: fe265a6b8bd12ed351fbd5bad90f9bd1 commit: 2ad563d4b0118ac800f4f7d5409e56a4704b6381 Author: Brian Evans gentoo org> AuthorDate: Mon Jun 12 16:44:20 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Mon Jun 12 16:44:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad563d4 dev-db/mysql-connector-c++: Deprecate mirror://mysql from the package Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild | 4 ++-- dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild index 3678b91c48d..57d25d9de98 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic multilib DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" -SRC_URI="mirror://mysql/Downloads/${URI_DIR}/${P}.tar.gz" +SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild index 4e7319cb63e..e5de51d1a0f 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.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 @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic multilib DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" -SRC_URI="mirror://mysql/Downloads/${URI_DIR}/${P}.tar.gz" +SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild index 0cf7384e8d6..1120d852cbe 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.8.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils flag-o-matic DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" HOMEPAGE="http://dev.mysql.com/downloads/connector/cpp/" URI_DIR="Connector-C++" -SRC_URI="mirror://mysql/Downloads/${URI_DIR}/${P}.tar.gz" +SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"