Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6933 - skyutils-2.1 (new package)
Summary: skyutils-2.1 (new package)
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-08-23 09:32 UTC by Bob Koutsky
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
skyutils-2.1.ebuild (skyutils-2.1.ebuild,609 bytes, text/plain)
2002-08-23 09:35 UTC, Bob Koutsky
Details
ChangeLog (ChangeLog,342 bytes, text/plain)
2002-08-23 09:37 UTC, Bob Koutsky
Details
digest-skyutils-2.1 (digest-skyutils-2.1,64 bytes, text/plain)
2002-08-23 09:38 UTC, Bob Koutsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Koutsky 2002-08-23 09:32:44 UTC
Hi,
skyutils is a assorted collection of helpful C functions. smssend package (to be
submited in a few minutes) depends on it. I think it should go to dev-libs group.

Bob.
Comment 1 Bob Koutsky 2002-08-23 09:35:01 UTC
Created attachment 3348 [details]
skyutils-2.1.ebuild

ebuild for skyutils-2.1
Comment 2 Bob Koutsky 2002-08-23 09:37:39 UTC
Created attachment 3349 [details]
ChangeLog

ChangeLog for skyutils-2.1
Comment 3 Bob Koutsky 2002-08-23 09:38:33 UTC
Created attachment 3350 [details]
digest-skyutils-2.1

Digest for skyutils-2.1
Comment 4 George Shapovalov (RETIRED) gentoo-dev 2002-11-02 01:23:35 UTC
Hi Bob

Thank you for your submission!
I have cleaned-up and comimtted your ebuild. It is keymasked now. Please test
and report.

One comment:
    econf \
        --host=${CHOST} \
        --prefix=/usr \
        --infodir=/usr/share/info \
        --mandir=/usr/share/man || die "./configure failed"
should really be just
econf || die "./configure failed"

econf already includes all these ./configure options.

George