summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-04-13 17:42:34 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-04-13 17:42:34 +0000
commit65832c84d55e57474cbe6b2aee5951a3fc8eabeb (patch)
tree8036b3f28b9d1decfc3036ff8c7f8f64d4ddd8c4 /dev-ml
parentversion bump (diff)
downloadgentoo-2-65832c84d55e57474cbe6b2aee5951a3fc8eabeb.tar.gz
gentoo-2-65832c84d55e57474cbe6b2aee5951a3fc8eabeb.tar.bz2
gentoo-2-65832c84d55e57474cbe6b2aee5951a3fc8eabeb.zip
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/csv/ChangeLog9
-rw-r--r--dev-ml/csv/csv-1.3.3.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ml/csv/ChangeLog b/dev-ml/csv/ChangeLog
index eadcbd535986..9bb5a947ad11 100644
--- a/dev-ml/csv/ChangeLog
+++ b/dev-ml/csv/ChangeLog
@@ -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 <aballier@gentoo.org> +csv-1.3.3.ebuild:
+ version bump
19 Aug 2013; Alexis Ballier <aballier@gentoo.org> -csv-1.2.3.ebuild:
remove old
diff --git a/dev-ml/csv/csv-1.3.3.ebuild b/dev-ml/csv/csv-1.3.3.ebuild
new file mode 100644
index 000000000000..1b26a50c00e8
--- /dev/null
+++ b/dev-ml/csv/csv-1.3.3.ebuild
@@ -0,0 +1,24 @@
+# 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" )