[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/

2022-04-01 Thread Ulrich Müller
commit: 50305ecdc63d5fbedc97d5837672a5be10559a34
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Apr  1 11:45:55 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Apr  1 11:45:55 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=50305ecd

dev-lisp/cl-gtk2: Remove package

Depends on x11-libs/gtk+:2.

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild | 44 
 1 file changed, 44 deletions(-)

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..
--- 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/*
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/

2017-07-07 Thread José María Alonso
commit: 58ff067e1f054b02510f5ebb0e09d1dbd8918471
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 15:19:22 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 15:19:22 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=58ff067e

dev-lisp/cl-gtk2: Updates header and EAPI

 dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
index 8c885bcb..c2707e89 100644
--- a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
+++ b/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=3
+EAPI=6
+
 inherit common-lisp-3 eutils
 
 DESCRIPTION="A Common Lisp interface to Gtk+."



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/

2016-12-04 Thread José María Alonso
commit: 186848d871ae190c3bd140b56e3d747626c4f9b6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Dec  4 13:22:33 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Dec  4 13:22:33 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=186848d8

dev-lisp/cl-gtk2: Updates header

 dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index b45c404..8c885bc 100644
--- a/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.ebuild
+++ b/dev-lisp/cl-gtk2/cl-gtk2-0.1.1-r1.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$
 
 EAPI=3
 inherit common-lisp-3 eutils