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
+}

Reply via email to