Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 109042

Summary: media-sound/mpd-svn: test and keyword request
Product: Gentoo Linux Reporter: Lukasz Strzygowski (RETIRED) <lucass>
Component: New packagesAssignee: Sparc Porters <sparc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lukasz Strzygowski (RETIRED) gentoo-dev 2005-10-12 12:29:50 UTC
Please test and add a ~sparc keyword to media-sound/mpd-svn.
Comment 1 Ciaran McCreesh 2005-10-12 12:32:03 UTC
Why?
Comment 2 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-10-12 22:31:07 UTC
I need to add it as an optional dependency to x11-themes/fvwm-crystal.
Comment 3 Gustavo Zacarias (RETIRED) gentoo-dev 2005-10-13 08:08:47 UTC
Question is, how does a theme (or collection thereof) require a media-sound app?
Comment 4 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-10-13 10:37:35 UTC
Gustavo, fvwm-crystal is more than just a theme. You can learn more about it on
http://fvwm-crystal.berlios.de/.
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2005-10-13 10:58:10 UTC
A couple of details then...
Why is it categorized in x11-themes?
metadata.xml states they're just "config files" too.
And is it really necessary to use a svn snapshot?
Comment 6 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-10-13 13:00:35 UTC
> And is it really necessary to use a svn snapshot?

It's not.  However, mpd-svn blocks normal mpd. If someone has it already
installed, he cannot install fvwm-crystal because of conflict in dependencies.
Therefore I'd like to add it as an option, and that's why I need it to be ~sparc
keyworded.


> Why is it categorized in x11-themes?
> metadata.xml states they're just "config files" too.

They are config files. Among other things, like window decorations and menu
styles, they define some toolbars. And one of these toolbars allows to play music. 
Comment 7 Ciaran McCreesh 2005-10-13 15:09:09 UTC
Uh... You don't need it ~sparc. It's totally legal to do the following:

DEPEND="|| ( first second )"

so long as at least one of first or second is keyworded on all target archs.
Comment 8 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-10-14 00:21:30 UTC
OK, I see. Thanks Ciaran.