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/hsql-mysql/
Date: Mon, 17 Sep 2018 21:07:47
Message-Id: 1537218455.1dbcabe7f29840d82e490c76f9860fe91b9459fb.slyfox@gentoo
1 commit: 1dbcabe7f29840d82e490c76f9860fe91b9459fb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 17 21:07:23 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 21:07:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbcabe7
7
8 dev-haskell/hsql-mysql: move off virtual/mysql, bug #665868
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/665868
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 .../{hsql-mysql-1.8.2.ebuild => hsql-mysql-1.8.2-r1.ebuild} | 13 +++++++------
18 dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild | 13 +++++++------
19 2 files changed, 14 insertions(+), 12 deletions(-)
20
21 diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild
22 similarity index 74%
23 rename from dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild
24 rename to dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild
25 index b4c83d8ab96..38e04f8ebed 100644
26 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild
27 +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild
28 @@ -1,9 +1,9 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 +# Copyright 1999-2018 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 # ebuild generated by hackport 0.2.13
34
35 -EAPI=4
36 +EAPI=6
37
38 CABAL_FEATURES="lib profile haddock hscolour hoogle"
39 inherit haskell-cabal
40 @@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
41 IUSE=""
42
43 RDEPEND="dev-haskell/cabal[profile?]
44 - >=dev-haskell/hsql-1.8.2[profile?]
45 - >=dev-lang/ghc-6.10.1
46 - >=virtual/mysql-4.0"
47 + >=dev-haskell/hsql-1.8.2[profile?]
48 + >=dev-lang/ghc-6.10.1
49 + dev-db/mysql-connector-c:0=
50 +"
51 DEPEND="${RDEPEND}
52 - >=dev-haskell/cabal-1.10"
53 + >=dev-haskell/cabal-1.10"
54
55 diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
56 index e1edbce9128..21ea8d3bb7f 100644
57 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
58 +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
59 @@ -1,9 +1,9 @@
60 -# Copyright 1999-2014 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 # ebuild generated by hackport 0.2.13
65
66 -EAPI=4
67 +EAPI=6
68
69 CABAL_FEATURES="lib profile haddock hscolour hoogle"
70 inherit haskell-cabal
71 @@ -18,8 +18,9 @@ KEYWORDS="" # buggy, has no headers
72 IUSE=""
73
74 RDEPEND="dev-haskell/cabal[profile?]
75 - >=dev-haskell/hsql-1.8.2[profile?]
76 - >=dev-lang/ghc-6.10.1
77 - >=virtual/mysql-4.0"
78 + >=dev-haskell/hsql-1.8.2[profile?]
79 + >=dev-lang/ghc-6.10.1
80 + dev-db/mysql-connector-c:0=
81 +"
82 DEPEND="${RDEPEND}
83 - >=dev-haskell/cabal-1.10"
84 + >=dev-haskell/cabal-1.10"