* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sqlite/
@ 2014-01-04 23:28 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2014-01-04 23:28 UTC (permalink / raw
To: gentoo-commits
commit: d7e8eba6b40d3173a7eacd146e13d851f078380c
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 23:29:38 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 23:29:38 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=d7e8eba6
dev-lisp/cl-sqlite: bump to version 0.2
---
dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
new file mode 100644
index 0000000..1b01985
--- /dev/null
+++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine."
+HOMEPAGE="http://common-lisp.net/project/cl-sqlite/"
+SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/cffi
+ dev-lisp/iterate
+ dev-lisp/fiveam
+ dev-db/sqlite:3"
+
+CLSYSTEMS="sqlite sqlite-tests"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dohtml index.html style.css
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sqlite/
@ 2016-12-02 22:12 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-02 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 173bff0f5cdd00a4b3d5e464313f4a523134a12e
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 2 22:12:30 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Dec 2 22:12:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=173bff0f
dev-lisp/cl-sqlite: Updates header
dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild | 4 ++--
dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
index 21734dc..d977cd8 100644
--- a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
+++ b/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.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$
EAPI=2
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
index 1b01985..761786c 100644
--- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
+++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sqlite/
@ 2017-07-07 9:43 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 774780e2b90b135f07fe75eb855a13ca29616d46
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:43:55 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:43:55 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=774780e2
dev-lisp/cl-sqlite: Drops old version. Updates header
dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild | 31 -------------------------------
dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 5 ++---
2 files changed, 2 insertions(+), 34 deletions(-)
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
deleted file mode 100644
index d977cd87..00000000
--- a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit common-lisp-2
-
-DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine."
-HOMEPAGE="http://common-lisp.net/project/cl-sqlite/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/cffi
- dev-lisp/iterate
- dev-lisp/fiveam
- dev-db/sqlite:3"
-
-CLSYSTEMS="sqlite sqlite-tests"
-
-S="${WORKDIR}"/${PN}
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dohtml index.html style.css
-}
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
index 761786cd..ab0a673f 100644
--- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
+++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sqlite/
@ 2022-04-01 12:03 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-01 12:03 UTC (permalink / raw
To: gentoo-commits
commit: c41cffb38d03e2a69b7fab06034b3481861f012d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 12:01:37 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 12:01:37 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c41cffb3
dev-lisp/cl-sqlite: Drop ~sparc because of unkeyworded dependencies
Minor touchups to the ebuild.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
index ab0a673f..cb291192 100644
--- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
+++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit common-lisp-3
-DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine."
-HOMEPAGE="http://common-lisp.net/project/cl-sqlite/"
-SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
+DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine"
+HOMEPAGE="https://cl-sqlite.common-lisp.dev/"
+SRC_URI="https://cl-sqlite.common-lisp.dev/releases/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="dev-lisp/cffi
dev-lisp/iterate
@@ -24,5 +23,6 @@ CLSYSTEMS="sqlite sqlite-tests"
src_install() {
common-lisp-install-sources *.lisp
common-lisp-install-asdf
- dohtml index.html style.css
+ docinto html
+ dodoc index.html style.css
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-01 12:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04 23:28 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sqlite/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-02 22:12 José María Alonso
2017-07-07 9:43 José María Alonso
2022-04-01 12:03 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox