Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgtk/
Date: Wed, 29 Jun 2016 21:15:00
Message-Id: 1467234888.52ce482c08e38e356d0706d54bbcfa6cac8123d4.mgorny@gentoo
1 commit: 52ce482c08e38e356d0706d54bbcfa6cac8123d4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 20:32:58 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 21:14:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ce482c
7
8 dev-ml/lablgtk: Split stable into old OCaml & camlp4 variants, #586916
9
10 Split the stable version into a variant supporting old OCaml and one
11 supporting camlp4, in order to solve :=-in-|| problem. The old ebuild
12 is only targeted at stable ia64 & sparc users that do not have camlp4
13 stable.
14
15 dev-ml/lablgtk/{lablgtk-2.18.3.ebuild => lablgtk-2.18.3-r1.ebuild} | 4 ++--
16 dev-ml/lablgtk/lablgtk-2.18.3.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild b/dev-ml/lablgtk/lablgtk-2.18.3-r1.ebuild
20 similarity index 94%
21 copy from dev-ml/lablgtk/lablgtk-2.18.3.ebuild
22 copy to dev-ml/lablgtk/lablgtk-2.18.3-r1.ebuild
23 index 81b3d6a..53294ba 100644
24 --- a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
25 +++ b/dev-ml/lablgtk/lablgtk-2.18.3-r1.ebuild
26 @@ -22,13 +22,13 @@ RDEPEND=">=x11-libs/gtk+-2.10:2
27 >=x11-libs/gtkglarea-1.9:2 )
28 spell? ( app-text/gtkspell:2 )
29 sourceview? ( x11-libs/gtksourceview:2.0 )
30 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
31 + dev-ml/camlp4:=
32 "
33 DEPEND="${RDEPEND}
34 virtual/pkgconfig"
35
36 SLOT="2/${PV}"
37 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
38 +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
39
40 src_configure() {
41 econf $(use_enable debug) \
42
43 diff --git a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
44 index 81b3d6a..46dbd4b 100644
45 --- a/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
46 +++ b/dev-ml/lablgtk/lablgtk-2.18.3.ebuild
47 @@ -22,7 +22,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2
48 >=x11-libs/gtkglarea-1.9:2 )
49 spell? ( app-text/gtkspell:2 )
50 sourceview? ( x11-libs/gtksourceview:2.0 )
51 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
52 + <dev-lang/ocaml-4.02.0
53 "
54 DEPEND="${RDEPEND}
55 virtual/pkgconfig"