diff options
author | David Holm <dholm@gentoo.org> | 2004-11-15 10:56:21 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-11-15 10:56:21 +0000 |
commit | 7271beda70975f54dcc63ac51495e658c9dd164c (patch) | |
tree | 1d43914d5aa70de690216f03e24132dd64e629be /sys-kernel/pegasos-dev-sources | |
parent | Fixing #70992 and declaring latest stable for x86. (Manifest recommit) (diff) | |
download | gentoo-2-7271beda70975f54dcc63ac51495e658c9dd164c.tar.gz gentoo-2-7271beda70975f54dcc63ac51495e658c9dd164c.tar.bz2 gentoo-2-7271beda70975f54dcc63ac51495e658c9dd164c.zip |
Removed old kernels
Diffstat (limited to 'sys-kernel/pegasos-dev-sources')
-rw-r--r-- | sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r5.ebuild | 37 | ||||
-rw-r--r-- | sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r7.ebuild | 37 |
2 files changed, 0 insertions, 74 deletions
diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r5.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r5.ebuild deleted file mode 100644 index c88e1cb62ced..000000000000 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r5.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r5.ebuild,v 1.1 2004/08/08 10:41:41 dholm Exp $ - -ETYPE="sources" -inherit kernel-2 -detect_version - -# Version of gentoo patchset -GPV=7.6 -GPV_SRC="mirror://gentoo/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" - -KEYWORDS="ppc" -IUSE="" - -UNIPATCH_LIST="${DISTDIR}/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" -UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README - ${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/pegasos-config" - -DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" -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 -} diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r7.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r7.ebuild deleted file mode 100644 index 5f94197ae4d7..000000000000 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.7-r7.ebuild,v 1.1 2004/08/13 10:15:14 dholm Exp $ - -ETYPE="sources" -inherit kernel-2 -detect_version - -# Version of gentoo patchset -GPV=7.7 -GPV_SRC="mirror://gentoo/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" - -KEYWORDS="ppc" -IUSE="" - -UNIPATCH_LIST="${DISTDIR}/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" -UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README - ${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/pegasos-config" - -DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" -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 -} |