summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2023-04-17 16:07:48 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-04-18 04:14:42 +0200
commite779e46dcc2f6e3ec0c7f99d2aa531e0f3114891 (patch)
treed17d0074c14d7cba9192d33fbcc6cf6281ec65da
parentdev-java/swt: Stabilize 4.27 ppc64, #904494 (diff)
downloadgentoo-e779e46dcc2f6e3ec0c7f99d2aa531e0f3114891.tar.gz
gentoo-e779e46dcc2f6e3ec0c7f99d2aa531e0f3114891.tar.bz2
gentoo-e779e46dcc2f6e3ec0c7f99d2aa531e0f3114891.zip
dev-ml/camomile: add 2.0.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/30631 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-ml/camomile/Manifest1
-rw-r--r--dev-ml/camomile/camomile-2.0.0.ebuild25
-rw-r--r--dev-ml/camomile/metadata.xml2
3 files changed, 27 insertions, 1 deletions
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 @@
<name>ML</name>
</maintainer>
<upstream>
- <remote-id type="github">yoriyuki/Camomile</remote-id>
+ <remote-id type="github">savonet/Camomile</remote-id>
</upstream>
</pkgmetadata>