diff options
author | Keith Wesolowski <wesolows@gentoo.org> | 2004-02-09 01:01:11 +0000 |
---|---|---|
committer | Keith Wesolowski <wesolows@gentoo.org> | 2004-02-09 01:01:11 +0000 |
commit | 3df639649a8601422b7dfba7e0e35ba449751b8c (patch) | |
tree | 4c5d362c5cb83b7880f8276944e432264520a037 /sys-kernel | |
parent | initial import of this package, will be used by librsvg in a later stage. (Ma... (diff) | |
download | gentoo-2-3df639649a8601422b7dfba7e0e35ba449751b8c.tar.gz gentoo-2-3df639649a8601422b7dfba7e0e35ba449751b8c.tar.bz2 gentoo-2-3df639649a8601422b7dfba7e0e35ba449751b8c.zip |
Add 2.6.3-rc1 with new kernel-2 eclass.
Diffstat (limited to 'sys-kernel')
4 files changed, 48 insertions, 1 deletions
diff --git a/sys-kernel/sparc-dev-sources/ChangeLog b/sys-kernel/sparc-dev-sources/ChangeLog index 22c7ce9bcc41..af81b7788295 100644 --- a/sys-kernel/sparc-dev-sources/ChangeLog +++ b/sys-kernel/sparc-dev-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/sparc-dev-sources # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-dev-sources/ChangeLog,v 1.6 2004/02/06 06:36:55 wesolows Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-dev-sources/ChangeLog,v 1.7 2004/02/09 01:01:11 wesolows Exp $ + + 08 Feb 2004; Keith M Wesolowski <wesolows@gentoo.org> : + Bump to 2.6.3-rc1. + Use new kernel-2 eclass in preparation to unify all 2.6 source ebuilds. + Make sparc32 atomics 32 bits long. + Mask PIL in %psr for flags save/restore on sparc32. *sparc-dev-sources-2.6.2 (05 Feb 2004) diff --git a/sys-kernel/sparc-dev-sources/Manifest b/sys-kernel/sparc-dev-sources/Manifest index 599d9da43d0e..9f427ad587c3 100644 --- a/sys-kernel/sparc-dev-sources/Manifest +++ b/sys-kernel/sparc-dev-sources/Manifest @@ -1,6 +1,7 @@ MD5 53d3441ff8971a44fdfb5eacc30d168f sparc-dev-sources-2.6.1.ebuild 2526 MD5 e0fce5a797c4dcbbe833e7ddba1dc16e ChangeLog 1762 MD5 a4a4e3febcacb7664d2bec3a8688a130 metadata.xml 454 +MD5 49c07c64be9a35f5e3a4811ff88425db sparc-dev-sources-2.6.3_rc1.ebuild 1335 MD5 a16290a6ecbabce690965f249b7d6fc1 sparc-dev-sources-2.6.2_rc2.ebuild 2560 MD5 058aa0778f8dc3cd27c11089bf6c6e6d sparc-dev-sources-2.6.2.ebuild 2556 MD5 eacf7bb2664f6a2dfd5fa151ad46aac5 sparc-dev-sources-2.6.0.ebuild 2353 @@ -9,3 +10,4 @@ MD5 935f3a9c9a5209ad79a0cdbf9ca4b610 files/U1-hme-lockup.patch 263 MD5 706dd217e97e173585f3936bbb00d8bf files/digest-sparc-dev-sources-2.6.2_rc2 145 MD5 fb4fce3b5a4c112344c12703061949a7 files/digest-sparc-dev-sources-2.6.0 137 MD5 366b73fe2b4f2e60ff9b2d14d696680a files/digest-sparc-dev-sources-2.6.2 137 +MD5 cf1e5add9ceae1d94f6551be1e615946 files/digest-sparc-dev-sources-2.6.3_rc1 206 diff --git a/sys-kernel/sparc-dev-sources/files/digest-sparc-dev-sources-2.6.3_rc1 b/sys-kernel/sparc-dev-sources/files/digest-sparc-dev-sources-2.6.3_rc1 new file mode 100644 index 000000000000..ce8210ee2d0f --- /dev/null +++ b/sys-kernel/sparc-dev-sources/files/digest-sparc-dev-sources-2.6.3_rc1 @@ -0,0 +1,3 @@ +MD5 4cf787c89c87dce7dc83818e9a388eea patch-2.6.3-rc1.bz2 1624073 +MD5 2a745088acba366f22f8bd3e284a84d4 linux-2.6.2.tar.bz2 33899733 +MD5 23fd69f85b13e0db985541e9a996fa9c patches-2.6.3-rc1-sparc.tar.bz2 43544 diff --git a/sys-kernel/sparc-dev-sources/sparc-dev-sources-2.6.3_rc1.ebuild b/sys-kernel/sparc-dev-sources/sparc-dev-sources-2.6.3_rc1.ebuild new file mode 100644 index 000000000000..41fd7f56b14a --- /dev/null +++ b/sys-kernel/sparc-dev-sources/sparc-dev-sources-2.6.3_rc1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-dev-sources/sparc-dev-sources-2.6.3_rc1.ebuild,v 1.1 2004/02/09 01:01:11 wesolows Exp $ + +IUSE="ultra1" + +ETYPE="sources" +inherit kernel-2 +detect_version + +DESCRIPTION="Full sources for the SPARC32/64 development kernel" +PATCHBALL="patches-${KV}.tar.bz2" +SRC_URI="${KERNEL_URI} + mirror://gentoo/${PATCHBALL}" + +KEYWORDS="~x86 ~sparc" + +DEPEND="${DEPEND} !<sys-apps/pciutils-2.1.11-r1" +[ `uname -m` = "sparc64" ] && DEPEND="${DEPEND} >=sys-devel/gcc-sparc64-3.2.3" + +UNIPATCH_LIST="${DISTDIR}/${PATCHBALL}" + +[ ! `use ultra1` ] && UNIPATCH_EXCLUDE="99_U1-hme-lockup" + +K_EXTRAEWARN="IMPORTANT: +ptyfs support has now been dropped from devfs and as a +result you are now required to compile this support into +the kernel. You can do so by enabling the following options: + Device Drivers -> Character devices -> Unix98 PTY Support, + File systems -> Pseudo filesystems -> /dev/pts filesystem." + +if [ ! -r "/proc/openprom/name" -o "`cat /proc/openprom/name 2>/dev/null`" = "'SUNW,Ultra-1'" ]; then + K_EXTRAEINFO="For users with an Enterprise model Ultra 1 using the HME + network interface, please emerge the kernel using the following command: + USE=ultra1 emerge sparc-sources-dev" +fi |