summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-10-05 20:07:28 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-10-05 20:07:28 +0000
commit68cb792412748ee55cf3f754e1d73536e4c47f14 (patch)
tree043fb7647cff6f8de2cf0c681e1c22a079d22d39 /sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild
parentRevbump to build ssindex for beagle. bug #108177 (diff)
downloadgentoo-2-68cb792412748ee55cf3f754e1d73536e4c47f14.tar.gz
gentoo-2-68cb792412748ee55cf3f754e1d73536e4c47f14.tar.bz2
gentoo-2-68cb792412748ee55cf3f754e1d73536e4c47f14.zip
2.4.29 & 2.4.31-r1 cleanup
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild')
-rw-r--r--sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild
deleted file mode 100644
index f7826a8f6269..000000000000
--- a/sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.31-r1.ebuild,v 1.1 2005/09/06 22:12:02 gustavoz Exp $
-
-ETYPE="sources"
-IUSE="livecd ultra1"
-inherit kernel-2
-detect_version
-
-PATCH_BASE="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${EXTRAVERSION}"
-
-SSV_URI="mirror://gentoo/patches-${PATCH_BASE}.tar.bz2"
-
-KEYWORDS="-* ~sparc"
-DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel"
-UNIPATCH_LIST="${DISTDIR}/patches-${PATCH_BASE}.tar.bz2"
-SRC_URI="${KERNEL_URI} ${SSV_URI}"
-HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org"
-
-pkg_setup() {
- use ultra1 || UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 2000_U1-hme-lockup.patch"
- use livecd || UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 5000_sparc64-ramdisk64.patch"
-}
-
-pkg_postinst() {
- postinst_sources
-
- 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
-
-}