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

index f8b0cc70056200461e60c496d347c9c696fb554f..6b0dd26661d9af92d109211bf1b4b3a32c4b11a1 100644 (file)
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1-with-linking-exception"
 DEPEND="dev-ml/camlp4:="
 RDEPEND="${DEPEND}"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="examples"
 
 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
diff --git a/dev-ml/pomap/pomap-3.0.5.ebuild b/dev-ml/pomap/pomap-3.0.5.ebuild
deleted file mode 100644 (file)
index 766dfe8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-DESCRIPTION="Partially Ordered Map ADT for O'Caml"
-HOMEPAGE="http://mmottl.github.io/pomap/"
-SRC_URI="https://github.com/mmottl/pomap/releases/download/v${PV}/${P}.tar.gz"
-LICENSE="LGPL-2.1-with-linking-exception"
-
-DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
-RDEPEND="${DEPEND}"
-SLOT="0/${PV}"
-KEYWORDS="amd64 ppc x86"
-IUSE="examples"
-
-DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
-
-src_install() {
-       oasis_src_install
-       if use examples ; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-               docompress -x /usr/share/doc/${PF}/examples
-       fi
-}