Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25153 Details for
Bug 40593
ebuild digest and partial received files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
love-sources ebuild
love-sources-2.6.2-r1.ebuild (text/plain), 2.96 KB, created by
Daniel Webert
on 2004-02-07 16:33:32 UTC
(
hide
)
Description:
love-sources ebuild
Filename:
MIME Type:
Creator:
Daniel Webert
Created:
2004-02-07 16:33:32 UTC
Size:
2.96 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: >#OKV=original kernel version, KV=patched kernel version. They can be the same. > >ETYPE="sources" >inherit kernel > >OKV=2.6.2 > >KV=2.6.2-love1 > >S=${WORKDIR}/linux-${KV} > >inherit eutils > ># What's in this kernel? > ># INCLUDED: ># The development branch of the Linux kernel with Andrew Morton's patchset and ># other performance-ish patches and tweaks. Maintained by Lovechild and steel300. > >DESCRIPTION="Full sources for the development Linux kernel with Andrew Morton's patchset and others from Lovechild, bssteph, and steel300" >SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 > http://www.linuxmall.us/~lovepatch/love-sources/${KV}.patch.bz2" >KEYWORDS="x86 ~ppc" >RDEPEND="sys-apps/module-init-tools" >SLOT=${KV} >PROVIDE="virtual/linux-sources > virtual/alsa" > >src_unpack() { > cd ${WORKDIR} > unpack linux-${OKV}.tar.bz2 > unpack ${KV}.patch.bz2 > > mv linux-${OKV} linux-${KV} > cd ${S} > bzip2 -dc ${DISTDIR}/${KV}.patch.bz2 | patch -p1 || die "No love for you :(" > find . -iname "*~" | xargs rm 2> /dev/null > > # Gentoo Linux uses /boot, so fix 'make install' to work properly > cd ${S} > mv Makefile Makefile.orig > sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ > Makefile.orig >Makefile || die # test, remove me if Makefile ok > rm Makefile.orig > > cd ${S}/Documentation/DocBook > sed -e "s:db2:docbook2:g" Makefile > Makefile.new \ > && mv Makefile.new Makefile > cd ${S} > > #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} > > # kernel_universal_unpack used to do this... changes in kconfig make > # this die now > #make include/linux/version.h || die "make include/linux/version.h failed" > >} >pkg_postinst() { > if [ ! -e ${ROOT}usr/src/linux-beta ] > then > ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta > fi > > 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 "vga_console (Graphics Support->Console...->VGA text console)" > ewarn "and the vt_console (Character Devices->Support for console...)." > ewarn "Otherwise, you will get the dreaded \"Uncompressing the Kernel\"" > ewarn "error." > echo > ewarn "steel300 reminds you that the patches here are sometimes" > ewarn "experimental and could explode upon impact, make your [soda|pop] really" > ewarn "bland, or other badness. We aren't responsible for that, but we will" > ewarn "mention that these patches will also make your kernel ROCK LIKE NINJA." > echo >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 40593
: 25153