* [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure/
@ 2016-12-10 17:06 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-10 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 40487baad3d24173296a2f81406fa0b7048d4a0b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:06:23 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 17:06:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=40487baa
dev-lisp/closure: Updates manifest
dev-lisp/closure/closure-20080602.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/closure/closure-20080602.ebuild b/dev-lisp/closure/closure-20080602.ebuild
index 25bcd50..54c0070 100644
--- a/dev-lisp/closure/closure-20080602.ebuild
+++ b/dev-lisp/closure/closure-20080602.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/closure/
@ 2017-07-03 21:49 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-03 21:49 UTC (permalink / raw
To: gentoo-commits
commit: fcaed781254e18827103288307b68cfb29c77c6c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:49:14 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:49:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fcaed781
dev-lisp/closure: Updates to common-lisp-3 eclass
dev-lisp/closure/closure-20080602.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/closure/closure-20080602.ebuild b/dev-lisp/closure/closure-20080602.ebuild
index 54c00709..1b850bd2 100644
--- a/dev-lisp/closure/closure-20080602.ebuild
+++ b/dev-lisp/closure/closure-20080602.ebuild
@@ -1,8 +1,9 @@
-# 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
DESCRIPTION="Closure is a web browser implemented in Common Lisp, implemented using CLIM."
HOMEPAGE="http://common-lisp.net/project/closure"
@@ -24,6 +25,6 @@ RDEPEND="dev-lisp/cxml
media-libs/jpeg"
src_install() {
- common-lisp-install ${PN}.asd resources src
- common-lisp-symlink-asdf
+ common-lisp-install-sources resources src
+ common-lisp-install-asdf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure/
@ 2022-04-02 15:34 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: b7d689fc9039b23d211ef5d886ef85d61b0e22b7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 2 15:14:06 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 2 15:14:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b7d689fc
dev-lisp/closure: Remove package
SRC_URI is gone.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-lisp/closure/closure-20080602.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-lisp/closure/closure-20080602.ebuild b/dev-lisp/closure/closure-20080602.ebuild
deleted file mode 100644
index 1b850bd2..00000000
--- a/dev-lisp/closure/closure-20080602.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Closure is a web browser implemented in Common Lisp, implemented using CLIM."
-HOMEPAGE="http://common-lisp.net/project/closure"
-SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/cxml
- dev-lisp/closure-html
- dev-lisp/mcclim
- dev-lisp/bordeaux-threads
- dev-lisp/trivial-sockets
- dev-lisp/zip
- dev-lisp/flexi-streams
- dev-lisp/skippy
- media-libs/jpeg"
-
-src_install() {
- common-lisp-install-sources resources src
- common-lisp-install-asdf
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-02 15:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-02 15:34 [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2017-07-03 21:49 José María Alonso
2016-12-10 17:06 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