diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-22 02:20:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-22 02:20:25 +0000 |
commit | 53d6692c34f20d063e3795628951a39754081e5b (patch) | |
tree | 74a989fa48cd6bc7816972ea6fa3e091f49033e9 /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-53d6692c34f20d063e3795628951a39754081e5b.tar.gz gentoo-2-53d6692c34f20d063e3795628951a39754081e5b.tar.bz2 gentoo-2-53d6692c34f20d063e3795628951a39754081e5b.zip |
version bump
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pipebang/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pipebang/pipebang-109.28.00.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog index ec2077653aba..83ee2cc149e3 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.9 2013/04/11 11:40:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.10 2013/07/22 02:20:25 aballier Exp $ + +*pipebang-109.28.00 (22 Jul 2013) + + 22 Jul 2013; Alexis Ballier <aballier@gentoo.org> +pipebang-109.28.00.ebuild: + version bump *pipebang-109.15.00 (11 Apr 2013) diff --git a/dev-ml/pipebang/pipebang-109.28.00.ebuild b/dev-ml/pipebang/pipebang-109.28.00.ebuild new file mode 100644 index 000000000000..0d6f306207fc --- /dev/null +++ b/dev-ml/pipebang/pipebang-109.28.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.28.00.ebuild,v 1.1 2013/07/22 02:20: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}" |