summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-04-27 12:25:32 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-04-27 12:25:32 +0000
commitc23aa6b31981548d4d146d755b8fcef50b67a242 (patch)
tree90922c508594b5382d0832bc8329b70ebc3ecc0e /sys-kernel
parentChangeLog fixes (Manifest recommit) (diff)
downloadgentoo-2-c23aa6b31981548d4d146d755b8fcef50b67a242.tar.gz
gentoo-2-c23aa6b31981548d4d146d755b8fcef50b67a242.tar.bz2
gentoo-2-c23aa6b31981548d4d146d755b8fcef50b67a242.zip
Deprecated. Functionality replaced with linux-headers a long time ago
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ppc-headers/ChangeLog20
-rw-r--r--sys-kernel/ppc-headers/Manifest3
-rw-r--r--sys-kernel/ppc-headers/files/digest-ppc-headers-2.4.21-r12
-rw-r--r--sys-kernel/ppc-headers/ppc-headers-2.4.21-r1.ebuild71
4 files changed, 0 insertions, 96 deletions
diff --git a/sys-kernel/ppc-headers/ChangeLog b/sys-kernel/ppc-headers/ChangeLog
deleted file mode 100644
index afa776a12a39..000000000000
--- a/sys-kernel/ppc-headers/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for sys-kernel/ppc-headers
-# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-headers/ChangeLog,v 1.5 2004/04/17 19:03:26 aliz Exp $
-
- 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ppc-headers-2.4.21-r1.ebuild:
- Fixed IUSE flags.
-
- 20 Nov 2003; Brandon Low <lostlogic@gentoo.org>
- ppc-headers-2.4.21-r1.ebuild:
- Move version handling logic to after inherit kernel, or insert it where
- necessary.
-
- 19 Jul 2003; Luca Barbato <lu_zero@gentoo.org> ppc-headers-2.4.21-r1.ebuild:
- Added the required PROVIDEs.
-
-*ppc-headers-2.4.21-r1 (29 May 2003)
-
- 29 May 2003; Kain <kain@gentoo.org> ppc-headers-2.4.21-r1.ebuild:
- PPC kernel headers for 2.4.21-based kernels.
-
diff --git a/sys-kernel/ppc-headers/Manifest b/sys-kernel/ppc-headers/Manifest
deleted file mode 100644
index d03c70ddff26..000000000000
--- a/sys-kernel/ppc-headers/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c668c6910d2e1803e8fed865ef7c0cff ppc-headers-2.4.21-r1.ebuild 2266
-MD5 203a45ba6163acaac2bcaa8c76fd6806 ChangeLog 758
-MD5 7e495d102909604f1af87a10949ee8ae files/digest-ppc-headers-2.4.21-r1 142
diff --git a/sys-kernel/ppc-headers/files/digest-ppc-headers-2.4.21-r1 b/sys-kernel/ppc-headers/files/digest-ppc-headers-2.4.21-r1
deleted file mode 100644
index b836131185a3..000000000000
--- a/sys-kernel/ppc-headers/files/digest-ppc-headers-2.4.21-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c439d5c93d7fc9a1480a90842465bb97 linux-2.4.20.tar.bz2 27421046
-MD5 dc45392da067ccc446e324325941112e patches-2.4.21-ppc-r1.tar.bz2 4154442
diff --git a/sys-kernel/ppc-headers/ppc-headers-2.4.21-r1.ebuild b/sys-kernel/ppc-headers/ppc-headers-2.4.21-r1.ebuild
deleted file mode 100644
index 32ec70a5c36b..000000000000
--- a/sys-kernel/ppc-headers/ppc-headers-2.4.21-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-headers/ppc-headers-2.4.21-r1.ebuild,v 1.8 2004/04/17 19:03:26 aliz Exp $
-
-IUSE="crypt"
-
-# 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
-OKV="`echo ${PV}|sed -e 's:^\([0-9]\+\.[0-9]\+\.[0-9]\+\).*:\1:'`"
-EXTRAVERSION="-${PN/-*/}"
-[ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}"
-KV="${OKV}${EXTRAVERSION}"
-OKV="2.4.20"
-
-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.4/linux-${OKV}.tar.bz2
- mirror://gentoo/patches-${KV}.tar.bz2"
-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 "
-SLOT="${KV}"
-
-
-src_unpack() {
- unpack ${A}
- mv linux-${OKV} linux-${KV} || die "Error moving kernel source tree to linux-${KV}"
-
- cd ${WORKDIR}/${KV}
-
- # This is the crypt USE flag, keeps {USAGI/superfreeswan/patch-int/loop-jari}
- if [ -z "`use crypt`" ]; then
- einfo "No Cryptographic support, dropping patches..."
- for file in 8* ;do
- einfo "Dropping ${file}..."
- rm -f ${file}
- done
- else
- einfo "Cryptographic patches will be applied"
- fi
-
-
- kernel_src_unpack
-}
-
-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."
-}