summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-22 06:05:56 +0000
committerSam James <sam@gentoo.org>2021-01-24 16:06:07 +0000
commit13e09698afed27f332a2ae9a4288029d36b6117f (patch)
treed54b2fea48947a479188dd2481eca08d0f918ccf /dev-ml/textutils
parentdev-ml/core: bump to 0.14.0 (diff)
downloadgentoo-13e09698afed27f332a2ae9a4288029d36b6117f.tar.gz
gentoo-13e09698afed27f332a2ae9a4288029d36b6117f.tar.bz2
gentoo-13e09698afed27f332a2ae9a4288029d36b6117f.zip
dev-ml/textutils: bump to 0.14.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r--dev-ml/textutils/Manifest1
-rw-r--r--dev-ml/textutils/textutils-0.14.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ml/textutils/Manifest b/dev-ml/textutils/Manifest
index 8eec1f84e79d..5672d8e1a175 100644
--- a/dev-ml/textutils/Manifest
+++ b/dev-ml/textutils/Manifest
@@ -1 +1,2 @@
+DIST textutils-0.14.0.tar.gz 13261 BLAKE2B f4e1f364e72af47d70d1b674399c923672a780aefa1a2de731e786ef6a5fe03789d5605d326e883b9b37b0ac6fd98246b243980b16c25a4cc8baed29a2142cf9 SHA512 e8dca3f0f5c096846201a4fddf06e7bd3ad721a21df054189d0a7316a8d5be73df6633b045f7027d03b8023448f017aab14dbfc13985a11b5a2b58e5498b6de3
DIST textutils-0.9.0.tar.gz 19603 BLAKE2B 20e515b62fad7b17a0bb05c3a3ad45af81dcf3bf5c98617803186df0badecf369a684cb481786fc0074b177807049848b27272b6a4872e26d7b47a036ca7c98f SHA512 2a60b0add940f3584752f1add546716ad1e9e002d8fae460d9e62acda39e4b486c06a3fa27ceab754d2339dc46422a5a9534345c743950d6ed08683060cab759
diff --git a/dev-ml/textutils/textutils-0.14.0.ebuild b/dev-ml/textutils/textutils-0.14.0.ebuild
new file mode 100644
index 000000000000..8baa1d24b678
--- /dev/null
+++ b/dev-ml/textutils/textutils-0.14.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://github.com/janestreet/textutils"
+SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="ocamlopt"
+
+RDEPEND="
+ dev-ml/core:=
+ dev-ml/core_kernel:=
+ dev-ml/ppx_jane:=
+ dev-ml/uutf:=
+"
+DEPEND="${RDEPEND}"