ups is a light C and C++ debugger under X11. Development seems to have stopped for ups. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 68229 [details] ups-3.38_beta2.ebuild
Please, fix the following problems and reopen then: 1/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt 2/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/keywords.txt 3/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/hardcoded.txt (SRC_URI, S) 4/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt - ${D} 5/ http://dev.gentoo.org/~ciaranm/docs/mw-faq/emake.txt (./configure) 6/ Setting FEATURES="nostrip" in src_compile() is not acceptable, use RESTRICT="${RESTRICT} nostrip" or something like that.
Created attachment 68279 [details] corrected ebuild myPV is necessary because source tarball does not conform to Gentoo naming policy (underscore vs minus) configure used instead of econf does econf does not set prefix correctly for this package.
Problems noted by jakub resoved where possible
1/ Please, use versionator eclass to fix the hardcoded version - see http://dev.gentoo.org/~plasmaroo/devmanual//ebuild-writing/variables/ 2/ You probably misunderstood the quoting issue, ${D} should be quoted, the syntax in src_install() is invalid now. See http://dev.gentoo.org/~ciaranm/docs/mw-faq/einstall.txt for a correct example. 3/ The problem mentioned in 6/ previously is still unsolved, *don't* set FEATURES in ebuild, see the example shown in comment #2. Please, attempt a fixed ebuild and reopen then. Thanks.
Created attachment 68305 [details] a more correct ebuild
Another attempt at correcting the ebuild
> Last Update: 2009-07-17 Upstream is dead, I would suggest to add this ebuild to an user overlay; if upstream ever releases a new version, then feel free to open this bug again or file a new one.