Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-mysql/
Date: Mon, 11 Feb 2019 14:37:05
Message-Id: 1549895797.d34a7b7f850565813c58adfb6c1792af281928fb.grknight@gentoo
1 commit: d34a7b7f850565813c58adfb6c1792af281928fb
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 11 14:36:37 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 11 14:36:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34a7b7f
7
8 dev-ml/ocaml-mysql: Revbump to fix dependencies and update EAPI
9
10 Bug: https://bugs.gentoo.org/665886
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 ...{ocaml-mysql-1.2.2.ebuild => ocaml-mysql-1.2.1-r1.ebuild} | 12 ++++++------
15 ...{ocaml-mysql-1.2.2.ebuild => ocaml-mysql-1.2.2-r1.ebuild} | 10 +++++-----
16 2 files changed, 11 insertions(+), 11 deletions(-)
17
18 diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild
19 similarity index 78%
20 copy from dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild
21 copy to dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild
22 index a1afca457cf..74bddd8f624 100644
23 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild
24 +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=5
31 +EAPI=7
32
33 -inherit findlib eutils
34 +inherit findlib
35
36 IUSE="+ocamlopt"
37
38 @@ -13,7 +13,7 @@ HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/"
39
40 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
41 sys-libs/zlib
42 - >=virtual/mysql-4.0"
43 + dev-db/mysql-connector-c:0="
44
45 RDEPEND="$DEPEND"
46
47 @@ -25,7 +25,7 @@ src_compile()
48 {
49 emake all
50 if use ocamlopt; then
51 - emake -j1 opt
52 + emake opt
53 fi
54 }
55
56 @@ -34,5 +34,5 @@ src_install()
57 findlib_src_preinst
58 emake install
59
60 - dodoc CHANGES README VERSION || die
61 + dodoc CHANGES README VERSION
62 }
63
64 diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild
65 similarity index 80%
66 rename from dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild
67 rename to dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild
68 index a1afca457cf..87b9fd21e32 100644
69 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2.ebuild
70 +++ b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild
71 @@ -1,9 +1,9 @@
72 -# Copyright 1999-2017 Gentoo Foundation
73 +# Copyright 1999-2019 Gentoo Authors
74 # Distributed under the terms of the GNU General Public License v2
75
76 -EAPI=5
77 +EAPI=7
78
79 -inherit findlib eutils
80 +inherit findlib
81
82 IUSE="+ocamlopt"
83
84 @@ -13,7 +13,7 @@ HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/"
85
86 DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
87 sys-libs/zlib
88 - >=virtual/mysql-4.0"
89 + dev-db/mysql-connector-c:0="
90
91 RDEPEND="$DEPEND"
92
93 @@ -34,5 +34,5 @@ src_install()
94 findlib_src_preinst
95 emake install
96
97 - dodoc CHANGES README VERSION || die
98 + dodoc CHANGES README VERSION
99 }