diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2003-10-18 19:58:56 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2003-10-18 19:58:56 +0000 |
commit | 1e39a28921effe2e9158510e409d1e5002ec279d (patch) | |
tree | 93fc3cc2ebefd6d8a46691f490d0e5cda7c273b4 /sys-kernel/planet-ccrma-sources | |
parent | works with alsa patch so it's now x86 (diff) | |
download | gentoo-2-1e39a28921effe2e9158510e409d1e5002ec279d.tar.gz gentoo-2-1e39a28921effe2e9158510e409d1e5002ec279d.tar.bz2 gentoo-2-1e39a28921effe2e9158510e409d1e5002ec279d.zip |
works with alsa patch so it's now x86
Diffstat (limited to 'sys-kernel/planet-ccrma-sources')
4 files changed, 15 insertions, 11 deletions
diff --git a/sys-kernel/planet-ccrma-sources/ChangeLog b/sys-kernel/planet-ccrma-sources/ChangeLog index 545e3ac30f28..8cb77bd5ad87 100644 --- a/sys-kernel/planet-ccrma-sources/ChangeLog +++ b/sys-kernel/planet-ccrma-sources/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-kernel/planet-ccrma-sources # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/planet-ccrma-sources/ChangeLog,v 1.2 2003/09/21 01:24:31 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/planet-ccrma-sources/ChangeLog,v 1.3 2003/10/18 19:58:54 nerdboy Exp $ + + 18 Oct 2003; <nerdboy@gentoo.org> planet-ccrma-sources-2.4.21.ebuild: + Bumped to x86 since it now works with Alsa 0.9.6 or better *planet-ccrma-sources-2.4.21 (20 Sep 2003) diff --git a/sys-kernel/planet-ccrma-sources/Manifest b/sys-kernel/planet-ccrma-sources/Manifest index d528acc11805..cf372b4dbc8a 100644 --- a/sys-kernel/planet-ccrma-sources/Manifest +++ b/sys-kernel/planet-ccrma-sources/Manifest @@ -1,4 +1,4 @@ -MD5 16bc1332ac4041aa985335d43ec0220d planet-ccrma-sources-2.4.21.ebuild 2875 +MD5 40c9d18749a7e7c3b92e710b0960046c planet-ccrma-sources-2.4.21.ebuild 2875 MD5 fb311162d56a954e09b111a7d8d0340e metadata.xml 473 -MD5 534d5c01c16ca56c6d80f194c176585e ChangeLog 642 +MD5 971ef526873d136bd1d9cf3ed4b1b348 ChangeLog 642 MD5 59f5e2bd9a32c727f02ad6469a0adc68 files/digest-planet-ccrma-sources-2.4.21 164 diff --git a/sys-kernel/planet-ccrma-sources/files/digest-planet-ccrma-sources-2.4.21 b/sys-kernel/planet-ccrma-sources/files/digest-planet-ccrma-sources-2.4.21 index 52628051ee87..d42092c1bc83 100644 --- a/sys-kernel/planet-ccrma-sources/files/digest-planet-ccrma-sources-2.4.21 +++ b/sys-kernel/planet-ccrma-sources/files/digest-planet-ccrma-sources-2.4.21 @@ -1 +1,2 @@ MD5 267966e5d8668543270f6882c8c39d94 kernel-source-2.4.21-1.ll.acpi.i386.rpm 27496483 +MD5 362cad92f71c0ede63d444cfa6ff2109 planet-ccrma-sources-2.4.21.tar.gz 81492 diff --git a/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild b/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild index 7fec212eae27..b793a1f809aa 100644 --- a/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild +++ b/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild,v 1.3 2003/09/21 01:24:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/planet-ccrma-sources/planet-ccrma-sources-2.4.21.ebuild,v 1.4 2003/10/18 19:58:54 nerdboy Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" -inherit kernel +inherit kernel || die + OKV=2.4.21 -KV=2.4.21-1.ll.acpi -EXTRAVERSION="-1.ll.acpicustom" +EXTRAVERSION="-1.ll.acpi" +KV=${OKV}${EXTRAVERSION} S=${WORKDIR}/linux-${KV} # This package contains the Linux Kernel source for the version of the @@ -36,7 +37,7 @@ DESCRIPTION="Kernel source used in Planet CCRMA custom audio upgrade (based on R SRC_URI="http://ccrma-www.stanford.edu/planetccrma/mirror/redhat/linux/planetcore/9/en/os/i386/kernel-source-${KV}.i386.rpm mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://ccrma-www.stanford.edu/ http://www.kernel.org/ http://www.redhat.com/" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="${KV}" src_unpack() { @@ -60,8 +61,8 @@ src_unpack() { pkg_postinst() { - ewarn "This kernel currently has an unresolved symbol error" - ewarn "with alsa, however, it works with the OSS drivers." + ewarn "This kernel should now work with ALSA 0.9.6 or better." + ewarn "You'll need ~x86 for ALSA greater than 0.9.2" einfo "A default kernel config has been provided in" einfo "distfiles/planet-ccrma-sources-2.4.21.tar.gz." @@ -70,4 +71,3 @@ pkg_postinst() { einfo "Just make sure to enable the devfs support." einfo "And never run with scissors..." } - |