Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-kr
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kr/ChangeLog,v 1.5 2007/02/09 07:34:50 flameeyes Exp $
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
Keywording; Removed old ebuilds
10 Apr 2005; Matthew Kennedy
Keywording for ~amd64
*cl-kr-2.3.4 (09 Feb 2005)
09 Feb 2005; Matthew Kennedy
+cl-kr-2.3.4.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST kr_2.3.4.tar.gz 152267 RMD160 28cde0c527d90db7607b5246f6f23928eb89eb18 SHA1 6cb0500e201a262a674091adfc3ecf585c60077c SHA256 5b9027e802bd6c961815ad1627ccecbb7129da15cea61c9dc6dd337b2c62ebc8
EBUILD cl-kr-2.3.4.ebuild 728 RMD160 6781c795a042130ff8d7be360e3d9af14c279073 SHA1 0d550ebee935cdb0674b32c46a976ada2ca37faf SHA256 1d390e88be667e49ec47ca1786ce527eaa9a9d02132c46013eb6d8dc0fbedd32
MISC ChangeLog 790 RMD160 eef4f4575e3ec05600414ddef5c350f8682e9f1b SHA1 f12160529c25f53d0e5787ddf27d550c4e0c3a0b SHA256 a376e78fb6dee65fa9720bb69744ab7ebeea366cf154d4797b12a00086be1a42
MISC metadata.xml 532 RMD160 b2257fa3d7ef89e41c2d16d3ae497ea21c5f4efe SHA1 09d2af9bd8bcfe1d966cb09d05f90048fd7dfef8 SHA256 e6536eefd12a3a255bae61e3d6f0cddca172bb2a5185666e17288403108cf089
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kr/cl-kr-2.3.4.ebuild,v 1.4 2005/05/24 18:48:33 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="KR is a highly flexible and dynamic prototype-based object system for Common Lisp."
HOMEPAGE="http://www.cliki.net/KR"
SRC_URI="http://www.inf.tu-dresden.de/~s1054849/kr_${PV}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"
CLPACKAGE=kr
S=${WORKDIR}/kr_${PV}
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc kr-manual.ps kr.changes
}
KR (Knowledge Representation) is a highly flexible and dynamic
prototype-based object system for Common Lisp. It is completely
independent of CLOS and features among other things
multiple-inheritance and value propagation using constraints, much
like Cells or COSI do, but in case of the latter there is actual
source code around.