diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-12 22:24:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-12 22:24:36 +0000 |
commit | ba66eba55c7d09e8fc773369bf718ec49ce2551a (patch) | |
tree | 23345dd2be22496944b9039be396671bca597d5e /sys-kernel/linux-headers | |
parent | Version bump (diff) | |
download | gentoo-2-ba66eba55c7d09e8fc773369bf718ec49ce2551a.tar.gz gentoo-2-ba66eba55c7d09e8fc773369bf718ec49ce2551a.tar.bz2 gentoo-2-ba66eba55c7d09e8fc773369bf718ec49ce2551a.zip |
old
Diffstat (limited to 'sys-kernel/linux-headers')
4 files changed, 0 insertions, 144 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild deleted file mode 100644 index 79184f242a12..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.22-r2.ebuild,v 1.10 2007/11/17 23:07:05 vapier Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="3" -SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.bz2" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.bz2" - -KEYWORDS="-* alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" - -DEPEND="dev-util/unifdef" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r '[[:space:]](asm|volatile|inline)[[:space:](]' . - headers___fix $(find -type f) -} - -src_test() { - make ARCH=$(tc-arch-kernel) headers_check || die -} diff --git a/sys-kernel/linux-headers/linux-headers-2.6.23-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.23-r1.ebuild deleted file mode 100644 index 154dc2f837a7..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.23-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.23-r1.ebuild,v 1.1 2007/11/12 06:49:26 vapier Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="3" -SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.bz2" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.bz2" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DEPEND="dev-util/unifdef" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r '[[:space:]](asm|volatile|inline)[[:space:](]' . - headers___fix $(find -type f) -} - -src_test() { - emake -j1 ARCH=$(tc-arch-kernel) headers_check || die -} diff --git a/sys-kernel/linux-headers/linux-headers-2.6.23-r2.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.23-r2.ebuild deleted file mode 100644 index e0575c07f9b9..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.23-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.23-r2.ebuild,v 1.9 2007/12/31 05:50:32 vapier Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="4" -SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.bz2" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.bz2" - -KEYWORDS="-* alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" - -DEPEND="dev-util/unifdef" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r '[[:space:]](asm|volatile|inline)[[:space:](]' . - headers___fix $(find -type f) -} - -src_test() { - emake -j1 ARCH=$(tc-arch-kernel) headers_check || die -} diff --git a/sys-kernel/linux-headers/linux-headers-2.6.23.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.23.ebuild deleted file mode 100644 index 68c97f484b93..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.23.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.23.ebuild,v 1.1 2007/10/13 15:42:00 vapier Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="1" -SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.bz2" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.bz2" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DEPEND="dev-util/unifdef" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r '[[:space:]](asm|volatile|inline)[[:space:](]' . - headers___fix $(find -type f) -} - -src_test() { - emake -j1 ARCH=$(tc-arch-kernel) headers_check || die -} |