diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-18 21:56:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-18 21:56:41 +0000 |
commit | 71024e7b80954323c85d6ecb8a5e9f97dfdc8749 (patch) | |
tree | 439035e355fcaf4da173f9f806649e2e096849db /sys-kernel/development-sources | |
parent | Version bumped. Closing bug #38510 (diff) | |
download | historical-71024e7b80954323c85d6ecb8a5e9f97dfdc8749.tar.gz historical-71024e7b80954323c85d6ecb8a5e9f97dfdc8749.tar.bz2 historical-71024e7b80954323c85d6ecb8a5e9f97dfdc8749.zip |
cleanup
Diffstat (limited to 'sys-kernel/development-sources')
5 files changed, 3 insertions, 169 deletions
diff --git a/sys-kernel/development-sources/Manifest b/sys-kernel/development-sources/Manifest index 012322ea9aa5..1098f7b491c3 100644 --- a/sys-kernel/development-sources/Manifest +++ b/sys-kernel/development-sources/Manifest @@ -1,13 +1,9 @@ -MD5 f29561db005c7c4c5848361290521fef development-sources-2.6.1_rc3.ebuild 2532 -MD5 b044f20f44a10db815c0708ded384247 development-sources-2.6.1.ebuild 873 -MD5 90684b19ee1d7f5c63fc6d06c421b406 development-sources-2.6.1_rc2.ebuild 2532 +MD5 b056ac82f246f6786eff402a6c95eec9 ChangeLog 12424 MD5 fc184c339b6e767b30196b8bdbe72113 development-sources-2.6.0.ebuild 4220 +MD5 b044f20f44a10db815c0708ded384247 development-sources-2.6.1.ebuild 873 MD5 9785db32a3baed11804b3bfb074c9bb8 development-sources-2.6.1_rc1.ebuild 3506 -MD5 b056ac82f246f6786eff402a6c95eec9 ChangeLog 12424 MD5 854abf2bdb617fe8c7de18312a60bb85 metadata.xml 442 +MD5 5e4b24d4c540af721c5bc7e3ad77f40b files/development-sources-2.6.1_rc1.CAN-2003-0985.patch 414 MD5 b058d2842425a7a4bad9688d9e694309 files/digest-development-sources-2.6.0 66 MD5 1f7aaa49614b3055b6110518b1ed23ee files/digest-development-sources-2.6.1 66 -MD5 5e4b24d4c540af721c5bc7e3ad77f40b files/development-sources-2.6.1_rc1.CAN-2003-0985.patch 414 MD5 7723c79d5dac9a55773e01b60f8a2d65 files/digest-development-sources-2.6.1_rc1 70 -MD5 833b1e6abf21156db8d2488d4d83106c files/digest-development-sources-2.6.1_rc2 130 -MD5 3faaf1dfea087ee70743a0295b9e365d files/digest-development-sources-2.6.1_rc3 130 diff --git a/sys-kernel/development-sources/development-sources-2.6.1_rc2.ebuild b/sys-kernel/development-sources/development-sources-2.6.1_rc2.ebuild deleted file mode 100644 index e99c6a118b24..000000000000 --- a/sys-kernel/development-sources/development-sources-2.6.1_rc2.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2004 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.1_rc2.ebuild,v 1.1 2004/01/08 16:57:52 plasmaroo Exp $ -# OKV=original kernel version, KV=patched kernel version. They can be the same. - -ETYPE="sources" -inherit kernel - -OKV=2.6.0 -KV=${PV/_/-} -S=${WORKDIR}/linux-${KV} - -inherit eutils - -# What's in this kernel? - -# INCLUDED: -# The development branch of the linux kernel with Andrew Morton's patch - -DESCRIPTION="Full sources for the development linux kernel with Andrew Morton's patchset" -SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.6/testing/patch-${KV}.bz2" -KEYWORDS="~x86" -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} linux-${KV} - cd ${S} - bzcat ${DISTDIR}/patch-${KV}.bz2 | patch -p1 || die "2.6.1-rc1 patch failed!" - find . -iname "*~" | xargs rm 2> /dev/null - - # Gentoo Linux uses /boot, so fix 'make install' to work properly - # also fix the EXTRAVERSION - - 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} - -} - -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 "and you have to compile it in now, or else you will get" - ewarn "errors when trying to open a pty. The options are:" - ewarn "Device Drivers -> Character devices -> Unix98 PTY support and" - ewarn "File systems -> Pseudo filesystems -> /dev/pts 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 - einfo "Consult http://www.codemonkey.org.uk/post-halloween-2.5.txt" - einfo "for more info about the development series." - echo -} diff --git a/sys-kernel/development-sources/development-sources-2.6.1_rc3.ebuild b/sys-kernel/development-sources/development-sources-2.6.1_rc3.ebuild deleted file mode 100644 index 2c10701ee68f..000000000000 --- a/sys-kernel/development-sources/development-sources-2.6.1_rc3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2004 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.1_rc3.ebuild,v 1.1 2004/01/08 16:57:52 plasmaroo Exp $ -# OKV=original kernel version, KV=patched kernel version. They can be the same. - -ETYPE="sources" -inherit kernel - -OKV=2.6.0 -KV=${PV/_/-} -S=${WORKDIR}/linux-${KV} - -inherit eutils - -# What's in this kernel? - -# INCLUDED: -# The development branch of the linux kernel with Andrew Morton's patch - -DESCRIPTION="Full sources for the development linux kernel with Andrew Morton's patchset" -SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 - mirror://kernel/linux/kernel/v2.6/testing/patch-${KV}.bz2" -KEYWORDS="~x86" -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} linux-${KV} - cd ${S} - bzcat ${DISTDIR}/patch-${KV}.bz2 | patch -p1 || die "2.6.1-rc1 patch failed!" - find . -iname "*~" | xargs rm 2> /dev/null - - # Gentoo Linux uses /boot, so fix 'make install' to work properly - # also fix the EXTRAVERSION - - 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} - -} - -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 "and you have to compile it in now, or else you will get" - ewarn "errors when trying to open a pty. The options are:" - ewarn "Device Drivers -> Character devices -> Unix98 PTY support and" - ewarn "File systems -> Pseudo filesystems -> /dev/pts 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 - einfo "Consult http://www.codemonkey.org.uk/post-halloween-2.5.txt" - einfo "for more info about the development series." - echo -} diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc2 b/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc2 deleted file mode 100644 index 3f0d9e904bed..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c9e73737002521a347d2e6617beb56cc linux-2.6.0.tar.bz2 33255278 -MD5 312087900f4bedd008be93ae6e827e84 patch-2.6.1-rc2.bz2 749822 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc3 b/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc3 deleted file mode 100644 index 11c9de59d2fd..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.6.1_rc3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c9e73737002521a347d2e6617beb56cc linux-2.6.0.tar.bz2 33255278 -MD5 024b0d5550cf8cc9571dd2b7aa169018 patch-2.6.1-rc3.bz2 775234 |