summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-02-13 16:11:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-02-13 16:11:10 +0000
commit9673e9bc2064e8585588ecab3f6ec4d6c97225ee (patch)
treee0cefdf814d6411a583dd7fdae5ef8542bffaf7b /dev-ml/textutils
parentStable for HPPA (bug #496628). (diff)
downloadgentoo-2-9673e9bc2064e8585588ecab3f6ec4d6c97225ee.tar.gz
gentoo-2-9673e9bc2064e8585588ecab3f6ec4d6c97225ee.tar.bz2
gentoo-2-9673e9bc2064e8585588ecab3f6ec4d6c97225ee.zip
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/textutils')
-rw-r--r--dev-ml/textutils/ChangeLog8
-rw-r--r--dev-ml/textutils/textutils-109.53.03.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/textutils/ChangeLog b/dev-ml/textutils/ChangeLog
index 1e707c5c2877..ebd2d2d50af9 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.5 2014/01/19 16:31:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.6 2014/02/13 16:11:10 aballier Exp $
+
+*textutils-109.53.03 (13 Feb 2014)
+
+ 13 Feb 2014; Alexis Ballier <aballier@gentoo.org>
+ +textutils-109.53.03.ebuild:
+ version bump
*textutils-109.53.02 (19 Jan 2014)
diff --git a/dev-ml/textutils/textutils-109.53.03.ebuild b/dev-ml/textutils/textutils-109.53.03.ebuild
new file mode 100644
index 000000000000..e69126502e8f
--- /dev/null
+++ b/dev-ml/textutils/textutils-109.53.03.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.03.ebuild,v 1.1 2014/02/13 16:11:10 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}"