summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@gentoo.org>2002-10-06 18:12:31 +0000
committerBrandon Low <lostlogic@gentoo.org>2002-10-06 18:12:31 +0000
commitd33a3ea4f56dd7b4c070da523fe29b0261c350ad (patch)
treeea98e1fbab5cbf17d67fb8a20d58795e14056821 /sys-kernel/linux-sources
parentfix patch; i don't think the previous one even applied cleanly (diff)
downloadgentoo-2-d33a3ea4f56dd7b4c070da523fe29b0261c350ad.tar.gz
gentoo-2-d33a3ea4f56dd7b4c070da523fe29b0261c350ad.tar.bz2
gentoo-2-d33a3ea4f56dd7b4c070da523fe29b0261c350ad.zip
dead package
Diffstat (limited to 'sys-kernel/linux-sources')
-rw-r--r--sys-kernel/linux-sources/ChangeLog15
-rw-r--r--sys-kernel/linux-sources/files/digest-linux-sources-2.4.19-r10
-rw-r--r--sys-kernel/linux-sources/linux-sources-2.4.19-r1.ebuild61
3 files changed, 0 insertions, 76 deletions
diff --git a/sys-kernel/linux-sources/ChangeLog b/sys-kernel/linux-sources/ChangeLog
deleted file mode 100644
index 29892dd974a0..000000000000
--- a/sys-kernel/linux-sources/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for sys-kernel/linux-sources
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/ChangeLog,v 1.10 2002/09/02 18:11:54 murphy Exp $
-
-*linux-headers-2.4.19 (02 Sep 2002)
-
- 02 Sep 2002; Maarten Thibaut <murphy@gentoo.org> linux-headers-2.4.19.ebuild : Made new
- SPARC directory in sparc-sources/files for kernel version of asm_offsets.h, changed ebuild
- to reflect changes in directory structure.
-
-*linux-sources-2.4.19-r1 (09 Jul 2002)
-
- 09 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ChangeLog :
-
- Added ChangeLog.
diff --git a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.19-r1 b/sys-kernel/linux-sources/files/digest-linux-sources-2.4.19-r1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/sys-kernel/linux-sources/files/digest-linux-sources-2.4.19-r1
+++ /dev/null
diff --git a/sys-kernel/linux-sources/linux-sources-2.4.19-r1.ebuild b/sys-kernel/linux-sources/linux-sources-2.4.19-r1.ebuild
deleted file mode 100644
index 91d10a52455a..000000000000
--- a/sys-kernel/linux-sources/linux-sources-2.4.19-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-sources/linux-sources-2.4.19-r1.ebuild,v 1.6 2002/08/10 03:17:05 seemant Exp $
-
-DESCRIPTION="Obsolete kernel package. Please choose another"
-HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/"
-SRC_URI=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-pkg_setup() {
- clear
- einfo "On 22 April, 2002, we started using a new and improved organizational"
- einfo "structure for our kernel source ebuilds. The new system is much easier"
- einfo "to understand and use. This ebuild is a \"stub\" ebuild designed with"
- einfo "the sole purpose of explaining how the new system works."
- echo
- echo "If you're seeing this message, you probably typed \"emerge"
- echo "sys-kernel/linux-sources.\" Our new kernel source organization doesn't have"
- echo "a linux-sources ebuild anymore. Instead, we now offer the following selection"
- echo "of Linux kernel source ebuilds. You should choose the best one for your needs:"
- echo
- einfo "sys-kernel/gentoo-sources"
- echo "The gentoo-sources ebuild is our replacement for our previous linux-sources"
- echo "ebuild. We try to ensure that this kernel is very fast and stable and we"
- echo "recommend this kernel for most people. However, XFS support is no longer"
- echo "included in this kernel. If you use XFS, use sys-kernel/xfs-sources."
- echo
- einfo "sys-kernel/vanilla-sources"
- echo "The vanilla-sources ebuild installs a \"mainline\" kernel source tree, giving"
- echo "you the exact same thing as if you downloaded a stock kernel from kernel.org."
- echo
- echo '(press Enter to continue)'
- read
- echo "(continued...)"
- einfo "sys-kernel/usermode-sources"
- echo "This usermode-sources ebuild installs mainline sources that have been patched"
- echo "to support user-mode Linux (a special technology that allows you to run"
- echo "\"Linux inside Linux.\")"
- echo
- einfo "sys-kernel/xfs-sources"
- echo "The xfs-sources ebuild installs sources that support XFS; specifically, this"
- echo "ebuild contains a CVS snapshot of SGI's own XFS source tree. In the future, we"
- echo "may add other minor (and stable) performance-enhancing patches as well. We've"
- echo "found that using a SGI XFS CVS shapshot is the best way to go if you're going"
- echo "to use the XFS filesystem. If any of your Gentoo Linux filesystems are XFS,"
- echo "then, you'll need to use this kernel."
- echo
- einfo "sys-kernel/openmosix-sources"
- echo "The openmosix-sources ebuild installs a kernel source tree that has been"
- echo "specially patched with support for the GPL openMosix clustering and load-"
- echo "balancing technology. For more info, see http://www.openmosix.com."
- echo
- echo "We hope you find the new layout easier to use. Again, if you typed"
- echo "\"emerge linux-sources\" to install a kernel source tree, simply install"
- echo "one of the above kernels instead: ie, \"emerge gentoo-sources\""
- echo
- exit 1
-}