dev-ml/ocamldsort: Move stable kw for minor dep change, #586920
authorMichał Górny <mgorny@gentoo.org>
Sat, 25 Jun 2016 20:54:49 +0000 (22:54 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 25 Jun 2016 21:02:06 +0000 (23:02 +0200)
dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild [deleted file]

index c5716d5b22d713d54349a83ac226859866da2a68..212ea1b7b0ca726a3d7cfa3a7e7d397ae190630b 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
 LICENSE="LGPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ocaml-3.12:=
diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0.ebuild
deleted file mode 100644 (file)
index b146236..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="A dependency sorter for OCaml source files"
-HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
-SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
-LICENSE="LGPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.12:=
-       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       emake -j1
-}
-
-src_install() {
-       emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man" install
-       dodoc README THANKS Changes
-}