From: Alexis Ballier Date: Sat, 19 Sep 2015 12:31:48 +0000 (+0200) Subject: dev-ml/custom_printf: bump to 113.00.00 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15e13c325dff708b7708725486bdfcd2acd80b05;p=gentoo.git dev-ml/custom_printf: bump to 113.00.00 Package-Manager: portage-2.2.20.1 --- diff --git a/dev-ml/custom_printf/Manifest b/dev-ml/custom_printf/Manifest index acc68e94bfa1..b4c760213a21 100644 --- a/dev-ml/custom_printf/Manifest +++ b/dev-ml/custom_printf/Manifest @@ -1 +1,2 @@ DIST custom_printf-112.24.tar.gz 56205 SHA256 dad3aface92c53e8fbcc12cc9358c4767cb1cb09857d4819a10ed98eccaca8f9 SHA512 6bb37c9d4f9abb520659bb0fbb3fb6ce8ed44fde602a868b822f4ef89e52c4009ced639fb7d21d8e1aa798474293fb7d3b487a85d57391a412cd2c0933e64993 WHIRLPOOL 41d831d23c10790196b7a02e11045ed2baa3c70279d9ea611751e7ba1e7a96a918bdd60702d73d5edabaa50dbce6f3852bb9c19044d8508d6e66401ab2f93db6 +DIST custom_printf-113.00.00.tar.gz 56196 SHA256 4672db143ec72e4ff5d35490b0ae8b366755154f0b7660c29037ca5d9fbb6647 SHA512 02079132cf68ffc27ca1ac41cf183d10207d2e7570952010bbd0a376b11fec40b34a70ab13f79553eb4f425c1477791a1b1ad4f691b8354e93e283b7c4d72a9f WHIRLPOOL 81f40341eaa6a1fcb7ca696dc94720a630367093c01e7a9fb95fea8db10f150669dd9db2cbebd96defec4c29c670577a809bc3b11deecd84da7554600d94b572 diff --git a/dev-ml/custom_printf/custom_printf-113.00.00.ebuild b/dev-ml/custom_printf/custom_printf-113.00.00.ebuild new file mode 100644 index 000000000000..6bfad310175f --- /dev/null +++ b/dev-ml/custom_printf/custom_printf-113.00.00.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit oasis + +DESCRIPTION="Syntax extension for printf format strings" +HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + >=dev-ml/type-conv-109.20.00:= + dev-ml/sexplib:= + dev-ml/pa_ounit:= + dev-ml/camlp4:= +" +RDEPEND="${DEPEND}"