From: Sergei Trofimovich Date: Mon, 17 Sep 2018 21:10:00 +0000 (+0100) Subject: dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ac14e8691705d7bedfe58bc78a97ba60c53a655;p=gentoo.git dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866 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 --- 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 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 861ba83ab5ca..2ec895f2184f 100644 --- 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 @@ -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" 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 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 ce4e1c94bf63..23370ec0b510 100644 --- 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 @@ -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