Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105665 - new ebuild for dev-util/ups (light C/C++ debugger)
Summary: new ebuild for dev-util/ups (light C/C++ debugger)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-09-12 00:26 UTC by Colonel Paneek
Modified: 2013-04-06 12:33 UTC (History)
1 user (show)

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


Attachments
ups-3.38_beta2.ebuild (ups-3.38_beta2.ebuild,617 bytes, text/plain)
2005-09-12 00:28 UTC, Colonel Paneek
Details
corrected ebuild (ups-3.38_beta2-r1.ebuild,725 bytes, text/plain)
2005-09-12 12:13 UTC, Colonel Paneek
Details
a more correct ebuild (ups-3.38_beta2-r2.ebuild,793 bytes, text/plain)
2005-09-12 16:03 UTC, Colonel Paneek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Colonel Paneek 2005-09-12 00:26:52 UTC
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.
Comment 1 Colonel Paneek 2005-09-12 00:28:22 UTC
Created attachment 68229 [details]
ups-3.38_beta2.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-12 03:40:17 UTC
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.
Comment 3 Colonel Paneek 2005-09-12 12:13:00 UTC
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.
Comment 4 Colonel Paneek 2005-09-12 12:15:17 UTC
Problems noted by jakub resoved where possible
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-09-12 13:05:02 UTC
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.
Comment 6 Colonel Paneek 2005-09-12 16:03:58 UTC
Created attachment 68305 [details]
a more correct ebuild
Comment 7 Colonel Paneek 2005-09-12 16:06:02 UTC
Another attempt at correcting the ebuild
Comment 8 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-06 12:33:39 UTC
> 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.