diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-25 15:18:38 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-25 15:18:38 +0000 |
commit | c89b2268c17e46f5641d3a933f2a5920004a3dc7 (patch) | |
tree | efb40b42908cd2a34cd06e1c914ea25de711b9a9 /sys-kernel/sparc-sources | |
parent | Marking amd64 stable, bug 112272 (diff) | |
download | historical-c89b2268c17e46f5641d3a933f2a5920004a3dc7.tar.gz historical-c89b2268c17e46f5641d3a933f2a5920004a3dc7.tar.bz2 historical-c89b2268c17e46f5641d3a933f2a5920004a3dc7.zip |
Revbump with 2.4.33.2 base and new grsec
Package-Manager: portage-2.1-r2
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 8 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.2 | 9 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.33.2.ebuild | 36 |
3 files changed, 52 insertions, 1 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index 734de30dc25f..0e59e761346b 100644 --- a/sys-kernel/sparc-sources/ChangeLog +++ b/sys-kernel/sparc-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/sparc-sources # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.104 2006/08/14 14:00:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.105 2006/08/25 15:18:38 gustavoz Exp $ + +*sparc-sources-2.4.33.2 (25 Aug 2006) + + 25 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> + -sparc-sources-2.4.33.ebuild, +sparc-sources-2.4.33.2.ebuild: + Revbump with 2.4.33.2 base and new grsec *sparc-sources-2.4.33 (14 Aug 2006) diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.2 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.2 new file mode 100644 index 000000000000..9c582a2591c7 --- /dev/null +++ b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.33.2 @@ -0,0 +1,9 @@ +MD5 807eee53a4270659d568a542c4d08ea3 linux-2.4.33.tar.bz2 31161078 +RMD160 6acdabafecfdc69f3f5b0203eac154ac1c39c44b linux-2.4.33.tar.bz2 31161078 +SHA256 a1d8403a72dbe7a4d63986e71e22e6eeb32fe2e2e949f40c3f9f3bb6496ee47a linux-2.4.33.tar.bz2 31161078 +MD5 35370abd7fca321860180786649c856f patch-2.4.33.2.bz2 3799 +RMD160 e6c2aa41ab29b43d3ed4410b2cd29448ccf51a89 patch-2.4.33.2.bz2 3799 +SHA256 8ed6a4840ef76b857502f37a06963d21710d9429d3399a4973d72a38c81c5afb patch-2.4.33.2.bz2 3799 +MD5 4cb922e4eb7df4c25f12e7fce5059d06 patches-2.4.33.2-sparc.tar.bz2 197414 +RMD160 0e8a1ba9e610a684b03405c1c9036b6ad41459b0 patches-2.4.33.2-sparc.tar.bz2 197414 +SHA256 7c96efbd33ce157b897ce279e4f76feaaf63a6d49b498c2b5175dca258312642 patches-2.4.33.2-sparc.tar.bz2 197414 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.33.2.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.33.2.ebuild new file mode 100644 index 000000000000..f5635e5f5d76 --- /dev/null +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.33.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.33.2.ebuild,v 1.1 2006/08/25 15:18:38 gustavoz Exp $ + +ETYPE="sources" +IUSE="ultra1" +inherit kernel-2 +detect_version + +PATCH_BASE="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}${EXTRAVERSION}" + +SSV_URI="mirror://gentoo/patches-${PATCH_BASE}.tar.bz2" + +KEYWORDS="-* ~sparc" +DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel" +UNIPATCH_LIST="${DISTDIR}/patches-${PATCH_BASE}.tar.bz2" +SRC_URI="${KERNEL_URI} ${SSV_URI}" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org" + +pkg_setup() { + use ultra1 || UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 2000_U1-hme-lockup.patch" +} + +pkg_postinst() { + postinst_sources + + if [ ! -r "/proc/openprom/name" -o "cat /proc/openprom/name 2>/dev/null" = "'SUNW,Ultra-1'" ]; then + einfo + einfo "For users with an Enterprise model Ultra 1 using the HME network interface," + einfo "please emerge the kernel using the following command:" + einfo + einfo "USE=ultra1 emerge sparc-sources" + einfo + fi + +} |