* Kemerge, by default, display the ebuild list using a tree-like view in this order "category/package/version & scriptrevision". (US#23)
* Kemerge display the description and last modified date of the packages inside the listview.
* Kemerge allow for search inside the description and filter based on the last modified.
* Kemerge display only one entry of identical package located at the same location.
* Kemerge allow user to filter the display of the ebuild list by all possible columns value using regexp.
Minor Bug Fixes. Merge of Kebuild/KebuildPart inside Kemerge.
v0.3
Little clean-up, first the mime type text/x-ebuild was install by kebuild but actually should have
been install by this package as it is the one that requires it. The Icon was not set also
on the text/x-ebuild so I resolved that to. The KebuildPart is now a service and not
doesn't require anymore that you install Kebuild first. KebuildPart also use the KDE 3.x
KGenericFactory to reduce the code size so to ease the maintenance.
KebuildPart v0.2 can merge script and package. It also works beautifully inside Konqueror now.
Kebuild display more information about the ebuild script and has a DCOP Client interface.
Kemerge is a tool that allow easy management of Gentoo distribution packages. At the present stage it is only displaying information.
KebuildPart is a Konqueror plugin that allow someone to view an ebuild script file using Kebuild interface.
* Kemerge allow support for automation scripting through DCOP.
* The ebuild list contains a column to display the path of the ebuild script.
* The ebuild list contains a column to display the name of the ebuild script.
* The ebuild list contains a column for merge status.
* The ebuild merge state possible value are be 'yes' or 'no'.
* Kemerge properly parse script revision in package name such as 'file-roller-0.5.ebuild'.
Release first version of v0.1 where people can see the list of ebuild script on their /usr/portage directory. More to come.