diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-06 00:41:31 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-06 00:41:31 +0000 |
commit | 9cff3da79e9dcd29dff872c4de2ce89114b3e0da (patch) | |
tree | 1d3dd29deb369102eac6c56f76ded112c16fe469 /dev-lisp/cl-aima | |
parent | - q/a virtual/os-headers should not be set in an ebuilds RDEPEND (diff) | |
download | gentoo-2-9cff3da79e9dcd29dff872c4de2ce89114b3e0da.tar.gz gentoo-2-9cff3da79e9dcd29dff872c4de2ce89114b3e0da.tar.bz2 gentoo-2-9cff3da79e9dcd29dff872c4de2ce89114b3e0da.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 12 | ||||
-rw-r--r-- | dev-lisp/cl-aima/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.4.ebuild (renamed from dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild) | 12 | ||||
-rw-r--r-- | dev-lisp/cl-aima/files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz | bin | 0 -> 5052 bytes | |||
-rw-r--r-- | dev-lisp/cl-aima/files/digest-cl-aima-1.0.2-r1 | 2 | ||||
-rw-r--r-- | dev-lisp/cl-aima/files/digest-cl-aima-1.0.4 | 2 |
6 files changed, 21 insertions, 9 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index dcb5a0939d07..e2acfb04a5f7 100644 --- a/dev-lisp/cl-aima/ChangeLog +++ b/dev-lisp/cl-aima/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-lisp/cl-aima -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.8 2004/06/24 23:40:00 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.9 2005/02/06 00:41:31 mkennedy Exp $ + +*cl-aima-1.0.4 (05 Feb 2005) + + 05 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> + +files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz, + -cl-aima-1.0.2-r1.ebuild, +cl-aima-1.0.4.ebuild: + Removed old ebuilds; New upstream version; Include an ASDF system definition + file; Fix for package locks (CMUCL) 23 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild: Marking stable for x86 diff --git a/dev-lisp/cl-aima/Manifest b/dev-lisp/cl-aima/Manifest index 31151c29b4c8..5f6969e3b535 100644 --- a/dev-lisp/cl-aima/Manifest +++ b/dev-lisp/cl-aima/Manifest @@ -1,4 +1,6 @@ +MD5 558ce5702dc935526dfdd0fb94236da0 cl-aima-1.0.4.ebuild 1393 MD5 eff8a1637aec11c9ce6e06160093afc5 cl-aima-1.0.2-r1.ebuild 1395 MD5 368345351fd4bba364a8e5a197a1ff53 ChangeLog 936 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 e3eb78b3fd180b27d032e20b551747cc files/digest-cl-aima-1.0.4 136 MD5 1b11e210086362909b8f0d4af6489c09 files/digest-cl-aima-1.0.2-r1 136 diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild index ffdcbeb541a8..c16729adbf1e 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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-r1.ebuild,v 1.6 2004/06/24 23:40:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild,v 1.1 2005/02/06 00:41:31 mkennedy Exp $ inherit common-lisp eutils @@ -10,12 +10,10 @@ DESCRIPTION="Common Lisp source code from Peter Norvig's Artificial Intelligence 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" SLOT="0" KEYWORDS="x86" IUSE="" - DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" @@ -26,11 +24,14 @@ CLPACKAGE=aima src_unpack() { unpack ${A} epatch ${PN}_${PV}-${DEB_PV}.diff + gunzip -c ${FILESDIR}/${PV}-defsystem-and-package-lock-gentoo.patch.gz \ + >${PV}-defsystem-and-package-lock-gentoo.patch \ + && epatch ${PV}-defsystem-and-package-lock-gentoo.patch || die } src_install() { insinto /usr/share/common-lisp/source/aima/ - doins debian/aima.asd aima.lisp + doins 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}) @@ -42,4 +43,5 @@ src_install() { common-lisp-system-symlink dohtml doc/* do-debian-credits + find ${D} -type f -exec chmod 644 '{}' \; } diff --git a/dev-lisp/cl-aima/files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz b/dev-lisp/cl-aima/files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz Binary files differnew file mode 100644 index 000000000000..db8e7e6ffe9e --- /dev/null +++ b/dev-lisp/cl-aima/files/1.0.4-defsystem-and-package-lock-gentoo.patch.gz diff --git a/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2-r1 b/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2-r1 deleted file mode 100644 index 87b37df54ea6..000000000000 --- a/dev-lisp/cl-aima/files/digest-cl-aima-1.0.2-r1 +++ /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 diff --git a/dev-lisp/cl-aima/files/digest-cl-aima-1.0.4 b/dev-lisp/cl-aima/files/digest-cl-aima-1.0.4 new file mode 100644 index 000000000000..3988e64256ea --- /dev/null +++ b/dev-lisp/cl-aima/files/digest-cl-aima-1.0.4 @@ -0,0 +1,2 @@ +MD5 b8689e66bca8ebc64f43d7f7fe808655 cl-aima_1.0.4.orig.tar.gz 187684 +MD5 a6744374bfdd33dc25c4bff488e49207 cl-aima_1.0.4-1.diff.gz 3752 |