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/extlib/
Date: Wed, 29 Jun 2016 19:19:39
Message-Id: 1467227825.6e9d123f36abfc590c770900a3d450e7a24bb171.mgorny@gentoo
1 commit: 6e9d123f36abfc590c770900a3d450e7a24bb171
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 19:15:11 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 19:17:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9d123f
7
8 dev-ml/extlib: Drop non-camlp4 support, #586910
9
10 dev-ml/extlib/{extlib-1.6.1.ebuild => extlib-1.6.1-r1.ebuild} | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-ml/extlib/extlib-1.6.1.ebuild b/dev-ml/extlib/extlib-1.6.1-r1.ebuild
14 similarity index 88%
15 rename from dev-ml/extlib/extlib-1.6.1.ebuild
16 rename to dev-ml/extlib/extlib-1.6.1-r1.ebuild
17 index 9ed1005..b7c0f30 100644
18 --- a/dev-ml/extlib/extlib-1.6.1.ebuild
19 +++ b/dev-ml/extlib/extlib-1.6.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -12,7 +12,7 @@ SRC_URI="https://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
27 LICENSE="LGPL-2.1"
28 DEPEND="
29 >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
30 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
31 + dev-ml/camlp4:=
32 "
33 RDEPEND="${DEPEND}"
34 SLOT="0/${PV}"