diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-02-13 15:33:21 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-02-13 15:33:21 +0000 |
commit | b874981c5bbea71a38ed76951bd9a395844fb94c (patch) | |
tree | 3645afe8be5e049dbb42edd7c1361e073a2c4454 /dev-ml/pipebang | |
parent | I am no longer maintaining this package. (diff) | |
download | gentoo-2-b874981c5bbea71a38ed76951bd9a395844fb94c.tar.gz gentoo-2-b874981c5bbea71a38ed76951bd9a395844fb94c.tar.bz2 gentoo-2-b874981c5bbea71a38ed76951bd9a395844fb94c.zip |
version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pipebang')
-rw-r--r-- | dev-ml/pipebang/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pipebang/pipebang-110.01.00.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog index 2cd2f77ff73b..3a1dd0729b7f 100644 --- a/dev-ml/pipebang/ChangeLog +++ b/dev-ml/pipebang/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pipebang # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.12 2014/01/19 13:40:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/ChangeLog,v 1.13 2014/02/13 15:33:21 aballier Exp $ + +*pipebang-110.01.00 (13 Feb 2014) + + 13 Feb 2014; Alexis Ballier <aballier@gentoo.org> +pipebang-110.01.00.ebuild: + version bump *pipebang-109.60.00 (19 Jan 2014) diff --git a/dev-ml/pipebang/pipebang-110.01.00.ebuild b/dev-ml/pipebang/pipebang-110.01.00.ebuild new file mode 100644 index 000000000000..7f924ce0c931 --- /dev/null +++ b/dev-ml/pipebang/pipebang-110.01.00.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-110.01.00.ebuild,v 1.1 2014/02/13 15:33:21 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-109.60:=" +RDEPEND="${DEPEND}" |