diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-16 14:17:12 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-01-16 14:17:12 +0000 |
commit | 0acd838651121708034bd2657c0d68f6978d9278 (patch) | |
tree | 02292fa25a9f5b33c1727f3b5f4fbdccac902ab7 /sys-kernel | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-0acd838651121708034bd2657c0d68f6978d9278.tar.gz gentoo-2-0acd838651121708034bd2657c0d68f6978d9278.tar.bz2 gentoo-2-0acd838651121708034bd2657c0d68f6978d9278.zip |
New for 2007
(Portage version: 2.1.1-r2)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/sparc-sources/ChangeLog | 10 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.34 | 6 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.34.ebuild | 36 |
3 files changed, 50 insertions, 2 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog index e98305e1272a..91fa82cb3212 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.109 2006/12/11 14:54:18 gustavoz Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.110 2007/01/16 14:17:12 gustavoz Exp $ + +*sparc-sources-2.4.34 (16 Jan 2007) + + 16 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org> + +sparc-sources-2.4.34.ebuild: + New for 2007 *sparc-sources-2.4.33.4 (11 Dec 2006) diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.34 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.34 new file mode 100644 index 000000000000..bc1964457e54 --- /dev/null +++ b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.34 @@ -0,0 +1,6 @@ +MD5 f59665540a7f3351ea416a0dad104b55 linux-2.4.34.tar.bz2 30960304 +RMD160 fb9ce4852b655a87eb51a0d672d6234b770f565b linux-2.4.34.tar.bz2 30960304 +SHA256 52fc76a1c4f7ff9f44631a4fda67c439e064db3c1abf6bf3e2bffb3acb31bd5b linux-2.4.34.tar.bz2 30960304 +MD5 df9d14964edc747b3fe85c07ccf5d63b patches-2.4.34-sparc.tar.bz2 193071 +RMD160 890abc73ddc69e98c11ef27fa3fc872fe75181f1 patches-2.4.34-sparc.tar.bz2 193071 +SHA256 c736fc054efadd27a14a32cc1631f2b6911bb7145b7be79df1af43e26cd90a87 patches-2.4.34-sparc.tar.bz2 193071 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.34.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.34.ebuild new file mode 100644 index 000000000000..1bb86f87b5ba --- /dev/null +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.34.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 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.34.ebuild,v 1.1 2007/01/16 14:17:12 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 + +} |