Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-bind
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/ChangeLog,v 1.4 2007/02/09 07:32:58 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*cl-bind-0.2 (03 Oct 2005)
03 Oct 2005; Matthew Kennedy
+cl-bind-0.2.ebuild:
New upstream version; Removed old ebuilds.
03 Oct 2005; Matthew Kennedy
Patch fix.
*cl-bind-0.1.0 (02 Oct 2005)
02 Oct 2005; Matthew Kennedy
+cl-bind-0.1.0.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST bind_0.2.tar.gz 3127 RMD160 b61cf653c6d94f6cb9a9ab595137a656ab522860 SHA1 0e5dde410311fa54fab632a5ca00fe8ded04a175 SHA256 414d8314c97dc683fe75b67af06a148ff704118843c41eb3275d0e90528bfb29
EBUILD cl-bind-0.2.ebuild 687 RMD160 47155f7c288b59d4c8af47686153c0f76b80c68f SHA1 d8239aef9df1c0810f120ebeb797501a3bb1bb1f SHA256 fd47d24cf7e4a87928d3fa17dfd97d7fbcc94a839c89c71c3f3cb51aef753c8b
MISC ChangeLog 884 RMD160 a1e2ceca9e2144e61c3c5d9c25119d5ac618a801 SHA1 a70f7e56e6055fe703e6d688da157928cec3485a SHA256 35335b7462c6f50dd525f54ce2b630dae1a785d426bc72f3efe5a1dd3764584d
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-bind/cl-bind-0.2.ebuild,v 1.1 2005/10/03 14:26:47 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://www.cliki.net/bind http://www.metabang.com/"
SRC_URI="http://www.metabang.com/bind_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/cl-plus"
S=${WORKDIR}/bind/dev
CLPACKAGE=bind
src_install() {
common-lisp-install *.{lisp,asd}
common-lisp-system-symlink
dodoc COPYING
}