diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 00:32:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 00:32:38 +0000 |
commit | 3bc022d276e41dd89a82834e959979411627432e (patch) | |
tree | 9de6017020c27dca0b98b399e00b1c41309bf469 /dev-lisp | |
parent | Updated HOMEPAGE variable (diff) | |
download | gentoo-2-3bc022d276e41dd89a82834e959979411627432e.tar.gz gentoo-2-3bc022d276e41dd89a82834e959979411627432e.tar.bz2 gentoo-2-3bc022d276e41dd89a82834e959979411627432e.zip |
Updated HOMEPAGE variables
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.6.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/sbcl/sbcl-0.7.5.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lisp/sbcl/sbcl-0.6.12.ebuild b/dev-lisp/sbcl/sbcl-0.6.12.ebuild index 12d83bb19045..e7c7ef9fbe7a 100644 --- a/dev-lisp/sbcl/sbcl-0.6.12.ebuild +++ b/dev-lisp/sbcl/sbcl-0.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.7 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.6.12.ebuild,v 1.8 2002/09/21 00:32:38 vapier Exp $ S=${WORKDIR}/${P} @@ -10,7 +10,7 @@ DESCRIPTION="SteelBank Common Lisp" SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 mirror://sourceforge/sbcl/${P}-linux-binary.tar.bz2" -HOMEPAGE="http://sbcl.sf.net/" +HOMEPAGE="http://sbcl.sourceforge.net/" PROVIDE="virtual/commonlisp" diff --git a/dev-lisp/sbcl/sbcl-0.7.5.ebuild b/dev-lisp/sbcl/sbcl-0.7.5.ebuild index 1c6def59d613..7fccf405e3b9 100644 --- a/dev-lisp/sbcl/sbcl-0.7.5.ebuild +++ b/dev-lisp/sbcl/sbcl-0.7.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Copyright 2002 Marius Bernklev <mariube@unixcore.com> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.5.ebuild,v 1.3 2002/08/09 13:49:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-0.7.5.ebuild,v 1.4 2002/09/21 00:32:38 vapier Exp $ DESCRIPTION="Steel Bank Common Lisp" -HOMEPAGE="http://sbcl.sf.net/" +HOMEPAGE="http://sbcl.sourceforge.net/" BOOTSTRAPPER="0.7.2" BIN=${PN}-${BOOTSTRAPPER} SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2 |