diff options
author | Alexis Ballier <aballier@gentoo.org> | 2014-01-19 13:40:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2014-01-19 13:40:19 +0000 |
commit | 61d07611d0c9913aab6c8b08cd84dd3d644a5a4b (patch) | |
tree | ed054e34c91bc0342f33382258d55478d880778c /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-61d07611d0c9913aab6c8b08cd84dd3d644a5a4b.tar.gz gentoo-2-61d07611d0c9913aab6c8b08cd84dd3d644a5a4b.tar.bz2 gentoo-2-61d07611d0c9913aab6c8b08cd84dd3d644a5a4b.zip |
version bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pipebang/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/pipebang/pipebang-109.60.00.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-ml/pipebang/ChangeLog b/dev-ml/pipebang/ChangeLog index 7fd8c5ad4909..2cd2f77ff73b 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.11 2013/08/19 13:55:49 aballier Exp $ +# 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 $ + +*pipebang-109.60.00 (19 Jan 2014) + + 19 Jan 2014; Alexis Ballier <aballier@gentoo.org> +pipebang-109.60.00.ebuild: + version bump 19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -pipebang-109.08.00.ebuild, -pipebang-109.11.00.ebuild, -pipebang-109.14.00.ebuild, diff --git a/dev-ml/pipebang/pipebang-109.60.00.ebuild b/dev-ml/pipebang/pipebang-109.60.00.ebuild new file mode 100644 index 000000000000..03ba6c0bd7d7 --- /dev/null +++ b/dev-ml/pipebang/pipebang-109.60.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-109.60.00.ebuild,v 1.1 2014/01/19 13:40:19 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}" |