dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 17 Sep 2018 21:10:00 +0000 (22:10 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 17 Sep 2018 21:10:22 +0000 (22:10 +0100)
Move off virtual/mysql to dev-db/mysql-connector-c
as a library provider (with proper subslot).

Reported-by: Brian Evans
Closes: https://bugs.gentoo.org/665866
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild [moved from dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild with 84% similarity]
dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild [moved from dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild with 89% similarity]

similarity index 84%
rename from dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild
rename to dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild
index 861ba83ab5ca06a11c13352736bca65847fe9cdc..2ec895f2184fe741fc272ac3e357b227c24025bc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,9 +22,10 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/hdbc-2.1.0:=[profile?]
-               dev-haskell/utf8-string:=[profile?]
-               >=dev-lang/ghc-6.12.1:=
-               virtual/mysql"
+       dev-haskell/utf8-string:=[profile?]
+       >=dev-lang/ghc-6.12.1:=
+       dev-db/mysql-connector-c:0=
+"
 DEPEND="${RDEPEND}
                >=dev-haskell/cabal-1.6"
 
similarity index 89%
rename from dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild
rename to dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild
index ce4e1c94bf6348cce70bf22a4ab45a2cfff24e5c..23370ec0b510a6e5221ea89824c8da3e9c788bf5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,9 +23,9 @@ IUSE="debug"
 RDEPEND=">=dev-haskell/hdbc-2.1.0:2=[profile?]
        dev-haskell/utf8-string:=[profile?]
        >=dev-lang/ghc-8.0.1:=
-       dev-libs/openssl
+       dev-libs/openssl:0=
        sys-libs/zlib
-       >=virtual/mysql-4.0
+       dev-db/mysql-connector-c:0=
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.24.0.0