summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-05-24 16:38:56 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-05-24 16:38:56 +0000
commit8deb02cd95c1fc86fd4f34ec2d5b4d4e976ebbb5 (patch)
tree4fff9e9253b186ba523236838937daf41dec90e4
parentapply fix for kernel-3.8 (bug 461532) , only unparallelize the necessary bit ... (diff)
downloadgentoo-2-8deb02cd95c1fc86fd4f34ec2d5b4d4e976ebbb5.tar.gz
gentoo-2-8deb02cd95c1fc86fd4f34ec2d5b4d4e976ebbb5.tar.bz2
gentoo-2-8deb02cd95c1fc86fd4f34ec2d5b4d4e976ebbb5.zip
initial import, ebuild by me
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
-rw-r--r--dev-ml/custom_printf/ChangeLog10
-rw-r--r--dev-ml/custom_printf/custom_printf-109.15.00.ebuild20
-rw-r--r--dev-ml/custom_printf/metadata.xml5
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
new file mode 100644
index 000000000000..17b630c431b9
--- /dev/null
+++ b/dev-ml/custom_printf/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2013/05/24 16:38:56 aballier Exp $
+
+*custom_printf-109.15.00 (24 May 2013)
+
+ 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-109.15.00.ebuild b/dev-ml/custom_printf/custom_printf-109.15.00.ebuild
new file mode 100644
index 000000000000..e7d3549f5a5e
--- /dev/null
+++ b/dev-ml/custom_printf/custom_printf-109.15.00.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 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.15.00.ebuild,v 1.1 2013/05/24 16:38:56 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-${PV}:="
+RDEPEND="${DEPEND}"
diff --git a/dev-ml/custom_printf/metadata.xml b/dev-ml/custom_printf/metadata.xml
new file mode 100644
index 000000000000..2193d772e351
--- /dev/null
+++ b/dev-ml/custom_printf/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ml</herd>
+</pkgmetadata>