diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:33:03 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-08 11:33:03 +0000 |
commit | 269aae15e1085dac8df06b02478b2694cefba7fc (patch) | |
tree | c4417af74af0374f6485f321383f3210fd56f335 /dev-ml/pa_ounit | |
parent | version bump (diff) | |
download | gentoo-2-269aae15e1085dac8df06b02478b2694cefba7fc.tar.gz gentoo-2-269aae15e1085dac8df06b02478b2694cefba7fc.tar.bz2 gentoo-2-269aae15e1085dac8df06b02478b2694cefba7fc.zip |
version bump
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml/pa_ounit')
-rw-r--r-- | dev-ml/pa_ounit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index cb9d0661e7d3..f54481cd019d 100644 --- a/dev-ml/pa_ounit/ChangeLog +++ b/dev-ml/pa_ounit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pa_ounit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.1 2012/06/30 14:35:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.2 2012/10/08 11:33:03 aballier Exp $ + +*pa_ounit-108.07.01 (08 Oct 2012) + + 08 Oct 2012; Alexis Ballier <aballier@gentoo.org> +pa_ounit-108.07.01.ebuild: + version bump *pa_ounit-108.00.01 (30 Jun 2012) diff --git a/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild b/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild new file mode 100644 index 000000000000..97c5740bcc8b --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild,v 1.1 2012/10/08 11:33:03 aballier Exp $ + +EAPI="4" + +inherit oasis + +DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" +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}" + +DOCS=( "readme.md" ) |