Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Version bump and fixed for compatibility with gkrellm 2.*. Diffs: --- gkrellmoon-0.3.ebuild 2002-10-04 02:50:21.000000000 -0400 +++ gkrellmoon-0.5.ebuild 2002-11-10 10:02:46.000000000 -0500 @@ -7,7 +7,7 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz" HOMEPAGE="http://gkrellmoon.sourceforge.net/" -DEPEND="=app-admin/gkrellm-1.2* +DEPEND="app-admin/gkrellm >=media-libs/imlib-1.9.10-r1" SLOT="0" @@ -19,7 +19,18 @@ } src_install () { - insinto /usr/lib/gkrellm/plugins - doins gkrellmoon.so + dodoc README AUTHORS COPYING + + if [ -f /usr/bin/gkrellm ] + then + insinto /usr/lib/gkrellm/plugins + doins gkrellmoon.so + fi + + if [ -f /usr/bin/gkrellm2 ] + then + insinto /usr/lib/gkrellm2/plugins + doins gkrellmoon.so + fi }
Created an attachment (id=5537) [edit] digest
it looks like it's only for gkrellm2. added into portage as a gkrellm2 plugin.