summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/development-sources')
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.58.ebuild100
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r1.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r10.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r2.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r4.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r5.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r6.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r7.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59-r8.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.59.ebuild105
-rw-r--r--sys-kernel/development-sources/development-sources-2.5.60-r1.ebuild (renamed from sys-kernel/development-sources/development-sources-2.5.59-r3.ebuild)2
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.582
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.592
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r12
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r102
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r22
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r32
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r42
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r52
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r62
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r72
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.59-r82
-rw-r--r--sys-kernel/development-sources/files/digest-development-sources-2.5.60-r12
23 files changed, 3 insertions, 1068 deletions
diff --git a/sys-kernel/development-sources/development-sources-2.5.58.ebuild b/sys-kernel/development-sources/development-sources-2.5.58.ebuild
deleted file mode 100644
index 8140ef039b65..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.58.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2002 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.5.58.ebuild,v 1.1 2003/01/15 08:36:07 drobbins Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-KV=${PV}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.36 kernel sources
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/linux-${OKV}.tar.bz2 http://www.zipworld.com.au/~akpm/linux/patches/2.5/2.5.58/2.5.58-mm1/2.5.58-mm1.gz"
-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 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make"
-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
-# mv linux linux-${KV} || die
- cd ${S}
- cat ${DISTDIR}/2.5.58-mm1.gz | gzip -d | patch -p1 -l || die "akpm patch application failure"
- #sometimes we have icky kernel symbols; this seems to get rid of them
- make mrproper || die
-
- #this file is required for other things to build properly, so we autogenerate it
-# make include/linux/version.h || die
-
- #fix silly permissions in tarball
- cd ${WORKDIR}
- chown -R 0.0 *
- chmod -R a+r-w+X,u+w *
-
- # 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
-}
-
-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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r1.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r1.ebuild
deleted file mode 100644
index 05bad124c647..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r1.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r1.ebuild,v 1.2 2003/01/24 22:10:36 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r10.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r10.ebuild
deleted file mode 100644
index 1b268e3454f9..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r10.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r10.ebuild,v 1.1 2003/02/10 20:41:41 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/${OKV}/${PVR/r/mm}/${PVR/r/mm}.bz2"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r2.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r2.ebuild
deleted file mode 100644
index 09bdef710003..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r2.ebuild,v 1.2 2003/01/24 22:10:36 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r4.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r4.ebuild
deleted file mode 100644
index f6e4d3f8b9cc..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r4.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r4.ebuild,v 1.1 2003/01/24 22:10:36 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r5.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r5.ebuild
deleted file mode 100644
index be0d8131dedd..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r5.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r5.ebuild,v 1.1 2003/01/24 22:10:36 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r6.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r6.ebuild
deleted file mode 100644
index 36b0968e0d47..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r6.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r6.ebuild,v 1.1 2003/01/27 21:19:52 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r7.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r7.ebuild
deleted file mode 100644
index cf9b287c7804..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r7.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r7.ebuild,v 1.1 2003/02/01 00:27:51 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r8.ebuild b/sys-kernel/development-sources/development-sources-2.5.59-r8.ebuild
deleted file mode 100644
index fbbd36a94159..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59-r8.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59-r8.ebuild,v 1.1 2003/02/04 17:09:27 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59.ebuild b/sys-kernel/development-sources/development-sources-2.5.59.ebuild
deleted file mode 100644
index 21f3d0dadc45..000000000000
--- a/sys-kernel/development-sources/development-sources-2.5.59.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 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.5.59.ebuild,v 1.3 2003/01/24 22:10:36 lostlogic Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-#we use this next variable to avoid duplicating stuff on cvs
-GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files
-OKV=${PV}
-if [ "${PR}" != "r0" ]; then
- PATCH_URI="http://www.zipworld.com.au/~akpm/linux/patches/2.5/${PV}/${PVR/r/mm}/${PVR/r/mm}.gz"
-fi
-KV=${PVR/r/mm}
-S=${WORKDIR}/linux-${KV}
-ETYPE="sources"
-
-# What's in this kernel?
-
-# INCLUDED:
-# beta 2.5.59 kernel sources with the -mm1 patch.
-
-DESCRIPTION="Full sources for the Gentoo Linux kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/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 sys-devel/perl
- sys-devel/make"
-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
-
- if [ "${PATCH_URI}" ]; then
- mv linux-${OKV} linux-${KV}
- cd ${S}
- zcat ${DISTDIR}/${PVR/r/mm}.gz | patch -p1 -l || \
- die "akpm patch application failure"
- sed -e "s:^EXTRAVERSION.*$:EXTRAVERSION = -${PR/r/mm}:" \
- Makefile > Makefile.new
- mv Makefile.new Makefile
- else
- cd ${S}
- fi
-
- #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
-}
diff --git a/sys-kernel/development-sources/development-sources-2.5.59-r3.ebuild b/sys-kernel/development-sources/development-sources-2.5.60-r1.ebuild
index 5144950cc6a1..f4c9da366d64 100644
--- a/sys-kernel/development-sources/development-sources-2.5.59-r3.ebuild
+++ b/sys-kernel/development-sources/development-sources-2.5.60-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 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.5.59-r3.ebuild,v 1.1 2003/01/24 22:10:36 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.60-r1.ebuild,v 1.1 2003/02/11 18:48:02 lostlogic Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
#we use this next variable to avoid duplicating stuff on cvs
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.58 b/sys-kernel/development-sources/files/digest-development-sources-2.5.58
deleted file mode 100644
index 50b936007db4..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.58
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 990616b1a22046ba59c6feda19abab2c linux-2.5.58.tar.bz2 31582647
-MD5 c286571ebbfbaa2115e633b8c2893528 2.5.58-mm1.gz 94372
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59
deleted file mode 100644
index 0e4f38d899cb..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 6d520f72f86c377b69eec0e5759c00ac 2.5.59-mm1.gz 69860
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r1 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r1
deleted file mode 100644
index 0e4f38d899cb..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 6d520f72f86c377b69eec0e5759c00ac 2.5.59-mm1.gz 69860
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r10 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r10
deleted file mode 100644
index 1f1218a55537..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r10
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 2deec6589b22764806dcfca5cb7a97ca 2.5.59-mm10.bz2 1171030
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r2 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r2
deleted file mode 100644
index 4ad08005ba69..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 ed85e89b0bf9827f733654bfeff283c9 2.5.59-mm2.gz 102344
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r3 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r3
deleted file mode 100644
index 56280292bac9..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 7418167dfe959b69b83d626164985a4b 2.5.59-mm3.gz 115840
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r4 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r4
deleted file mode 100644
index 7e264491804a..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r4
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 a296f843d9c250e12ed09b8c3118f445 2.5.59-mm4.gz 179712
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r5 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r5
deleted file mode 100644
index de726050b81d..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 7cd2afe06306f9840afc332bd2853437 2.5.59-mm5.gz 198622
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r6 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r6
deleted file mode 100644
index 1cd914ad593f..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r6
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 bda074b9e6daa642a1c18d7b9a676db9 2.5.59-mm6.gz 197277
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r7 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r7
deleted file mode 100644
index 53f03851a7cb..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r7
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 53767994de226a6f91eb5e8b1f78019a 2.5.59-mm7.gz 197031
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r8 b/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r8
deleted file mode 100644
index 01b2320807b5..000000000000
--- a/sys-kernel/development-sources/files/digest-development-sources-2.5.59-r8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 f574000bfc8b602d0b618629ad3b001d linux-2.5.59.tar.bz2 31683004
-MD5 dfefad46bd968ffd2a76436dc66edff9 2.5.59-mm8.gz 580719
diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.60-r1 b/sys-kernel/development-sources/files/digest-development-sources-2.5.60-r1
new file mode 100644
index 000000000000..6f34d683a969
--- /dev/null
+++ b/sys-kernel/development-sources/files/digest-development-sources-2.5.60-r1
@@ -0,0 +1,2 @@
+MD5 a8e743f76800c7b1c1e6a27797e8e02c linux-2.5.60.tar.bz2 31643072
+MD5 fb62afa5797765c1cc126cf44929e337 2.5.60-mm1.gz 150041