diff options
author | 2004-08-17 22:08:07 +0000 | |
---|---|---|
committer | 2004-08-17 22:08:07 +0000 | |
commit | e1577c242f1eb52201e76847a00cee0b962ebfc3 (patch) | |
tree | 204a7a837f8520866b3f05dc58dffb3ed2741e18 /sys-kernel | |
parent | Fixed several bugs in completions. Thanks to baptux <bapt@ifrance.com> for th... (diff) | |
download | gentoo-2-e1577c242f1eb52201e76847a00cee0b962ebfc3.tar.gz gentoo-2-e1577c242f1eb52201e76847a00cee0b962ebfc3.tar.bz2 gentoo-2-e1577c242f1eb52201e76847a00cee0b962ebfc3.zip |
Added fbsplash and vesafb-tng patches.
Diffstat (limited to 'sys-kernel')
3 files changed, 62 insertions, 14 deletions
diff --git a/sys-kernel/gentoo-dev-sources/ChangeLog b/sys-kernel/gentoo-dev-sources/ChangeLog index 58e02ca1f1d4..c33fe31d0cb3 100644 --- a/sys-kernel/gentoo-dev-sources/ChangeLog +++ b/sys-kernel/gentoo-dev-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/gentoo-dev-sources # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.84 2004/08/17 19:26:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.85 2004/08/17 22:08:07 spock Exp $ + +*gentoo-dev-sources-2.6.8-r1 (18 Aug 2004) + + 18 Aug 2004; Michal Januszewski <spock@gentoo.org> + +gentoo-dev-sources-2.6.8-r1.ebuild: + Added fbsplash and vesafb-tng patches. 17 Aug 2004; Aron Griffis <agriffis@gentoo.org> gentoo-dev-sources-2.6.8.ebuild: @@ -10,19 +16,16 @@ 14 Aug 2004; Greg Kroah-Hartman <gregkh@gentoo.org> +gentoo-dev-sources-2.6.8.ebuild: - initial 2.6.8 release - contains the 2.6.8.1 patch, so don't worry. - had to - remove the x86-64 patchset, am waiting for an updated one of these to - - mark this stable on x86-64. - had to remove some sparc Kconfig patches. If any - sparc developer wants to - - add the proper ones back to the release, feel free to. - Removed bootsplash - patch, am waiting for bootsplash-nextgen release to add - - this back. - Removed supermount patch, am told that udev makes this obsolete - now. Also, - - it didn't apply to 2.6.8 anymore, so that made for a good reason to drop it :) + initial 2.6.8 release - contains the 2.6.8.1 patch, so don't worry. + - had to remove the x86-64 patchset, am waiting for an updated one of these to + mark this stable on x86-64. + - had to remove some sparc Kconfig patches. If any sparc developer wants to + add the proper ones back to the release, feel free to. + - Removed bootsplash patch, am waiting for bootsplash-nextgen release to add + this back. + - Removed supermount patch, am told that udev makes this obsolete now. Also, + it didn't apply to 2.6.8 anymore, so that made for a good reason to drop + it :) *gentoo-dev-sources-2.6.7-r14 (12 Aug 2004) diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.8-r1 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.8-r1 new file mode 100644 index 000000000000..6ec663c15862 --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.8-r1 @@ -0,0 +1,3 @@ +MD5 2f8b0030ce970f3c1a460faf5d2b1cec linux-2.6.8.tar.bz2 35634061 +MD5 8e238193729ccda66a6a0d9ec5ab03cb genpatches-2.6-8.48-base.tar.bz2 29393 +MD5 a35a114300770d6f71e953f67c24fe30 genpatches-2.6-8.48-extras.tar.bz2 107934 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.8-r1.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.8-r1.ebuild new file mode 100644 index 000000000000..3e7486a88137 --- /dev/null +++ b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.8-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2004 Gentoo Foundation +# 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.8-r1.ebuild,v 1.1 2004/08/17 22:08:07 spock Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version +detect_arch + +#version of gentoo patchset +GPV=8.48 +GPV_SRC="mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2 + mirror://gentoo/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2" + +KEYWORDS="x86 ~amd64 ppc ppc64 ~sparc ia64 ~alpha" + +UNIPATCH_LIST="${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-base.tar.bz2 + ${DISTDIR}/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}-extras.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README" + +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-1" + +IUSE="ultra1" +use ultra1 || UNIPATCH_EXCLUDE="1399_sparc-U1-hme-lockup.patch" + +pkg_postinst() { + postinst_sources + + echo + + if [ "${ARCH}" = "sparc" ]; then + if [ x"`cat /proc/openprom/name 2>/dev/null`" \ + = x"'SUNW,Ultra-1'" ]; then + einfo "For users with an Enterprise model Ultra 1 using the HME" + einfo "network interface, please emerge the kernel using the" + einfo "following command: USE=ultra1 emerge ${PN}" + fi + fi +} |