summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/closure/closure-20080602.ebuild')
-rw-r--r--dev-lisp/closure/closure-20080602.ebuild30
1 files changed, 0 insertions, 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
-}