First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 10528
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dylan Carlson (RETIRED) <absinthe@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
digest-gkrellmoon-0.5 digest text/plain Dylan Carlson (RETIRED) 2002-11-10 09:06 0000 65 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 10528 depends on: Show dependency tree
Bug 10528 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-11-10 09:04 0000
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 
 }

------- Comment #1 From Dylan Carlson (RETIRED) 2002-11-10 09:06:00 0000 -------
Created an attachment (id=5537) [edit]
digest

------- Comment #2 From Seemant Kulleen (RETIRED) 2002-11-11 01:16:29 0000 -------
it looks like it's only for gkrellm2.  added into portage as a gkrellm2 plugin.

First Last Prev Next    No search results available      Search page      Enter new bug