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 3EA2D138335 for ; Sat, 24 Aug 2019 10:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C4E3E0829; Sat, 24 Aug 2019 10:30:24 +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 814FBE0822 for ; Sat, 24 Aug 2019 10:30:24 +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 67BE134A23F for ; Sat, 24 Aug 2019 10:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A5A77D for ; Sat, 24 Aug 2019 10:30:18 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1566642608.730c5da1277dba4a298661f8bab55a7c761ab856.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnustep-libs/sope/sope-3.2.10.ebuild gnustep-libs/sope/sope-3.2.9.ebuild gnustep-libs/sope/sope-4.0.7.ebuild X-VCS-Directories: gnustep-libs/sope/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 730c5da1277dba4a298661f8bab55a7c761ab856 X-VCS-Branch: master Date: Sat, 24 Aug 2019 10:30:18 +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: a3375ab6-c89e-47a3-a792-dc76591b6f4b X-Archives-Hash: 69b22725a34a01968587d41c75ef4f08 commit: 730c5da1277dba4a298661f8bab55a7c761ab856 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Aug 24 10:07:57 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Aug 24 10:30:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730c5da1 gnustep-libs/sope: migrate to dev-db/mysql-connector-c Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann gentoo.org> gnustep-libs/sope/sope-3.2.10.ebuild | 4 ++-- gnustep-libs/sope/sope-3.2.9.ebuild | 4 ++-- gnustep-libs/sope/sope-4.0.7.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gnustep-libs/sope/sope-3.2.10.ebuild b/gnustep-libs/sope/sope-3.2.10.ebuild index 550358b4884..7e1b88530ca 100644 --- a/gnustep-libs/sope/sope-3.2.10.ebuild +++ b/gnustep-libs/sope/sope-3.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) " diff --git a/gnustep-libs/sope/sope-3.2.9.ebuild b/gnustep-libs/sope/sope-3.2.9.ebuild index 550358b4884..7e1b88530ca 100644 --- a/gnustep-libs/sope/sope-3.2.9.ebuild +++ b/gnustep-libs/sope/sope-3.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) " diff --git a/gnustep-libs/sope/sope-4.0.7.ebuild b/gnustep-libs/sope/sope-4.0.7.ebuild index 65255d6c629..cbe33b68f8f 100644 --- a/gnustep-libs/sope/sope-4.0.7.ebuild +++ b/gnustep-libs/sope/sope-4.0.7.ebuild @@ -22,7 +22,7 @@ RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) - mysql? ( virtual/libmysqlclient:= ) + mysql? ( dev-db/mysql-connector-c:= ) postgres? ( dev-db/postgresql:= ) xml? ( dev-libs/libxml2:2 ) "