aballier 14/11/28 15:18:55 Modified: ChangeLog Added: ocaml-sqlite3-2.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.36 dev-ml/ocaml-sqlite3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 10 Aug 2014 20:43:12 -0000 1.35 +++ ChangeLog 28 Nov 2014 15:18:55 -0000 1.36 @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocaml-sqlite3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.35 2014/08/10 20:43:12 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.36 2014/11/28 15:18:55 aballier Exp $ + +*ocaml-sqlite3-2.0.7 (28 Nov 2014) + + 28 Nov 2014; Alexis Ballier <[email protected]> + +ocaml-sqlite3-2.0.7.ebuild: + version bump 10 Aug 2014; Sergei Trofimovich <[email protected]> ocaml-sqlite3-2.0.4.ebuild, ocaml-sqlite3-2.0.5.ebuild: 1.1 dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.7.ebuild?rev=1.1&content-type=text/plain Index: ocaml-sqlite3-2.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/ocaml-sqlite3/ocaml-sqlite3-2.0.7.ebuild,v 1.1 2014/11/28 15:18:55 aballier Exp $ EAPI=5 OASIS_BUILD_TESTS=1 OASIS_BUILD_DOCS=1 inherit oasis MY_PN="sqlite3-ocaml" MY_P="${MY_PN}-${PV}" DESCRIPTION="A package for ocaml that provides access to SQLite databases" HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-db/sqlite-3.3.3 >=dev-ml/findlib-1.3.2" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
