diff options
author | 2005-03-03 22:58:22 +0000 | |
---|---|---|
committer | 2005-03-03 22:58:22 +0000 | |
commit | 19ddce19a2676ed816ad2e24a519a605dfe79007 (patch) | |
tree | 466680d926e18498eb4856300bd420a37b30bee7 /sys-kernel/ppc64-headers | |
parent | Moved file renaming to src_install(). Closes #83994." (diff) | |
download | historical-19ddce19a2676ed816ad2e24a519a605dfe79007.tar.gz historical-19ddce19a2676ed816ad2e24a519a605dfe79007.tar.bz2 historical-19ddce19a2676ed816ad2e24a519a605dfe79007.zip |
Removal of ppc64 headers once and for all
Diffstat (limited to 'sys-kernel/ppc64-headers')
-rw-r--r-- | sys-kernel/ppc64-headers/ChangeLog | 19 | ||||
-rw-r--r-- | sys-kernel/ppc64-headers/Manifest | 3 | ||||
-rw-r--r-- | sys-kernel/ppc64-headers/files/digest-ppc64-headers-2.6.4 | 3 | ||||
-rw-r--r-- | sys-kernel/ppc64-headers/ppc64-headers-2.6.4.ebuild | 87 |
4 files changed, 0 insertions, 112 deletions
diff --git a/sys-kernel/ppc64-headers/ChangeLog b/sys-kernel/ppc64-headers/ChangeLog deleted file mode 100644 index 0bae1bdac8d3..000000000000 --- a/sys-kernel/ppc64-headers/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for sys-kernel/ppc64-headers -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc64-headers/ChangeLog,v 1.6 2004/07/09 21:44:59 lv Exp $ - - 09 Jul 2004; Travis Tilley <lv@gentoo.org> ppc64-headers-2.6.4.ebuild: - made ppc64-headers conflict with virtual/os-headers so that users cant - accidentally install two header packages at the same time - - 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ppc64-headers-2.6.4.ebuild: - Add inherit eutils - - 01 Apr 2004; Tom Gall <tgall@gentoo.org> ppc64-headers-2.6.4.ebuild: - address 2.6.4 and glibc 20031210 build problem - -*ppc64-headers-2.6.4 (30 Mar 2004) - - 10 Feb 2004; tgall <tgall@gentoo.org> ppc64-headers-2.6.4.ebuild: - ppc64 kernel headers for 2.6 based kernels - diff --git a/sys-kernel/ppc64-headers/Manifest b/sys-kernel/ppc64-headers/Manifest deleted file mode 100644 index 7d37d0fb1bb0..000000000000 --- a/sys-kernel/ppc64-headers/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7b63c64f3092126fc87207b278c893aa ppc64-headers-2.6.4.ebuild 2604 -MD5 d853377c7eb76016ccd409c7a5518451 ChangeLog 795 -MD5 0b881e76e93371deec940ea0927ab1f5 files/digest-ppc64-headers-2.6.4 205 diff --git a/sys-kernel/ppc64-headers/files/digest-ppc64-headers-2.6.4 b/sys-kernel/ppc64-headers/files/digest-ppc64-headers-2.6.4 deleted file mode 100644 index d116e19da81c..000000000000 --- a/sys-kernel/ppc64-headers/files/digest-ppc64-headers-2.6.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 335f06eba1e5372ba38a0d2b253629bd linux-2.6.4.tar.bz2 34386912 -MD5 a03b1dec0f64b066ee458d00b29e90f2 ppc64-ames264.patch.gz 353568 -MD5 468f178ceb800bf8957e546822154f0e ppc64-theader264fix.patch.gz 60423 diff --git a/sys-kernel/ppc64-headers/ppc64-headers-2.6.4.ebuild b/sys-kernel/ppc64-headers/ppc64-headers-2.6.4.ebuild deleted file mode 100644 index 8d16fe57951f..000000000000 --- a/sys-kernel/ppc64-headers/ppc64-headers-2.6.4.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc64-headers/ppc64-headers-2.6.4.ebuild,v 1.7 2004/07/15 05:22:04 agriffis Exp $ - -IUSE="" - -# OKV=original kernel version, KV=patched kernel version. They can be the same. - -# Kernel ebuilds using the kernel.eclass can remove any patch that you -# do not want to apply by simply setting the KERNEL_EXCLUDE shell -# variable to the string you want to exclude (for instance -# KERNEL_EXCLUDE="evms" would not patch any patches whose names match -# *evms*). Kernels are only tested in the default configuration, but -# this may be useful if you know that a particular patch is causing a -# conflict with a patch you personally want to apply, or some other -# similar situation. - -ETYPE="headers" - -inherit kernel eutils -OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`" -EXTRAVERSION="-${PN/-*/}" -[ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" -KV="${OKV}" -OKV="2.6.4" - -S=${WORKDIR}/linux-${KV} - -# Documentation on the patches contained in this kernel will be installed -# to /usr/share/doc/gentoo-sources-${PV}/patches.txt.gz - -DESCRIPTION="Full sources for the Gentoo Kernel." -SRC_URI="mirror://kernel/linux/kernel/v2.6/linux-${OKV}.tar.bz2 - mirror://kernel/ppc64-ames264.patch.gz - mirror://kernel/ppc64-theader264fix.patch.gz" - -HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/" -PROVIDE="virtual/kernel virtual/os-headers" -LICENSE="GPL-2" -KEYWORDS="-x86 -ppc -sparc -alpha -hppa -mips -arm ppc64" -SLOT="${KV}" - -DEPEND="!virtual/os-headers" - - -src_unpack() { - unpack ${A} -# mv linux linux-${KV} || die "Error moving kernel source tree to -# linux-${KV}" - - cd ${WORKDIR}/linux-2.6.4 - - kernel_universal_unpack - cd ${WORKDIR}/linux-2.6.4 - epatch ${WORKDIR}/ppc64-ames264.patch - epatch ${WORKDIR}/ppc64-theader264fix.patch -} - -src_install() { - if [ "`KV_to_int ${OKV}`" -ge "`KV_to_int 2.6.0`" ]; then - ln -sf ${S}/include/asm-${ARCH} ${S}/include/asm - fi - - - # Do normal src_install stuff - kernel_src_install - - # If this is 2.5 or 2.6 headers, then we need asm-generic too - if [ "`KV_to_int ${OKV}`" -ge "`KV_to_int 2.6.0`" ]; then - dodir /usr/include/asm-generic - cp -ax ${S}/include/asm-generic/* ${D}/usr/include/asm-generic - fi -} - -pkg_preinst() { - kernel_pkg_preinst -} - -pkg_postinst() { - - kernel_pkg_postinst - - ewarn "There is no xfs support in this kernel." - echo - ewarn "If iptables/netfilter behaves abnormally, such as 'Invalid Argument'," - ewarn "you will need to re-emerge iptables to restore proper functionality." -} |