summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-07-30 12:40:40 +0000
committerDaniel Drake <dsd@gentoo.org>2005-07-30 12:40:40 +0000
commit6bb93cf0ce2c707090dd39f748d64ef6d1466ae5 (patch)
treeecffa775b569e2b90dc53dc0ea6b4a46cb01c845 /net-fs/coda-kernel
parentPowerPC Stable (diff)
downloadgentoo-2-6bb93cf0ce2c707090dd39f748d64ef6d1466ae5.tar.gz
gentoo-2-6bb93cf0ce2c707090dd39f748d64ef6d1466ae5.tar.bz2
gentoo-2-6bb93cf0ce2c707090dd39f748d64ef6d1466ae5.zip
Remove old and broken version
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-fs/coda-kernel')
-rw-r--r--net-fs/coda-kernel/ChangeLog5
-rw-r--r--net-fs/coda-kernel/coda-kernel-6.0.0.ebuild48
-rw-r--r--net-fs/coda-kernel/files/digest-coda-kernel-6.0.01
3 files changed, 4 insertions, 50 deletions
diff --git a/net-fs/coda-kernel/ChangeLog b/net-fs/coda-kernel/ChangeLog
index 018f2d5a8665..2bfffc508461 100644
--- a/net-fs/coda-kernel/ChangeLog
+++ b/net-fs/coda-kernel/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2005/07/29 18:38:58 dsd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-kernel/ChangeLog,v 1.4 2005/07/30 12:40:40 dsd Exp $
+
+ 30 Jul 2005; Daniel Drake <dsd@gentoo.org> -coda-kernel-6.0.0.ebuild:
+ Remove old and broken version
*coda-kernel-6.2 (29 Jul 2005)
diff --git a/net-fs/coda-kernel/coda-kernel-6.0.0.ebuild b/net-fs/coda-kernel/coda-kernel-6.0.0.ebuild
deleted file mode 100644
index 430a00a1959b..000000000000
--- a/net-fs/coda-kernel/coda-kernel-6.0.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2004 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.0.0.ebuild,v 1.5 2004/10/03 21:44:25 swegener Exp $
-
-MY_PN=linux-coda
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_PN}
-DESCRIPTION="Kernel module for the Coda Filesystem. The stock module will not work for Coda versions 6.0 and above."
-HOMEPAGE="http://www.coda.cs.cmu.edu/"
-SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/coda/linux/kernel/${MY_P}.tgz"
-
-RESTRICT="nostrip"
-
-SLOT="${KV}"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
-IUSE=""
-
-DEPEND=">=virtual/linux-sources-2.4"
-
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Fix retarded Configure script. Have the coda developers actually seen
- # a 2.4 kernel source tree before?
- sed -i 's:MODVER="$LINUX:MODVER="$LINUX/include/linux:' Configure
-}
-
-src_compile() {
- # Why does everything about Coda have to be different?
- # Why use 'Configure' when everyone else on earth uses 'configure'... 0_o
- ./Configure --srctree --kernel=/usr/src/linux --noprompt || die
-
- # Must unset the CFLAGS or we trigger an ifdef in the Makefile which causes
- # the module to not build correctly. ;|
- unset CFLAGS
- make coda.o || die "make failed"
-}
-
-src_install() {
- einstall MODDIR="${D}/lib/modules/${KV}"
-}
-
-pkg_postinst() {
- [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules
-}
diff --git a/net-fs/coda-kernel/files/digest-coda-kernel-6.0.0 b/net-fs/coda-kernel/files/digest-coda-kernel-6.0.0
deleted file mode 100644
index 32a949a617a0..000000000000
--- a/net-fs/coda-kernel/files/digest-coda-kernel-6.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 340ed8d028e1915ee7f67de2bbaf221d linux-coda-6.0.0.tgz 131052