summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Jackson <iggy@gentoo.org>2004-01-08 05:19:09 +0000
committerBrian Jackson <iggy@gentoo.org>2004-01-08 05:19:09 +0000
commit9e9df93a8468626c0f211e7a8990fea9b1b6e822 (patch)
treecb37a6251275638bc92ff873e644cfb2fb61673e /sys-kernel
parentremove all rsbac-sources ebuilds, I'll remove the dir later (diff)
downloadhistorical-9e9df93a8468626c0f211e7a8990fea9b1b6e822.tar.gz
historical-9e9df93a8468626c0f211e7a8990fea9b1b6e822.tar.bz2
historical-9e9df93a8468626c0f211e7a8990fea9b1b6e822.zip
remove all redhat-sources ebuilds, I'll remove the dir later
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/redhat-sources/ChangeLog6
-rw-r--r--sys-kernel/redhat-sources/files/digest-redhat-sources-2.4.20.28.91
-rw-r--r--sys-kernel/redhat-sources/redhat-sources-2.4.20.28.9.ebuild48
3 files changed, 5 insertions, 50 deletions
diff --git a/sys-kernel/redhat-sources/ChangeLog b/sys-kernel/redhat-sources/ChangeLog
index 0a3a0ffcb78f..b2b1ae024a0e 100644
--- a/sys-kernel/redhat-sources/ChangeLog
+++ b/sys-kernel/redhat-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/redhat-sources
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/ChangeLog,v 1.12 2004/01/07 11:08:48 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/ChangeLog,v 1.13 2004/01/08 05:19:09 iggy Exp $
+
+ 07 Jan 2004; Brian Jackson <iggy@gentoo.org>
+ redhat-sources-2.4.20.28.9.ebuild:
+ remove all redhat-sources ebuilds, I'll remove the dir later
*redhat-sources-2.4.20.28.9 (07 Jan 2004)
diff --git a/sys-kernel/redhat-sources/files/digest-redhat-sources-2.4.20.28.9 b/sys-kernel/redhat-sources/files/digest-redhat-sources-2.4.20.28.9
deleted file mode 100644
index 0533a539bc36..000000000000
--- a/sys-kernel/redhat-sources/files/digest-redhat-sources-2.4.20.28.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 12ad6c3ad16ddee2ad6c3ba579005a9d kernel-source-2.4.20-28.9.i386.rpm 38981329
diff --git a/sys-kernel/redhat-sources/redhat-sources-2.4.20.28.9.ebuild b/sys-kernel/redhat-sources/redhat-sources-2.4.20.28.9.ebuild
deleted file mode 100644
index ef12f909a861..000000000000
--- a/sys-kernel/redhat-sources/redhat-sources-2.4.20.28.9.ebuild
+++ /dev/null
@@ -1,48 +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/redhat-sources/redhat-sources-2.4.20.28.9.ebuild,v 1.1 2004/01/07 11:08:48 plasmaroo Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-ETYPE="sources"
-inherit kernel rpm
-OKV=2.4.20
-KV=2.4.20-28.9
-EXTRAVERSION="-28.9-rhcustom"
-S=${WORKDIR}/linux-${KV}
-
-# This package contains the Linux Kernel source for the version of the
-# Linux Kernel shipped by Red Hat, Inc. as part of their 8.0 distribution.
-#
-# Do not report problems with this source package or the resulting compiled
-# compiled kernel to Red Hat, Inc. Red Hat is not responsible for this
-# package and has offered no warranties or promises that the kernels
-# resulting from the compilation of this package will work on anything
-# except specific versions of the Red Hat distribution and specific
-# compiler revisions.
-#
-# Gentoo provides this package without any guarantees that this kernel
-# will compile and run correctly and will only respond to bug reports
-# dealing with Gentoo specific packaging problems.
-
-# The easiest way to grab Red Hat kernel sources is from the rpm file
-# itself. We used to generate a patch against vanilla sources trees but
-# the added dependency of rpm2targz is minimal compared with having to
-# generate a new diff for every minor version update.
-
-DESCRIPTION="Kernel source tree used in Red Hat distributions (not supported by Red Hat)"
-SRC_URI="ftp://updates.redhat.com/9/en/os/i386/kernel-source-${KV}.i386.rpm"
-HOMEPAGE="http://www.kernel.org/ http://www.redhat.com/"
-KEYWORDS="~x86"
-SLOT="${KV}"
-
-src_unpack() {
-
- rpm_unpack ${DISTDIR}/kernel-source-${KV}.i386.rpm
-
- cd ${WORKDIR}
- mv usr/src/linux-${KV} ${WORKDIR}
- cd ${S}
- kernel_universal_unpack
-
-}
-