summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2005-06-16 09:00:04 +0000
committerChristian Birchinger <joker@gentoo.org>2005-06-16 09:00:04 +0000
commite1271a2da85ec349b79b09dc262cfb6854e4c2e7 (patch)
treeec48e46ad286fe08029a6681f27b30fa7e663aa5 /sys-kernel/sparc-sources
parentFix init.d script. (diff)
downloadhistorical-e1271a2da85ec349b79b09dc262cfb6854e4c2e7.tar.gz
historical-e1271a2da85ec349b79b09dc262cfb6854e4c2e7.tar.bz2
historical-e1271a2da85ec349b79b09dc262cfb6854e4c2e7.zip
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r--sys-kernel/sparc-sources/ChangeLog8
-rw-r--r--sys-kernel/sparc-sources/Manifest4
-rw-r--r--sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.312
-rw-r--r--sys-kernel/sparc-sources/sparc-sources-2.4.31.ebuild37
4 files changed, 49 insertions, 2 deletions
diff --git a/sys-kernel/sparc-sources/ChangeLog b/sys-kernel/sparc-sources/ChangeLog
index 3d84af06fd91..7bc83953c0f0 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-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.83 2005/04/22 13:12:18 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/ChangeLog,v 1.84 2005/06/16 09:00:04 joker Exp $
+
+*sparc-sources-2.4.31 (16 Jun 2005)
+
+ 16 Jun 2005; Christian Birchinger <joker@gentoo.org>
+ +sparc-sources-2.4.31.ebuild:
+ Version bump.
22 Apr 2005; Christian Birchinger <joker@gentoo.org>
sparc-sources-2.4.30.ebuild:
diff --git a/sys-kernel/sparc-sources/Manifest b/sys-kernel/sparc-sources/Manifest
index bf2945990d2b..f62178164243 100644
--- a/sys-kernel/sparc-sources/Manifest
+++ b/sys-kernel/sparc-sources/Manifest
@@ -1,9 +1,11 @@
-MD5 c3c449ced0013237512a068c3371ed5d ChangeLog 14140
+MD5 d4866896858ec19773caa4d25219a744 ChangeLog 14281
MD5 6706a601c155869440dcb544e3759a04 metadata.xml 381
MD5 dec627b47037855f96900fe9c20f28ae sparc-sources-2.4.29.ebuild 1268
MD5 47d259829b113b4c5210820eb981b569 sparc-sources-2.4.30.ebuild 1195
+MD5 d080bf22b6602187c13538990b220779 sparc-sources-2.4.31.ebuild 1196
MD5 0cae39dcfb06422e094da7e364e67c33 files/2.4-sparc64-ramdisk64.patch 2558
MD5 18898e8c936c287f66f4f234a997f93e files/digest-sparc-sources-2.4.29 140
MD5 ac8d8bb55e33fd4113aaecc98591f533 files/blade1500.patch 1480
MD5 387e70ce7c98618810dea0f521df76eb files/generate-asm-sparc 1661
MD5 3af0404d78ae35f6d5b8731fa1758016 files/digest-sparc-sources-2.4.30 140
+MD5 d3e6638242e53a9457d91b5e5bf1c648 files/digest-sparc-sources-2.4.31 140
diff --git a/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.31 b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.31
new file mode 100644
index 000000000000..b574d2bae9f2
--- /dev/null
+++ b/sys-kernel/sparc-sources/files/digest-sparc-sources-2.4.31
@@ -0,0 +1,2 @@
+MD5 bf6e3843ca122e3ad9ad28b94f4b8ed5 linux-2.4.31.tar.bz2 31129841
+MD5 e990263e4f745f4bd86b3f8702b481c5 patches-2.4.31-sparc.tar.bz2 181416
diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.31.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.31.ebuild
new file mode 100644
index 000000000000..2c430638b479
--- /dev/null
+++ b/sys-kernel/sparc-sources/sparc-sources-2.4.31.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.31.ebuild,v 1.1 2005/06/16 09:00:04 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
+
+}