commit: 23bb72c9adf285361fe97d00a8015820c9bf6ec2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 09:31:15 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 09:31:15 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=23bb72c9
dev-lisp/fare-csv: Adds new live ebuild dev-lisp/fare-csv/fare-csv-9999.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dev-lisp/fare-csv/fare-csv-9999.ebuild b/dev-lisp/fare-csv/fare-csv-9999.ebuild new file mode 100644 index 0000000..232b348 --- /dev/null +++ b/dev-lisp/fare-csv/fare-csv-9999.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 git-r3 + +DESCRIPTION="Allows reading and writing CSV files" +HOMEPAGE="http://www.cliki.net/fare-csv" +EGIT_REPO_URI="https://gitlab.common-lisp.net/frideau/fare-csv.git" + +LICENSE="BSD" +SLOT="0" +IUSE=""