Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10189 - SNAC Ebuild... calculator
Summary: SNAC Ebuild... calculator
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 06:23 UTC by David Holm (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Snac 0.3 ebuild (snac-0.3.ebuild,1.21 KB, application/octet-stream)
2002-11-04 06:24 UTC, David Holm (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Holm (RETIRED) gentoo-dev 2002-11-04 06:23:36 UTC
Here is a new ebuild for the snac calculator, I put mine in app-sci/snac
Comment 1 David Holm (RETIRED) gentoo-dev 2002-11-04 06:24:08 UTC
Created attachment 5364 [details]
Snac 0.3 ebuild
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2002-11-08 16:31:50 UTC
Hi David.

Thank you for your submission!
I have cleaned up and committed the ebuild.

Few notes:
1. Maintainer (as well as Author) fields are deprecated, please put this info
into the changelog.
2. ebuild contained excessive and completely unnecessary comments. Please do not
keep them in the final version. (The comments are form skel.ebuild and are there
to help ebuilod developer to find his way around. The comments in the final
ebuild should cover specific issues that might not be clear from the code).

3. the following lines:
    ./configure \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man || die "./configure failed"
are equivalent to just:
   econf || die "./configure failed"

4. In general it is a good idea to run your ebuilds through lintool (it is a
separate package now, emerge lintool will install it), to check its structure.

The ebuild is now keymasked, please test and report.

George
Comment 3 David Holm (RETIRED) gentoo-dev 2002-11-09 09:48:17 UTC
works here... but all colors were set to black so I had to change them
(cursor/background/forground etc in text window).... had this problem once
before, dunno what causes it
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2002-11-09 14:15:25 UTC
Hi david.

Thanks for testing!
As for this problem - yes I do observe the same. I also noticed that there is no
config file installed (and I couldn't find one in the source), so this might be
causing it. It might be possible to fix it by installing a sample config file,
however I cannot figure out to what location and what name should it have.
If you would like to take a look at this issue please be wellcome, otherwise I
think I will close the bug (will just add a warning to pkg_postinst).

George