diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-03-18 17:11:13 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-03-18 17:11:13 +0000 |
commit | 9b8a9efa8c5ab8d656736c2b200f137847d667d9 (patch) | |
tree | 3f081adf275d64bc9e29b956cc365eb58c2e7402 /dev-ml | |
parent | version bump (diff) | |
download | gentoo-2-9b8a9efa8c5ab8d656736c2b200f137847d667d9.tar.gz gentoo-2-9b8a9efa8c5ab8d656736c2b200f137847d667d9.tar.bz2 gentoo-2-9b8a9efa8c5ab8d656736c2b200f137847d667d9.zip |
version bump
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pa_ounit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild | 22 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index 1b8afc5fa6bb..ab1b6c43c8b2 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.22 2015/02/20 15:40:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.23 2015/03/18 17:11:13 aballier Exp $ + +*pa_ounit-112.24.00 (18 Mar 2015) + + 18 Mar 2015; Alexis Ballier <aballier@gentoo.org> +pa_ounit-112.24.00.ebuild: + version bump 20 Feb 2015; Alexis Ballier <aballier@gentoo.org> pa_ounit-112.17.00.ebuild: fix deps @@ -101,4 +106,3 @@ 30 Jun 2012; Alexis Ballier <aballier@gentoo.org> +pa_ounit-108.00.01.ebuild, +metadata.xml: initial import, ebuild by me - diff --git a/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild b/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild new file mode 100644 index 000000000000..a7a08f197057 --- /dev/null +++ b/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild,v 1.1 2015/03/18 17:11:13 aballier Exp $ + +EAPI="5" + +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%.*}/files/${P%.*}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-ml/ounit-1.1.1:= + dev-ml/camlp4:=" +RDEPEND="${DEPEND}" + +DOCS=( "readme.md" ) |