diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-04-07 22:38:57 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-04-07 22:38:57 +0000 |
commit | 792cfb9f2d4c94ebc28759609da6f8f18cf358a8 (patch) | |
tree | 8dca78652b2013b7a0d16d2816169e83c0024883 /sys-kernel | |
parent | missed out alpha (Manifest recommit) (diff) | |
download | gentoo-2-792cfb9f2d4c94ebc28759609da6f8f18cf358a8.tar.gz gentoo-2-792cfb9f2d4c94ebc28759609da6f8f18cf358a8.tar.bz2 gentoo-2-792cfb9f2d4c94ebc28759609da6f8f18cf358a8.zip |
add 2.6.5 to the tree
Diffstat (limited to 'sys-kernel')
3 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-dev-sources/ChangeLog b/sys-kernel/gentoo-dev-sources/ChangeLog index 9694e3020096..ea2e2981b4fa 100644 --- a/sys-kernel/gentoo-dev-sources/ChangeLog +++ b/sys-kernel/gentoo-dev-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/gentoo-dev-sources # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.52 2004/03/16 00:13:44 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.53 2004/04/07 22:38:57 johnm Exp $ + +*gentoo-dev-sources-2.6.5 (07 Apr 2004) + + 07 Apr 2004; John Mylchreest <johnm@gentoo.org> + gentoo-dev-sources-2.6.5.ebuild: + 2.6.5 commit, check the readme for full patchlist please. *gentoo-dev-sources-2.6.4-r1 (15 Mar 2004) diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.5 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.5 new file mode 100644 index 000000000000..b24fb4346802 --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.5 @@ -0,0 +1,3 @@ +MD5 9a76bf64c1151369b250f967d83077aa linux-2.6.5.tar.bz2 34684611 +MD5 f7fc93e07b4a1d0fba32b6d0c077fbba genpatches-2.6-5.29-base.tar.bz2 145165 +MD5 d05c1aa6f90ecb05b9f2d7658ad00239 genpatches-2.6-5.29-extras.tar.bz2 225941 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.5.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.5.ebuild new file mode 100644 index 000000000000..4ada33b1293c --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /home/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.3-r2.ebuild,v 1.1 2004/02/22 18:30:50 brad_mssw Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +#version of gentoo patchset +GPV=5.29 +GPV_SRC="mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2 + mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2" + +KEYWORDS="~x86 ~amd64" + +UNIPATCH_LIST="${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2 + ${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README" + +DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GPV_SRC}" + +DEPEND="${DEPEND} >=dev-libs/ucl-1" + +pkg_postinst() { + postinst_sources + + ewarn "IMPORTANT:" + ewarn "ptyfs support has now been dropped from devfs and as a" + ewarn "result you are now required to compile this support into" + ewarn "the kernel. You can do so by enabling the following options" + ewarn " Device Drivers -> Character devices -> Unix98 PTY Support" + ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem." + echo + ewarn "If you choose to use UCL/gcloop please ensure you compile gcloop" + ewarn "without -fstack-protector." + echo +} |