diff options
author | 2004-01-16 01:26:02 +0000 | |
---|---|---|
committer | 2004-01-16 01:26:02 +0000 | |
commit | 57886e0cce920564607d494f268d4eac29b9241c (patch) | |
tree | 506d95ce40f8938fc79fc643ce7481eb65ac49af /sys-kernel | |
parent | Fixed for older coreutils. (diff) | |
download | historical-57886e0cce920564607d494f268d4eac29b9241c.tar.gz historical-57886e0cce920564607d494f268d4eac29b9241c.tar.bz2 historical-57886e0cce920564607d494f268d4eac29b9241c.zip |
Fixed for older coreutils.
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/hppa-sources/Manifest | 4 | ||||
-rw-r--r-- | sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/sys-kernel/hppa-sources/Manifest b/sys-kernel/hppa-sources/Manifest index 9c835dcdba12..b897317a6490 100644 --- a/sys-kernel/hppa-sources/Manifest +++ b/sys-kernel/hppa-sources/Manifest @@ -1,4 +1,4 @@ -MD5 414799a4bc116f19d9ac77ba0dae7a0b ChangeLog 4411 +MD5 db5c5dc2fc3c617cb4fb77a176501171 ChangeLog 4519 MD5 51f36b719aef57601b622fca2df7dcac hppa-sources-2.4.21_p10.ebuild 1566 MD5 3e8a90325c2148e1a02cb477ff04ca87 hppa-sources-2.4.21_p13.ebuild 1884 MD5 9ef4b6ac1a5d02b0bfd4f49d7404511f hppa-sources-2.4.21_p2.ebuild 1087 @@ -14,7 +14,7 @@ MD5 1c944d786538d3fcc7664f02fc1dd624 hppa-sources-2.4.23_p3.ebuild 1052 MD5 a9410b4a56e7aba7dcbd9b48292279e8 hppa-sources-2.4.23_p4-r1.ebuild 2432 MD5 e257378b886ae58009aae7e42b9f12b4 hppa-sources-2.4.23_p4-r2.ebuild 2825 MD5 bee2f1a7f9d66d115848622af53b8d33 hppa-sources-2.4.23_p4.ebuild 1714 -MD5 36e943b3ffc479a3f4deffdb03fc023b hppa-sources-2.4.24_p0.ebuild 2201 +MD5 a906246d8fd1c752a7e46537131346c7 hppa-sources-2.4.24_p0.ebuild 2201 MD5 05ed5731534e9423f109cbec1aa7e993 metadata.xml 223 MD5 7743c939ccccf0343faed987e12b489b files/digest-hppa-sources-2.4.21_p10 334 MD5 306724fa77532e2a73c383f7322f1e56 files/digest-hppa-sources-2.4.21_p13 469 diff --git a/sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild b/sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild index 0236d7f22c6e..7009bbb4c3c8 100644 --- a/sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild +++ b/sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild @@ -1,6 +1,6 @@ # 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-sources/hppa-sources-2.4.24_p0.ebuild,v 1.1 2004/01/12 22:16:21 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hppa-sources/hppa-sources-2.4.24_p0.ebuild,v 1.2 2004/01/16 01:25:50 gmsoft Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -20,7 +20,6 @@ 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.4/linux-${OKV}.tar.bz2 http://ftp.parisc-linux.org/cvs/linux-2.4/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.4/patch-${OKV}-pa\`echo ${PATCH_SET} | awk \"{ print \\\\\$$i }\"\`-pa\`echo ${PATCH_SET} | awk \"{ print \\\\\$$((i + 1)) }\"\`.gz; done` xfs? ( http://dev.gentoo.org/~gmsoft/patches/xfs-2.4.23_p4-hppa.patch.bz2 ) http://dev.gentoo.org/~gmsoft/patches/parisc-2.4.23-pa4-missing-ioctl-translations.diff" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://parisc-linux.org" @@ -36,14 +35,6 @@ src_unpack() { 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 - use xfs && epatch ${DISTDIR}/xfs-2.4.23_p4-hppa.patch.bz2 DEFCONFIG="${S}/arch/parisc/defconfig" |