diff options
author | Peter Johanson <latexer@gentoo.org> | 2003-07-14 04:36:48 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2003-07-14 04:36:48 +0000 |
commit | 28f4555f6bf1c658ceab4fc57fdd2d7871edfaa5 (patch) | |
tree | b64fdd3739ed7794a35a140aa2cf391373a1d72c /sys-kernel | |
parent | Oh boy! bump! (diff) | |
download | historical-28f4555f6bf1c658ceab4fc57fdd2d7871edfaa5.tar.gz historical-28f4555f6bf1c658ceab4fc57fdd2d7871edfaa5.tar.bz2 historical-28f4555f6bf1c658ceab4fc57fdd2d7871edfaa5.zip |
Oh boy! bump!
Diffstat (limited to 'sys-kernel')
3 files changed, 110 insertions, 2 deletions
diff --git a/sys-kernel/development-sources/Manifest b/sys-kernel/development-sources/Manifest index 3e838b446e20..87764dd72e35 100644 --- a/sys-kernel/development-sources/Manifest +++ b/sys-kernel/development-sources/Manifest @@ -2,9 +2,9 @@ MD5 6d632e62671d155990e9cd1f7a1a0186 development-sources-2.5.73.ebuild 2289 MD5 5a70677f65fd2a93317d1ddd80be4617 development-sources-2.5.75.ebuild 2999 MD5 0d02e407fdab62c57d677e27fc6cf1d6 development-sources-2.5.70.ebuild 2277 MD5 6e830d34afaae68cc353396e71cc377b development-sources-2.5.72.ebuild 2289 -MD5 053c9d4e788a06fe736bbf73ed95b8f9 development-sources-2.6.0_beta1.ebuild 3023 +MD5 b38032e3cd4940be970479989b5426fa development-sources-2.6.0_beta1.ebuild 3028 MD5 3ff4c9fa386bf6cf0601def62b8d60b2 development-sources-2.5.74.ebuild 2289 -MD5 ea127874cc9e807ab89193ffc4f0fab6 ChangeLog 3854 +MD5 ad1d29114913fe8b0c2f00924be122db ChangeLog 4056 MD5 a864e78ffa9b2cf2297607f964a9ee92 development-sources-2.5.71.ebuild 2289 MD5 0bfa6b0284b3999e5d8738aeae713f82 files/digest-development-sources-2.6.0_beta1 72 MD5 a1867ed6ed9737f050a335953e36b414 files/digest-development-sources-2.5.70 67 diff --git a/sys-kernel/development-sources/development-sources-2.6.0_beta1.ebuild b/sys-kernel/development-sources/development-sources-2.6.0_beta1.ebuild new file mode 100644 index 000000000000..91917cdab0ea --- /dev/null +++ b/sys-kernel/development-sources/development-sources-2.6.0_beta1.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.6.0_beta1.ebuild,v 1.1 2003/07/14 04:36:39 latexer Exp $ +#OKV=original kernel version, KV=patched kernel version. They can be the same. + +OKV=${PV/_beta/-test} +KV=${PV/_beta/-test} +S=${WORKDIR}/linux-${KV} +ETYPE="sources" + +# What's in this kernel? + +# INCLUDED: +# beta ${PV} linux kernel sources with + +DESCRIPTION="Full sources for the Development Branch of the Linux kernel" +SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 ${PATCH_URI}" +PROVIDE="virtual/linux-sources" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +LICENSE="GPL-2" +SLOT="${KV}" +KEYWORDS="x86 ppc" + +if [ $ETYPE = "sources" ] && [ -z "`use build`" ] +then + #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. + DEPEND=">=sys-devel/binutils-2.11.90.0.31" + RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl + sys-devel/make + sys-apps/module-init-tools" +fi + +[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" + +src_unpack() { + cd ${WORKDIR} + unpack linux-${OKV}.tar.bz2 + + cd ${S} + + unset ARCH + #sometimes we have icky kernel symbols; this seems to get rid of them + make mrproper || die + + #fix silly permissions in tarball + cd ${WORKDIR} + chown -R 0.0 * + chmod -R a+r-w+X,u+w * + +} + +src_compile() { + if [ "$ETYPE" = "headers" ] + then + yes "" | make oldconfig + echo "Ignore any errors from the yes command above." + fi +} + +src_install() { + if [ "$ETYPE" = "sources" ] + then + dodir /usr/src + echo ">>> Copying sources..." + mv ${WORKDIR}/* ${D}/usr/src + else + #linux-headers + dodir /usr/include/linux + cp -ax ${S}/include/linux/* ${D}/usr/include/linux + rm -rf ${D}/usr/include/linux/modules + dodir /usr/include/asm + cp -ax ${S}/include/asm-i386/* ${D}/usr/include/asm + fi +} + +pkg_preinst() { + if [ "$ETYPE" = "headers" ] + then + [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux + [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm + true + fi +} + +pkg_postinst() { + [ "$ETYPE" = "headers" ] && return + if [ ! -e ${ROOT}usr/src/linux-beta ] + then + + ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta + fi + + echo + ewarn "Please note that ptyfs support has been removed from devfs" + ewarn "in the later 2.5.x kernels, and you have to compile it in now," + ewarn "or else you will get errors when trying to open a pty." + ewarn "The option is File systems->Pseudo filesystems->/dev/pts" + ewarn "filesystem." + echo + ewarn "Also, note that you must compile in support for" + ewarn "input devices (Input device support->Input devices)," + ewarn "the virtual terminal (Character Devices->Virtual terminal)," + ewarn "and the vt_console (Character Devices->Support for console...)." + ewarn "Otherwise, you will get the dreaded \"Uncompressing the Kernel\"" + ewarn "error." + echo +} diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.6.0_beta1 b/sys-kernel/development-sources/files/digest-development-sources-2.6.0_beta1 new file mode 100644 index 000000000000..e3a7ebff46b3 --- /dev/null +++ b/sys-kernel/development-sources/files/digest-development-sources-2.6.0_beta1 @@ -0,0 +1 @@ +MD5 e732d9fc3a59262a129700d9f4f300e0 linux-2.6.0-test1.tar.bz2 32927268 |