summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Cox <steel300@gentoo.org>2004-05-24 17:53:39 +0000
committerJason Cox <steel300@gentoo.org>2004-05-24 17:53:39 +0000
commitbe88fd57073d91e7fca87b98df82d53b2cfdcd65 (patch)
tree7609ede03b8a80b4da629ae9407e3befc7888fa9 /sys-kernel
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-be88fd57073d91e7fca87b98df82d53b2cfdcd65.tar.gz
gentoo-2-be88fd57073d91e7fca87b98df82d53b2cfdcd65.tar.bz2
gentoo-2-be88fd57073d91e7fca87b98df82d53b2cfdcd65.zip
I take it back
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.63
-rw-r--r--sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.6.ebuild37
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.6 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.6
deleted file mode 100644
index f88e87f94ab0..000000000000
--- a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5218790bc3db41e77a7422969639a9ad linux-2.6.6.tar.bz2 34896138
-MD5 8a8070b0925b9e41756e0c2a19fd197e genpatches-2.6-6.30-base.tar.bz2 269049
-MD5 1ff5a65bb4727add6626735e54becb50 genpatches-2.6-6.30-extras.tar.bz2 286229
diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.6.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.6.ebuild
deleted file mode 100644
index b1c18e51b825..000000000000
--- a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.6.ebuild
+++ /dev/null
@@ -1,37 +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/gentoo-dev-sources/gentoo-dev-sources-2.6.6.ebuild,v 1.2 2004/05/23 07:21:27 dostrow Exp $
-
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-# Version of gentoo patchset
-GPV=6.30
-GPV_SRC="mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2
- mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2"
-
-KEYWORDS="-x86 -amd64 -ppc"
-
-UNIPATCH_LIST="${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2
- ${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2"
-UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README"
-
-DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
-SRC_URI="${KERNEL_URI} ${GPV_SRC}"
-
-DEPEND="${DEPEND} >=dev-libs/ucl-1"
-
-pkg_postinst() {
- postinst_sources
-
- ewarn "IMPORTANT:"
- ewarn "ptyfs support has now been dropped from devfs and as a"
- ewarn "result you are now required to compile this support into"
- ewarn "the kernel. You can do so by enabling the following option:"
- ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support."
- echo
- ewarn "If you choose to use UCL/gcloop please ensure you compile gcloop"
- ewarn "without -fstack-protector."
- echo
-}