diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:38:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 16:38:03 +0000 |
commit | 05b4ee35d0e90ceaf907eafdc935401dec13d98b (patch) | |
tree | 2c94b7f5de665f7031b921f2549a4b7d1942200f /dev-lisp | |
parent | Fix debian HOMEPAGE (diff) | |
download | gentoo-2-05b4ee35d0e90ceaf907eafdc935401dec13d98b.tar.gz gentoo-2-05b4ee35d0e90ceaf907eafdc935401dec13d98b.tar.bz2 gentoo-2-05b4ee35d0e90ceaf907eafdc935401dec13d98b.zip |
Fix debian HOMEPAGE
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-paip/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-paip/cl-paip-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/cl-paip/ChangeLog b/dev-lisp/cl-paip/ChangeLog index fb873c291616..a48f684f2991 100644 --- a/dev-lisp/cl-paip/ChangeLog +++ b/dev-lisp/cl-paip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-paip -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/ChangeLog,v 1.8 2007/02/03 17:38:30 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/ChangeLog,v 1.9 2008/03/27 16:38:03 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-paip-1.0.2.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-paip-1.0.2.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild b/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild index f153ac9c8009..ab6d51c98ace 100644 --- a/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild +++ b/dev-lisp/cl-paip/cl-paip-1.0.2.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-paip/cl-paip-1.0.2.ebuild,v 1.9 2007/02/03 17:38:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-paip/cl-paip-1.0.2.ebuild,v 1.10 2008/03/27 16:38:03 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp source code from Peter Norvig's book: Paradigms of Artificial Intelligence Programming" -HOMEPAGE="http://www.norvig.com/paip.html http://packages.debian.org/unstable/devel/cl-paip.html" +HOMEPAGE="http://www.norvig.com/paip.html http://packages.debian.org/unstable/devel/cl-paip" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/${PN}_${PV}-${DEB_PV}.diff.gz" LICENSE="Norvig" |