diff options
Diffstat (limited to 'sys-kernel/hppa-sources/hppa-sources-2.4.21_p1.ebuild')
-rw-r--r-- | sys-kernel/hppa-sources/hppa-sources-2.4.21_p1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-kernel/hppa-sources/hppa-sources-2.4.21_p1.ebuild b/sys-kernel/hppa-sources/hppa-sources-2.4.21_p1.ebuild deleted file mode 100644 index 5a7d7e1dbcca..000000000000 --- a/sys-kernel/hppa-sources/hppa-sources-2.4.21_p1.ebuild +++ /dev/null @@ -1,36 +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/hppa-sources/hppa-sources-2.4.21_p1.ebuild,v 1.1 2003/07/01 21:17:47 gmsoft Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -ETYPE="sources" -inherit kernel -OKV="${PV/_p*/}" -PATCH_LEVEL="${PV/${OKV}_p/}" -KV=${OKV}-pa${PATCH_LEVEL} -EXTRAVERSION="-pa${PATCH_LEVEL}" -S=${WORKDIR}/linux-${KV} - -# What's in this kernel? - -# INCLUDED: -# stock 2.4.20 kernel sources -# patches for hppa - -DESCRIPTION="Full sources for the Linux kernel with patch for hppa" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http://ftp.parisc-linux.org/cvs/patch-${KV}.diff.gz" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://parisc-linux.org" -KEYWORDS="~hppa -*" -SLOT="${KV}" - - -src_unpack() { - unpack linux-${OKV}.tar.bz2 - mv ${WORKDIR}/linux-${OKV} ${WORKDIR}/linux-${KV} - cd ${S} - unpack patch-${KV}.diff.gz - patch -p 1 < ${S}/patch-${KV}.diff - - - kernel_universal_unpack -} |