diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-03-14 01:02:23 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-03-14 01:02:23 +0000 |
commit | b44933043e75576ce4f18b4ddf1c880a59009773 (patch) | |
tree | 29d6ab56bf92586b5c75001277d85f186676b26b /sys-kernel/gentoo-dev-sources | |
parent | Added ~mips keyword. (Manifest recommit) (diff) | |
download | gentoo-2-b44933043e75576ce4f18b4ddf1c880a59009773.tar.gz gentoo-2-b44933043e75576ce4f18b4ddf1c880a59009773.tar.bz2 gentoo-2-b44933043e75576ce4f18b4ddf1c880a59009773.zip |
2.6.4 bump
Diffstat (limited to 'sys-kernel/gentoo-dev-sources')
3 files changed, 43 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-dev-sources/ChangeLog b/sys-kernel/gentoo-dev-sources/ChangeLog index ee7867683d91..c1ae13f4bd68 100644 --- a/sys-kernel/gentoo-dev-sources/ChangeLog +++ b/sys-kernel/gentoo-dev-sources/ChangeLog @@ -1,6 +1,10 @@ # 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.49 2004/03/07 07:43:45 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.50 2004/03/14 01:02:23 johnm Exp $ + + 14 Mar 2004; John Mylchreest <johnm@gentoo.org> : + 2.6.4 initial commit. added SMT for am9 and other misc. updates, for more info + check the README 07 Mar 2004; Joshua Kinard <kumba@gentoo.org> gentoo-dev-sources-2.6.1-r2.ebuild: diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.4 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.4 new file mode 100644 index 000000000000..be38bbe674eb --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.4 @@ -0,0 +1,2 @@ +MD5 335f06eba1e5372ba38a0d2b253629bd linux-2.6.4.tar.bz2 34386912 +MD5 52a55f4130d6eb047beb249232233511 genpatches-2.6-4.26.tar.bz2 398616 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.4.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.4.ebuild new file mode 100644 index 000000000000..4d564823f36f --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.4.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.4.ebuild,v 1.1 2004/03/14 01:02:23 johnm Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +#version of gentoo patchset +GPV=4.26 +GPV_SRC="mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" + +KEYWORDS="~x86 ~amd64" + +UNIPATCH_LIST="${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/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 +} |