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 | |
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
98 files changed, 394 insertions, 254 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" diff --git a/dev-lisp/cl-asdf/ChangeLog b/dev-lisp/cl-asdf/ChangeLog index 79f2b9a7a26e..21a06c409719 100644 --- a/dev-lisp/cl-asdf/ChangeLog +++ b/dev-lisp/cl-asdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-asdf -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.28 2007/11/28 15:24:16 grobian Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/ChangeLog,v 1.29 2008/03/27 16:37:30 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-asdf-1.86-r1.ebuild, + cl-asdf-1.89.ebuild: + Fix debian HOMEPAGE 28 Nov 2007; Fabian Groffen <grobian@gentoo.org> cl-asdf-1.86-r1.ebuild, cl-asdf-1.89.ebuild: diff --git a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild index b3897dbd2d1a..1ed93d39f7d9 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.86-r1.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-asdf/cl-asdf-1.86-r1.ebuild,v 1.11 2007/11/28 15:24:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.86-r1.ebuild,v 1.12 2008/03/27 16:37:30 armin76 Exp $ DEB_PV=1 inherit eutils DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-asdf_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild b/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild index b59effdfa13f..1d160d716950 100644 --- a/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild +++ b/dev-lisp/cl-asdf/cl-asdf-1.89.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-asdf/cl-asdf-1.89.ebuild,v 1.3 2007/11/28 15:24:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf/cl-asdf-1.89.ebuild,v 1.4 2008/03/27 16:37:30 armin76 Exp $ DEB_PV=1 inherit eutils DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-asdf_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-awk/ChangeLog b/dev-lisp/cl-awk/ChangeLog index 3fcdd478f82a..428f635f9c63 100644 --- a/dev-lisp/cl-awk/ChangeLog +++ b/dev-lisp/cl-awk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-awk -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.10 2007/02/22 01:20:17 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/ChangeLog,v 1.11 2008/03/27 16:26:22 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-awk-1-r1.ebuild: + Fix debian HOMEPAGE 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild b/dev-lisp/cl-awk/cl-awk-1-r1.ebuild index fa4465cf1de8..5a442944a59f 100644 --- a/dev-lisp/cl-awk/cl-awk-1-r1.ebuild +++ b/dev-lisp/cl-awk/cl-awk-1-r1.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-awk/cl-awk-1-r1.ebuild,v 1.7 2007/02/03 17:32:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-awk/cl-awk-1-r1.ebuild,v 1.8 2008/03/27 16:26:22 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp implementation of AWK" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk http://www.cliki.net/RegEx-CLAWK-Lexer http://packages.debian.org/unstable/devel/cl-awk.html" +HOMEPAGE="http://www.geocities.com/mparker762/clawk.html#clawk http://www.cliki.net/RegEx-CLAWK-Lexer http://packages.debian.org/unstable/devel/cl-awk" SRC_URI="mirror://debian/pool/main/c/cl-awk/cl-awk_${PV}.orig.tar.gz mirror://debian/pool/main/c/cl-awk/cl-awk_1-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-base64/ChangeLog b/dev-lisp/cl-base64/ChangeLog index 4b65f7fbfe37..43e66eb7ba32 100644 --- a/dev-lisp/cl-base64/ChangeLog +++ b/dev-lisp/cl-base64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-base64 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/ChangeLog,v 1.13 2007/02/03 17:33:18 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/ChangeLog,v 1.14 2008/03/27 16:35:55 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-base64-3.3.1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-base64-3.3.1.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild index 45fb105255a7..51c7adf2f86c 100644 --- a/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild +++ b/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild @@ -1,11 +1,11 @@ -# 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-base64/cl-base64-3.3.1.ebuild,v 1.9 2007/07/15 02:50:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild,v 1.10 2008/03/27 16:35:55 armin76 Exp $ inherit common-lisp DESCRIPTION="Common Lisp package to encode and decode base64 with URI support" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64.html +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64 http://b9.com/debian.html" SRC_URI="mirror://debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-blowfish/ChangeLog b/dev-lisp/cl-blowfish/ChangeLog index 18c050396b6c..c2942ff90608 100644 --- a/dev-lisp/cl-blowfish/ChangeLog +++ b/dev-lisp/cl-blowfish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-blowfish -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.10 2007/02/03 17:33:37 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/ChangeLog,v 1.11 2008/03/27 16:34:30 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-blowfish-0.6.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-blowfish-0.6.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild b/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild index 0640c2401550..955d14ea3af0 100644 --- a/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild +++ b/dev-lisp/cl-blowfish/cl-blowfish-0.6.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-blowfish/cl-blowfish-0.6.ebuild,v 1.9 2007/07/15 02:50:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-blowfish/cl-blowfish-0.6.ebuild,v 1.10 2008/03/27 16:34:30 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp implementation of the Blowfish encryption algorithm." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish.html http://members.optusnet.com.au/apicard/" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-blowfish http://members.optusnet.com.au/apicard/" SRC_URI="mirror://gentoo/cl-blowfish_${PV}.orig.tar.gz mirror://gentoo/cl-blowfish_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-cclan/ChangeLog b/dev-lisp/cl-cclan/ChangeLog index 136965f334a1..cc16f8399228 100644 --- a/dev-lisp/cl-cclan/ChangeLog +++ b/dev-lisp/cl-cclan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-cclan -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/ChangeLog,v 1.11 2007/02/03 17:33:57 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/ChangeLog,v 1.12 2008/03/27 16:16:51 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-cclan-1.86.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-cclan-1.86.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-cclan/cl-cclan-1.86.ebuild b/dev-lisp/cl-cclan/cl-cclan-1.86.ebuild index 012678da563f..1606ff92a9fd 100644 --- a/dev-lisp/cl-cclan/cl-cclan-1.86.ebuild +++ b/dev-lisp/cl-cclan/cl-cclan-1.86.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-cclan/cl-cclan-1.86.ebuild,v 1.3 2007/02/03 17:33:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/cl-cclan-1.86.ebuild,v 1.4 2008/03/27 16:16:51 armin76 Exp $ inherit common-lisp eutils DEB_PV=2 DESCRIPTION="Comprehensive Common Lisp Archive Network" -HOMEPAGE="http://cclan.sourceforge.net http://www.cliki.net/cclan http://packages.debian.org/unstable/devel/cl-cclan.html" +HOMEPAGE="http://cclan.sourceforge.net http://www.cliki.net/cclan http://packages.debian.org/unstable/devel/cl-cclan" SRC_URI="mirror://gentoo/cl-asdf_${PV}-${DEB_PV}.diff.gz mirror://gentoo/cl-asdf_${PV}.orig.tar.gz" diff --git a/dev-lisp/cl-kmrcl/ChangeLog b/dev-lisp/cl-kmrcl/ChangeLog index fc46dc317cb8..5bb671aafc1b 100644 --- a/dev-lisp/cl-kmrcl/ChangeLog +++ b/dev-lisp/cl-kmrcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-kmrcl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/ChangeLog,v 1.20 2007/02/22 01:26:01 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/ChangeLog,v 1.21 2008/03/27 16:17:39 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-kmrcl-1.82.ebuild, + cl-kmrcl-1.88.ebuild: + Fix debian HOMEPAGE 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.82.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.82.ebuild index 6e74051d22e1..511d7cfcb2bd 100644 --- a/dev-lisp/cl-kmrcl/cl-kmrcl-1.82.ebuild +++ b/dev-lisp/cl-kmrcl/cl-kmrcl-1.82.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2005 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-kmrcl/cl-kmrcl-1.82.ebuild,v 1.2 2005/05/24 18:48:33 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/cl-kmrcl-1.82.ebuild,v 1.3 2008/03/27 16:17:39 armin76 Exp $ inherit common-lisp DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl http://b9.com/debian.html" SRC_URI="ftp://ftp.b9.com/kmrcl/kmrcl-${PV}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lisp/cl-kmrcl/cl-kmrcl-1.88.ebuild b/dev-lisp/cl-kmrcl/cl-kmrcl-1.88.ebuild index f11f7b8a5d4c..793f23a756d3 100644 --- a/dev-lisp/cl-kmrcl/cl-kmrcl-1.88.ebuild +++ b/dev-lisp/cl-kmrcl/cl-kmrcl-1.88.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 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-kmrcl/cl-kmrcl-1.88.ebuild,v 1.1 2006/09/04 03:42:46 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-kmrcl/cl-kmrcl-1.88.ebuild,v 1.2 2008/03/27 16:17:39 armin76 Exp $ inherit common-lisp DESCRIPTION="General Utilities for Common Lisp Programs from Kevin Rosenberg" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl.html +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-kmrcl http://b9.com/debian.html" SRC_URI="http://files.b9.com/kmrcl/kmrcl-${PV}.tar.gz" LICENSE="LGPL-2.1" diff --git a/dev-lisp/cl-lexer/ChangeLog b/dev-lisp/cl-lexer/ChangeLog index f582e5a3e13d..e4af4968f920 100644 --- a/dev-lisp/cl-lexer/ChangeLog +++ b/dev-lisp/cl-lexer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-lexer -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lexer/ChangeLog,v 1.11 2007/02/22 01:26:27 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lexer/ChangeLog,v 1.12 2008/03/27 16:18:13 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-lexer-1-r1.ebuild: + Fix debian HOMEPAGE 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild b/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild index eba37d60d7f1..e4d75a1c001c 100644 --- a/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild +++ b/dev-lisp/cl-lexer/cl-lexer-1-r1.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-lexer/cl-lexer-1-r1.ebuild,v 1.8 2007/02/03 17:36:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lexer/cl-lexer-1-r1.ebuild,v 1.9 2008/03/27 16:18:13 armin76 Exp $ inherit common-lisp eutils DEB_PV=2 DESCRIPTION="Lexical-analyzer-generator package for Common Lisp" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-lexer.html" +HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-lexer" SRC_URI="mirror://debian/pool/main/c/cl-lexer/${PN}_${PV}.orig.tar.gz mirror://debian/pool/main/c/cl-lexer/${PN}_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-md5/ChangeLog b/dev-lisp/cl-md5/ChangeLog index bd4dd67c52ed..902a8c63c6a0 100644 --- a/dev-lisp/cl-md5/ChangeLog +++ b/dev-lisp/cl-md5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-md5 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.13 2007/02/03 17:36:46 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/ChangeLog,v 1.14 2008/03/27 16:27:03 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-md5-1.8.5.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-md5-1.8.5.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild index 59b7bfc49e43..fe08dcb2e6da 100644 --- a/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild +++ b/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild @@ -1,11 +1,11 @@ -# 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-md5/cl-md5-1.8.5.ebuild,v 1.4 2007/02/03 17:36:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-md5/cl-md5-1.8.5.ebuild,v 1.5 2008/03/27 16:27:03 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="Common Lisp package for MD5 Message Digests" -HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5.html" +HOMEPAGE="http://www.pmsf.de/resources/lisp/MD5.html http://packages.debian.org/unstable/devel/cl-md5" SRC_URI="mirror://debian/pool/main/c/cl-md5/${PN}_${PV}.orig.tar.gz" LICENSE="public-domain" 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" diff --git a/dev-lisp/cl-pipes/ChangeLog b/dev-lisp/cl-pipes/ChangeLog index e4f5317a4cf5..a4016fc7e402 100644 --- a/dev-lisp/cl-pipes/ChangeLog +++ b/dev-lisp/cl-pipes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-pipes # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.11 2008/02/06 21:25:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/ChangeLog,v 1.12 2008/03/27 16:18:45 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-pipes-1.2.1.ebuild: + Fix debian HOMEPAGE 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> cl-pipes-1.2.1.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild b/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild index 9b911813d6a8..13456c5c41e2 100644 --- a/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild +++ b/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild,v 1.10 2008/02/06 21:25:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pipes/cl-pipes-1.2.1.ebuild,v 1.11 2008/03/27 16:18:45 armin76 Exp $ inherit common-lisp DESCRIPTION="Common Lisp library for pipes or streams" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-pipes" SRC_URI="mirror://debian/pool/main/c/cl-pipes/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-port/ChangeLog b/dev-lisp/cl-port/ChangeLog index 00b3e9b3fa99..4017a7c9937f 100644 --- a/dev-lisp/cl-port/ChangeLog +++ b/dev-lisp/cl-port/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-port -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/ChangeLog,v 1.10 2007/02/03 17:40:14 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/ChangeLog,v 1.11 2008/03/27 16:38:36 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-port-1.0.1.2-r2.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-port-1.0.1.2-r2.ebuild: diff --git a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild index 2d6b9093b4b6..8b8f3b2d931f 100644 --- a/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild +++ b/dev-lisp/cl-port/cl-port-1.0.1.2-r2.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-port/cl-port-1.0.1.2-r2.ebuild,v 1.8 2007/02/03 17:40:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-port/cl-port-1.0.1.2-r2.ebuild,v 1.9 2008/03/27 16:38:36 armin76 Exp $ inherit common-lisp eutils DEB_PV=3 DESCRIPTION="Cross-implementation portability functions taken from the Common Lisp Object Code Collection" -HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port.html" +HOMEPAGE="http://www.sourceforge.net/projects/clocc/ http://packages.debian.org/unstable/devel/cl-port" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-port_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-quick-arrays/ChangeLog b/dev-lisp/cl-quick-arrays/ChangeLog index 39908eb650d4..b9a84f05f67e 100644 --- a/dev-lisp/cl-quick-arrays/ChangeLog +++ b/dev-lisp/cl-quick-arrays/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-quick-arrays -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.9 2007/02/03 17:40:54 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/ChangeLog,v 1.10 2008/03/27 16:25:47 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-quick-arrays-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-quick-arrays-1.0-r1.ebuild: diff --git a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild index ed1ffbd68483..6e30b18ccd04 100644 --- a/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild +++ b/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.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-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.8 2007/02/03 17:40:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-quick-arrays/cl-quick-arrays-1.0-r1.ebuild,v 1.9 2008/03/27 16:25:47 armin76 Exp $ inherit common-lisp DEB_PV=8 DESCRIPTION="Common Lisp library offering less flexible, but faster arrays" -HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays.html +HOMEPAGE="http://packages.debian.org/unstable/libs/cl-quick-arrays http://www.cliki.net/quick-arrays" SRC_URI="mirror://gentoo/${PN}_${PV}-${DEB_PV}.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-regex/ChangeLog b/dev-lisp/cl-regex/ChangeLog index a3e5df7bac64..7c61b82c2845 100644 --- a/dev-lisp/cl-regex/ChangeLog +++ b/dev-lisp/cl-regex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-regex -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/ChangeLog,v 1.9 2007/02/03 17:41:14 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/ChangeLog,v 1.10 2008/03/27 16:19:21 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-regex-1-r1.ebuild, + cl-regex-1-r2.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-regex-1-r1.ebuild, cl-regex-1-r2.ebuild: diff --git a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild b/dev-lisp/cl-regex/cl-regex-1-r1.ebuild index 6a511b2eb28b..13b6cae96b82 100644 --- a/dev-lisp/cl-regex/cl-regex-1-r1.ebuild +++ b/dev-lisp/cl-regex/cl-regex-1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-regex/cl-regex-1-r1.ebuild,v 1.7 2007/02/03 17:41:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1-r1.ebuild,v 1.8 2008/03/27 16:19:21 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="Common Lisp regular expression compiler/matcher" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex.html" +HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex" SRC_URI="mirror://debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-regex/cl-regex-1-r2.ebuild b/dev-lisp/cl-regex/cl-regex-1-r2.ebuild index a84bba831deb..953385a5014c 100644 --- a/dev-lisp/cl-regex/cl-regex-1-r2.ebuild +++ b/dev-lisp/cl-regex/cl-regex-1-r2.ebuild @@ -1,11 +1,11 @@ -# 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-regex/cl-regex-1-r2.ebuild,v 1.2 2007/02/03 17:41:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-regex/cl-regex-1-r2.ebuild,v 1.3 2008/03/27 16:19:21 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="Common Lisp regular expression compiler/matcher" -HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex.html" +HOMEPAGE="http://www.geocities.com/mparker762/clawk.html http://packages.debian.org/unstable/devel/cl-regex" SRC_URI="mirror://debian/pool/main/c/cl-regex/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-rsm-bitcomp/ChangeLog b/dev-lisp/cl-rsm-bitcomp/ChangeLog index bc594dbe671b..ba35f7c71784 100644 --- a/dev-lisp/cl-rsm-bitcomp/ChangeLog +++ b/dev-lisp/cl-rsm-bitcomp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-bitcomp -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bitcomp/ChangeLog,v 1.5 2007/02/03 17:41:33 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bitcomp/ChangeLog,v 1.6 2008/03/27 16:16:14 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-bitcomp-1.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-bitcomp-1.1-r1.ebuild: diff --git a/dev-lisp/cl-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild b/dev-lisp/cl-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild index 3cbb5b7333e7..fb38f320f1e6 100644 --- a/dev-lisp/cl-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild +++ b/dev-lisp/cl-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild,v 1.5 2007/02/03 17:41:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bitcomp/cl-rsm-bitcomp-1.1-r1.ebuild,v 1.6 2008/03/27 16:16:14 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="McIntire's Common Lisp Bit Compression Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bitcomp.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bitcomp" SRC_URI="mirror://gentoo/cl-rsm-bitcomp_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-bool-comp/ChangeLog b/dev-lisp/cl-rsm-bool-comp/ChangeLog index af85c7f7e9b4..42c34589051e 100644 --- a/dev-lisp/cl-rsm-bool-comp/ChangeLog +++ b/dev-lisp/cl-rsm-bool-comp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-bool-comp -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/ChangeLog,v 1.7 2007/06/24 17:47:39 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/ChangeLog,v 1.8 2008/03/27 16:20:21 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-bool-comp-1.0.ebuild, cl-rsm-bool-comp-1.0-r1.ebuild: + Fix debian HOMEPAGE 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> cl-rsm-bool-comp-1.0-r1.ebuild: diff --git a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild index 7a63ca322c7b..6059e780f6b5 100644 --- a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild +++ b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild,v 1.6 2007/06/24 17:47:39 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0-r1.ebuild,v 1.7 2008/03/27 16:20:21 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="R. Scott McIntire's Common Lisp Boolean Function Comparison library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp" SRC_URI="mirror://gentoo/cl-rsm-bool-comp_${PV}.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild index ba027bb4a73a..4a1efffaeb23 100644 --- a/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild +++ b/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild,v 1.6 2007/02/03 17:41:53 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-bool-comp/cl-rsm-bool-comp-1.0.ebuild,v 1.7 2008/03/27 16:20:21 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="McIntire's Common Lisp Boolean Function Comparison Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-bool-comp" SRC_URI="mirror://gentoo/cl-rsm-bool-comp_1.0.tar.gz" LICENSE="BSD" diff --git a/dev-lisp/cl-rsm-cache/ChangeLog b/dev-lisp/cl-rsm-cache/ChangeLog index 5ca148f9223d..51eb9bb37f58 100644 --- a/dev-lisp/cl-rsm-cache/ChangeLog +++ b/dev-lisp/cl-rsm-cache/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-cache -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-cache/ChangeLog,v 1.6 2007/02/03 17:42:14 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-cache/ChangeLog,v 1.7 2008/03/27 16:28:14 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-cache-1.1_beta1.ebuild, cl-rsm-cache-1.1_beta1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-cache-1.1_beta1.ebuild, cl-rsm-cache-1.1_beta1-r1.ebuild: diff --git a/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild b/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild index c4b02d25537a..a53cda036583 100644 --- a/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild +++ b/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild,v 1.6 2007/02/03 17:42:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1-r1.ebuild,v 1.7 2008/03/27 16:28:14 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp cache library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache" SRC_URI="mirror://gentoo/cl-rsm-cache_${PV/_beta/b}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild b/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild index 126c1afe0007..fe8163aea25f 100644 --- a/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild +++ b/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild,v 1.5 2007/02/03 17:42:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-cache/cl-rsm-cache-1.1_beta1.ebuild,v 1.6 2008/03/27 16:28:14 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Cache Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-cache" SRC_URI="mirror://gentoo/cl-rsm-cache_${PV/_beta/b}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-delayed/ChangeLog b/dev-lisp/cl-rsm-delayed/ChangeLog index ad97d0f3ae55..cef83725bba1 100644 --- a/dev-lisp/cl-rsm-delayed/ChangeLog +++ b/dev-lisp/cl-rsm-delayed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-delayed -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-delayed/ChangeLog,v 1.5 2007/02/03 17:42:35 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-delayed/ChangeLog,v 1.6 2008/03/27 16:23:41 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-delayed-1.0.ebuild, + cl-rsm-delayed-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-delayed-1.0.ebuild, cl-rsm-delayed-1.0-r1.ebuild: diff --git a/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild b/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild index 3d6f2947492c..c49371a3b347 100644 --- a/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild +++ b/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild,v 1.5 2007/02/03 17:42:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0-r1.ebuild,v 1.6 2008/03/27 16:23:41 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Delayed Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-delayed.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-delayed" SRC_URI="mirror://gentoo/cl-rsm-delayed_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0.ebuild b/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0.ebuild index 9fb8048a1a22..5caee8f028c0 100644 --- a/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0.ebuild +++ b/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-delayed/cl-rsm-delayed-1.0.ebuild,v 1.5 2007/02/03 17:42:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-delayed/cl-rsm-delayed-1.0.ebuild,v 1.6 2008/03/27 16:23:41 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Delayed Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-delayed.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-delayed" SRC_URI="mirror://gentoo/cl-rsm-delayed_1.0.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-filter/ChangeLog b/dev-lisp/cl-rsm-filter/ChangeLog index be6681af0885..4f20f38dfcc9 100644 --- a/dev-lisp/cl-rsm-filter/ChangeLog +++ b/dev-lisp/cl-rsm-filter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-filter -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-filter/ChangeLog,v 1.6 2007/02/03 17:42:56 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-filter/ChangeLog,v 1.7 2008/03/27 16:31:35 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-filter-1.1_beta2.ebuild, cl-rsm-filter-1.1_beta2-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-filter-1.1_beta2.ebuild, cl-rsm-filter-1.1_beta2-r1.ebuild: diff --git a/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild b/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild index e8deca748de7..d8d42aa65612 100644 --- a/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild +++ b/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild,v 1.5 2007/02/03 17:42:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2-r1.ebuild,v 1.6 2008/03/27 16:31:35 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Filter Library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter" SRC_URI="mirror://gentoo/cl-rsm-filter_${PV/_beta/b}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild b/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild index d6f352173ed2..629d92896ed7 100644 --- a/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild +++ b/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild,v 1.5 2007/02/03 17:42:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-filter/cl-rsm-filter-1.1_beta2.ebuild,v 1.6 2008/03/27 16:31:35 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Filter Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-filter" SRC_URI="mirror://gentoo/cl-rsm-filter_${PV/_beta/b}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-finance/ChangeLog b/dev-lisp/cl-rsm-finance/ChangeLog index 92ad3be20a52..09faa423ae49 100644 --- a/dev-lisp/cl-rsm-finance/ChangeLog +++ b/dev-lisp/cl-rsm-finance/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-finance -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-finance/ChangeLog,v 1.5 2007/02/03 17:43:16 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-finance/ChangeLog,v 1.6 2008/03/27 16:33:58 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-finance-1.1.ebuild, + cl-rsm-finance-1.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-finance-1.1.ebuild, cl-rsm-finance-1.1-r1.ebuild: diff --git a/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1-r1.ebuild b/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1-r1.ebuild index 9eca19464115..c0946bcb1485 100644 --- a/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1-r1.ebuild +++ b/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-finance/cl-rsm-finance-1.1-r1.ebuild,v 1.5 2007/02/03 17:43:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1-r1.ebuild,v 1.6 2008/03/27 16:33:58 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Finance Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance" SRC_URI="mirror://gentoo/cl-rsm-finance_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild b/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild index ef7420a84bae..740251f6f96b 100644 --- a/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild +++ b/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-finance/cl-rsm-finance-1.1.ebuild,v 1.5 2007/02/03 17:43:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-finance/cl-rsm-finance-1.1.ebuild,v 1.6 2008/03/27 16:33:58 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Finance Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance" SRC_URI="mirror://gentoo/cl-rsm-finance_1.1.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-fuzzy/ChangeLog b/dev-lisp/cl-rsm-fuzzy/ChangeLog index c41940a155a4..402b77c5f1a6 100644 --- a/dev-lisp/cl-rsm-fuzzy/ChangeLog +++ b/dev-lisp/cl-rsm-fuzzy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-fuzzy -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/ChangeLog,v 1.7 2007/02/03 17:43:36 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/ChangeLog,v 1.8 2008/03/27 16:29:06 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-fuzzy-1.2.ebuild, + cl-rsm-fuzzy-1.2-r1.ebuild, cl-rsm-fuzzy-1.2-r2.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-fuzzy-1.2.ebuild, cl-rsm-fuzzy-1.2-r1.ebuild, diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild index 9c32a1f02ad5..702256fb1f0e 100644 --- a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild,v 1.5 2007/02/03 17:43:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r1.ebuild,v 1.6 2008/03/27 16:29:06 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Fuzzy Logic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy" SRC_URI="mirror://gentoo/cl-rsm-fuzzy_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild index ccdae16746a5..0d205425098d 100644 --- a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild,v 1.4 2007/02/03 17:43:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2-r2.ebuild,v 1.5 2008/03/27 16:29:06 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="R. Scott McIntire's Common Lisp Fuzzy Logic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy" SRC_URI="mirror://gentoo/cl-rsm-fuzzy_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild index 71f94ed11af1..80644b8179df 100644 --- a/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild +++ b/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild,v 1.5 2007/02/03 17:43:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-fuzzy/cl-rsm-fuzzy-1.2.ebuild,v 1.6 2008/03/27 16:29:06 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Fuzzy Logic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-fuzzy" SRC_URI="mirror://gentoo/cl-rsm-fuzzy_1.2.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-gen-prog/ChangeLog b/dev-lisp/cl-rsm-gen-prog/ChangeLog index 10b155b0c35a..3465947f6402 100644 --- a/dev-lisp/cl-rsm-gen-prog/ChangeLog +++ b/dev-lisp/cl-rsm-gen-prog/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-gen-prog -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-gen-prog/ChangeLog,v 1.4 2007/02/03 17:44:15 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-gen-prog/ChangeLog,v 1.5 2008/03/27 16:34:59 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-gen-prog-1.0.ebuild, + cl-rsm-gen-prog-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-gen-prog-1.0.ebuild, cl-rsm-gen-prog-1.0-r1.ebuild: diff --git a/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild b/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild index 62d597e036ce..5f65ff260e3a 100644 --- a/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild +++ b/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild,v 1.4 2007/02/03 17:44:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0-r1.ebuild,v 1.5 2008/03/27 16:34:59 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Genetic Programming Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-gen-prog.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-gen-prog" SRC_URI="mirror://gentoo/cl-rsm-gen-prog_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild b/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild index 40edac3459a8..d05a0f02f642 100644 --- a/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild +++ b/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild,v 1.4 2007/02/03 17:44:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-gen-prog/cl-rsm-gen-prog-1.0.ebuild,v 1.5 2008/03/27 16:34:59 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Genetic Programming Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-gen-prog.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-gen-prog" SRC_URI="mirror://gentoo/cl-rsm-gen-prog_1.0.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-genetic-alg/ChangeLog b/dev-lisp/cl-rsm-genetic-alg/ChangeLog index 05cd4512bffa..034e9928bf94 100644 --- a/dev-lisp/cl-rsm-genetic-alg/ChangeLog +++ b/dev-lisp/cl-rsm-genetic-alg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-genetic-alg -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-genetic-alg/ChangeLog,v 1.5 2007/02/03 17:43:56 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-genetic-alg/ChangeLog,v 1.6 2008/03/27 16:20:51 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-genetic-alg-1.0.ebuild, cl-rsm-genetic-alg-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-genetic-alg-1.0.ebuild, cl-rsm-genetic-alg-1.0-r1.ebuild: diff --git a/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild b/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild index b06f89cbfa7a..13eef307e609 100644 --- a/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild +++ b/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild,v 1.5 2007/02/03 17:43:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0-r1.ebuild,v 1.6 2008/03/27 16:20:51 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Genetic Algorithm Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-genetic-alg.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-genetic-alg" SRC_URI="mirror://gentoo/cl-rsm-genetic-alg_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild b/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild index 49e9b03511f3..7d3c7051d570 100644 --- a/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild +++ b/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild,v 1.5 2007/02/03 17:43:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-genetic-alg/cl-rsm-genetic-alg-1.0.ebuild,v 1.6 2008/03/27 16:20:51 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Genetic Algorithm Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-genetic-alg.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-genetic-alg" SRC_URI="mirror://gentoo/cl-rsm-genetic-alg_1.0.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-memo/ChangeLog b/dev-lisp/cl-rsm-memo/ChangeLog index c05e7b3926e8..005b403d7e90 100644 --- a/dev-lisp/cl-rsm-memo/ChangeLog +++ b/dev-lisp/cl-rsm-memo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-memo -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-memo/ChangeLog,v 1.5 2007/02/03 17:44:35 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-memo/ChangeLog,v 1.6 2008/03/27 16:21:58 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-memo-1.1.1.ebuild, + cl-rsm-memo-1.1.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-memo-1.1.1.ebuild, cl-rsm-memo-1.1.1-r1.ebuild: diff --git a/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild b/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild index b89fc51179d0..ad160e3d927d 100644 --- a/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild +++ b/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild,v 1.5 2007/02/03 17:44:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1-r1.ebuild,v 1.6 2008/03/27 16:21:58 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Memoization Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo" SRC_URI="mirror://gentoo/cl-rsm-memo_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1.ebuild b/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1.ebuild index e2fdb1791a87..6f5e15401d45 100644 --- a/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1.ebuild +++ b/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-memo/cl-rsm-memo-1.1.1.ebuild,v 1.5 2007/02/03 17:44:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-memo/cl-rsm-memo-1.1.1.ebuild,v 1.6 2008/03/27 16:21:58 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Memoization Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo" SRC_URI="mirror://gentoo/cl-rsm-memo_1.1.1.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-mod/ChangeLog b/dev-lisp/cl-rsm-mod/ChangeLog index 4d76aa776c42..10794d6e0cda 100644 --- a/dev-lisp/cl-rsm-mod/ChangeLog +++ b/dev-lisp/cl-rsm-mod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-mod -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/ChangeLog,v 1.5 2007/02/03 17:44:55 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/ChangeLog,v 1.6 2008/03/27 16:24:21 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-mod-1.1.ebuild, + cl-rsm-mod-1.2.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-mod-1.1.ebuild, cl-rsm-mod-1.2.ebuild: diff --git a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild index e155273c61e6..3213dd776ad8 100644 --- a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild +++ b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-mod/cl-rsm-mod-1.1.ebuild,v 1.5 2007/02/03 17:44:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.1.ebuild,v 1.6 2008/03/27 16:24:21 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Modular Arithmetic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod" SRC_URI="mirror://gentoo/cl-rsm-mod_1.1.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.2.ebuild b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.2.ebuild index be70a199f2c8..ce3927ac28d4 100644 --- a/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.2.ebuild +++ b/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-mod/cl-rsm-mod-1.2.ebuild,v 1.5 2007/02/03 17:44:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mod/cl-rsm-mod-1.2.ebuild,v 1.6 2008/03/27 16:24:21 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Modular Arithmetic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mod" SRC_URI="mirror://gentoo/cl-rsm-mod_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-modal/ChangeLog b/dev-lisp/cl-rsm-modal/ChangeLog index 48ef94cf49ae..c485b5611d96 100644 --- a/dev-lisp/cl-rsm-modal/ChangeLog +++ b/dev-lisp/cl-rsm-modal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-rsm-modal -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-modal/ChangeLog,v 1.6 2007/02/03 17:45:14 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-modal/ChangeLog,v 1.7 2008/03/27 16:29:45 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-modal-1.0-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-modal-1.0-r1.ebuild: diff --git a/dev-lisp/cl-rsm-modal/cl-rsm-modal-1.0-r1.ebuild b/dev-lisp/cl-rsm-modal/cl-rsm-modal-1.0-r1.ebuild index d442cbca71d3..cb6684b17161 100644 --- a/dev-lisp/cl-rsm-modal/cl-rsm-modal-1.0-r1.ebuild +++ b/dev-lisp/cl-rsm-modal/cl-rsm-modal-1.0-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-modal/cl-rsm-modal-1.0-r1.ebuild,v 1.6 2007/02/03 17:45:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-modal/cl-rsm-modal-1.0-r1.ebuild,v 1.7 2008/03/27 16:29:45 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="R. Scott McIntire's Common Lisp Modal Logic Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-modal.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-modal" SRC_URI="mirror://gentoo/cl-rsm-modal_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-mpoly/ChangeLog b/dev-lisp/cl-rsm-mpoly/ChangeLog index b17ff6876db1..319c37b1667a 100644 --- a/dev-lisp/cl-rsm-mpoly/ChangeLog +++ b/dev-lisp/cl-rsm-mpoly/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-mpoly -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mpoly/ChangeLog,v 1.5 2007/02/03 17:45:37 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mpoly/ChangeLog,v 1.6 2008/03/27 16:30:19 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-mpoly-1.0.ebuild, + cl-rsm-mpoly-1.1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-mpoly-1.0.ebuild, cl-rsm-mpoly-1.1.ebuild: diff --git a/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild b/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild index 24b862627229..21061f4bb8cb 100644 --- a/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild +++ b/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild,v 1.5 2007/02/03 17:45:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.0.ebuild,v 1.6 2008/03/27 16:30:19 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Multivariate Polynomial Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly" SRC_URI="mirror://gentoo/cl-rsm-mpoly_1.0.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild b/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild index 39b3e3ed1beb..664f78144592 100644 --- a/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild +++ b/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild,v 1.5 2007/02/03 17:45:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-mpoly/cl-rsm-mpoly-1.1.ebuild,v 1.6 2008/03/27 16:30:19 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Multivariate Polynomial Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-mpoly" SRC_URI="mirror://gentoo/cl-rsm-mpoly_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-queue/ChangeLog b/dev-lisp/cl-rsm-queue/ChangeLog index d9ae59ff5b24..577eed3842a0 100644 --- a/dev-lisp/cl-rsm-queue/ChangeLog +++ b/dev-lisp/cl-rsm-queue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-queue -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-queue/ChangeLog,v 1.6 2007/02/03 17:45:57 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-queue/ChangeLog,v 1.7 2008/03/27 16:31:01 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-queue-1.1.ebuild, + cl-rsm-queue-1.1a.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-queue-1.1.ebuild, cl-rsm-queue-1.1a.ebuild: diff --git a/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1.ebuild b/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1.ebuild index f6f65045ac56..25e6a11f0789 100644 --- a/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1.ebuild +++ b/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-queue/cl-rsm-queue-1.1.ebuild,v 1.6 2007/02/03 17:45:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1.ebuild,v 1.7 2008/03/27 16:31:01 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Queue Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue" SRC_URI="mirror://gentoo/cl-rsm-queue_1.1.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1a.ebuild b/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1a.ebuild index b158233d1fab..c4c9d095e898 100644 --- a/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1a.ebuild +++ b/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1a.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-queue/cl-rsm-queue-1.1a.ebuild,v 1.6 2007/02/03 17:45:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-queue/cl-rsm-queue-1.1a.ebuild,v 1.7 2008/03/27 16:31:01 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp queue library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-queue" SRC_URI="mirror://gentoo/cl-rsm-queue_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-rand/ChangeLog b/dev-lisp/cl-rsm-rand/ChangeLog index 62effcf9cd8c..1896dbf324c8 100644 --- a/dev-lisp/cl-rsm-rand/ChangeLog +++ b/dev-lisp/cl-rsm-rand/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-rand -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rand/ChangeLog,v 1.5 2007/02/03 17:46:17 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rand/ChangeLog,v 1.6 2008/03/27 16:22:30 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-rand-1.2.ebuild, + cl-rsm-rand-1.2-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-rand-1.2.ebuild, cl-rsm-rand-1.2-r1.ebuild: diff --git a/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2-r1.ebuild b/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2-r1.ebuild index 19c4673b157b..0bd53e8b4a08 100644 --- a/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2-r1.ebuild +++ b/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-rand/cl-rsm-rand-1.2-r1.ebuild,v 1.5 2007/02/03 17:46:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2-r1.ebuild,v 1.6 2008/03/27 16:22:30 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Discrete Random Number Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand" SRC_URI="mirror://gentoo/cl-rsm-rand_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2.ebuild b/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2.ebuild index c07bb224c8cb..1ac788e9e180 100644 --- a/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2.ebuild +++ b/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-rand/cl-rsm-rand-1.2.ebuild,v 1.5 2007/02/03 17:46:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rand/cl-rsm-rand-1.2.ebuild,v 1.6 2008/03/27 16:22:30 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Discrete Random Number Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-rand" SRC_URI="mirror://gentoo/cl-rsm-rand_1.2.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-random/ChangeLog b/dev-lisp/cl-rsm-random/ChangeLog index 4ff1dc6d3060..bf03f017bca8 100644 --- a/dev-lisp/cl-rsm-random/ChangeLog +++ b/dev-lisp/cl-rsm-random/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-random -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/ChangeLog,v 1.5 2007/02/03 17:46:38 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/ChangeLog,v 1.6 2008/03/27 16:32:47 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-random-1.1.ebuild, + cl-rsm-random-1.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-random-1.1.ebuild, cl-rsm-random-1.1-r1.ebuild: diff --git a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild index 983c1da09a34..9e1b272fadc0 100644 --- a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild +++ b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-random/cl-rsm-random-1.1-r1.ebuild,v 1.5 2007/02/03 17:46:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/cl-rsm-random-1.1-r1.ebuild,v 1.6 2008/03/27 16:32:47 armin76 Exp $ inherit common-lisp DESCRIPTION="R. Scott McIntire's Common Lisp Random Number Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random" SRC_URI="mirror://gentoo/cl-rsm-random_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1.ebuild b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1.ebuild index 932d31998e3b..17abb84b93da 100644 --- a/dev-lisp/cl-rsm-random/cl-rsm-random-1.1.ebuild +++ b/dev-lisp/cl-rsm-random/cl-rsm-random-1.1.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-random/cl-rsm-random-1.1.ebuild,v 1.5 2007/02/03 17:46:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-random/cl-rsm-random-1.1.ebuild,v 1.6 2008/03/27 16:32:47 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp Random Number Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-random" SRC_URI="mirror://gentoo/cl-rsm-random_1.1.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-rsa/ChangeLog b/dev-lisp/cl-rsm-rsa/ChangeLog index 8df8a00bf0fb..709d498168af 100644 --- a/dev-lisp/cl-rsm-rsa/ChangeLog +++ b/dev-lisp/cl-rsm-rsa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-rsa -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rsa/ChangeLog,v 1.5 2007/02/03 17:47:08 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rsa/ChangeLog,v 1.6 2008/03/27 16:24:54 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-rsm-rsa-1.3.20040328.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-rsa-1.3.20040328.ebuild: diff --git a/dev-lisp/cl-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild b/dev-lisp/cl-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild index a55aeb056e17..862ed0074c2d 100644 --- a/dev-lisp/cl-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild +++ b/dev-lisp/cl-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild @@ -1,6 +1,6 @@ -# 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-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild,v 1.5 2007/02/03 17:47:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-rsa/cl-rsm-rsa-1.3.20040328.ebuild,v 1.6 2008/03/27 16:24:54 armin76 Exp $ inherit common-lisp eutils @@ -8,7 +8,7 @@ MY_PV=${PV:0:3} CVS_PV=${PV:4:4}.${PV:8:2}.${PV:10} DESCRIPTION="McIntire's Common Lisp RSA Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/${PN}.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/${PN}" SRC_URI="mirror://gentoo/cl-rsm-rsa_${MY_PV}+cvs.${CVS_PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-string/ChangeLog b/dev-lisp/cl-rsm-string/ChangeLog index 6a0602f979a7..5f92d15920ec 100644 --- a/dev-lisp/cl-rsm-string/ChangeLog +++ b/dev-lisp/cl-rsm-string/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-rsm-string -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-string/ChangeLog,v 1.6 2007/02/03 17:47:28 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-string/ChangeLog,v 1.7 2008/03/27 16:33:22 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rsm-string-1.2.ebuild, + cl-rsm-string-1.3.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rsm-string-1.2.ebuild, cl-rsm-string-1.3.ebuild: diff --git a/dev-lisp/cl-rsm-string/cl-rsm-string-1.2.ebuild b/dev-lisp/cl-rsm-string/cl-rsm-string-1.2.ebuild index 7c723b7c5756..a7205dce549e 100644 --- a/dev-lisp/cl-rsm-string/cl-rsm-string-1.2.ebuild +++ b/dev-lisp/cl-rsm-string/cl-rsm-string-1.2.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-string/cl-rsm-string-1.2.ebuild,v 1.5 2007/02/03 17:47:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-string/cl-rsm-string-1.2.ebuild,v 1.6 2008/03/27 16:33:22 armin76 Exp $ inherit common-lisp DESCRIPTION="McIntire's Common Lisp String Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string" SRC_URI="mirror://gentoo/cl-rsm-string_1.2.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rsm-string/cl-rsm-string-1.3.ebuild b/dev-lisp/cl-rsm-string/cl-rsm-string-1.3.ebuild index f748373b17c3..b9a1b01f0f06 100644 --- a/dev-lisp/cl-rsm-string/cl-rsm-string-1.3.ebuild +++ b/dev-lisp/cl-rsm-string/cl-rsm-string-1.3.ebuild @@ -1,11 +1,11 @@ -# 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-rsm-string/cl-rsm-string-1.3.ebuild,v 1.6 2007/02/03 17:47:28 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rsm-string/cl-rsm-string-1.3.ebuild,v 1.7 2008/03/27 16:33:22 armin76 Exp $ inherit common-lisp eutils DESCRIPTION="R. Scott McIntire's Common Lisp String Library" -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-string" SRC_URI="mirror://gentoo/cl-rsm-string_${PV}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/dev-lisp/cl-rt/ChangeLog b/dev-lisp/cl-rt/ChangeLog index 72be6fc3835f..2b87e9148b3e 100644 --- a/dev-lisp/cl-rt/ChangeLog +++ b/dev-lisp/cl-rt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-rt -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/ChangeLog,v 1.12 2007/02/03 17:48:12 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/ChangeLog,v 1.13 2008/03/27 16:15:45 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-rt-20040621.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-rt-20040621.ebuild: Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file diff --git a/dev-lisp/cl-rt/cl-rt-20040621.ebuild b/dev-lisp/cl-rt/cl-rt-20040621.ebuild index 28fa123d850f..68f1868e2e3f 100644 --- a/dev-lisp/cl-rt/cl-rt-20040621.ebuild +++ b/dev-lisp/cl-rt/cl-rt-20040621.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-rt/cl-rt-20040621.ebuild,v 1.5 2007/02/03 17:48:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-rt/cl-rt-20040621.ebuild,v 1.6 2008/03/27 16:15:45 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp regression tester from MIT" -HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt.html http://www.cliki.net/rt" +HOMEPAGE="http://www-2.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/testing/rt/ http://packages.debian.org/unstable/devel/cl-rt http://www.cliki.net/rt" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-rt_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-split-sequence/ChangeLog b/dev-lisp/cl-split-sequence/ChangeLog index c5174139c846..9e82e96bafba 100644 --- a/dev-lisp/cl-split-sequence/ChangeLog +++ b/dev-lisp/cl-split-sequence/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-split-sequence -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/ChangeLog,v 1.10 2007/02/03 17:48:56 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/ChangeLog,v 1.11 2008/03/27 16:21:29 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-split-sequence-20011114.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-split-sequence-20011114.1-r1.ebuild: diff --git a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild b/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild index 85c8dbdad290..6ea2d2111312 100644 --- a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild +++ b/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.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-split-sequence/cl-split-sequence-20011114.1-r1.ebuild,v 1.9 2007/02/03 17:48:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild,v 1.10 2008/03/27 16:21:29 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences" -HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE http://packages.debian.org/unstable/devel/cl-split-sequence.html" +HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE http://packages.debian.org/unstable/devel/cl-split-sequence" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/${PN}_${PV}-${DEB_PV}.diff.gz" LICENSE="public-domain" diff --git a/dev-lisp/cl-ssl/ChangeLog b/dev-lisp/cl-ssl/ChangeLog index 84f3a9ae6ad4..0ccdd6eba1b4 100644 --- a/dev-lisp/cl-ssl/ChangeLog +++ b/dev-lisp/cl-ssl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-ssl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/ChangeLog,v 1.6 2007/02/03 17:49:16 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/ChangeLog,v 1.7 2008/03/27 16:27:41 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-ssl-0.2.2004.01.04.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-ssl-0.2.2004.01.04.ebuild: diff --git a/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild b/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild index 7dfbee346971..0ac2ccb4a425 100644 --- a/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild +++ b/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.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-ssl/cl-ssl-0.2.2004.01.04.ebuild,v 1.7 2007/02/03 17:49:16 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ssl/cl-ssl-0.2.2004.01.04.ebuild,v 1.8 2008/03/27 16:27:41 armin76 Exp $ inherit common-lisp DEB_PV= DESCRIPTION="Common Lisp UFFI interface of the OpenSSL library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-ssl.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/cl-ssl" SRC_URI="mirror://gentoo/cl-ssl_${PV/.2004/+cvs.2004}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" diff --git a/dev-lisp/cl-statistics/ChangeLog b/dev-lisp/cl-statistics/ChangeLog index 26805affd479..6fd0d7abfe54 100644 --- a/dev-lisp/cl-statistics/ChangeLog +++ b/dev-lisp/cl-statistics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-statistics -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.7 2007/02/03 17:49:37 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/ChangeLog,v 1.8 2008/03/27 16:32:13 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + cl-statistics-1.0.0.2-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-statistics-1.0.0.2-r1.ebuild: diff --git a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild index 9365b0ee491a..95269df16fb6 100644 --- a/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild +++ b/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.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-statistics/cl-statistics-1.0.0.2-r1.ebuild,v 1.6 2007/02/03 17:49:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-statistics/cl-statistics-1.0.0.2-r1.ebuild,v 1.7 2008/03/27 16:32:13 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="Common Lisp Statistics Package" -HOMEPAGE="http://www.biolisp.org http://packages.debian.org/unstable/devel/cl-statistics.html" +HOMEPAGE="http://www.biolisp.org http://packages.debian.org/unstable/devel/cl-statistics" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/${PN}_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/cl-unit/ChangeLog b/dev-lisp/cl-unit/ChangeLog index b4c575f6737c..48f5d35aab11 100644 --- a/dev-lisp/cl-unit/ChangeLog +++ b/dev-lisp/cl-unit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-unit -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/ChangeLog,v 1.9 2007/02/03 17:49:57 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/ChangeLog,v 1.10 2008/03/27 16:39:17 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cl-unit-1.3.1-r1.ebuild: + Fix debian HOMEPAGE 03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> cl-unit-1.3.1-r1.ebuild: diff --git a/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild b/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild index ab42bcfe8a9a..7d0da54d8561 100644 --- a/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild +++ b/dev-lisp/cl-unit/cl-unit-1.3.1-r1.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-unit/cl-unit-1.3.1-r1.ebuild,v 1.7 2007/02/03 17:49:57 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-unit/cl-unit-1.3.1-r1.ebuild,v 1.8 2008/03/27 16:39:17 armin76 Exp $ inherit common-lisp eutils DEB_PV=1 DESCRIPTION="A regression suite library for Common Lisp" -HOMEPAGE="http://www.ancar.org/CLUnit/docs/CLUnit.html http://packages.debian.org/unstable/devel/cl-unit.html" +HOMEPAGE="http://www.ancar.org/CLUnit/docs/CLUnit.html http://packages.debian.org/unstable/devel/cl-unit" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz mirror://gentoo/cl-unit_${PV}-${DEB_PV}.diff.gz" diff --git a/dev-lisp/common-lisp-controller/ChangeLog b/dev-lisp/common-lisp-controller/ChangeLog index 5abd3b514b75..58f4f0c42cca 100644 --- a/dev-lisp/common-lisp-controller/ChangeLog +++ b/dev-lisp/common-lisp-controller/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/common-lisp-controller -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.35 2007/11/28 15:30:11 grobian Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/ChangeLog,v 1.36 2008/03/27 16:23:11 armin76 Exp $ + + 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> + common-lisp-controller-4.15.ebuild, common-lisp-controller-4.27.ebuild, + common-lisp-controller-5.13.ebuild, common-lisp-controller-5.13-r1.ebuild: + Fix debian HOMEPAGE 28 Nov 2007; Fabian Groffen <grobian@gentoo.org> common-lisp-controller-4.15.ebuild, common-lisp-controller-4.27.ebuild, diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-4.15.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-4.15.ebuild index f682914afaf7..5ad2b00af94b 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-4.15.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-4.15.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/common-lisp-controller/common-lisp-controller-4.15.ebuild,v 1.2 2007/11/28 15:30:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-4.15.ebuild,v 1.3 2008/03/27 16:23:11 armin76 Exp $ inherit eutils DEB_PV=sarge2 DESCRIPTION="Common Lisp Controller" -HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller" SRC_URI="mirror://gentoo/${PN}_${PV}${DEB_PV}.tar.gz" LICENSE="LLGPL-2.1" diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-4.27.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-4.27.ebuild index 0851cca98400..915e000c2737 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-4.27.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-4.27.ebuild @@ -1,11 +1,11 @@ -# 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/common-lisp-controller/common-lisp-controller-4.27.ebuild,v 1.8 2007/11/28 15:30:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-4.27.ebuild,v 1.9 2008/03/27 16:23:11 armin76 Exp $ inherit eutils DESCRIPTION="Common Lisp Controller" -HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller" SRC_URI="mirror://gentoo/common-lisp-controller_${PV}.tar.gz" LICENSE="LLGPL-2.1" diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild index 51dc8b074d48..c2449155c77d 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild @@ -1,11 +1,11 @@ -# 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/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v 1.2 2007/11/28 15:30:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13-r1.ebuild,v 1.3 2008/03/27 16:23:11 armin76 Exp $ inherit eutils DESCRIPTION="Common Lisp Controller" -HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller" SRC_URI="mirror://gentoo/common-lisp-controller_${PV}.tar.gz" LICENSE="LLGPL-2.1" diff --git a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13.ebuild b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13.ebuild index a15eb8996c31..cf3e4b323ad2 100644 --- a/dev-lisp/common-lisp-controller/common-lisp-controller-5.13.ebuild +++ b/dev-lisp/common-lisp-controller/common-lisp-controller-5.13.ebuild @@ -1,11 +1,11 @@ -# 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/common-lisp-controller/common-lisp-controller-5.13.ebuild,v 1.2 2007/11/28 15:30:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/common-lisp-controller/common-lisp-controller-5.13.ebuild,v 1.3 2008/03/27 16:23:11 armin76 Exp $ inherit eutils DESCRIPTION="Common Lisp Controller" -HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller.html" +HOMEPAGE="http://packages.debian.org/unstable/devel/common-lisp-controller" SRC_URI="mirror://gentoo/common-lisp-controller_${PV}.tar.gz" LICENSE="LLGPL-2.1" |