commit: cdc8e1a48d53cfdc299405728b78500e5f939df7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 20:57:15 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 21:02:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdc8e1a4
dev-ml/pomap: Move stable kw for minor dep change, #586924
dev-ml/pomap/pomap-3.0.5-r1.ebuild | 2 +-
dev-ml/pomap/pomap-3.0.5.ebuild | 31 -------------------------------
2 files changed, 1 insertion(+), 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 f8b0cc7..6b0dd26 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 766dfe8..0000000
--- 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
-}