summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-10-07 13:06:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-10-07 13:15:26 +0200
commitcd2abf58f474e4acd5c0f7c63c10f8d516bf7d98 (patch)
tree0b91b7d834ec1ff44e5d39e95c4dc27620a39f84 /dev-ml/stringext/stringext-1.4.3.ebuild
parentmedia-gfx/imagemagick: Removed old. (diff)
downloadgentoo-cd2abf58f474e4acd5c0f7c63c10f8d516bf7d98.tar.gz
gentoo-cd2abf58f474e4acd5c0f7c63c10f8d516bf7d98.tar.bz2
gentoo-cd2abf58f474e4acd5c0f7c63c10f8d516bf7d98.zip
dev-ml/stringext: bump to 1.4.3
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ml/stringext/stringext-1.4.3.ebuild')
-rw-r--r--dev-ml/stringext/stringext-1.4.3.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-ml/stringext/stringext-1.4.3.ebuild b/dev-ml/stringext/stringext-1.4.3.ebuild
new file mode 100644
index 000000000000..3982d51269df
--- /dev/null
+++ b/dev-ml/stringext/stringext-1.4.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Extra string functions for OCaml"
+HOMEPAGE="https://github.com/rgrinberg/stringext"
+SRC_URI="https://github.com/rgrinberg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-lang/ocaml-4:=
+"
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-ml/iTeML )
+"
+
+DOCS=( README.md )