diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-05 19:59:45 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-05 19:59:45 +0000 |
commit | a64396c19ca1c4ad274f37d9f2baae66edb04227 (patch) | |
tree | 07073e95e2be2d97934f03e5577e107d42f72683 /dev-lisp/cl-aima | |
parent | use games eclass; more alsa checking; fix deps (diff) | |
download | historical-a64396c19ca1c4ad274f37d9f2baae66edb04227.tar.gz historical-a64396c19ca1c4ad274f37d9f2baae66edb04227.tar.bz2 historical-a64396c19ca1c4ad274f37d9f2baae66edb04227.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.2.ebuild | 51 | ||||
-rw-r--r-- | dev-lisp/cl-aima/files/digest-cl-aima-1.0.2 | 2 |
3 files changed, 4 insertions, 54 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index a52c0c140991..e66b1ba71197 100644 --- a/dev-lisp/cl-aima/ChangeLog +++ b/dev-lisp/cl-aima/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-aima # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.5 2004/03/04 16:31:49 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.6 2004/03/05 19:59:45 mkennedy Exp $ + + 05 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2.ebuild: + Remove obsolete ebuilds. 04 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild: Missing SLOT="0" added. diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild deleted file mode 100644 index bd08d56ec19a..000000000000 --- a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild,v 1.4 2004/03/03 18:58:05 mkennedy Exp $ - -inherit common-lisp - -DEB_PV=1 - -DESCRIPTION="Common Lisp source code from Peter Norvig's Artificial Intelligence: A Modern Approach" -HOMEPAGE="http://aima.cs.berkeley.edu/ - http://www.norvig.com/ - http://packages.debian.org/unstable/devel/cl-aima.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-aima/cl-aima_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-aima/cl-aima_${PV}-${DEB_PV}.diff.gz" -LICENSE="Norvig" -KEYWORDS="~x86" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=aima - -S=${WORKDIR}/cl-aima-${PV} - -src_unpack() { - unpack ${A} - epatch ${PN}_${PV}-${DEB_PV}.diff -} - -src_install() { - insinto /usr/share/common-lisp/source/aima/ - doins debian/aima.asd aima.lisp - for module in agents language learning logic search uncertainty utilities; do - find ${module} -type f -name \*.lisp -print | while read lisp; do \ - local dir=${D}/usr/share/common-lisp/source/aima/$(dirname ${lisp}) - mkdir -p ${dir} &>/dev/null - cp ${lisp} ${dir} - done - mv ${module}/README.html README-${module}.html && dohtml README-${module}.html - done - common-lisp-system-symlink - dohtml doc/* - do-debian-credits -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2 b/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2 deleted file mode 100644 index 87b37df54ea6..000000000000 --- a/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 da29b0ec00d2abac61d1bcdb769bbf0e cl-aima_1.0.2.orig.tar.gz 188037 -MD5 d51a6942f2745109c5b81ee0b897dc13 cl-aima_1.0.2-1.diff.gz 3511 |