diff options
author | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-02 07:28:05 +0000 |
---|---|---|
committer | Bartosch Pixa <darkspecter@gentoo.org> | 2004-01-02 07:28:05 +0000 |
commit | 19a5e4c6ee49d189ce53987189f895ea6e4b7467 (patch) | |
tree | a0a0da857a75e837cdb9b008bb7f49343daeb053 /sys-kernel/ppc-development-sources | |
parent | new snapshot, should finaly run fullspeed on new *books (diff) | |
download | historical-19a5e4c6ee49d189ce53987189f895ea6e4b7467.tar.gz historical-19a5e4c6ee49d189ce53987189f895ea6e4b7467.tar.bz2 historical-19a5e4c6ee49d189ce53987189f895ea6e4b7467.zip |
new snapshot, should finaly run fullspeed on new *books
Diffstat (limited to 'sys-kernel/ppc-development-sources')
3 files changed, 99 insertions, 2 deletions
diff --git a/sys-kernel/ppc-development-sources/Manifest b/sys-kernel/ppc-development-sources/Manifest index fffb4e1a3ed1..151ce6200251 100644 --- a/sys-kernel/ppc-development-sources/Manifest +++ b/sys-kernel/ppc-development-sources/Manifest @@ -2,14 +2,14 @@ MD5 1c052e00eb39506aa1b54ec02045995a metadata.xml 504 MD5 6f969af2f4dd809d414d1c12e32e5d12 ppc-development-sources-2.6.0_beta9-r3.ebuild 3008 MD5 fdbc73ddb0ee0f3be98eb82f8a1ceca0 ppc-development-sources-2.6.0_beta9-r4.ebuild 3008 MD5 b5b22006dd21a23ea9d554db0ddc8bcc ppc-development-sources-2.6.0_beta9-r5.ebuild 3008 -MD5 a2320a2d44197feee37726e91b3c739c ChangeLog 2986 +MD5 e5cc413fc3db833208e5d3e5203ed115 ChangeLog 3203 MD5 17a03651dea8432293590067cb1b5a81 ppc-development-sources-2.6.0-r1.ebuild 2970 MD5 c5b583557e82d2fc6226c6870da6e96b ppc-development-sources-2.6.0-r2.ebuild 2970 MD5 b3a92d2cb51cac3c67c44b1d86cfed76 ppc-development-sources-2.6.0_beta10-r1.ebuild 3009 MD5 2a9fa58292cac58555bd4de6178d24bb ppc-development-sources-2.6.0_beta11-r1.ebuild 3009 MD5 834c0ba434d53c96abb5a11ef81d87df ppc-development-sources-2.6.0_beta11-r2.ebuild 3015 MD5 fb69f265ba25ee9b377b6e74934f41e9 ppc-development-sources-2.6.0_beta11-r3.ebuild 3009 -MD5 8f192b252d144139c874a75aee381467 ppc-development-sources-2.6.1_rc1-r1.ebuild 2947 +MD5 f2191941864f4d0f1989ff4cc3c90dc2 ppc-development-sources-2.6.1_rc1-r1.ebuild 2955 MD5 82c462ec939a497add3a635d399298d9 files/digest-ppc-development-sources-2.6.0_beta9-r3 146 MD5 23355c925f3ea8c119c6dda82d6c8a68 files/digest-ppc-development-sources-2.6.0_beta9-r4 146 MD5 67b76c684bfe83b8eebe1e76defbbb8a files/digest-ppc-development-sources-2.6.0_beta9-r5 146 diff --git a/sys-kernel/ppc-development-sources/files/digest-ppc-development-sources-2.6.1_rc1-r1 b/sys-kernel/ppc-development-sources/files/digest-ppc-development-sources-2.6.1_rc1-r1 new file mode 100644 index 000000000000..a9b41e537be4 --- /dev/null +++ b/sys-kernel/ppc-development-sources/files/digest-ppc-development-sources-2.6.1_rc1-r1 @@ -0,0 +1,2 @@ +MD5 c9e73737002521a347d2e6617beb56cc linux-2.6.0.tar.bz2 33255278 +MD5 2ae26aede78e44ca1938dad90516c951 patches-2.6.1_rc1-benh1.bz2 1183523 diff --git a/sys-kernel/ppc-development-sources/ppc-development-sources-2.6.1_rc1-r1.ebuild b/sys-kernel/ppc-development-sources/ppc-development-sources-2.6.1_rc1-r1.ebuild new file mode 100644 index 000000000000..074b55d97916 --- /dev/null +++ b/sys-kernel/ppc-development-sources/ppc-development-sources-2.6.1_rc1-r1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-development-sources/ppc-development-sources-2.6.1_rc1-r1.ebuild,v 1.1 2004/01/02 07:27:56 darkspecter Exp $ +#OKV=original kernel version, KV=patched kernel version. They can be the same. + +ETYPE="sources" +inherit kernel + +OKV="2.6.0" + +EXTRAVERSION="`echo ${PV}-${PR/r/benh} | \ + sed -e 's/[0-9]\+\.[0-9]\+\.[0-9]\+\(.*\)/\1/'`" + +KV=${PV}-${PR/r/benh} + +S=${WORKDIR}/linux-${KV} + +inherit eutils + +# What's in this kernel? + +# INCLUDED: 2.6 vanilla + benh bk snapshot + +DESCRIPTION="Full sources for the linux kernel 2.6 with benh's patchset" +SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 + mirror://gentoo/patches-${KV}.bz2" +KEYWORDS="~ppc ppc64" +RDEPEND="sys-apps/module-init-tools" +SLOT=${KV} +PROVIDE="virtual/linux-sources + virtual/alsa" + +src_unpack() { + cd ${WORKDIR} + unpack linux-${OKV}.tar.bz2 + + mv linux-${OKV} ${PF} + cd ${PF} + bzcat ${DISTDIR}/patches-${KV}.bz2 | patch -p1 || die "patch failed" + find . -iname "*~" | xargs rm 2> /dev/null + + # Gentoo Linux uses /boot, so fix 'make install' to work properly + # also fix the EXTRAVERSION + mv Makefile Makefile.orig + sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ + -e "s:^\(EXTRAVERSION =\).*:\1 ${EXTRAVERSION}:" \ + Makefile.orig >Makefile || die # test, remove me if Makefile ok + rm Makefile.orig + + cd Documentation/DocBook + sed -e "s:db2:docbook2:g" Makefile > Makefile.new \ + && mv Makefile.new Makefile + + cd ${WORKDIR}/${PF} + #This is needed on > 2.5 + MY_ARCH=${ARCH} + unset ARCH + #sometimes we have icky kernel symbols; this seems to get rid of them + make mrproper || die "make mrproper died" + ARCH=${MY_ARCH} + +} + +src_install() { + dodir /usr/src + echo ">>> Copying sources..." + mv ${WORKDIR}/* ${D}/usr/src +} +pkg_postinst() { + if [ ! -e ${ROOT}usr/src/linux ] + then + ln -sf ${PF} ${ROOT}/usr/src/linux + fi + + ewarn "Please note that ptyfs support has been removed from devfs" + ewarn "in the later 2.6 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 + ewarn "DONT enable preempt as it's very broken on ppc currently, also" + ewarn "rivafb and the mac floppy drivers are both broken. NVidia" + ewarn "users should use the openfirmware framebuffer for now." + echo + einfo "Consult http://www.linux.org.uk/~davej/docs/post-halloween-2.6.txt" + einfo "for more info about the 2.6 series." + echo +} |