summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-03-18 17:11:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2015-03-18 17:11:51 +0000
commit077b012ed0e8c2d7b00bae8669cde148a9f7ba98 (patch)
tree81e7f1e815102426f9bcb251135b47a884d7f6c0 /dev-ml
parentversion bump (diff)
downloadgentoo-2-077b012ed0e8c2d7b00bae8669cde148a9f7ba98.tar.gz
gentoo-2-077b012ed0e8c2d7b00bae8669cde148a9f7ba98.tar.bz2
gentoo-2-077b012ed0e8c2d7b00bae8669cde148a9f7ba98.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/custom_printf/ChangeLog9
-rw-r--r--dev-ml/custom_printf/custom_printf-112.24.00.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
index e8b703a7d477..b41cd96577a9 100644
--- a/dev-ml/custom_printf/ChangeLog
+++ b/dev-ml/custom_printf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ml/custom_printf
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.11 2015/02/20 17:09:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.12 2015/03/18 17:11:51 aballier Exp $
+
+*custom_printf-112.24.00 (18 Mar 2015)
+
+ 18 Mar 2015; Alexis Ballier <aballier@gentoo.org>
+ +custom_printf-112.24.00.ebuild:
+ version bump
20 Feb 2015; Alexis Ballier <aballier@gentoo.org>
-custom_printf-109.27.00.ebuild, -custom_printf-109.60.00.ebuild,
@@ -61,4 +67,3 @@
24 May 2013; Alexis Ballier <aballier@gentoo.org>
+custom_printf-109.15.00.ebuild, +metadata.xml:
initial import, ebuild by me
-
diff --git a/dev-ml/custom_printf/custom_printf-112.24.00.ebuild b/dev-ml/custom_printf/custom_printf-112.24.00.ebuild
new file mode 100644
index 000000000000..e74eca466192
--- /dev/null
+++ b/dev-ml/custom_printf/custom_printf-112.24.00.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-112.24.00.ebuild,v 1.1 2015/03/18 17:11:51 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Syntax extension for printf format strings"
+HOMEPAGE="http://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}"