Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/gammu/
Date: Mon, 04 Mar 2019 11:52:52
Message-Id: 1551700354.70ae7dd34071cb9cc2017a249a409394a03f6193.asturm@gentoo
1 commit: 70ae7dd34071cb9cc2017a249a409394a03f6193
2 Author: ktrace <ktrace <AT> yandex <DOT> ru>
3 AuthorDate: Mon Mar 4 10:13:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 11:52:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ae7dd3
7
8 app-mobilephone/gammu: remove virtual/mysql from deps
9
10 Replace virtual/mysql with dev-db/mysql-connector-c:= in dependencies.
11
12 Closes: https://bugs.gentoo.org/665826
13 Closes: https://github.com/gentoo/gentoo/pull/9962
14 Signed-off-by: Victor Kustov <ktrace <AT> yandex.ru>
15 Package-Manager: Portage-2.3.40, Repoman-2.3.9
16 Closes: https://github.com/gentoo/gentoo/pull/9962
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 app-mobilephone/gammu/{gammu-1.39.0.ebuild => gammu-1.39.0-r1.ebuild} | 4 ++--
20 1 file changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/app-mobilephone/gammu/gammu-1.39.0.ebuild b/app-mobilephone/gammu/gammu-1.39.0-r1.ebuild
23 similarity index 94%
24 rename from app-mobilephone/gammu/gammu-1.39.0.ebuild
25 rename to app-mobilephone/gammu/gammu-1.39.0-r1.ebuild
26 index d33aa043346..44f8382b7a3 100644
27 --- a/app-mobilephone/gammu/gammu-1.39.0.ebuild
28 +++ b/app-mobilephone/gammu/gammu-1.39.0-r1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -20,7 +20,7 @@ COMMON_DEPEND="
36 bluetooth? ( net-wireless/bluez:= )
37 curl? ( net-misc/curl:= )
38 dbi? ( >=dev-db/libdbi-0.8.3:= )
39 - mysql? ( virtual/mysql:= )
40 + mysql? ( dev-db/mysql-connector-c:= )
41 postgres? ( dev-db/postgresql:= )
42 usb? ( virtual/libusb:1= )
43 "