summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-02-20 15:22:36 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-02-20 15:22:36 +0000
commite9216c8e6efcc44e65d1e212d8136122efb65f74 (patch)
treebcc520f7bd433bd73a11bddac55107f1d2076f70 /dev-ml/textutils
parentinitial import, ebuild by me, split out of dev-ml/typerep (diff)
downloadgentoo-2-e9216c8e6efcc44e65d1e212d8136122efb65f74.tar.gz
gentoo-2-e9216c8e6efcc44e65d1e212d8136122efb65f74.tar.bz2
gentoo-2-e9216c8e6efcc44e65d1e212d8136122efb65f74.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r--dev-ml/textutils/ChangeLog10
-rw-r--r--dev-ml/textutils/textutils-112.17.00.ebuild25
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ml/textutils/ChangeLog b/dev-ml/textutils/ChangeLog
index c6ab1012e009..513b3d0de1d3 100644
--- a/dev-ml/textutils/ChangeLog
+++ b/dev-ml/textutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/textutils
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.9 2014/12/22 09:42:36 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.10 2015/02/20 15:22:36 aballier Exp $
+
+*textutils-112.17.00 (20 Feb 2015)
+
+ 20 Feb 2015; Alexis Ballier <aballier@gentoo.org>
+ +textutils-112.17.00.ebuild:
+ version bump
*textutils-112.06.00 (22 Dec 2014)
diff --git a/dev-ml/textutils/textutils-112.17.00.ebuild b/dev-ml/textutils/textutils-112.17.00.ebuild
new file mode 100644
index 000000000000..1bba73e7f485
--- /dev/null
+++ b/dev-ml/textutils/textutils-112.17.00.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/textutils-112.17.00.ebuild,v 1.1 2015/02/20 15:22:36 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://ocaml.janestreet.com/"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-lang/ocaml-4.02[ocamlopt?]
+ >=dev-ml/core-109.24.00:=
+ >=dev-ml/pa_ounit-109.18.00:=
+ >=dev-ml/sexplib-109.20.00:=
+ dev-ml/camlp4:=
+"
+DEPEND="${RDEPEND}"