diff options
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 9 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.30 | 2 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.30.ebuild | 37 |
3 files changed, 47 insertions, 1 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index 6363342e2ddf..93eb2f7f243d 100644 --- a/sys-kernel/sparc-sources/ChangeLog +++ b/sys-kernel/sparc-sources/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-kernel/sparc-sources # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.81 2005/03/06 19:21:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.82 2005/04/09 12:24:11 joker Exp $ + +*sparc-sources-2.4.30 (09 Apr 2005) + + 09 Apr 2005; Christian Birchinger <joker@gentoo.org> + +sparc-sources-2.4.30.ebuild: + Bumped to 2.4.30 with updated patches. + Added 2.4-sparc64-ramdisk64.patch to patch archive. 06 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> +files/blade1500.patch, sparc-sources-2.4.29.ebuild: diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.30 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.30 new file mode 100644 index 000000000000..2520057c215c --- /dev/null +++ b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.30 @@ -0,0 +1,2 @@ +MD5 75d8ce40a3668603017cd186909efe8d linux-2.4.30.tar.bz2 31136728 +MD5 24cb6598570fba47752fbbe5cf472ff5 patches-2.4.30-sparc.tar.bz2 182571 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.30.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.30.ebuild new file mode 100644 index 000000000000..69d8aa0c6265 --- /dev/null +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.30.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2005 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.30.ebuild,v 1.1 2005/04/09 12:24:11 joker Exp $ + +ETYPE="sources" +IUSE="livecd 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" + use livecd || UNIPATCH_EXCLUDE="${UNIPATCH_EXCLUDE} 5000_sparc64-ramdisk64.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 + +} |