* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/
@ 2016-11-30 9:25 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-11-30 9:25 UTC (permalink / raw
To: gentoo-commits
commit: b917fa4448c3bbf98034c3d317261daa29216875
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:25:47 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:25:47 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b917fa44
dev-lisp/fare-csv: Updates header
dev-lisp/fare-csv/fare-csv-20090925.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/fare-csv/fare-csv-20090925.ebuild b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
index 0429247..999de64 100644
--- a/dev-lisp/fare-csv/fare-csv-20090925.ebuild
+++ b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/
@ 2016-11-30 9:31 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-11-30 9:31 UTC (permalink / raw
To: gentoo-commits
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=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/
@ 2017-07-06 21:18 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-06 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 7e54990f9cb85e679f80469f6ecc85b5ebb24a59
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 21:18:41 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:18:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7e54990f
dev-lisp/fare-csv: Updates to common-lisp-3 eclass
dev-lisp/fare-csv/fare-csv-20090925.ebuild | 9 +++++----
dev-lisp/fare-csv/fare-csv-9999.ebuild | 3 +--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/fare-csv/fare-csv-20090925.ebuild b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
index 999de64e..20739783 100644
--- a/dev-lisp/fare-csv/fare-csv-20090925.ebuild
+++ b/dev-lisp/fare-csv/fare-csv-20090925.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
MY_P=${PN}-${MY_PV}
-DESCRIPTION="FARE-CSV is a Common Lisp library for importing CSV (Common Separated Values) formatted text files"
+DESCRIPTION="Allows reading and writing CSV files"
HOMEPAGE="http://www.cliki.net/fare-csv"
SRC_URI="http://common-lisp.net/~sionescu/files/${MY_P}.tar.gz"
diff --git a/dev-lisp/fare-csv/fare-csv-9999.ebuild b/dev-lisp/fare-csv/fare-csv-9999.ebuild
index 232b3484..5f5cc1d7 100644
--- a/dev-lisp/fare-csv/fare-csv-9999.ebuild
+++ b/dev-lisp/fare-csv/fare-csv-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-06 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 9:25 [gentoo-commits] proj/lisp:master commit in: dev-lisp/fare-csv/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-11-30 9:31 José María Alonso
2017-07-06 21:18 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox