Attached find an ebuild for qps [http://www.student.nada.kth.se/~f91-men/qps/] (a graphical process manager - KDE's process manager, kpm, is a fork of an eariler version of this application). Also find attached a patch to make qps build with gcc 3.2 and Qt 3. Reproducible: Always Steps to Reproduce: Not applicable.
Created attachment 10243 [details] suggested ebuild for qps
Created attachment 10244 [details, diff] Patch to make qps compile with gcc 3 and Qt 3
Grant, this project does not seem to be maintained anymore (latest release is alsmost 3 years ago). Unless you are willing to maintain it in terms of keeping it running (e.g. on newer versions of qt), we will not include this ebuild. You might want to talk to the original author about that too.
The original author is maintaining the program, albeit at a very slow rate. Quote: Re: Patch to make qps compile with Qt 3 and recent gcc compilers From: "Mattias Engdeg
The original author is maintaining the program, albeit at a very slow rate. Quote: Re: Patch to make qps compile with Qt 3 and recent gcc compilers From: "Mattias Engdegård" [obscured] To: [obscured] Date: 07-Apr-03 01:30 pm >The attached patch uses the standard Qt mechanism to provide a >qttableview. Thank you! However, I'd like to allow it to be used with earlier Qt versions as well, since qps does not depend on any of the new features and enough people have older versions installed. Renaming QtTableView to QTableView will probably make this easier, if no other interfaces have changed. By the way, is the qttableview code compatible with the GPL? It looks like it, but I'd like to be sure. >Also, qps has problems - syntax errors, undefines - when compiled with rece >nt >gcc compilers (gcc 3.x). The attached patch also fixes that. I'm most grateful for this, but I couldn't find any syntax errors (I usually build with Sun's picky compilers). Maybe changes in the Qt API in 3.x made these changes necessary. >(It also changes the Makefile to use -lqt-mt instead of -lqt; systems with >KDE >installed usually have qt-mt). I cannot assume the user has KDE installed (I certainly have not), so I prefer a generic Makefile that is easy to configure for the user. I'm sorry for being slow with releases - I don't have much spare time, and I've had a new release being almost-ready for way too long now. I'll try to integrate your changes anyhow. Cheers, Mattias.
last version dates back to 2000, no one ever showed interest