dev-haskell/hsql-mysql: move off virtual/mysql, bug #665868
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 17 Sep 2018 21:07:23 +0000 (22:07 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 17 Sep 2018 21:07:35 +0000 (22:07 +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/665868
Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild [moved from dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild with 74% similarity]
dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild

similarity index 74%
rename from dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild
rename to dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild
index b4c83d8ab963a5058f1d567133458b0f28cad24e..38e04f8ebedf595b7954cce3552b803ea43a6e44 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # ebuild generated by hackport 0.2.13
 
-EAPI=4
+EAPI=6
 
 CABAL_FEATURES="lib profile haddock hscolour hoogle"
 inherit haskell-cabal
@@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/cabal[profile?]
-               >=dev-haskell/hsql-1.8.2[profile?]
-               >=dev-lang/ghc-6.10.1
-               >=virtual/mysql-4.0"
+       >=dev-haskell/hsql-1.8.2[profile?]
+       >=dev-lang/ghc-6.10.1
+       dev-db/mysql-connector-c:0=
+"
 DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.10"
+       >=dev-haskell/cabal-1.10"
index e1edbce912850c26dff43a36724b6b4fa524e83e..21ea8d3bb7f8a86169899682bca19b799c489763 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # ebuild generated by hackport 0.2.13
 
-EAPI=4
+EAPI=6
 
 CABAL_FEATURES="lib profile haddock hscolour hoogle"
 inherit haskell-cabal
@@ -18,8 +18,9 @@ KEYWORDS="" # buggy, has no headers
 IUSE=""
 
 RDEPEND="dev-haskell/cabal[profile?]
-               >=dev-haskell/hsql-1.8.2[profile?]
-               >=dev-lang/ghc-6.10.1
-               >=virtual/mysql-4.0"
+       >=dev-haskell/hsql-1.8.2[profile?]
+       >=dev-lang/ghc-6.10.1
+       dev-db/mysql-connector-c:0=
+"
 DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.10"
+       >=dev-haskell/cabal-1.10"