aballier 15/07/16 14:17:07 Modified: ChangeLog Added: ocaml-fileutils-0.5.0.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.14 dev-ml/ocaml-fileutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 24 Aug 2013 13:18:41 -0000 1.13 +++ ChangeLog 16 Jul 2015 14:17:07 -0000 1.14 @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-fileutils -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.13 2013/08/24 13:18:41 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ChangeLog,v 1.14 2015/07/16 14:17:07 aballier Exp $ + +*ocaml-fileutils-0.5.0 (16 Jul 2015) + + 16 Jul 2015; Alexis Ballier <[email protected]> + +ocaml-fileutils-0.5.0.ebuild: + version bump 24 Aug 2013; Markus Meier <[email protected]> ocaml-fileutils-0.4.5.ebuild: add ~x86, bug #462360 1.1 dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: ocaml-fileutils-0.5.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild,v 1.1 2015/07/16 14:17:07 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 OASIS_BUILD_TESTS=1 inherit oasis DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename" HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1531/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} >=dev-ml/ounit-2.0.0" DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )
