diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:31:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-03 17:31:46 +0000 |
commit | db208731d574f69c203f399df8ed0188a3f765c3 (patch) | |
tree | bb550b42fc8e854ca335089be1fbfab491044bac /dev-lisp/cl-aima/cl-aima-1.0.4.ebuild | |
parent | Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file ha... (diff) | |
download | gentoo-2-db208731d574f69c203f399df8ed0188a3f765c3.tar.gz gentoo-2-db208731d574f69c203f399df8ed0188a3f765c3.tar.bz2 gentoo-2-db208731d574f69c203f399df8ed0188a3f765c3.zip |
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file has been removed from debian's mirrors.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-lisp/cl-aima/cl-aima-1.0.4.ebuild')
-rw-r--r-- | dev-lisp/cl-aima/cl-aima-1.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 a55b05dd2ca8..b8238924348e 100644 --- a/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild +++ b/dev-lisp/cl-aima/cl-aima-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.4 2006/01/29 16:16:19 blubb Exp $ +# $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 $ inherit common-lisp eutils @@ -8,8 +8,8 @@ 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" +SRC_URI="mirror://gentoo/cl-aima_${PV}.orig.tar.gz + mirror://gentoo/cl-aima_${PV}-${DEB_PV}.diff.gz" LICENSE="Norvig" SLOT="0" KEYWORDS="~amd64 ~sparc x86" |