summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-03-23 09:26:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-03-23 09:26:15 +0000
commitfac724246a14e6174a7afa2663a74af1648be92d (patch)
tree3ef27dc97500dbd691a90e9dd657558ca15fe819 /dev-ml/pipebang
parentRemoved gentoo-sources mask since the old ebuilds have been deleted. (diff)
downloadgentoo-2-fac724246a14e6174a7afa2663a74af1648be92d.tar.gz
gentoo-2-fac724246a14e6174a7afa2663a74af1648be92d.tar.bz2
gentoo-2-fac724246a14e6174a7afa2663a74af1648be92d.zip
version bump
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pipebang')
-rw-r--r--dev-ml/pipebang/ChangeLog7
-rw-r--r--dev-ml/pipebang/pipebang-109.14.00.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog
index 0f55aa300e74..0e94fcb7858b 100644
--- a/dev-ml/pipebang/ChangeLog
+++ b/dev-ml/pipebang/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pipebang
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.7 2013/03/06 16:09:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.8 2013/03/23 09:26:15 aballier Exp $
+
+*pipebang-109.14.00 (23 Mar 2013)
+
+ 23 Mar 2013; Alexis Ballier <aballier@gentoo.org> +pipebang-109.14.00.ebuild:
+ version bump
*pipebang-109.11.00 (06 Mar 2013)
diff --git a/dev-ml/pipebang/pipebang-109.14.00.ebuild b/dev-ml/pipebang/pipebang-109.14.00.ebuild
new file mode 100644
index 000000000000..8ab3b3a2c75a
--- /dev/null
+++ b/dev-ml/pipebang/pipebang-109.14.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/pipebang/pipebang-109.14.00.ebuild,v 1.1 2013/03/23 09:26:15 aballier Exp $
+
+EAPI="5"
+
+inherit oasis
+
+DESCRIPTION="Syntax extension to transform x |! f into f x"
+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}"