aballier    14/04/13 17:42:34

  Modified:             ChangeLog
  Added:                csv-1.3.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  Changes    Path
1.7                  dev-ml/csv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   19 Aug 2013 12:56:39 -0000      1.6
+++ ChangeLog   13 Apr 2014 17:42:34 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ml/csv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.6 2013/08/19 
12:56:39 aballier Exp $
+# 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 $
+
+*csv-1.3.3 (13 Apr 2014)
+
+  13 Apr 2014; Alexis Ballier <[email protected]> +csv-1.3.3.ebuild:
+  version bump
 
   19 Aug 2013; Alexis Ballier <[email protected]> -csv-1.2.3.ebuild:
   remove old



1.1                  dev-ml/csv/csv-1.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.3.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/csv/csv-1.3.3.ebuild?rev=1.1&content-type=text/plain

Index: csv-1.3.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.3.3.ebuild,v 1.1 2014/04/13 
17:42:34 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="http://forge.ocamlcore.org/projects/csv/";
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1376/${P}.tar.gz";

LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

DOCS=( "README.txt" "AUTHORS.txt" )




Reply via email to