summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-12-22 09:46:36 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-12-22 09:46:36 +0000
commit310fff3415acdcbc8e967dd61b29bccd59844f20 (patch)
treecf144796ac6a6df3540f58522eb7c3eab55f095b
parentversion bump (diff)
downloadgentoo-2-310fff3415acdcbc8e967dd61b29bccd59844f20.tar.gz
gentoo-2-310fff3415acdcbc8e967dd61b29bccd59844f20.tar.bz2
gentoo-2-310fff3415acdcbc8e967dd61b29bccd59844f20.zip
version bump
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--dev-ml/custom_printf/ChangeLog8
-rw-r--r--dev-ml/custom_printf/custom_printf-112.06.00.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
index e60841113d68..301698addfef 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.8 2014/12/01 13:38:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.9 2014/12/22 09:46:36 aballier Exp $
+
+*custom_printf-112.06.00 (22 Dec 2014)
+
+ 22 Dec 2014; Alexis Ballier <aballier@gentoo.org>
+ +custom_printf-112.06.00.ebuild:
+ version bump
*custom_printf-112.01.00 (01 Dec 2014)
diff --git a/dev-ml/custom_printf/custom_printf-112.06.00.ebuild b/dev-ml/custom_printf/custom_printf-112.06.00.ebuild
new file mode 100644
index 000000000000..d9e4a472d0bb
--- /dev/null
+++ b/dev-ml/custom_printf/custom_printf-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/custom_printf/custom_printf-112.06.00.ebuild,v 1.1 2014/12/22 09:46:36 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}/individual/${P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${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}"