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