summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-04-11 11:40:25 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-04-11 11:40:25 +0000
commit16646e947b762a774298245c952f728c5ab5e811 (patch)
treea8ac72c7bfec05362ae6e278e4fbd7cdbde80930 /dev-ml/pipebang
parentRemove old. (diff)
downloadgentoo-2-16646e947b762a774298245c952f728c5ab5e811.tar.gz
gentoo-2-16646e947b762a774298245c952f728c5ab5e811.tar.bz2
gentoo-2-16646e947b762a774298245c952f728c5ab5e811.zip
version bump
(Portage version: 2.2.0_alpha171/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.15.00.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog
index 0e94fcb7858b..ec2077653aba 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.8 2013/03/23 09:26:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.9 2013/04/11 11:40:25 aballier Exp $
+
+*pipebang-109.15.00 (11 Apr 2013)
+
+ 11 Apr 2013; Alexis Ballier <aballier@gentoo.org> +pipebang-109.15.00.ebuild:
+ version bump
*pipebang-109.14.00 (23 Mar 2013)
diff --git a/dev-ml/pipebang/pipebang-109.15.00.ebuild b/dev-ml/pipebang/pipebang-109.15.00.ebuild
new file mode 100644
index 000000000000..1fbe2f1f99b6
--- /dev/null
+++ b/dev-ml/pipebang/pipebang-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/pipebang/pipebang-109.15.00.ebuild,v 1.1 2013/04/11 11:40:25 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}"