From e779e46dcc2f6e3ec0c7f99d2aa531e0f3114891 Mon Sep 17 00:00:00 2001 From: Thomas Bracht Laumann Jespersen Date: Mon, 17 Apr 2023 16:07:48 +0200 Subject: dev-ml/camomile: add 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Bracht Laumann Jespersen Closes: https://github.com/gentoo/gentoo/pull/30631 Signed-off-by: Maciej Barć --- dev-ml/camomile/Manifest | 1 + dev-ml/camomile/camomile-2.0.0.ebuild | 25 +++++++++++++++++++++++++ dev-ml/camomile/metadata.xml | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-ml/camomile/camomile-2.0.0.ebuild diff --git a/dev-ml/camomile/Manifest b/dev-ml/camomile/Manifest index f5976e8b2a78..3766becc3b7d 100644 --- a/dev-ml/camomile/Manifest +++ b/dev-ml/camomile/Manifest @@ -1 +1,2 @@ DIST camomile-1.0.2.tar.gz 7032339 BLAKE2B 8cd60c74821c2c8e7084e752d1e4d67428c935859e02a8630f3f5563b53b3ce444071fa26153950f6a410b2743073692c7061e4f1f902c23e5fa54c50a89383c SHA512 d62ecaa297058b52674f98e513a6d776148fe62651b2b4a2dac4bb3e05abb8b7684960e889f68c6dab60aee669fbab715a2d6a9206645e24d10d8aaaf7cedf0e +DIST camomile-2.0.0.tar.gz 7030383 BLAKE2B 795f6a0e482cbc2d5a38bcb1a9ca2f93f1d7ec437bc736dbc50ef39b6c072df925776dba315e04a9dd508fffe06ffcd2eaac10ef56da56727b8e85ca2f931e9a SHA512 b0ae3d921f65390e8ec88a04901dd097b568db9f9ae70fb328e9d3ddb2dd8922b9a8e8da9ace91ad9cb5f6a1310ae5b6ba502e287d6c828f4d60622289316ac8 diff --git a/dev-ml/camomile/camomile-2.0.0.ebuild b/dev-ml/camomile/camomile-2.0.0.ebuild new file mode 100644 index 000000000000..333db6f3ae41 --- /dev/null +++ b/dev-ml/camomile/camomile-2.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml" +HOMEPAGE="https://github.com/savonet/Camomile" +SRC_URI="https://github.com/savonet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P^}" + +LICENSE="LGPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +IUSE="+ocamlopt" + +# Unbound module errors +RESTRICT="test" + +RDEPEND=" + dev-ml/dune-site:= + dev-ml/camlp-streams:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ml/camomile/metadata.xml b/dev-ml/camomile/metadata.xml index 1e19ff097ea1..07d1d0e57508 100644 --- a/dev-ml/camomile/metadata.xml +++ b/dev-ml/camomile/metadata.xml @@ -6,6 +6,6 @@ ML - yoriyuki/Camomile + savonet/Camomile -- cgit v1.2.3-65-gdbad