diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-06-28 13:35:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-06-28 13:35:59 +0000 |
commit | 18bf066f45a9c3208ae567f59d9faa5cc23a1bfa (patch) | |
tree | 0621fd9067e5ab4b0f054ce7d441f2eadc253fbf /dev-ml/csv | |
parent | The -source flag was added in 1.3 or 1.4 (not sure) and we have (diff) | |
download | gentoo-2-18bf066f45a9c3208ae567f59d9faa5cc23a1bfa.tar.gz gentoo-2-18bf066f45a9c3208ae567f59d9faa5cc23a1bfa.tar.bz2 gentoo-2-18bf066f45a9c3208ae567f59d9faa5cc23a1bfa.zip |
version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/csv')
-rw-r--r-- | dev-ml/csv/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/csv/csv-1.4.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-ml/csv/ChangeLog b/dev-ml/csv/ChangeLog index 9bb5a947ad11..cf7963cb4231 100644 --- a/dev-ml/csv/ChangeLog +++ b/dev-ml/csv/ChangeLog @@ -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 <aballier@gentoo.org> +csv-1.4.ebuild: + version bump *csv-1.3.3 (13 Apr 2014) diff --git a/dev-ml/csv/csv-1.4.ebuild b/dev-ml/csv/csv-1.4.ebuild new file mode 100644 index 000000000000..58d0026b53eb --- /dev/null +++ b/dev-ml/csv/csv-1.4.ebuild @@ -0,0 +1,24 @@ +# 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" ) |