diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-11-18 22:45:40 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-11-18 22:45:40 +0000 |
commit | 52233029cef42c348fa0097fc5e06f8887486bbb (patch) | |
tree | 19a7f8741d894327df1886bb5cec6f98e2ba001c /sys-kernel/hppa-headers | |
parent | add ruby-gtkglext (diff) | |
download | historical-52233029cef42c348fa0097fc5e06f8887486bbb.tar.gz historical-52233029cef42c348fa0097fc5e06f8887486bbb.tar.bz2 historical-52233029cef42c348fa0097fc5e06f8887486bbb.zip |
Remove hppa-sources-dev because grsec-sources replace itand noone never used hppa-sources-dev
Diffstat (limited to 'sys-kernel/hppa-headers')
-rw-r--r-- | sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild b/sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild index d581805b7fda..3c09feef9e52 100644 --- a/sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild +++ b/sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild @@ -1,6 +1,6 @@ # 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-headers/hppa-headers-2.4.22_p13.ebuild,v 1.1 2003/11/07 18:38:18 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/hppa-headers/hppa-headers-2.4.22_p13.ebuild,v 1.2 2003/11/18 22:45:40 gmsoft Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="headers" @@ -25,7 +25,7 @@ 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`" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://parisc-linux.org" -KEYWORDS="~hppa -*" +KEYWORDS="hppa -*" SLOT="0" |