Created attachment 317548 [details] bempc-0.11.ebuild It works, looks nice, behaves weird (experimental GUI - but try yourself ;)), but has a nice treeview of the music-library.
as said on http://qt-apps.org/content/show.php?content=137091 qt dependencies must be at least >=4.5(or 4.6 - author does not sure himself)
Created attachment 317824 [details] Improved ebuild Improvements for ebuild: - corrected SRC_URI - added versions for Qt dependencies - remove unneeded ${S} in sed - install only needed locales @proxy maintainers: i would like to maintain this package. If ebuild has no problems, please put it in the tree and assign this bug to me. Thanks.
(In reply to comment #2) > - corrected SRC_URI Oh, yes... The ".txz" did not unpack with paludis, so I renamed the file to .tar.xz. Did not know there is an automatic way in portage :)
Interesting package. Thanks for stepping up to maintain this. A couple of remarks: 1) Qt dependencies must always be slotted (as most packages do that have slots). The package might break once we commit Qt5 (expected within the next few months). 2) The desktop file is invalid, as can be tested with desktop-file-validate from dev-util/desktop-file-utils. This needs to be fixed and reported upstream. After these improvements the ebuild should be ready to go to the tree. I will be your proxy for maintenance, and I am adding the qt herd as a natural home for this package. You can find us in #gentoo-qt on Freenode.
Created attachment 317986 [details] Ebuild with fixes - fix .desktop file - make Qt dependecies slotted
Committed to CVS. Thanks for your contributions!