* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/
@ 2017-07-07 15:19 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 58ff067e1f054b02510f5ebb0e09d1dbd8918471
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:19:22 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:19:22 2017 +0000
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+."
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/
@ 2022-04-01 12:03 Ulrich Müller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-01 12:03 UTC (permalink / raw
To: gentoo-commits
commit: 50305ecdc63d5fbedc97d5837672a5be10559a34
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 11:45:55 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 11:45:55 2022 +0000
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 <ulm <AT> 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..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/*
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/
@ 2016-12-04 13:22 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 186848d871ae190c3bd140b56e3d747626c4f9b6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 13:22:33 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 13:22:33 2016 +0000
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-01 12:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 15:19 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-gtk2/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2022-04-01 12:03 Ulrich Müller
2016-12-04 13:22 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox