summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2006-10-10 15:00:40 +0000
committerSeemant Kulleen <seemant@gentoo.org>2006-10-10 15:00:40 +0000
commita44a26d5c780868cd80c3fc582381117c9c97e73 (patch)
tree98fceb16f37f4ae01957b2858e3bf8d11e8e9301
parentAdding bindings (diff)
downloadgentoo-2-a44a26d5c780868cd80c3fc582381117c9c97e73.tar.gz
gentoo-2-a44a26d5c780868cd80c3fc582381117c9c97e73.tar.bz2
gentoo-2-a44a26d5c780868cd80c3fc582381117c9c97e73.zip
this version bump from MCF fixes bug #137346 by Sascha Silbe
(Portage version: 2.1.2_pre2-r7)
-rw-r--r--net-fs/coda-kernel/ChangeLog9
-rw-r--r--net-fs/coda-kernel/coda-kernel-6.4.ebuild33
-rw-r--r--net-fs/coda-kernel/files/digest-coda-kernel-6.43
3 files changed, 43 insertions, 2 deletions
diff --git a/net-fs/coda-kernel/ChangeLog b/net-fs/coda-kernel/ChangeLog
index 2bfffc508461..0989464118c6 100644
--- a/net-fs/coda-kernel/ChangeLog
+++ b/net-fs/coda-kernel/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-fs/coda-kernel
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-kernel/ChangeLog,v 1.4 2005/07/30 12:40:40 dsd Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-kernel/ChangeLog,v 1.5 2006/10/10 15:00:40 seemant Exp $
+
+*coda-kernel-6.4 (10 Oct 2006)
+
+ 10 Oct 2006; Seemant Kulleen <seemant@gentoo.org> +coda-kernel-6.4.ebuild:
+ this version bump from MCF fixes bug #137346 by Sascha Silbe
30 Jul 2005; Daniel Drake <dsd@gentoo.org> -coda-kernel-6.0.0.ebuild:
Remove old and broken version
diff --git a/net-fs/coda-kernel/coda-kernel-6.4.ebuild b/net-fs/coda-kernel/coda-kernel-6.4.ebuild
new file mode 100644
index 000000000000..1027878b542a
--- /dev/null
+++ b/net-fs/coda-kernel/coda-kernel-6.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-kernel/coda-kernel-6.4.ebuild,v 1.1 2006/10/10 15:00:40 seemant Exp $
+
+inherit linux-mod
+
+MY_PN=linux-coda
+MY_P=${MY_PN}-${PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Kernel module for the Coda Filesystem."
+HOMEPAGE="http://www.coda.cs.cmu.edu/"
+SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/coda/linux/kernel/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
+IUSE=""
+
+pkg_setup() {
+ if kernel_is 2 4; then
+ MODULE_NAMES="coda(coda:${S}/linux2.4)"
+ elif kernel_is 2 6; then
+ MODULE_NAMES="coda(coda:${S}/linux2.6)"
+ else
+ die "Unsupported kernel"
+ fi
+
+ BUILD_TARGETS="all"
+ CONFIG_CHECK="!CODA_FS"
+ CODA_FS_ERROR="You must disable \"Coda file system support\" in your kernel configuration, because it conflicts with this package."
+ linux-mod_pkg_setup
+ BUILD_PARAMS="KVER=${KV_FULL} KSRC=${KV_DIR}"
+}
+
diff --git a/net-fs/coda-kernel/files/digest-coda-kernel-6.4 b/net-fs/coda-kernel/files/digest-coda-kernel-6.4
new file mode 100644
index 000000000000..0b562c7eac2d
--- /dev/null
+++ b/net-fs/coda-kernel/files/digest-coda-kernel-6.4
@@ -0,0 +1,3 @@
+MD5 cb00e91399ae131ba40c93a8eefe507f linux-coda-6.4.tar.gz 156595
+RMD160 63f3229c6d603062045d3c65b91ad2690663f518 linux-coda-6.4.tar.gz 156595
+SHA256 0c8513d096c5fd36325b6bd939869d3a83dcd3a8dbef69dab063123827ac4bdc linux-coda-6.4.tar.gz 156595