summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-22 14:59:28 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2004-08-22 14:59:28 +0000
commit977a552b9cd8338090dfbba023cf2917f4b318cc (patch)
treef2c010b5a9450c36d8874e0e2b0fa312d4e19318 /sys-kernel/openmosix-sources
parentFix emergence in destdir, not in root fs.. (diff)
downloadgentoo-2-977a552b9cd8338090dfbba023cf2917f4b318cc.tar.gz
gentoo-2-977a552b9cd8338090dfbba023cf2917f4b318cc.tar.bz2
gentoo-2-977a552b9cd8338090dfbba023cf2917f4b318cc.zip
.24-r4 unmasked
Diffstat (limited to 'sys-kernel/openmosix-sources')
-rw-r--r--sys-kernel/openmosix-sources/ChangeLog6
-rw-r--r--sys-kernel/openmosix-sources/files/digest-openmosix-sources-2.4.24-r33
-rw-r--r--sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r3.ebuild65
-rw-r--r--sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild4
4 files changed, 7 insertions, 71 deletions
diff --git a/sys-kernel/openmosix-sources/ChangeLog b/sys-kernel/openmosix-sources/ChangeLog
index d6ce484f7fde..a20fe7fb8db6 100644
--- a/sys-kernel/openmosix-sources/ChangeLog
+++ b/sys-kernel/openmosix-sources/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-kernel/openmosix-sources
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/ChangeLog,v 1.62 2004/08/10 07:10:34 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/ChangeLog,v 1.63 2004/08/22 14:59:28 voxus Exp $
+
+ 22 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org>
+ -openmosix-sources-2.4.24-r3:
+ 2.4.24-r4 unmasked on x86.
*openmosix-sources-2.4.24-r4 (10 Aug 2004)
diff --git a/sys-kernel/openmosix-sources/files/digest-openmosix-sources-2.4.24-r3 b/sys-kernel/openmosix-sources/files/digest-openmosix-sources-2.4.24-r3
deleted file mode 100644
index b75fe69b673a..000000000000
--- a/sys-kernel/openmosix-sources/files/digest-openmosix-sources-2.4.24-r3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1e055c42921b2396a559d84df4c3d9aa linux-2.4.24.tar.bz2 29837818
-MD5 7327583ac763d8833499274caa7e4771 openMosix-2.4.24-om1.bz2 234126
-MD5 7e0e9f3d57bcc1b1bb7900ada383c129 linux-2.4.23-CAN-2004-0415.patch 89319
diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r3.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r3.ebuild
deleted file mode 100644
index 980e26694a09..000000000000
--- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r3.ebuild
+++ /dev/null
@@ -1,65 +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/openmosix-sources/openmosix-sources-2.4.24-r3.ebuild,v 1.2 2004/08/10 07:10:34 voxus Exp $
-#OKV=original kernel version, KV=patched kernel version. They can be the same.
-
-ETYPE="sources"
-inherit kernel eutils
-
-OKV="2.4.24"
-OMV="om1"
-[ "${PR}" == "r0" ] && KV=${PV/_/-}-openmosix || KV=${PV/_/-}-openmosix-${PR}
-EXTRAVERSION="`echo ${KV}|sed -e 's:[0-9]\+\.[0-9]\+\.[0-9]\+\(.*\):\1:'`"
-BASE="`echo ${KV}|sed -e s:${EXTRAVERSION}::`"
-S=${WORKDIR}/linux-${KV}
-
-# What's in this kernel?
-
-# INCLUDED:
-# 2.4.22, plus:
-# 2.4.22 openmosix-2.4.22-3
-# various security patches
-
-DESCRIPTION="Full sources for the Gentoo openMosix Linux kernel"
-SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
-mirror://sourceforge/openmosix/openMosix-${OKV}-${OMV}.bz2
-http://dev.gentoo.org/~plasmaroo/patches/kernel/misc/security/linux-2.4.23-CAN-2004-0415.patch"
-PROVIDE="virtual/linux-sources"
-HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://www.openmosix.org/"
-LICENSE="GPL-2"
-SLOT="${KV}"
-KEYWORDS="-* x86"
-IUSE=""
-
-src_unpack() {
- unpack linux-${OKV}.tar.bz2
- mv linux-${OKV} linux-${KV} || die
- cd linux-${KV}
-
- epatch ${DISTDIR}/openMosix-${OKV}-${OMV}.bz2 || die "openMosix patch failed"
-
- epatch ${FILESDIR}/openmosix-sources.CAN-2003-0985.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0001.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0010.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0109.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0177.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0178.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0181.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0495.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0497.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0535.patch || die "Security patch failed"
- epatch ${FILESDIR}/openmosix-sources.CAN-2004-0685.patch || die "Security patch failed"
-
- epatch ${DISTDIR}/linux-2.4.23-CAN-2004-0415.patch || die "Failed to add CAN-2004-0415"
-
- kernel_universal_unpack
-}
-
-pkg_postinst() {
- [ "$ETYPE" = "headers" ] && return
- if [ ! -e ${ROOT}usr/src/linux ]
- then
- rm -f ${ROOT}usr/src/linux
- ln -sf linux-${KV} ${ROOT}/usr/src/linux
- fi
-}
diff --git a/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild b/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild
index 2ff55176ea79..9f0c79701838 100644
--- a/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild
+++ b/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild,v 1.1 2004/08/10 07:10:34 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openmosix-sources/openmosix-sources-2.4.24-r4.ebuild,v 1.2 2004/08/22 14:59:28 voxus Exp $
#OKV=original kernel version, KV=patched kernel version. They can be the same.
ETYPE="sources"
@@ -28,7 +28,7 @@ PROVIDE="virtual/linux-sources"
HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ http://www.openmosix.org/"
LICENSE="GPL-2"
SLOT="${KV}"
-KEYWORDS="-* ~x86"
+KEYWORDS="-* x86"
IUSE=""
src_unpack() {