diff options
author | Christian Birchinger <joker@gentoo.org> | 2004-04-18 16:18:12 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2004-04-18 16:18:12 +0000 |
commit | d7fc7d981b506c9b951b31859ad19d27b23a9da9 (patch) | |
tree | 33f20f55a39780a29e3bbaf1f0dff0f361e16068 /sys-kernel | |
parent | Marking net-im/gnomeicu-0.99.5 stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-d7fc7d981b506c9b951b31859ad19d27b23a9da9.tar.gz gentoo-2-d7fc7d981b506c9b951b31859ad19d27b23a9da9.tar.bz2 gentoo-2-d7fc7d981b506c9b951b31859ad19d27b23a9da9.zip |
Removed old version.
Diffstat (limited to 'sys-kernel')
4 files changed, 0 insertions, 126 deletions
diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.24-r2 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.24-r2 deleted file mode 100644 index 2f797ac078e8..000000000000 --- a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.24-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 1e055c42921b2396a559d84df4c3d9aa linux-2.4.24.tar.bz2 29837818 -MD5 6dd2e159dcf989a4a00dc24775032011 patches-2.4.24-sparc-r2.tar.bz2 139608 diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.25 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.25 deleted file mode 100644 index aeda787d6a0d..000000000000 --- a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.25 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5fc8e9f43fa44ac29ddf9a9980af57d8 linux-2.4.25.tar.bz2 30626548 -MD5 ebf1bf200cdc568b8bf9c07fc88327df patches-2.4.25-sparc.tar.bz2 141155 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild deleted file mode 100644 index 21096c04f12e..000000000000 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.24-r2.ebuild +++ /dev/null @@ -1,61 +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/sparc-sources/sparc-sources-2.4.24-r2.ebuild,v 1.5 2004/02/29 14:34:18 aliz Exp $ - -IUSE="ultra1" - -# 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="grsecurity" would not patch any patches whose names match -# *grsecurity*). 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="sources" -inherit kernel - -# OKV=original kernel version, KV=patched kernel version. They can be the same. -[ "$OKV" == "" ] && OKV="${PV}" - -EXTRAVERSION="-${PN/-*/}" -[ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" -KV="${OKV}${EXTRAVERSION}" - -# Documentation on the patches contained in this kernel will be installed -# to /usr/share/doc/sparc-sources-${PV}/patches.txt.gz - -DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://gentoo/patches-${KV}.tar.bz2" - -S=${WORKDIR}/linux-${KV} -KEYWORDS="-ppc sparc" -SLOT="${KV}" - -src_unpack() { - unpack ${A} - mv linux-${OKV} linux-${KV} || die "Error moving kernel source tree to linux-${KV}" - cd ${KV} || die "Unable to cd into ${KV}" - - kernel_src_unpack - - # Patch the HME driver only on Ultra1 machines. - use ultra1 && epatch ${FILESDIR}/U1-hme-lockup.patch -} - -pkg_postinst() { - - kernel_pkg_postinst - - # Display SUN Ultra 1 HME warning if it can be detected or if the machinetype is unknown. - if [ ! -r "/proc/openprom/name" -o "`cat /proc/openprom/name 2>/dev/null`" = "'SUNW,Ultra-1'" ]; then - einfo - einfo "For users with an Enterprise model Ultra 1 using the HME network interface," - einfo "please emerge the kernel using the following command:" - einfo - einfo "USE=ultra1 emerge sparc-sources" - einfo - fi -} diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.25.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.25.ebuild deleted file mode 100644 index e03a8e0cb334..000000000000 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.25.ebuild +++ /dev/null @@ -1,61 +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/sparc-sources/sparc-sources-2.4.25.ebuild,v 1.4 2004/04/12 16:36:23 aliz Exp $ - -IUSE="ultra1" - -# 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="grsecurity" would not patch any patches whose names match -# *grsecurity*). 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="sources" -inherit kernel eutils - -# OKV=original kernel version, KV=patched kernel version. They can be the same. -[ "$OKV" == "" ] && OKV="${PV}" - -EXTRAVERSION="-${PN/-*/}" -[ ! "${PR}" == "r0" ] && EXTRAVERSION="${EXTRAVERSION}-${PR}" -KV="${OKV}${EXTRAVERSION}" - -# Documentation on the patches contained in this kernel will be installed -# to /usr/share/doc/sparc-sources-${PV}/patches.txt.gz - -DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 - mirror://gentoo/patches-${KV}.tar.bz2" - -S=${WORKDIR}/linux-${KV} -KEYWORDS="~x86 -ppc sparc" -SLOT="${KV}" - -src_unpack() { - unpack ${A} - mv linux-${OKV} linux-${KV} || die "Error moving kernel source tree to linux-${KV}" - cd ${KV} || die "Unable to cd into ${KV}" - - kernel_src_unpack - - # Patch the HME driver only on Ultra1 machines. - use ultra1 && epatch ${FILESDIR}/U1-hme-lockup.patch -} - -pkg_postinst() { - - kernel_pkg_postinst - - # Display SUN Ultra 1 HME warning if it can be detected or if the machinetype is unknown. - if [ ! -r "/proc/openprom/name" -o "`cat /proc/openprom/name 2>/dev/null`" = "'SUNW,Ultra-1'" ]; then - einfo - einfo "For users with an Enterprise model Ultra 1 using the HME network interface," - einfo "please emerge the kernel using the following command:" - einfo - einfo "USE=ultra1 emerge sparc-sources" - einfo - fi -} |