diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-03-01 19:32:40 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-03-01 19:32:40 +0000 |
commit | 8cb2e140dd40856b9017dfccca889ff237902a98 (patch) | |
tree | 8037a6e5b8ff37a1b60f9c02534df234239b34de /sys-kernel/gentoo-dev-sources | |
parent | Initial ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-8cb2e140dd40856b9017dfccca889ff237902a98.tar.gz gentoo-2-8cb2e140dd40856b9017dfccca889ff237902a98.tar.bz2 gentoo-2-8cb2e140dd40856b9017dfccca889ff237902a98.zip |
removing unwanted kernel sources
Diffstat (limited to 'sys-kernel/gentoo-dev-sources')
-rw-r--r-- | sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2-r2 | 2 | ||||
-rw-r--r-- | sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2-r2.ebuild | 37 |
2 files changed, 0 insertions, 39 deletions
diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2-r2 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2-r2 deleted file mode 100644 index c5855e596d75..000000000000 --- a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 2a745088acba366f22f8bd3e284a84d4 linux-2.6.2.tar.bz2 33899733 -MD5 9093f99bebe79ff00161de01081cd255 genpatches-2.6-2.21.tar.bz2 1045608 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2-r2.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2-r2.ebuild deleted file mode 100644 index 278efd8274c9..000000000000 --- a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2-r2.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.2-r2.ebuild,v 1.1 2004/02/19 19:17:45 johnm Exp $ - -#version of gentoo patchset -GPV=2.21 -#GPV_SRC="mirror://gentoo/genpatches-2.6-${GPV}.tar.bz2" -GPV_SRC="http://dev.gentoo.org/~johnm/files/genpatches-2.6-${GPV}.tar.bz2" - -RESTRICT="nomirror" -KEYWORDS="amd64 x86" - -UNIPATCH_LIST="${DISTDIR}/genpatches-2.6-${GPV}.tar.bz2 ${FILESDIR}/2.6-do_munmap.patch" -UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/README" - -ETYPE="sources" -inherit kernel-2 -detect_version - -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" - -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 options" - ewarn " Device Drivers -> Character devices -> Unix98 PTY Support" - ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem." - echo - ewarn "If you choose to use UCL/gcloop please ensure you compile gcloop" - ewarn "without -fstack-protector." - echo -} |