Bug 66217 - PyPanel 2.0 requires an ebuild
Bug#: 66217 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: enhancement Priority: P2
Resolution: NEEDINFO Assigned To: karltk@gentoo.org Reported By: GenKreton@gmail.com
Component: Ebuilds
URL:  http://pypanel.sourceforge.net
Summary: PyPanel 2.0 requires an ebuild
Keywords:  
Status Whiteboard: 
Opened: 2004-10-03 08:41 0000
Description:   Opened: 2004-10-03 08:41 0000
PyPanel 2.0 has been out for some time now and still lacks an ebuild.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From cerement 2004-10-25 22:06:57 0000 -------
Created an attachment (id=42598) [details]
pypanel 2.0 ebuild

------- Comment #2 From Karl Trygve Kalleberg (RETIRED) 2004-11-01 18:16:24 0000 -------
The supplied ebuild is missing a dep on imlib2. After adding it and installing,
I get:

Traceback (most recent call last):
  File "/usr/bin/pypanel", line 733, in ?
    if not ICON:
NameError: name 'ICON' is not defined


Can you have a look and see if you can figure out why this is?

------- Comment #3 From Douglas Breault 2004-11-01 18:57:31 0000 -------
Created an attachment (id=43119) [details]
updated for imlib2 requirement

I added the imlib2 dependency.

Also note the end at the end of the emerge, about removing ~/.pypnaelrc
That is the cause of your ICON errors, or should be. I removed all pypanel info
on my computer, emerged 1.3, ran it, then tried to upgrade and run 2.0, and I
duplicated the error. Removing the .pypanelrc was enough to fix my problems.

------- Comment #4 From Daniel Webert 2004-11-03 12:30:34 0000 -------
Created an attachment (id=43240) [details]
pypanel-2.0.ebuild

works fine (including imlib2) ... plz bump

------- Comment #5 From Daniel Webert 2004-11-03 12:32:17 0000 -------
re #2: removing the old .pypanelrc is the solution ... see ewarn

------- Comment #6 From Douglas Breault 2004-11-07 21:24:52 0000 -------
its in portage now :)