diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-03 19:00:56 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2004-03-03 19:00:56 +0000 |
commit | 07d905e36b22682cff9e0daf602d29147e61796a (patch) | |
tree | 63ad5e6e0b63022dad1a5ddba6f587edbab7218f /dev-lisp/cl-aima | |
parent | Version bump. Closes bug #41829. (Manifest recommit) (diff) | |
download | gentoo-2-07d905e36b22682cff9e0daf602d29147e61796a.tar.gz gentoo-2-07d905e36b22682cff9e0daf602d29147e61796a.tar.bz2 gentoo-2-07d905e36b22682cff9e0daf602d29147e61796a.zip |
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index c4717011cd9a..f3892452211e 100644 --- a/dev-lisp/cl-aima/ChangeLog +++ b/dev-lisp/cl-aima/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2004/02/12 09:13:12 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.4 2004/03/03 18:58:05 mkennedy Exp $ + + 03 Mar 2004; <mkennedy@gentoo.org> cl-aima-1.0.2-r1.ebuild, + cl-aima-1.0.2.ebuild: + License fix. *cl-aima-1.0.2-r1 (12 Feb 2004) 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 34023c451c72..c8229f8df301 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.1 2004/02/12 09:13:12 mkennedy Exp $ +# $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 $ inherit common-lisp @@ -12,10 +12,8 @@ HOMEPAGE="http://aima.cs.berkeley.edu/ 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="BSD" -SLOT="0" +LICENSE="Norvig" KEYWORDS="~x86" -IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild index 0efaba99d7ce..bd08d56ec19a 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.2.ebuild @@ -1,6 +1,6 @@ # 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.3 2003/11/14 11:41:53 seemant Exp $ +# $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 @@ -12,10 +12,8 @@ HOMEPAGE="http://aima.cs.berkeley.edu/ 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="BSD" -SLOT="0" +LICENSE="Norvig" KEYWORDS="~x86" -IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" |