Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-lisp2wish
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lisp2wish/ChangeLog,v 1.7 2007/02/04 01:05:05 flameeyes Exp $
04 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
cl-lisp2wish-20040131.ebuild:
Keywording; Removed old ebuilds
11 Apr 2005; Matthew Kennedy
cl-lisp2wish-20040131.ebuild:
Keywording for ~amd64
04 Feb 2005; Matthew Kennedy
+files/20040131-USER-package-gentoo.patch, cl-lisp2wish-20040131.ebuild:
Tag stable keywords for x86; Include fix for non-existent USER package (CMUCL)
*cl-lisp2wish-20040131 (19 May 2004)
19 May 2004;
+cl-lisp2wish-20040131.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
AUX 20040131-USER-package-gentoo.patch 1129 RMD160 57bf2261908919825661cc89cbb41723bf862f0c SHA1 6f37780459f8cf5945ffdafc1dfeba7552efad4f SHA256 3a42ff113448caa554e91ed30c5ccb82311401537be7760e8c5d06d01b582b1d
DIST lisp2wish-2004-01-31.tgz 5824 RMD160 bca234f8c17e5a02049ce738c97cebac6d20dcef SHA1 a8e42d32dcc25d0c18add6cb54b82e4c07aec5e4 SHA256 3850c69270bfbbe067bd51a780bd85e529ac688a013c24604348cfc593179c2e
EBUILD cl-lisp2wish-20040131.ebuild 871 RMD160 b44d6a63031469a2becc1312b6ac2e1a787371df SHA1 5285974102750a3da5517039c38209c2c165b044 SHA256 e2efae3a3af37eaa10a1c44f2e2120cd3c228b0501d8d6af28c2f09a0c9b397e
MISC ChangeLog 1053 RMD160 16f25bede048ef730711f945c713263835411ddc SHA1 e3bd4bc841c87b39bb851fbe37ac66ac2901e121 SHA256 569cb5f40d9050c66bd77b1db2a7edf641509e7193db07d659d19bdd434412d6
MISC metadata.xml 428 RMD160 a8c03a246b403d453527f6974b0d99aeb307b718 SHA1 ff4c726e70546425d50c457a4e982d0f7fc6c572 SHA256 ac6635671cec4d76600030b3640cb295d66276f9e5f4e52649ae9aaae7a19393
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lisp2wish/cl-lisp2wish-20040131.ebuild,v 1.7 2005/05/24 18:48:33 mkennedy Exp $
inherit common-lisp eutils
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
DESCRIPTION="lisp2wish is a simple interface to the Tk Graphics Toolkit."
HOMEPAGE="http://www.cliki.net/lisp2wish"
SRC_URI="http://www.riise-data.net/lisp2wish-${MY_PV}.tgz"
LICENSE="lisp2wish"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"
RDEPEND="${DEPEND}
dev-lang/tk"
CLPACKAGE=lisp2wish
S=${WORKDIR}/lisp2wish
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-USER-package-gentoo.patch || die
}
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc README*
}
lisp2wish is a simple interface to the Tk Graphics Toolkit. The
interface starts the Tcl/Tk interpreter wish from Lisp as a
subprocess, with which it communicates asynchronously by sending Tcl
commands and receiving responses.