Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/closure/
Date: Sat, 02 Apr 2022 15:35:08
Message-Id: 1648912446.b7d689fc9039b23d211ef5d886ef85d61b0e22b7.ulm@gentoo
1 commit: b7d689fc9039b23d211ef5d886ef85d61b0e22b7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 15:14:06 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 15:14:06 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b7d689fc
7
8 dev-lisp/closure: Remove package
9
10 SRC_URI is gone.
11
12 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
13
14 dev-lisp/closure/closure-20080602.ebuild | 30 ------------------------------
15 1 file changed, 30 deletions(-)
16
17 diff --git a/dev-lisp/closure/closure-20080602.ebuild b/dev-lisp/closure/closure-20080602.ebuild
18 deleted file mode 100644
19 index 1b850bd2..00000000
20 --- a/dev-lisp/closure/closure-20080602.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit common-lisp-3
29 -
30 -DESCRIPTION="Closure is a web browser implemented in Common Lisp, implemented using CLIM."
31 -HOMEPAGE="http://common-lisp.net/project/closure"
32 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 -IUSE=""
38 -
39 -RDEPEND="dev-lisp/cxml
40 - dev-lisp/closure-html
41 - dev-lisp/mcclim
42 - dev-lisp/bordeaux-threads
43 - dev-lisp/trivial-sockets
44 - dev-lisp/zip
45 - dev-lisp/flexi-streams
46 - dev-lisp/skippy
47 - media-libs/jpeg"
48 -
49 -src_install() {
50 - common-lisp-install-sources resources src
51 - common-lisp-install-asdf
52 -}