diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-02-05 21:56:33 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-02-05 21:56:33 +0000 |
commit | b5976ede47af9618a5a6481b6864a1e44fe7efab (patch) | |
tree | 6b8a4ea372cb331c55176e5708fb666de6ec2480 /sys-kernel | |
parent | update ggv dep (diff) | |
download | gentoo-2-b5976ede47af9618a5a6481b6864a1e44fe7efab.tar.gz gentoo-2-b5976ede47af9618a5a6481b6864a1e44fe7efab.tar.bz2 gentoo-2-b5976ede47af9618a5a6481b6864a1e44fe7efab.zip |
initial 2.6.2 inclusion. just waiting for amd64 verification before its unmasked
Diffstat (limited to 'sys-kernel')
3 files changed, 46 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-dev-sources/ChangeLog b/sys-kernel/gentoo-dev-sources/ChangeLog index 0577ed0df398..1e0a113ed54a 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.32 2004/02/05 13:32:47 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.33 2004/02/05 21:56:33 johnm Exp $ + +*gentoo-dev-sources-2.6.2 (05 Feb 2004) + + 05 Feb 2004; John Mylchreest <johnm@gentoo.org> + gentoo-dev-sources-2.6.2.ebuild: + initial commit of 2.6.2, hardmasked until verified amd64 worthy 05 Feb 2004; John Mylchreest <johnm@gentoo.org> gentoo-dev-sources-2.6.1-r1.ebuild, gentoo-dev-sources-2.6.1.ebuild: diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2 new file mode 100644 index 000000000000..968e79e97485 --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2 @@ -0,0 +1,2 @@ +MD5 2a745088acba366f22f8bd3e284a84d4 linux-2.6.2.tar.bz2 33899733 +MD5 6d7f5d2cf24765e66bd1ea2fd7bfec64 genpatches-2.6-2.18.tar.bz2 497098 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2.ebuild new file mode 100644 index 000000000000..75dcbbe19386 --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2.ebuild @@ -0,0 +1,37 @@ +# 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.2.ebuild,v 1.1 2004/02/05 21:56:33 johnm Exp $ + +#version of gentoo patchset +GPV=2.18 +#GPV_SRC="mirror://gentoo/genpatches-2.6-${GPV}.tar.bz2" +GPV_SRC="http://dev.gentoo.org/~johnm/files/genpatches-2.6-${GPV}.tar.bz2" + +RESTRICT="nomirror" +KEYWORDS="-*" + +UNIPATCH_LIST="${DISTDIR}/genpatches-2.6-${GPV}.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/README" + +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GPV_SRC}" + +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 also" + ewarn "emerge ucl as well as it currently depends on this library." + ewarn "Also please ensure that you compile gcloop without -fstack-protector." + echo +} |