diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 14:17:35 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-07-12 14:17:35 +0000 |
commit | a8be25a73ddf8686f0da0d5a5ae159d8f0111a56 (patch) | |
tree | 28d62a029cfd022f3093a282f492e6fb76c61e1b /sys-libs/libkudzu/files | |
parent | #96661: version bump. this package needs a maintainer... (diff) | |
download | gentoo-2-a8be25a73ddf8686f0da0d5a5ae159d8f0111a56.tar.gz gentoo-2-a8be25a73ddf8686f0da0d5a5ae159d8f0111a56.tar.bz2 gentoo-2-a8be25a73ddf8686f0da0d5a5ae159d8f0111a56.zip |
Initial import. Since this ebuild was hacked from the kudzu-knoppix ebuild, and the first step of building kudzu on any platform is to build libkudzu, I'm going ahead with the same KEYWORDS from that ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/libkudzu/files')
-rw-r--r-- | sys-libs/libkudzu/files/digest-libkudzu-1.1.62 | 1 | ||||
-rw-r--r-- | sys-libs/libkudzu/files/sunlance.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sys-libs/libkudzu/files/digest-libkudzu-1.1.62 b/sys-libs/libkudzu/files/digest-libkudzu-1.1.62 new file mode 100644 index 000000000000..ad30d4c97f25 --- /dev/null +++ b/sys-libs/libkudzu/files/digest-libkudzu-1.1.62 @@ -0,0 +1 @@ +MD5 62ad2ff7b3f81cc0d08c406be6c4be5d kudzu-1.1.62.tar.bz2 208388 diff --git a/sys-libs/libkudzu/files/sunlance.patch b/sys-libs/libkudzu/files/sunlance.patch new file mode 100644 index 000000000000..0824f3fd54cf --- /dev/null +++ b/sys-libs/libkudzu/files/sunlance.patch @@ -0,0 +1,12 @@ +diff -urN kudzu-1.1.62.orig/sbus.c kudzu-1.1.62/sbus.c +--- kudzu-1.1.62.orig/sbus.c 2003-03-24 17:39:14.000000000 -0500 ++++ kudzu-1.1.62/sbus.c 2005-07-12 09:50:06.000000000 -0400 +@@ -162,7 +162,7 @@ + devClass = CLASS_NETWORK; + } else if (!strcmp(prop, "le")) { + type = "Sun Lance Ethernet"; +- module = "ignore"; ++ module = "sunlance"; + devClass = CLASS_NETWORK; + } else if (!strcmp(prop, "qe")) { + prop = prom_getproperty("channel#", &len); |