From 39d7490c47847468cca30deddfefac870790c430 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 17 Apr 2017 11:26:41 +0200 Subject: dev-ml/ppx_optcomp: revbump for propagating previous fix Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r1.ebuild | 28 ++++++++++++++++++++++++++ dev-ml/ppx_optcomp/ppx_optcomp-0.9.0.ebuild | 28 -------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r1.ebuild delete mode 100644 dev-ml/ppx_optcomp/ppx_optcomp-0.9.0.ebuild (limited to 'dev-ml/ppx_optcomp') diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r1.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r1.ebuild new file mode 100644 index 000000000000..9fc51ce45569 --- /dev/null +++ b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Optional compilation for OCaml" +HOMEPAGE="https://github.com/janestreet/ppx_optcomp" +SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-ml/ppx_core:= + dev-lang/ocaml:= +" +RDEPEND="${DEPEND}" +DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder" + +src_install() { + opam-installer -i \ + --prefix="${ED}/usr" \ + --libdir="${D}/$(ocamlc -where)" \ + --docdir="${ED}/usr/share/doc/${PF}" \ + ${PN}.install || die +} diff --git a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0.ebuild b/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0.ebuild deleted file mode 100644 index 9fc51ce45569..000000000000 --- a/dev-ml/ppx_optcomp/ppx_optcomp-0.9.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Optional compilation for OCaml" -HOMEPAGE="https://github.com/janestreet/ppx_optcomp" -SRC_URI="https://github.com/janestreet/ppx_optcomp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-ml/ppx_core:= - dev-lang/ocaml:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} dev-ml/opam dev-ml/jbuilder" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -} -- cgit v1.2.3-65-gdbad