summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-08-01 13:41:37 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-08-01 13:41:37 +0000
commitfaec8b847c1621e5b5f58c9c37e6f04a439623c7 (patch)
tree1f3e2a7c78390d7e2823c3f30d37e3dbd3d8fad7 /dev-ml/textutils
parentVersion bump (fixes #477052 upstream). (diff)
downloadgentoo-2-faec8b847c1621e5b5f58c9c37e6f04a439623c7.tar.gz
gentoo-2-faec8b847c1621e5b5f58c9c37e6f04a439623c7.tar.bz2
gentoo-2-faec8b847c1621e5b5f58c9c37e6f04a439623c7.zip
version bump
(Portage version: 2.2.0_alpha191/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.35.00.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-ml/textutils/ChangeLog b/dev-ml/textutils/ChangeLog
index 8b2130d2fab7..28b24b9efabb 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.1 2013/06/10 14:34:18 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.2 2013/08/01 13:41:37 aballier Exp $
+
+*textutils-109.35.00 (01 Aug 2013)
+
+ 01 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+ +textutils-109.35.00.ebuild:
+ version bump
*textutils-109.24.00 (10 Jun 2013)
diff --git a/dev-ml/textutils/textutils-109.35.00.ebuild b/dev-ml/textutils/textutils-109.35.00.ebuild
new file mode 100644
index 000000000000..b5ade40c122b
--- /dev/null
+++ b/dev-ml/textutils/textutils-109.35.00.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/textutils-109.35.00.ebuild,v 1.1 2013/08/01 13:41:37 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Text output utilities"
+HOMEPAGE="https://ocaml.janestreet.com/"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${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:=
+"
+DEPEND="${RDEPEND}"