From beb1c2eb36251987ff82f0d5c80745aa5e2083cb Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Sun, 19 Jan 2014 16:31:40 +0000 Subject: version bump (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A) --- dev-ml/textutils/ChangeLog | 10 ++++++++-- dev-ml/textutils/textutils-109.53.02.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 dev-ml/textutils/textutils-109.53.02.ebuild (limited to 'dev-ml') 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 + +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}" -- cgit v1.2.3-65-gdbad