Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/
Date: Wed, 30 Nov 2016 09:31:24
Message-Id: 1480498275.23bb72c9adf285361fe97d00a8015820c9bf6ec2.nimiux@gentoo
1 commit: 23bb72c9adf285361fe97d00a8015820c9bf6ec2
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 09:31:15 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:31:15 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=23bb72c9
7
8 dev-lisp/fare-csv: Adds new live ebuild
9
10 dev-lisp/fare-csv/fare-csv-9999.ebuild | 15 +++++++++++++++
11 1 file changed, 15 insertions(+)
12
13 diff --git a/dev-lisp/fare-csv/fare-csv-9999.ebuild b/dev-lisp/fare-csv/fare-csv-9999.ebuild
14 new file mode 100644
15 index 0000000..232b348
16 --- /dev/null
17 +++ b/dev-lisp/fare-csv/fare-csv-9999.ebuild
18 @@ -0,0 +1,15 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3 git-r3
26 +
27 +DESCRIPTION="Allows reading and writing CSV files"
28 +HOMEPAGE="http://www.cliki.net/fare-csv"
29 +EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/fare-csv.git"
30 +
31 +LICENSE="BSD"
32 +SLOT="0"
33 +IUSE=""