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/pomap/
Date: Sat, 25 Jun 2016 21:02:21
Message-Id: 1466888526.cdc8e1a48d53cfdc299405728b78500e5f939df7.mgorny@gentoo
1 commit: cdc8e1a48d53cfdc299405728b78500e5f939df7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 20:57:15 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=cdc8e1a4
7
8 dev-ml/pomap: Move stable kw for minor dep change, #586924
9
10 dev-ml/pomap/pomap-3.0.5-r1.ebuild | 2 +-
11 dev-ml/pomap/pomap-3.0.5.ebuild | 31 -------------------------------
12 2 files changed, 1 insertion(+), 32 deletions(-)
13
14 diff --git a/dev-ml/pomap/pomap-3.0.5-r1.ebuild b/dev-ml/pomap/pomap-3.0.5-r1.ebuild
15 index f8b0cc7..6b0dd26 100644
16 --- a/dev-ml/pomap/pomap-3.0.5-r1.ebuild
17 +++ b/dev-ml/pomap/pomap-3.0.5-r1.ebuild
18 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1-with-linking-exception"
19 DEPEND="dev-ml/camlp4:="
20 RDEPEND="${DEPEND}"
21 SLOT="0/${PV}"
22 -KEYWORDS="~amd64 ~ppc ~x86"
23 +KEYWORDS="amd64 ppc x86"
24 IUSE="examples"
25
26 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
27
28 diff --git a/dev-ml/pomap/pomap-3.0.5.ebuild b/dev-ml/pomap/pomap-3.0.5.ebuild
29 deleted file mode 100644
30 index 766dfe8..0000000
31 --- a/dev-ml/pomap/pomap-3.0.5.ebuild
32 +++ /dev/null
33 @@ -1,31 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -OASIS_BUILD_DOCS=1
41 -
42 -inherit oasis
43 -
44 -DESCRIPTION="Partially Ordered Map ADT for O'Caml"
45 -HOMEPAGE="http://mmottl.github.io/pomap/"
46 -SRC_URI="https://github.com/mmottl/pomap/releases/download/v${PV}/${P}.tar.gz"
47 -LICENSE="LGPL-2.1-with-linking-exception"
48 -
49 -DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
50 -RDEPEND="${DEPEND}"
51 -SLOT="0/${PV}"
52 -KEYWORDS="amd64 ppc x86"
53 -IUSE="examples"
54 -
55 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
56 -
57 -src_install() {
58 - oasis_src_install
59 - if use examples ; then
60 - insinto /usr/share/doc/${PF}
61 - doins -r examples
62 - docompress -x /usr/share/doc/${PF}/examples
63 - fi
64 -}