diff options
author | 2014-12-22 09:42:36 +0000 | |
---|---|---|
committer | 2014-12-22 09:42:36 +0000 | |
commit | 26808ac316001110b90ded9fed1f480eefc14e96 (patch) | |
tree | 5f7b9c86d2a75ddca7897f71efc9d2a62e7a3aff /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-26808ac316001110b90ded9fed1f480eefc14e96.tar.gz gentoo-2-26808ac316001110b90ded9fed1f480eefc14e96.tar.bz2 gentoo-2-26808ac316001110b90ded9fed1f480eefc14e96.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/textutils/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/textutils/textutils-112.06.00.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ml/textutils/ChangeLog b/dev-ml/textutils/ChangeLog index 26f58c688363..c6ab1012e009 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.8 2014/12/01 13:32:53 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/textutils/ChangeLog,v 1.9 2014/12/22 09:42:36 aballier Exp $ + +*textutils-112.06.00 (22 Dec 2014) + + 22 Dec 2014; Alexis Ballier <aballier@gentoo.org> + +textutils-112.06.00.ebuild: + version bump *textutils-112.01.00 (01 Dec 2014) diff --git a/dev-ml/textutils/textutils-112.06.00.ebuild b/dev-ml/textutils/textutils-112.06.00.ebuild new file mode 100644 index 000000000000..255c7120b494 --- /dev/null +++ b/dev-ml/textutils/textutils-112.06.00.ebuild @@ -0,0 +1,25 @@ +# 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-112.06.00.ebuild,v 1.1 2014/12/22 09:42: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%.*}.00/individual/${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}" |