From 42e99dceaf8217ea895f3a19eae155f592ebf70b Mon Sep 17 00:00:00 2001 From: Joshua Kinard Date: Sat, 5 Jul 2003 06:27:33 +0000 Subject: Newer snapshot (20030705), compiles into kernel 2.4.21 --- sys-kernel/mips-sources/Manifest | 4 +-- .../files/digest-mips-sources-2.4.21-r1 | 2 ++ .../files/digest-mips-sources-2.4.21_pre4-r1 | 2 -- .../mips-sources/mips-sources-2.4.21-r1.ebuild | 42 ++++++++++++++++++++++ .../mips-sources-2.4.21_pre4-r1.ebuild | 42 ---------------------- 5 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 sys-kernel/mips-sources/files/digest-mips-sources-2.4.21-r1 delete mode 100644 sys-kernel/mips-sources/files/digest-mips-sources-2.4.21_pre4-r1 create mode 100644 sys-kernel/mips-sources/mips-sources-2.4.21-r1.ebuild delete mode 100644 sys-kernel/mips-sources/mips-sources-2.4.21_pre4-r1.ebuild (limited to 'sys-kernel/mips-sources') diff --git a/sys-kernel/mips-sources/Manifest b/sys-kernel/mips-sources/Manifest index 3d3b9b78e7b1..d77d2f5d9d3a 100644 --- a/sys-kernel/mips-sources/Manifest +++ b/sys-kernel/mips-sources/Manifest @@ -1,5 +1,5 @@ -MD5 0807ecae07fef4b55e5308eb3ba65bb1 ChangeLog 1039 +MD5 7925d13e33a6d7943ca5cdef3cf73de5 ChangeLog 1039 MD5 8ee4042c4c033ceb173a4c8335201a2d mips-sources-2.4.19.ebuild 3012 -MD5 95e5943e9f038f50d04a3292c9391b5c mips-sources-2.4.21-r1.ebuild 1247 +MD5 fc37b4c5cb627a67e424ee3f1c0bbea3 mips-sources-2.4.21-r1.ebuild 1242 MD5 3ebb3cdf7486564838a96e1b6bb79b6b files/digest-mips-sources-2.4.19 144 MD5 747353be86040c7e4c49b553f3467b7c files/digest-mips-sources-2.4.21-r1 160 diff --git a/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21-r1 b/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21-r1 new file mode 100644 index 000000000000..4abcc4f1fb31 --- /dev/null +++ b/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21-r1 @@ -0,0 +1,2 @@ +MD5 24fd546e8cdd7b332d442111178be09b linux-mips-2.4.21-20030705.tar.bz2 28403236 +MD5 212d82e9deaf51ae8c319d2d11e3a271 mips-patches-2.4.21-20030705.tar.bz2 1255 diff --git a/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21_pre4-r1 b/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21_pre4-r1 deleted file mode 100644 index 853f4b3c4c61..000000000000 --- a/sys-kernel/mips-sources/files/digest-mips-sources-2.4.21_pre4-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 1c980fa21db21635e06a2a86bcee9637 linux-mips-2.4.21-pre4-20030703.tar.bz2 27985636 -MD5 212d82e9deaf51ae8c319d2d11e3a271 mips-patches-2.4.21-pre4-20030703.tar.bz2 1255 diff --git a/sys-kernel/mips-sources/mips-sources-2.4.21-r1.ebuild b/sys-kernel/mips-sources/mips-sources-2.4.21-r1.ebuild new file mode 100644 index 000000000000..e7b8f8734f2e --- /dev/null +++ b/sys-kernel/mips-sources/mips-sources-2.4.21-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.4.21-r1.ebuild,v 1.1 2003/07/05 06:27:26 kumba Exp $ + + +ETYPE="sources" +inherit kernel +OKV=${PV/_/-} +CVSDATE=20030705 +S=${WORKDIR}/linux-${OKV} + +# What's in this kernel? + +# INCLUDED: +# 1) linux-mips.org CVS snapshot from 05 Jul 2003 +# 2) patch off linux-mips ML to fix r4k cache handling +# 3) patch to fix arch/mips/Makefile to pass appropriate CFLAGS + +DESCRIPTION="Linux-Mips CVS sources for MIPS-based machines" +SRC_URI="mirror://gentoo/linux-mips-${OKV}-${CVSDATE}.tar.bz2 + mirror://gentoo/mips-patches-${OKV}-${CVSDATE}.tar.bz2" +HOMEPAGE="http://www.linux-mips.org/" +KEYWORDS="-* ~mips" +SLOT="${OKV}" + +src_unpack() { + unpack ${A} + cd ${S} + + # Fix R4K Cache Handling + cat ${WORKDIR}/mips-patches-r4k-cache-fix.patch | patch -p1 + + # Determine the gcc version and patch arch/mips/Makefile appropriately + GCCVER=$(gcc -dumpversion | cut -d. -f1,2) + case ${GCCVER} in + 3.2) cat ${WORKDIR}/mips-patches-gcc32-makefile-fix.patch | patch -p0;; + 3.3) cat ${WORKDIR}/mips-patches-gcc33-makefile-fix.patch | patch -p0;; + esac + + + kernel_universal_unpack +} diff --git a/sys-kernel/mips-sources/mips-sources-2.4.21_pre4-r1.ebuild b/sys-kernel/mips-sources/mips-sources-2.4.21_pre4-r1.ebuild deleted file mode 100644 index cd6e89a597f8..000000000000 --- a/sys-kernel/mips-sources/mips-sources-2.4.21_pre4-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-2.4.21_pre4-r1.ebuild,v 1.1 2003/07/04 05:01:54 kumba Exp $ - - -ETYPE="sources" -inherit kernel -OKV=${PV/_/-} -CVSDATE=20030703 -S=${WORKDIR}/linux-${OKV} - -# What's in this kernel? - -# INCLUDED: -# 1) linux-mips.org CVS snapshot from 03 Jul 2003 -# 2) patch off linux-mips ML to fix r4k cache handling -# 3) patch to fix arch/mips/Makefile to pass appropriate CFLAGS - -DESCRIPTION="Linux-Mips CVS sources for MIPS-based machines" -SRC_URI="mirror://gentoo/linux-mips-${OKV}-${CVSDATE}.tar.bz2 - mirror://gentoo/mips-patches-${OKV}-${CVSDATE}.tar.bz2" -HOMEPAGE="http://www.linux-mips.org/" -KEYWORDS="-* ~mips" -SLOT="${OKV}" - -src_unpack() { - unpack ${A} - cd ${S} - - # Fix R4K Cache Handling - cat ${WORKDIR}/mips-patches-r4k-cache-fix.patch | patch -p1 - - # Determine the gcc version and patch arch/mips/Makefile appropriately - GCCVER=$(gcc -dumpversion | cut -d. -f1,2) - case ${GCCVER} in - 3.2) cat ${WORKDIR}/mips-patches-gcc32-makefile-fix.patch | patch -p0;; - 3.3) cat ${WORKDIR}/mips-patches-gcc33-makefile-fix.patch | patch -p0;; - esac - - - kernel_universal_unpack -} -- cgit v1.2.3-65-gdbad