summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-01-19 16:31:40 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-01-19 16:31:40 +0000
commitbeb1c2eb36251987ff82f0d5c80745aa5e2083cb (patch)
tree892cef48f1cfd544f54eeb3191fbcb8ec306f602 /dev-ml
parentversion bump (diff)
downloadgentoo-2-beb1c2eb36251987ff82f0d5c80745aa5e2083cb.tar.gz
gentoo-2-beb1c2eb36251987ff82f0d5c80745aa5e2083cb.tar.bz2
gentoo-2-beb1c2eb36251987ff82f0d5c80745aa5e2083cb.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/textutils/ChangeLog10
-rw-r--r--dev-ml/textutils/textutils-109.53.02.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-ml/textutils/ChangeLog b/dev-ml/textutils/ChangeLog
index 0fb29efb2e6d..1e707c5c2877 100644
--- a/dev-ml/textutils/ChangeLog
+++ b/dev-ml/textutils/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/textutils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.4 2013/08/19 15:38:08 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.5 2014/01/19 16:31:39 aballier Exp $
+
+*textutils-109.53.02 (19 Jan 2014)
+
+ 19 Jan 2014; Alexis Ballier <aballier@gentoo.org>
+ +textutils-109.53.02.ebuild:
+ version bump
*textutils-109.36.00 (19 Aug 2013)
diff --git a/dev-ml/textutils/textutils-109.53.02.ebuild b/dev-ml/textutils/textutils-109.53.02.ebuild
new file mode 100644
index 000000000000..9149d13a9979
--- /dev/null
+++ b/dev-ml/textutils/textutils-109.53.02.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/textutils-109.53.02.ebuild,v 1.1 2014/01/19 16:31:40 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://ocaml.janestreet.com/"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ >=dev-ml/core-109.24.00:=
+ >=dev-ml/pa_ounit-109.18.00:=
+ >=dev-ml/sexplib-109.20.00:=
+ dev-ml/async:=
+"
+DEPEND="${RDEPEND}"