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 B4405138334 for ; Wed, 24 Oct 2018 06:14:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96A3CE08EB; Wed, 24 Oct 2018 06:14:36 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48664E08EB for ; Wed, 24 Oct 2018 06:14:36 +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 020BF335CC8 for ; Wed, 24 Oct 2018 06:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EB5044A for ; Wed, 24 Oct 2018 06:14:13 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1540361625.5fd21a2bc569f2a6a65f6f8b85e755c447ab7994.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-workbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild X-VCS-Directories: dev-db/mysql-workbench/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5fd21a2bc569f2a6a65f6f8b85e755c447ab7994 X-VCS-Branch: master Date: Wed, 24 Oct 2018 06:14:13 +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: 1498f2e2-ab25-41b6-9145-d379bff121ab X-Archives-Hash: 01ff9511d42546d3ef97c41f908b520b commit: 5fd21a2bc569f2a6a65f6f8b85e755c447ab7994 Author: Hans de Graaff gentoo org> AuthorDate: Wed Oct 24 06:13:24 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Oct 24 06:13:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd21a2b dev-db/mysql-workbench: drop virtual/mysql dependency mysql-workbench uses mysql-connector-c++ to establish a connection with the server. mysql_config is mentioned in a test unit file but tests are not currently run. Closes: https://bugs.gentoo.org/665860 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild | 3 +-- dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild | 3 +-- dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild index 178a44ec3f9..e89f1328742 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -38,7 +38,6 @@ CDEPEND="${PYTHON_DEPS} >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip - >=virtual/mysql-5.6 dev-libs/libpcre[cxx] >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild index 1d3b557c13c..71ca6115b09 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -38,7 +38,6 @@ CDEPEND="${PYTHON_DEPS} >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip - >=virtual/mysql-5.1 dev-libs/libpcre[cxx] >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl diff --git a/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild b/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild index f03222f30ec..d26dbccfc30 100644 --- a/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-8.0.13.ebuild @@ -40,7 +40,6 @@ CDEPEND="${PYTHON_DEPS} >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip - >=virtual/mysql-5.6 dev-libs/libpcre[cxx] >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl