summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-04-01 13:45:55 +0200
committerUlrich Müller <ulm@gentoo.org>2022-04-01 13:45:55 +0200
commit50305ecdc63d5fbedc97d5837672a5be10559a34 (patch)
tree264710975f640ee941e7e49ab4031828623600ed
parentdev-lisp/cffi: Drop ~sparc because of unkeyworded dependencies (diff)
downloadlisp-50305ecdc63d5fbedc97d5837672a5be10559a34.tar.gz
lisp-50305ecdc63d5fbedc97d5837672a5be10559a34.tar.bz2
lisp-50305ecdc63d5fbedc97d5837672a5be10559a34.zip
dev-lisp/cl-gtk2: Remove package
Depends on x11-libs/gtk+:2. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--dev-lisp/cl-gtk2/Manifest1
-rw-r--r--dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-lisp/cl-gtk2/Manifest b/dev-lisp/cl-gtk2/Manifest
deleted file mode 100644
index 6f764c58..00000000
--- a/dev-lisp/cl-gtk2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cl-gtk2-0.1.1.tar.gz 373674 BLAKE2B 8234a8431d9738333086e314e1701557897e2bf7d03509e95411b5161f7b803dcb0a41ac54e0ea3e337cec58bbba9009f00c1ef2ea85bfcd8b804fcdb9a89bad SHA512 3fe05abaaa4f76c7b2179f69e141de23520b63b38c99993abad0a4a3dab7aa460901f01d861915c823ddffd69fa6a04e2ea31db08b3720817540b74eacce00d9
diff --git a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild b/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
deleted file mode 100644
index c2707e89..00000000
--- a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="A Common Lisp interface to Gtk+."
-HOMEPAGE="http://common-lisp.net/project/cl-gtk2/"
-SRC_URI="http://common-lisp.net/project/cl-gtk2/files/${P}.tar.gz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-lisp/sbcl
- sys-apps/texinfo
- dev-libs/libxslt )"
-RDEPEND="dev-lisp/bordeaux-threads
- dev-lisp/cffi
- dev-lisp/closer-mop
- dev-lisp/cl-cairo2
- dev-lisp/cl-opengl
- dev-lisp/iterate
- dev-lisp/metabang-bind
- dev-lisp/trivial-garbage
- >=x11-libs/gtk+-2.16:2"
-
-CLSYSTEMS="cairo/cl-gtk2-cairo gdk/cl-gtk2-gdk glib/cl-gtk2-glib \
-gtk/cl-gtk2-gtk gtk-glext/cl-gtk2-gtkglext pango/cl-gtk2-pango"
-
-src_compile() {
- if use doc ; then
- make -C doc || die "Cannot build docs"
- fi
-}
-
-src_install() {
- common-lisp-install-sources -t all cairo gdk glib gtk gtk-glext pango
- common-lisp-install-asdf
-
- use doc && dohtml -r doc/*
-}