summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-25 22:57:15 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-25 23:02:06 +0200
commitcdc8e1a48d53cfdc299405728b78500e5f939df7 (patch)
tree608f0dbe8bffa4fb43058c319fbe74b030da5385 /dev-ml
parentdev-ml/ocamldsort: Move stable kw for minor dep change, #586920 (diff)
downloadgentoo-cdc8e1a48d53cfdc299405728b78500e5f939df7.tar.gz
gentoo-cdc8e1a48d53cfdc299405728b78500e5f939df7.tar.bz2
gentoo-cdc8e1a48d53cfdc299405728b78500e5f939df7.zip
dev-ml/pomap: Move stable kw for minor dep change, #586924
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pomap/pomap-3.0.5-r1.ebuild2
-rw-r--r--dev-ml/pomap/pomap-3.0.5.ebuild31
2 files changed, 1 insertions, 32 deletions
diff --git a/dev-ml/pomap/pomap-3.0.5-r1.ebuild b/dev-ml/pomap/pomap-3.0.5-r1.ebuild
index f8b0cc700562..6b0dd26661d9 100644
--- a/dev-ml/pomap/pomap-3.0.5-r1.ebuild
+++ b/dev-ml/pomap/pomap-3.0.5-r1.ebuild
@@ -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
index 766dfe89ecb9..000000000000
--- a/dev-ml/pomap/pomap-3.0.5.ebuild
+++ /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
-}