Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc-mysql/
Date: Mon, 17 Sep 2018 21:11:30
Message-Id: 1537218622.1ac14e8691705d7bedfe58bc78a97ba60c53a655.slyfox@gentoo
1 commit: 1ac14e8691705d7bedfe58bc78a97ba60c53a655
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 21:10:00 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 21:10:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac14e86
7
8 dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866
9
10 Move off virtual/mysql to dev-db/mysql-connector-c
11 as a library provider (with proper subslot).
12
13 Reported-by: Brian Evans
14 Closes: https://bugs.gentoo.org/665866
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 ...hdbc-mysql-0.6.6.1-r3.ebuild => hdbc-mysql-0.6.6.1-r4.ebuild} | 9 +++++----
18 .../{hdbc-mysql-0.7.1.0.ebuild => hdbc-mysql-0.7.1.0-r1.ebuild} | 6 +++---
19 2 files changed, 8 insertions(+), 7 deletions(-)
20
21 diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild
22 similarity index 84%
23 rename from dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild
24 rename to dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild
25 index 861ba83ab5c..2ec895f2184 100644
26 --- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild
27 +++ b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 +# Copyright 1999-2018 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -22,9 +22,10 @@ KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND=">=dev-haskell/hdbc-2.1.0:=[profile?]
38 - dev-haskell/utf8-string:=[profile?]
39 - >=dev-lang/ghc-6.12.1:=
40 - virtual/mysql"
41 + dev-haskell/utf8-string:=[profile?]
42 + >=dev-lang/ghc-6.12.1:=
43 + dev-db/mysql-connector-c:0=
44 +"
45 DEPEND="${RDEPEND}
46 >=dev-haskell/cabal-1.6"
47
48
49 diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
50 similarity index 89%
51 rename from dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild
52 rename to dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
53 index ce4e1c94bf6..23370ec0b51 100644
54 --- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild
55 +++ b/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2017 Gentoo Foundation
58 +# Copyright 1999-2018 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=6
62 @@ -23,9 +23,9 @@ IUSE="debug"
63 RDEPEND=">=dev-haskell/hdbc-2.1.0:2=[profile?]
64 dev-haskell/utf8-string:=[profile?]
65 >=dev-lang/ghc-8.0.1:=
66 - dev-libs/openssl
67 + dev-libs/openssl:0=
68 sys-libs/zlib
69 - >=virtual/mysql-4.0
70 + dev-db/mysql-connector-c:0=
71 "
72 DEPEND="${RDEPEND}
73 >=dev-haskell/cabal-1.24.0.0