diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-06-09 23:14:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-06-09 23:14:46 +0000 |
commit | 56e4d16b1b8ea52bd5941aa54ff314bd23105c31 (patch) | |
tree | d232a84f49716e84cf8a729ee00cdca9ced09cf5 /sys-kernel | |
parent | Remove mask from poppler, tinderbox got a green light. (diff) | |
download | gentoo-2-56e4d16b1b8ea52bd5941aa54ff314bd23105c31.tar.gz gentoo-2-56e4d16b1b8ea52bd5941aa54ff314bd23105c31.tar.bz2 gentoo-2-56e4d16b1b8ea52bd5941aa54ff314bd23105c31.zip |
old
Diffstat (limited to 'sys-kernel')
4 files changed, 0 insertions, 187 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.23-r3.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.23-r3.ebuild deleted file mode 100644 index 03d42ad3a0e4..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.23-r3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2010 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-r3.ebuild,v 1.4 2010/02/21 23:43:50 abcd 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="5" -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 ~amd64-linux ~x86-linux" - -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 \ - -e '[[:space:]](asm|volatile|inline)[[:space:](]' \ - -e '\<([us](8|16|32|64))\>' \ - . - 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.28-r1.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.28-r1.ebuild deleted file mode 100644 index 8aee95d509f3..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.28-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 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.28-r1.ebuild,v 1.7 2010/02/21 23:43:50 abcd Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm bfin cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="2" -SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.lzma" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.lzma" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k -mips ~ppc ~ppc64 ~s390 -sh -sparc ~x86 ~amd64-linux ~x86-linux" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} - sed -i 's:\<getline\>:get_line:' scripts/unifdef.c || die #270383 - # workaround #244640 - mkdir arch/sparc64 - touch arch/sparc64/Makefile -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r \ - -e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \ - -e '\<([us](8|16|32|64))\>' \ - . - headers___fix $(find -type f) - - egrep -l -r -e '__[us](8|16|32|64)' "${D}" | xargs grep -L linux/types.h - - # hrm, build system sucks - find "${D}" '(' -name '.install' -o -name '*.cmd' ')' -print0 | xargs -0 rm -f - - # provided by libdrm (for now?) - rm -rf "${D}"/$(kernel_header_destdir)/drm -} - -src_test() { - emake ARCH=$(tc-arch-kernel) headers_check || die -} diff --git a/sys-kernel/linux-headers/linux-headers-2.6.29.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.29.ebuild deleted file mode 100644 index bd83ef5e922c..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.29.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 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.29.ebuild,v 1.5 2010/02/21 23:43:50 abcd Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm bfin 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.lzma" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.lzma" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k -mips ~ppc ~ppc64 ~s390 -sh ~sparc ~x86 ~amd64-linux ~x86-linux" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${PV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV} - # workaround #244640 - mkdir arch/sparc64 - touch arch/sparc64/Makefile -} - -src_install() { - kernel-2_src_install - cd "${D}" - egrep -r \ - -e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \ - -e '\<([us](8|16|32|64))\>' \ - . - headers___fix $(find -type f) - - egrep -l -r -e '__[us](8|16|32|64)' "${D}" | xargs grep -L linux/types.h - - # hrm, build system sucks - find "${D}" '(' -name '.install' -o -name '*.cmd' ')' -print0 | xargs -0 rm -f - - # provided by libdrm (for now?) - rm -rf "${D}"/$(kernel_header_destdir)/drm -} - -src_test() { - emake ARCH=$(tc-arch-kernel) headers_check || die -} diff --git a/sys-kernel/linux-headers/linux-headers-2.6.32.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.32.ebuild deleted file mode 100644 index ac0ba19c7d0a..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.32.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 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.32.ebuild,v 1.2 2010/02/21 23:43:50 abcd Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm bfin 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.lzma" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.lzma" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" -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 \ - -e '(^|[[:space:](])(asm|volatile|inline)[[:space:](]' \ - -e '\<([us](8|16|32|64))\>' \ - . - headers___fix $(find -type f) - - egrep -l -r -e '__[us](8|16|32|64)' "${D}" | xargs grep -L linux/types.h - - # hrm, build system sucks - find "${D}" '(' -name '.install' -o -name '*.cmd' ')' -print0 | xargs -0 rm -f - - # provided by libdrm (for now?) - rm -rf "${D}"/$(kernel_header_destdir)/drm -} - -src_test() { - emake ARCH=$(tc-arch-kernel) headers_check || die -} |