summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-08 11:35:28 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-08 11:35:28 +0000
commitdf1945fd54afa2d05e4609409dcd176d409f482a (patch)
treed5af1b6c71fa450795c53a3f172518eb894d11b0 /dev-ml
parentversion bump (diff)
downloadgentoo-2-df1945fd54afa2d05e4609409dcd176d409f482a.tar.gz
gentoo-2-df1945fd54afa2d05e4609409dcd176d409f482a.tar.bz2
gentoo-2-df1945fd54afa2d05e4609409dcd176d409f482a.zip
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/pipebang/ChangeLog7
-rw-r--r--dev-ml/pipebang/pipebang-108.07.01.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog
index dc2e45bce3b4..2baabb2ae5bd 100644
--- a/dev-ml/pipebang/ChangeLog
+++ b/dev-ml/pipebang/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/pipebang
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.1 2012/06/30 14:49:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.2 2012/10/08 11:35:28 aballier Exp $
+
+*pipebang-108.07.01 (08 Oct 2012)
+
+ 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +pipebang-108.07.01.ebuild:
+ version bump
*pipebang-108.00.01 (30 Jun 2012)
diff --git a/dev-ml/pipebang/pipebang-108.07.01.ebuild b/dev-ml/pipebang/pipebang-108.07.01.ebuild
new file mode 100644
index 000000000000..605f74319aaa
--- /dev/null
+++ b/dev-ml/pipebang/pipebang-108.07.01.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-108.07.01.ebuild,v 1.1 2012/10/08 11:35:28 aballier Exp $
+
+EAPI="4"
+
+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"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ml/type-conv-3.0.5"
+RDEPEND="${DEPEND}"