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
-}

Reply via email to