diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-04 16:31:49 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-04 16:31:49 +0000 |
commit | 791b633d73536b32658de969caee903bfe7343f2 (patch) | |
tree | 19c9dc3f20bf9e69a05fb15d8f7bbd8adb35de65 /dev-lisp/cl-aima | |
parent | Removed version 1.4.4.0.6.1 as it depends on a version of evolution (1.4.4) t... (diff) | |
download | historical-791b633d73536b32658de969caee903bfe7343f2.tar.gz historical-791b633d73536b32658de969caee903bfe7343f2.tar.bz2 historical-791b633d73536b32658de969caee903bfe7343f2.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-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index f3892452211e..a52c0c140991 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.4 2004/03/03 18:58:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.5 2004/03/04 16:31:49 mkennedy Exp $ + + 04 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild: + Missing SLOT="0" added. 03 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild, cl-aima-1.0.2.ebuild: diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild index c8229f8df301..8ad37d8c8a46 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.2 2004/03/03 18:58:05 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild,v 1.3 2004/03/04 16:31:49 mkennedy Exp $ inherit common-lisp @@ -16,6 +16,7 @@ LICENSE="Norvig" KEYWORDS="~x86" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" +SLOT="0" CLPACKAGE=aima |