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/ocamldsort/
Date: Sat, 25 Jun 2016 21:02:22
Message-Id: 1466888526.353c441268a5d980293fd623248fdedf95674caa.mgorny@gentoo
1 commit: 353c441268a5d980293fd623248fdedf95674caa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 20:54:49 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 21:02:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353c4412
7
8 dev-ml/ocamldsort: Move stable kw for minor dep change, #586920
9
10 dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild | 2 +-
11 dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild | 27 ---------------------------
12 2 files changed, 1 insertion(+), 28 deletions(-)
13
14 diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
15 index c5716d5..212ea1b 100644
16 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
17 +++ b/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
18 @@ -10,7 +10,7 @@ SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
19 LICENSE="LGPL-2"
20
21 SLOT="0"
22 -KEYWORDS="~amd64 ~ppc ~x86"
23 +KEYWORDS="~amd64 ppc x86"
24 IUSE=""
25
26 DEPEND=">=dev-lang/ocaml-3.12:=
27
28 diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
29 deleted file mode 100644
30 index b146236..0000000
31 --- a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
32 +++ /dev/null
33 @@ -1,27 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -DESCRIPTION="A dependency sorter for OCaml source files"
41 -HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
42 -SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
43 -LICENSE="LGPL-2"
44 -
45 -SLOT="0"
46 -KEYWORDS="~amd64 ppc x86"
47 -IUSE=""
48 -
49 -DEPEND=">=dev-lang/ocaml-3.12:=
50 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_compile() {
54 - emake -j1
55 -}
56 -
57 -src_install() {
58 - emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man" install
59 - dodoc README THANKS Changes
60 -}