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: Thu, 06 Jul 2017 21:18:36
Message-Id: 1499375921.7e54990f9cb85e679f80469f6ecc85b5ebb24a59.nimiux@gentoo
1 commit: 7e54990f9cb85e679f80469f6ecc85b5ebb24a59
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 6 21:18:41 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 6 21:18:41 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7e54990f
7
8 dev-lisp/fare-csv: Updates to common-lisp-3 eclass
9
10 dev-lisp/fare-csv/fare-csv-20090925.ebuild | 9 +++++----
11 dev-lisp/fare-csv/fare-csv-9999.ebuild | 3 +--
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-lisp/fare-csv/fare-csv-20090925.ebuild b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
15 index 999de64e..20739783 100644
16 --- a/dev-lisp/fare-csv/fare-csv-20090925.ebuild
17 +++ b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
18 @@ -1,13 +1,14 @@
19 -# Copyright 1999-2016 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Id$
23
24 -inherit common-lisp-2
25 +EAPI=6
26 +
27 +inherit common-lisp-3
28
29 MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
30 MY_P=${PN}-${MY_PV}
31
32 -DESCRIPTION="FARE-CSV is a Common Lisp library for importing CSV (Common Separated Values) formatted text files"
33 +DESCRIPTION="Allows reading and writing CSV files"
34 HOMEPAGE="http://www.cliki.net/fare-csv"
35 SRC_URI="http://common-lisp.net/~sionescu/files/${MY_P}.tar.gz"
36
37
38 diff --git a/dev-lisp/fare-csv/fare-csv-9999.ebuild b/dev-lisp/fare-csv/fare-csv-9999.ebuild
39 index 232b3484..5f5cc1d7 100644
40 --- a/dev-lisp/fare-csv/fare-csv-9999.ebuild
41 +++ b/dev-lisp/fare-csv/fare-csv-9999.ebuild
42 @@ -1,6 +1,5 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 -# $Id$
47
48 EAPI=6