diff options
author | 2004-01-29 12:25:43 +0000 | |
---|---|---|
committer | 2004-01-29 12:25:43 +0000 | |
commit | d294a849482d476fe8a91949a36c6c610dff0629 (patch) | |
tree | a2a10d13928d800432c59d9a4f0180a523e4cd26 /sys-kernel/hppa-dev-sources | |
parent | Removed older ebuilds (diff) | |
download | historical-d294a849482d476fe8a91949a36c6c610dff0629.tar.gz historical-d294a849482d476fe8a91949a36c6c610dff0629.tar.bz2 historical-d294a849482d476fe8a91949a36c6c610dff0629.zip |
old
Diffstat (limited to 'sys-kernel/hppa-dev-sources')
-rw-r--r-- | sys-kernel/hppa-dev-sources/files/digest-hppa-dev-sources-2.6.0_beta11-r6 | 6 | ||||
-rw-r--r-- | sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.0_beta11-r6.ebuild | 43 |
2 files changed, 0 insertions, 49 deletions
diff --git a/sys-kernel/hppa-dev-sources/files/digest-hppa-dev-sources-2.6.0_beta11-r6 b/sys-kernel/hppa-dev-sources/files/digest-hppa-dev-sources-2.6.0_beta11-r6 deleted file mode 100644 index 72c8b7edaf00..000000000000 --- a/sys-kernel/hppa-dev-sources/files/digest-hppa-dev-sources-2.6.0_beta11-r6 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 06ba5a7eeb924036633a7b33689b2c4f linux-2.6.0-test11.tar.bz2 33243689 -MD5 14b4e987a30136ede65b6c8a65677b2f patch-2.6.0-test11-pa1.gz 137309 -MD5 576cbd04ef3db5c52877a3d363ffdb01 patch-2.6.0-test11-pa1-pa2.gz 1361 -MD5 7a230391897486bcadd609156e0469cf patch-2.6.0-test11-pa2-pa3.gz 11672 -MD5 3abf0b9d5fb5f6ad3696ffc99f6f6d57 patch-2.6.0-test11-pa3-pa5.gz 3128 -MD5 15a5b6b0591047a9e14b93cef23f042a patch-2.6.0-test11-pa5-pa6.gz 2461 diff --git a/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.0_beta11-r6.ebuild b/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.0_beta11-r6.ebuild deleted file mode 100644 index f458afb29300..000000000000 --- a/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.0_beta11-r6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hppa-dev-sources/hppa-dev-sources-2.6.0_beta11-r6.ebuild,v 1.1 2004/01/08 23:57:03 gmsoft Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -ETYPE="sources" -inherit kernel -OKV="${PV/_beta/-test}" -PATCH_LEVEL="${PR/r/}" -KV=${OKV}-pa${PATCH_LEVEL} -EXTRAVERSION="${PV/*_beta/-test}-pa${PATCH_LEVEL}" -S=${WORKDIR}/linux-${KV} - -PATCH_SET="`seq 1 3` `seq 5 ${PATCH_LEVEL}`" -PATCH_COUNT="$(( `echo ${PATCH_SET} | wc -w` - 1 ))" - - -DESCRIPTION="Full sources for the Linux kernel with patch for hppa" -SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 http://ftp.parisc-linux.org/cvs/linux-2.6/patch-${OKV}-pa`echo ${PATCH_SET} | awk '{ print $1 }'`.gz -`for i in \`seq 1 ${PATCH_COUNT}\`; do echo http://ftp.parisc-linux.org/cvs/linux-2.6/patch-${OKV}-pa\`echo ${PATCH_SET} | awk \"{ print \\\\\$$i }\"\`-pa\`echo ${PATCH_SET} | awk \"{ print \\\\\$$((i + 1)) }\"\`.gz; done`" -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} - - einfo Applying ${OKV}-pa`echo ${PATCH_SET} | awk '{ print $1 }'` - zcat ${DISTDIR}/patch-${OKV}-pa`echo ${PATCH_SET} | awk '{ print $1 }'`.gz | patch -sp 1 - - for i in `seq 1 ${PATCH_COUNT}` - do - a=`echo ${PATCH_SET} | awk "{ print \\\$$i }"` - b=`echo ${PATCH_SET} | awk "{ print \\\$$((i + 1)) }"` - einfo Applying patch from ${OKV}-pa${a} to ${OKV}-pa${b} - zcat ${DISTDIR}/patch-${OKV}-pa${a}-pa${b}.gz | patch -sp 1 - done - - kernel_universal_unpack -} |