Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-libs/sope/
Date: Sat, 24 Aug 2019 10:30:30
Message-Id: 1566642608.730c5da1277dba4a298661f8bab55a7c761ab856.whissi@gentoo
1 commit: 730c5da1277dba4a298661f8bab55a7c761ab856
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 24 10:07:57 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 24 10:30:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730c5da1
7
8 gnustep-libs/sope: migrate to dev-db/mysql-connector-c
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 gnustep-libs/sope/sope-3.2.10.ebuild | 4 ++--
14 gnustep-libs/sope/sope-3.2.9.ebuild | 4 ++--
15 gnustep-libs/sope/sope-4.0.7.ebuild | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/gnustep-libs/sope/sope-3.2.10.ebuild b/gnustep-libs/sope/sope-3.2.10.ebuild
19 index 550358b4884..7e1b88530ca 100644
20 --- a/gnustep-libs/sope/sope-3.2.10.ebuild
21 +++ b/gnustep-libs/sope/sope-3.2.10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -22,7 +22,7 @@ RDEPEND="
29 !libressl? ( dev-libs/openssl:0= )
30 libressl? ( dev-libs/libressl:= )
31 )
32 - mysql? ( virtual/libmysqlclient:= )
33 + mysql? ( dev-db/mysql-connector-c:= )
34 postgres? ( dev-db/postgresql:= )
35 xml? ( dev-libs/libxml2:2 )
36 "
37
38 diff --git a/gnustep-libs/sope/sope-3.2.9.ebuild b/gnustep-libs/sope/sope-3.2.9.ebuild
39 index 550358b4884..7e1b88530ca 100644
40 --- a/gnustep-libs/sope/sope-3.2.9.ebuild
41 +++ b/gnustep-libs/sope/sope-3.2.9.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -22,7 +22,7 @@ RDEPEND="
49 !libressl? ( dev-libs/openssl:0= )
50 libressl? ( dev-libs/libressl:= )
51 )
52 - mysql? ( virtual/libmysqlclient:= )
53 + mysql? ( dev-db/mysql-connector-c:= )
54 postgres? ( dev-db/postgresql:= )
55 xml? ( dev-libs/libxml2:2 )
56 "
57
58 diff --git a/gnustep-libs/sope/sope-4.0.7.ebuild b/gnustep-libs/sope/sope-4.0.7.ebuild
59 index 65255d6c629..cbe33b68f8f 100644
60 --- a/gnustep-libs/sope/sope-4.0.7.ebuild
61 +++ b/gnustep-libs/sope/sope-4.0.7.ebuild
62 @@ -22,7 +22,7 @@ RDEPEND="
63 !libressl? ( dev-libs/openssl:0= )
64 libressl? ( dev-libs/libressl:= )
65 )
66 - mysql? ( virtual/libmysqlclient:= )
67 + mysql? ( dev-db/mysql-connector-c:= )
68 postgres? ( dev-db/postgresql:= )
69 xml? ( dev-libs/libxml2:2 )
70 "