summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-27 16:36:44 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-27 16:36:44 +0000
commita1d6989e28ebf6b566b6c722cf17f666252ac852 (patch)
tree4410fb7fdddabbd867bf0c38d7999c14983f9535 /dev-lisp/cl-aima
parentFix debian HOMEPAGE (diff)
downloadgentoo-2-a1d6989e28ebf6b566b6c722cf17f666252ac852.tar.gz
gentoo-2-a1d6989e28ebf6b566b6c722cf17f666252ac852.tar.bz2
gentoo-2-a1d6989e28ebf6b566b6c722cf17f666252ac852.zip
Fix debian HOMEPAGE
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lisp/cl-aima')
-rw-r--r--dev-lisp/cl-aima/ChangeLog7
-rw-r--r--dev-lisp/cl-aima/cl-aima-1.0.4.ebuild6
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"