summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-01-19 13:42:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-01-19 13:42:29 +0000
commit51c95ee1e10ecf1aab816e53550ba8b7bbb5cc5a (patch)
tree36fe1451cf362f06e047f78cf85919f97f61861f /dev-ml/custom_printf
parentversion bump (diff)
downloadgentoo-2-51c95ee1e10ecf1aab816e53550ba8b7bbb5cc5a.tar.gz
gentoo-2-51c95ee1e10ecf1aab816e53550ba8b7bbb5cc5a.tar.bz2
gentoo-2-51c95ee1e10ecf1aab816e53550ba8b7bbb5cc5a.zip
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/custom_printf')
-rw-r--r--dev-ml/custom_printf/ChangeLog10
-rw-r--r--dev-ml/custom_printf/custom_printf-109.60.00.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
index 3477684f6ae2..627d4b6fe25b 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.3 2013/08/19 12:57:49 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.4 2014/01/19 13:42:29 aballier Exp $
+
+*custom_printf-109.60.00 (19 Jan 2014)
+
+ 19 Jan 2014; Alexis Ballier <aballier@gentoo.org>
+ +custom_printf-109.60.00.ebuild:
+ version bump
19 Aug 2013; Alexis Ballier <aballier@gentoo.org>
-custom_printf-109.15.00.ebuild:
diff --git a/dev-ml/custom_printf/custom_printf-109.60.00.ebuild b/dev-ml/custom_printf/custom_printf-109.60.00.ebuild
new file mode 100644
index 000000000000..f4bc09fa16bf
--- /dev/null
+++ b/dev-ml/custom_printf/custom_printf-109.60.00.ebuild
@@ -0,0 +1,20 @@
+# 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-109.60.00.ebuild,v 1.1 2014/01/19 13:42:29 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:="
+RDEPEND="${DEPEND}"