Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Ecb displays strings instead of icons in its trees. This is because the directory ecb-images form the source tarball is not properly copied to the install directory. A patch to fix this follows below (only tested with version 2.24). Please apply. --- /usr/portage/app-emacs/ecb/ecb-2.24.ebuild 2005-07-16 22:35:35.000000000 +0200 +++ /usr/local/portage/app-emacs/ecb/ecb-2.24.ebuild 2006-03-30 14:17:06.540177094 +0200 @@ -44,6 +44,7 @@ src_install() { elisp-install ${PN} *.el *.elc + cp -r ecb-images ${D}/${SITELISP}/${PN}/ elisp-site-file-install ${FILESDIR}/70ecb-gentoo.el dodoc NEWS README RELEASE_NOTES doinfo info-help/ecb.info*
Thanks for the note, I fixed ecb 2.32 and will get arch testers stablize it as soon as 124860 is fixed.
Arch testers for ppc, amd64 and x86: Please stablize the *most recent* app-emacs/ecb-2.32 ebuild.
ppc stable
This ebuild should have its deps shuffled around so someone can "emerge ecb" with java in their USE flags and not have to jump through hoops because of blockers. Here's my suggestion: - || ( ( >=app-emacs/speedbar-0.14_beta4 + || ( app-emacs/cedet + ( >=app-emacs/speedbar-0.14_beta4 >=app-emacs/semantic-1.4 >=app-emacs/eieio-0.17 ) - app-emacs/cedet ) + )
Re-ordered dependencies, so please re-keyword (ppc) app-emacs/ecb-2.32-r1
x86 done
may amd64 be with you
hansmi has marked this ppc stable, thanks!
case closed