diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-12-17 22:13:47 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-12-17 22:13:47 +0000 |
commit | d8ac590cc706b28df3b6a4a0e52f403b573a8ddc (patch) | |
tree | ba2f2539e9d2aee2cf2e445d90b2ebfb056364c4 /sys-kernel | |
parent | Small cleanup (diff) | |
download | gentoo-2-d8ac590cc706b28df3b6a4a0e52f403b573a8ddc.tar.gz gentoo-2-d8ac590cc706b28df3b6a4a0e52f403b573a8ddc.tar.bz2 gentoo-2-d8ac590cc706b28df3b6a4a0e52f403b573a8ddc.zip |
homepage and stuff
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild b/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild index fc83260b5a2f..4ff67572fe4a 100644 --- a/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild +++ b/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild,v 1.2 2002/12/08 20:20:22 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.4.20-r1.ebuild,v 1.3 2002/12/17 22:13:47 lostlogic Exp $ IUSE="build" @@ -16,7 +16,8 @@ S=${WORKDIR}/linux-${KV} EXTRAVERSION="-ck1" DESCRIPTION="Full sources for the Stock Linux kernel Con Kolivas's high performance patchset" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://members.optusnet.com.au/con.man/ck1_${OKV}.patch.bz2" +HOMEPAGE="http://members.optusnet.com.au/ckolivas/kernel/" +SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://members.optusnet.com.au/con.man/ck${PR/r/}_${OKV}.patch.bz2" KEYWORDS="x86 -ppc" |