summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Johnson <livewire@gentoo.org>2003-10-27 02:10:30 +0000
committerBob Johnson <livewire@gentoo.org>2003-10-27 02:10:30 +0000
commit6a981191bb659aaca9b78bda45974d92d59f7a90 (patch)
tree89305a23abfed46fa570bed6c1ef8b2e3c1bef27 /sys-kernel
parentnew version (diff)
downloadgentoo-2-6a981191bb659aaca9b78bda45974d92d59f7a90.tar.gz
gentoo-2-6a981191bb659aaca9b78bda45974d92d59f7a90.tar.bz2
gentoo-2-6a981191bb659aaca9b78bda45974d92d59f7a90.zip
new version
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/gs-sources/ChangeLog14
-rw-r--r--sys-kernel/gs-sources/Manifest4
-rw-r--r--sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre82
-rw-r--r--sys-kernel/gs-sources/gs-sources-2.4.23_pre8.ebuild56
4 files changed, 70 insertions, 6 deletions
diff --git a/sys-kernel/gs-sources/ChangeLog b/sys-kernel/gs-sources/ChangeLog
index 1d1b87993cd8..ba883e963586 100644
--- a/sys-kernel/gs-sources/ChangeLog
+++ b/sys-kernel/gs-sources/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for sys-kernel/gs-sources
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.24 2003/10/14 22:35:33 livewire Exp $
-
-*gs-sources-2.4.23_pre7 (014 Oct 2003)
- 14 Oct; Bob Johnson <livewire@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/ChangeLog,v 1.25 2003/10/27 02:10:10 livewire Exp $
+
+*gs-sources-2.4.23_pre8 (26 Oct 2003)
+ 26 Oct 2003; Bob Johnson <livewire@gentoo.org>
+ - bumped to pre8
+ - bumped freeswan to 2.03
+ - added v4l2
+
+*gs-sources-2.4.23_pre7 (14 Oct 2003)
+ 14 Oct 2003; Bob Johnson <livewire@gentoo.org>
- bumped to pre7
- win4lin compile fix
diff --git a/sys-kernel/gs-sources/Manifest b/sys-kernel/gs-sources/Manifest
index fbc5a4a4aa26..d49c10b1d31d 100644
--- a/sys-kernel/gs-sources/Manifest
+++ b/sys-kernel/gs-sources/Manifest
@@ -1,9 +1,9 @@
MD5 1df7eef729f64224f4a95976b09b004a gs-sources-2.4.23_pre7.ebuild 1950
MD5 783e7c84cf51942f711d519bf8d2cae8 gs-sources-2.4.23_pre6.ebuild 1950
MD5 87c15004851f26f9291567df0a355c7b gs-sources-2.4.23_pre6-r1.ebuild 1959
-MD5 c5c59589de59f5b3c8ff0c920a2eb34a gs-sources-2.4.23_pre8.ebuild 1950
+MD5 46c8ec068663d1638b25284092ea9bc4 gs-sources-2.4.23_pre8.ebuild 1950
MD5 deac0a579dc7fffb7422b4ab37ae6900 gs-sources-2.4.22_pre2.ebuild 1950
-MD5 59ad8d97c554fc686aff473400b7112d ChangeLog 4779
+MD5 7a7da117df746f756d874e426561eb30 ChangeLog 4933
MD5 4df72e65b139d3e4c18bec81f3a561df metadata.xml 227
MD5 4220f7240ff50a9a0b993acc7fab408e files/digest-gs-sources-2.4.22_pre2 144
MD5 206fe55c70506a82e49b1249d83361a0 files/digest-gs-sources-2.4.23_pre6 144
diff --git a/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8 b/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8
new file mode 100644
index 000000000000..aad81484b58e
--- /dev/null
+++ b/sys-kernel/gs-sources/files/digest-gs-sources-2.4.23_pre8
@@ -0,0 +1,2 @@
+MD5 75dc85149b06ac9432106b8941eb9f7b linux-2.4.22.tar.bz2 29528612
+MD5 64aff10db764dc7bdbfb105466db45ec patches-2.4.23_pre8-gss.tar.bz2 3663061
diff --git a/sys-kernel/gs-sources/gs-sources-2.4.23_pre8.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.23_pre8.ebuild
new file mode 100644
index 000000000000..4dafc18c40db
--- /dev/null
+++ b/sys-kernel/gs-sources/gs-sources-2.4.23_pre8.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.23_pre8.ebuild,v 1.1 2003/10/27 02:10:10 livewire Exp $
+
+IUSE="build crypt"
+
+# OKV=original kernel version, KV=patched kernel version. They can be the same.
+
+# Kernel ebuilds using the kernel.eclass can remove any patch that you
+# do not want to apply by simply setting the KERNEL_EXCLUDE shell
+# variable to the string you want to exclude (for instance
+# KERNEL_EXCLUDE="evms" would not patch any patches whose names match
+# *evms*). Kernels are only tested in the default configuration, but
+# this may be useful if you know that a particular patch is causing a
+# conflict with a patch you personally want to apply, or some other
+# similar situation.
+
+ETYPE="sources"
+
+inherit kernel
+PROVIDE="virtual/linux-sources virtual/winkernel"
+OKV=2.4.22
+EXTRAVERSION=_pre8-gss
+KV=2.4.23_pre8-gss
+S=${WORKDIR}/linux-${KV}
+
+# Documentation on the patches contained in this kernel will be installed
+# to /usr/share/doc/gs-sources-${PV}/patches.txt.gz
+
+DESCRIPTION="This kernel stays up to date with current kernel -pres,
+ with recent acpi,evms,win3lin ,futexes,aic79xx,
+ superfreeswan,preempt/ll, and various hw fixes."
+SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2
+ mirror://gentoo/patches-${KV}.tar.bz2"
+KEYWORDS="x86 -ppc -sparc "
+SLOT="${KV}"
+
+src_unpack() {
+ unpack ${A}
+ mv linux-${OKV} linux-${KV} || die
+ cd ${KV} || die
+ # Kill patches we aren't suppposed to use, don't worry about
+ # failures, if they aren't there that is a good thing!
+ # This is the ratified crypt USE flag, enables IPSEC and patch-int
+ if [ -z "`use crypt`" ]; then
+ einfo "No Cryptographic support, dropping patches..."
+ for file in 8*;do
+ einfo "Dropping ${file}..."
+ rm -f ${file}
+ done
+ else
+ einfo "Cryptographic support enabled..."
+ fi
+
+ kernel_src_unpack
+}