Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325835 - Enable plugins in Live Psi ebuilds
Summary: Enable plugins in Live Psi ebuilds
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-27 11:35 UTC by Michal Hrusecky (RETIRED)
Modified: 2010-11-04 17:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Installs plugins in Psi Live Ebuild (psi.patch,2.50 KB, patch)
2010-06-27 11:37 UTC, Michal Hrusecky (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Hrusecky (RETIRED) gentoo-dev 2010-06-27 11:35:37 UTC
Currently no plugins are installed with Psi even if plugins use flag is enabled.

Reproducible: Always

Steps to Reproduce:
1. enable plugins use flag
2. emerge =net-im/psi-9999
Actual Results:  
No plugins are installed.

Expected Results:  
Many plugins installed.
Comment 1 Michal Hrusecky (RETIRED) gentoo-dev 2010-06-27 11:37:00 UTC
Created attachment 236719 [details, diff]
Installs plugins in Psi Live Ebuild
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2010-06-28 07:04:30 UTC
Thank you for report Michal. By idea plugins USE flag was provided only to install additional files required to build plugins. It was not supposed to install any plugins. At the same time currently most of plugins are unfinished/broken and will break psi, and this is another reason why we don't what plugins USE flag to install them. I think better solution exists in rion overlay:

http://code.google.com/p/rion-overlay/source/browse/#hg/net-im/psi-chess

- separate ebuild for each plugin. I think this is better way to handle them. So if there are plugins you use - create ebuild for them and open new bug report. Probably I'll include it into the tree or will suggest to put it into Sunrise. Thank you again but WORKSFORME as is.