aballier 15/06/28 13:35:59 Modified: ChangeLog Added: csv-1.4.ebuild Log: version bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.8 dev-ml/csv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 13 Apr 2014 17:42:34 -0000 1.7 +++ ChangeLog 28 Jun 2015 13:35:59 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-ml/csv -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.7 2014/04/13 17:42:34 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.8 2015/06/28 13:35:59 aballier Exp $ + +*csv-1.4 (28 Jun 2015) + + 28 Jun 2015; Alexis Ballier <[email protected]> +csv-1.4.ebuild: + version bump *csv-1.3.3 (13 Apr 2014) 1.1 dev-ml/csv/csv-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.4.ebuild?rev=1.1&content-type=text/plain Index: csv-1.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.4.ebuild,v 1.1 2015/06/28 13:35:59 aballier Exp $ EAPI=5 OASIS_BUILD_DOCS=1 OASIS_BUILD_TESTS=1 inherit oasis DESCRIPTION="A pure OCaml library to read and write CSV files" HOMEPAGE="https://github.com/Chris00/ocaml-csv" SRC_URI="https://github.com/Chris00/ocaml-csv/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" DOCS=( "README.txt" "AUTHORS.txt" )
