diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 14:29:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-08-02 14:29:41 +0000 |
commit | ad934c964b54f15bf30854f2e18c8a62400398b5 (patch) | |
tree | fe05dd259bc305ac9edcc3bd5fc2973d5d04bbdb /dev-ml | |
parent | Remove mask for =net-mail/dovecot-2.1.8-r1 - no longer in the tree. (diff) | |
download | gentoo-2-ad934c964b54f15bf30854f2e18c8a62400398b5.tar.gz gentoo-2-ad934c964b54f15bf30854f2e18c8a62400398b5.tar.bz2 gentoo-2-ad934c964b54f15bf30854f2e18c8a62400398b5.zip |
initial import, ebuild by Jacques-Pascal Deplaix, bug #425088
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/csv/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/csv/csv-1.2.2.ebuild | 23 | ||||
-rw-r--r-- | dev-ml/csv/metadata.xml | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ml/csv/ChangeLog b/dev-ml/csv/ChangeLog new file mode 100644 index 000000000000..bfd24d81d977 --- /dev/null +++ b/dev-ml/csv/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ml/csv +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/ChangeLog,v 1.1 2012/08/02 14:29:41 aballier Exp $ + +*csv-1.2.2 (02 Aug 2012) + + 02 Aug 2012; Alexis Ballier <aballier@gentoo.org> +csv-1.2.2.ebuild, + +metadata.xml: + initial import, ebuild by Jacques-Pascal Deplaix, bug #425088 + diff --git a/dev-ml/csv/csv-1.2.2.ebuild b/dev-ml/csv/csv-1.2.2.ebuild new file mode 100644 index 000000000000..ff0f6056b27d --- /dev/null +++ b/dev-ml/csv/csv-1.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/csv/csv-1.2.2.ebuild,v 1.1 2012/08/02 14:29:41 aballier Exp $ + +EAPI=4 + +OASIS_BUILD_DOCS=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/613/${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( "README.txt" "AUTHORS.txt" ) diff --git a/dev-ml/csv/metadata.xml b/dev-ml/csv/metadata.xml new file mode 100644 index 000000000000..2193d772e351 --- /dev/null +++ b/dev-ml/csv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ml</herd> +</pkgmetadata> |