aballier 14/10/30 08:17:00 Modified: ChangeLog Added: ocamlmod-0.0.7.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.7 dev-ml/ocamlmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 Feb 2013 14:17:32 -0000 1.6 +++ ChangeLog 30 Oct 2014 08:17:00 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/ocamlmod -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.6 2013/02/07 14:17:32 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.7 2014/10/30 08:17:00 aballier Exp $ + +*ocamlmod-0.0.7 (30 Oct 2014) + + 30 Oct 2014; Alexis Ballier <[email protected]> +ocamlmod-0.0.7.ebuild: + version bump 07 Feb 2013; Alexis Ballier <[email protected]> ocamlmod-0.0.3.ebuild: convert to eapi5 to get subslot dep on ocaml 1.1 dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild?rev=1.1&content-type=text/plain Index: ocamlmod-0.0.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild,v 1.1 2014/10/30 08:17:00 aballier Exp $ EAPI=5 #OASIS_BUILD_TESTS=1 inherit oasis DESCRIPTION="Generate OCaml modules from source files" HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1350/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" # test? ( >=dev-ml/ounit-2.0.0 )" DOCS=( "AUTHORS.txt" "README.txt" )
