summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-08-23 14:02:21 +0000
committerMichael Januszewski <spock@gentoo.org>2004-08-23 14:02:21 +0000
commitee332caec5d4bd229b52f4b0b4cce3075cd21078 (patch)
tree3f5063de1593d667290b03b1dc88811e8805c93e /sys-kernel
parentUpdated version, fixed the nautilus view thus removing the need of patch. (M... (diff)
downloadgentoo-2-ee332caec5d4bd229b52f4b0b4cce3075cd21078.tar.gz
gentoo-2-ee332caec5d4bd229b52f4b0b4cce3075cd21078.tar.bz2
gentoo-2-ee332caec5d4bd229b52f4b0b4cce3075cd21078.zip
Updated the ebuild to make use of the explicit patch levels kernel-2 eclass feature.
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/win4lin-sources/ChangeLog7
-rw-r--r--sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild10
2 files changed, 8 insertions, 9 deletions
diff --git a/sys-kernel/win4lin-sources/ChangeLog b/sys-kernel/win4lin-sources/ChangeLog
index 1895da34341d..cb714cc8bfba 100644
--- a/sys-kernel/win4lin-sources/ChangeLog
+++ b/sys-kernel/win4lin-sources/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-kernel/win4lin-sources
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/ChangeLog,v 1.34 2004/08/10 00:52:17 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/ChangeLog,v 1.35 2004/08/23 14:02:21 spock Exp $
+
+ 23 Aug 2004; Michal Januszewski <spock@gentoo.org>
+ win4lin-sources-2.6.7-r5.ebuild:
+ Updated the ebuild to make use of the explicit patch levels kernel-2 eclass
+ feature.
*win4lin-sources-2.4.26-r6 (10 Aug 2004)
diff --git a/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild b/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild
index bce38fe84d0a..e47faef51d1e 100644
--- a/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild
+++ b/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild,v 1.1 2004/08/10 00:52:17 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/win4lin-sources-2.6.7-r5.ebuild,v 1.2 2004/08/23 14:02:21 spock Exp $
ETYPE="sources"
inherit kernel-2
@@ -10,6 +10,7 @@ MKI_VERSION='1_3_6'
UNIPATCH_LIST="
${DISTDIR}/Kernel-Win4Lin3-${OKV}.patch
${DISTDIR}/linux-${OKV}-CAN-2004-0415.patch
+ ${DISTDIR}/mki-adapter26_${MKI_VERSION}.patch:1
${FILESDIR}/${PN}.CAN-2004-0497.patch
${FILESDIR}/${PN}-2.6.CAN-2004-0596.patch
${FILESDIR}/${PN}-2.6.IPTables-RDoS.patch
@@ -30,10 +31,3 @@ K_EXTRAEINFO="If there are issues with this kernel, search http://bugs.gentoo.or
existing bug. Only create a new bug if you have not found one that matches
your issue. It is best to do an advanced search as the initial search has a
very low yield. Please assign your bugs to x86-kernel@gentoo.org."
-
-# Temporary fix for bug #58008
-src_unpack() {
- kernel-2_src_unpack
- cd ${S}
- patch -Np1 -i ${DISTDIR}/mki-adapter26_${MKI_VERSION}.patch > /dev/null 2>&1 || die 'Error: Failed to apply mki-adapter patch!'
-}