diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:39:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:39:17 +0000 |
commit | 413c48c452ff049f365dbdc688c8fa5f117657ff (patch) | |
tree | ecbff10eec21354f22caa30afc8071ef13d2e900 /dev-lisp/cl-aima | |
parent | Added ~ppc; bug #214957 (diff) | |
download | historical-413c48c452ff049f365dbdc688c8fa5f117657ff.tar.gz historical-413c48c452ff049f365dbdc688c8fa5f117657ff.tar.bz2 historical-413c48c452ff049f365dbdc688c8fa5f117657ff.zip |
Fix debian HOMEPAGE
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r-- | dev-lisp/cl-aima/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-aima/ChangeLog b/dev-lisp/cl-aima/ChangeLog index b6bb63a3e75a..4ed809d6aec3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.13 2007/02/03 17:31:46 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/ChangeLog,v 1.14 2008/03/27 16:36:44 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-aima-1.0.4.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-aima-1.0.4.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild index b8238924348e..cb0b151d2fd7 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.4.ebuild,v 1.5 2007/02/03 17:31:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild,v 1.6 2008/03/27 16:36:44 armin76 Exp $ inherit common-lisp eutils 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" +HOMEPAGE="http://aima.cs.berkeley.edu/ http://www.norvig.com/ http://packages.debian.org/unstable/devel/cl-aima" SRC_URI="mirror://gentoo/cl-aima_${PV}.orig.tar.gz mirror://gentoo/cl-aima_${PV}-${DEB_PV}.diff.gz" LICENSE="Norvig" |