From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AC0A1395E2 for ; Wed, 30 Nov 2016 09:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 699A721C095; Wed, 30 Nov 2016 09:31:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FF6521C095 for ; Wed, 30 Nov 2016 09:31:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29049341648 for ; Wed, 30 Nov 2016 09:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEBDA49C for ; Wed, 30 Nov 2016 09:31:19 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1480498275.23bb72c9adf285361fe97d00a8015820c9bf6ec2.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/fare-csv/fare-csv-9999.ebuild X-VCS-Directories: dev-lisp/fare-csv/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 23bb72c9adf285361fe97d00a8015820c9bf6ec2 X-VCS-Branch: master Date: Wed, 30 Nov 2016 09:31:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89970349-ae64-4c79-a7ed-8324bc5892f8 X-Archives-Hash: 8b24f5be6977d397bd767706a2bd45c6 commit: 23bb72c9adf285361fe97d00a8015820c9bf6ec2 Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Nov 30 09:31:15 2016 +0000 Commit: José María Alonso gentoo 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=""