summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Johnson <livewire@gentoo.org>2003-02-23 19:00:12 +0000
committerBob Johnson <livewire@gentoo.org>2003-02-23 19:00:12 +0000
commitfb130fed2071ce15fa7a4a2024d08a29df4e8159 (patch)
tree4a614b9fe018924be6612aafe8f5024a766c1c62 /sys-kernel/wolk-sources
parentnew -rc1 version (diff)
downloadgentoo-2-fb130fed2071ce15fa7a4a2024d08a29df4e8159.tar.gz
gentoo-2-fb130fed2071ce15fa7a4a2024d08a29df4e8159.tar.bz2
gentoo-2-fb130fed2071ce15fa7a4a2024d08a29df4e8159.zip
*** empty log message ***
Diffstat (limited to 'sys-kernel/wolk-sources')
-rw-r--r--sys-kernel/wolk-sources/wolk-sources-4.0_pre9.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-kernel/wolk-sources/wolk-sources-4.0_pre9.ebuild b/sys-kernel/wolk-sources/wolk-sources-4.0_pre9.ebuild
deleted file mode 100644
index 64b8f9e18f7e..000000000000
--- a/sys-kernel/wolk-sources/wolk-sources-4.0_pre9.ebuild
+++ /dev/null
@@ -1,43 +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/wolk-sources/wolk-sources-4.0_pre9.ebuild,v 1.3 2003/02/13 16:46:45 vapier Exp $
-
-IUSE="build"
-
-# OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-ETYPE="sources"
-
-inherit kernel || die
-
-OKV=2.4.20
-EXTRAVERSION=-wolk4.0s-pre9
-KV=${OKV}${EXTRAVERSION}
-S=${WORKDIR}/linux-${KV}
-DESCRIPTION="Working Overloaded Linux Kernel"
-SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2
- mirror://sourceforge/wolk/linux-${KV}.patch.bz2"
-KEYWORDS="~x86"
-SLOT="${KV}"
-HOMEPAGE="http://wolk.sourceforge.net http://www.kernel.org"
-
-src_unpack() {
- unpack linux-${OKV}.tar.bz2
- mv linux-${OKV} linux-${KV} || die
- cd ${WORKDIR}/linux-${KV}
- bzcat ${DISTDIR}/linux-${OKV}${EXTRAVERSION}.patch.bz2 | patch -p1
-}
-src_install() {
- dodir /usr/src
- echo ">>> Copying sources..."
- dodoc ${FILESDIR}/patches.txt
- mv ${WORKDIR}/linux* ${D}/usr/src
-}
-
-pkg_postinst() {
- rm -f ${ROOT}usr/src/linux
-
- # DONT DO THIS, ITS BAD
- # ln -sf linux-${KV} ${ROOT}/usr/src/linux
-}
-