Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-autoconf/
Date: Sat, 09 Feb 2019 19:56:07
Message-Id: 1549742103.f4165dc2b132ba0217701f5bfa72cddd4fde1481.bman@gentoo
1 commit: f4165dc2b132ba0217701f5bfa72cddd4fde1481
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 17 15:25:17 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 19:55:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4165dc2
7
8 dev-ml/ocaml-autoconf: revbump for EAPI7
9
10 Closes: https://bugs.gentoo.org/663882
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/9600
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild | 17 +++++++++++++++++
16 1 file changed, 17 insertions(+)
17
18 diff --git a/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
19 new file mode 100644
20 index 00000000000..9fba6468f10
21 --- /dev/null
22 +++ b/dev-ml/ocaml-autoconf/ocaml-autoconf-1.1-r1.ebuild
23 @@ -0,0 +1,17 @@
24 +# Copyright 1999-2018 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +DESCRIPTION="autoconf macros to support configuration of OCaml programs and libraries"
30 +HOMEPAGE="http://ocaml-autoconf.forge.ocamlcore.org/"
31 +SRC_URI="http://forge.ocamlcore.org/frs/download.php/282/${P}.tar.gz"
32 +
33 +LICENSE="BSD"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
36 +
37 +src_install() {
38 + emake DESTDIR="${D}" prefix="/usr" install
39 + dodoc README
40 +}