aballier 14/10/30 08:09:19 Modified: ChangeLog Added: pgocaml-2.1.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.5 dev-ml/pgocaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 19 Aug 2013 13:57:46 -0000 1.4 +++ ChangeLog 30 Oct 2014 08:09:19 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/pgocaml -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.4 2013/08/19 13:57:46 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/ChangeLog,v 1.5 2014/10/30 08:09:19 aballier Exp $ + +*pgocaml-2.1 (30 Oct 2014) + + 30 Oct 2014; Alexis Ballier <[email protected]> +pgocaml-2.1.ebuild: + version bump 19 Aug 2013; Alexis Ballier <[email protected]> -pgocaml-1.6.ebuild, -files/pgocaml-1.6-makefile.patch, -files/pgocaml-1.6-parallel-make.patch, 1.1 dev-ml/pgocaml/pgocaml-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild?rev=1.1&content-type=text/plain Index: pgocaml-2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/pgocaml/pgocaml-2.1.ebuild,v 1.1 2014/10/30 08:09:19 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="PG'OCaml is a set of OCaml bindings for the PostgreSQL database" HOMEPAGE="http://pgocaml.forge.ocamlcore.org/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/1413/${P}.tgz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="doc" DEPEND="dev-ml/calendar:= dev-ml/csv:= dev-ml/pcre-ocaml:= || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" RDEPEND="${DEPEND}" DOCS=( "README.txt" "CHANGELOG.txt" "doc/BUGS.txt" "doc/CONTRIBUTORS.txt" "doc/HOW_IT_WORKS.txt" "doc/PROFILING.txt" )
