* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/
@ 2015-05-28 8:38 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-05-28 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 53fde8cdadac1c91224f29f6809202aa4beb621f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 08:38:03 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu May 28 08:38:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=53fde8cd
dev-lisp/ltk: bump to version 0.981
dev-lisp/ltk/ltk-0.981.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/ltk/ltk-0.981.ebuild b/dev-lisp/ltk/ltk-0.981.ebuild
new file mode 100644
index 0000000..e1d32fb
--- /dev/null
+++ b/dev-lisp/ltk/ltk-0.981.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit"
+HOMEPAGE="http://www.peter-herth.de/ltk/"
+SRC_URI="http://www.peter-herth.de/ltk/${P}.tgz"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lang/tk"
+
+S="${WORKDIR}/${PN}"
+
+CLSYSTEMS="ltk ltk-mw ltk-remote"
+
+src_install() {
+ common-lisp-install-sources -t all *.lisp remote*.tcl
+ common-lisp-install-asdf
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/
@ 2016-12-04 21:42 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 21:42 UTC (permalink / raw
To: gentoo-commits
commit: 19d9b9ed557f32110885728b904bfdb92538fb50
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:42:28 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:42:28 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=19d9b9ed
dev-lisp/ltk: Updates header and EAPI
dev-lisp/ltk/ltk-0.91.ebuild | 6 +++---
dev-lisp/ltk/ltk-0.981.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/ltk/ltk-0.91.ebuild b/dev-lisp/ltk/ltk-0.91.ebuild
index 0649e8f..85336fc 100644
--- a/dev-lisp/ltk/ltk-0.91.ebuild
+++ b/dev-lisp/ltk/ltk-0.91.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2 eutils
-DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit which does not require any Tk knowledge for its usage."
+DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit"
HOMEPAGE="http://www.peter-herth.de/ltk/"
SRC_URI="http://www.peter-herth.de/ltk/${P}.tgz"
diff --git a/dev-lisp/ltk/ltk-0.981.ebuild b/dev-lisp/ltk/ltk-0.981.ebuild
index e1d32fb..a7ca498 100644
--- a/dev-lisp/ltk/ltk-0.981.ebuild
+++ b/dev-lisp/ltk/ltk-0.981.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
inherit common-lisp-3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/
@ 2017-01-15 15:45 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-01-15 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 800d18e379e166c12bf66d5d76e9df0ff26b9fe0
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 15:45:18 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 15:45:18 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=800d18e3
dev-lisp/ltk: Removes old version
dev-lisp/ltk/ltk-0.91.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/dev-lisp/ltk/ltk-0.91.ebuild b/dev-lisp/ltk/ltk-0.91.ebuild
deleted file mode 100644
index 85336fc..0000000
--- a/dev-lisp/ltk/ltk-0.91.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2 eutils
-
-DESCRIPTION="LTK is a Common Lisp binding for the Tk graphics toolkit"
-HOMEPAGE="http://www.peter-herth.de/ltk/"
-SRC_URI="http://www.peter-herth.de/ltk/${P}.tgz"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
- dev-lang/tk"
-
-CLSYSTEMS="ltk ltk-mw ltk-remote"
-
-src_install() {
- common-lisp-install *.{lisp,asd} remote.tcl
- common-lisp-symlink-asdf
- dodoc changenotes.txt troubleshooting.txt ltkdoc.pdf
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/
@ 2017-07-07 15:21 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 12137fc31085dedce09c4a37e22eac29cdac2f98
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 15:21:21 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 15:21:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=12137fc3
dev-lisp/ltk: Updates header
dev-lisp/ltk/ltk-0.981.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-lisp/ltk/ltk-0.981.ebuild b/dev-lisp/ltk/ltk-0.981.ebuild
index a7ca4984..ecae9ebf 100644
--- a/dev-lisp/ltk/ltk-0.981.ebuild
+++ b/dev-lisp/ltk/ltk-0.981.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-07 15:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 15:21 [gentoo-commits] proj/lisp:master commit in: dev-lisp/ltk/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-01-15 15:45 José María Alonso
2016-12-04 21:42 José María Alonso
2015-05-28 8:38 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