aballier 15/03/18 17:11:13 Modified: ChangeLog Added: pa_ounit-112.24.00.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.23 dev-ml/pa_ounit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 20 Feb 2015 15:40:16 -0000 1.22 +++ ChangeLog 18 Mar 2015 17:11:13 -0000 1.23 @@ -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 <[email protected]> +pa_ounit-112.24.00.ebuild: + version bump 20 Feb 2015; Alexis Ballier <[email protected]> pa_ounit-112.17.00.ebuild: fix deps @@ -101,4 +106,3 @@ 30 Jun 2012; Alexis Ballier <[email protected]> +pa_ounit-108.00.01.ebuild, +metadata.xml: initial import, ebuild by me - 1.1 dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pa_ounit/pa_ounit-112.24.00.ebuild?rev=1.1&content-type=text/plain Index: pa_ounit-112.24.00.ebuild =================================================================== # 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" )
