ChangeLog

# ChangeLog for dev-lisp/cl-memoization
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/ChangeLog,v 1.5 2007/02/03 17:37:06 flameeyes Exp $

03 Feb 2007; Diego Pettenò
cl-memoization-20050302.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.

24 May 2005; cl-memoization-20050302.ebuild:
Keywording ~sparc

16 Apr 2005; Matthew Kennedy
-cl-memoization-1.0.ebuild, cl-memoization-20050302.ebuild:
Keywording; Removed old ebuilds

*cl-memoization-20050302 (10 Apr 2005)

10 Apr 2005; Matthew Kennedy
+cl-memoization-20050302.ebuild:
Keywording for ~amd64

*cl-memoization-1.0 (14 Oct 2004)

14 Oct 2004; +metadata.xml,
+cl-memoization-1.0.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy

Manifest

DIST cl-memoization_20050302.tar.gz 80287 RMD160 c73a7a15e241e2181c4c98d6e69b894e4a1bae54 SHA1 6d90a5de96f8fa8fa17b8b045cc44334df6d3cd2 SHA256 f2bd09495c39ce1986c8a0f11087af8d64cd61acc891df421675169bd49afdcc
EBUILD cl-memoization-20050302.ebuild 831 RMD160 f2d05448f8dfef4dbb4b06a79ecf02342b207212 SHA1 82f915c311f451659be71e0d76f15397a34f2bd3 SHA256 a73712035f5f821f0084d32845cbf8613c5586446262f5863faf789de48b3e20
MISC ChangeLog 1017 RMD160 7786d0b0fa595345ed54af62f584929355a6d7e3 SHA1 4476862870a7d5ac0e86590850fa5606a072225f SHA256 17a7a12745fd2f0a5923b7c0ba919e348d72ebcd25ac3248e17c1c5ca78ab8bb
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-memoization-20050302.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-memoization/cl-memoization-20050302.ebuild,v 1.4 2007/02/03 17:37:06 flameeyes Exp $

inherit common-lisp

DESCRIPTION="Memoization support to CMU Common Lisp"
HOMEPAGE="http://packages.debian.org/unstable/libs/cl-memoization"
SRC_URI="mirror://debian/pool/main/c/cl-memoization/${PN}_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"

CLPACKAGE=memoization

S=${WORKDIR}/t

src_unpack() {
unpack ${A}
rm ${S}/Makefile || die
}

src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc docs/*.{ps,text} docs/README Memo-Tables/fib.lisp
do-debian-credits
}

metadata.xml




common-lisp