Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92795 - `euses' is a small utility written in C to look up USE flag descriptions fast
Summary: `euses' is a small utility written in C to look up USE flag descriptions fast
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tony Vroon (RETIRED)
URL: http://www.xs4all.nl/~rooversj/gentoo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 08:00 UTC by Jeroen Roovers (RETIRED)
Modified: 2005-10-15 15:24 UTC (History)
0 users

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


Attachments
ebuild for euses 2.2 (euses-2.2.ebuild,609 bytes, text/plain)
2005-09-11 07:08 UTC, Jeroen Roovers (RETIRED)
Details
euses-2.3.ebuild (euses-2.3.ebuild,658 bytes, text/plain)
2005-10-15 12:56 UTC, Tony Vroon (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2005-05-16 08:00:33 UTC
Initially tested for x86 (i586, i686) and hppa (hppa1.1 and hppa2.0).
See 
   http://www.xs4all.nl/~rooversj/gentoo/euses-0.6.man.html
for usage info and look in http://www.xs4all.nl/~rooversj/gentoo/ [euses.*] for everything else available on this matter. The command ought to be available to all of a system's users. I suggest putting it in app-portage/euses.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2005-05-17 07:06:46 UTC
New version is up at http://www.xs4all.nl/~rooversj/gentoo/euses-0.7.ebuild

Improvements include more overall sanity.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2005-05-17 08:54:33 UTC
And (the source for) a simple yet easily extended PHP interface is here:

http://www.xs4all.nl/~rooversj/gentoo/euses.phps.html
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2005-06-24 02:31:14 UTC
http://www.xs4all.nl/~rooversj/gentoo/euses-0.9.ebuild

Lots of improvements. The code is actually legible now. :)
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2005-09-11 07:08:46 UTC
Created attachment 68174 [details]
ebuild for euses 2.2

Lots of changes.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2005-10-10 11:23:41 UTC
Version 2.3 available...
Comment 6 Tony Vroon (RETIRED) gentoo-dev 2005-10-15 12:56:09 UTC
Created attachment 70745 [details]
euses-2.3.ebuild

I have removed the libc depend. All C programs need this; none that I know of
have it in the ebuild.
The ordering of the src_compile has changed a bit; autoreconf does all that you
were doing; and ebegin makes it seem prettier.
Keywords reduced to ~x86 as that is all I can test on for now.
Comment 7 Tony Vroon (RETIRED) gentoo-dev 2005-10-15 13:20:16 UTC
This is in portage. Thanks for your report and initial ebuild :)
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2005-10-15 15:24:15 UTC
(In reply to comment #6)
> Created an attachment (id=70745) [edit]
> euses-2.3.ebuild
> 
> I have removed the libc depend. All C programs need this; none that I know of
> have it in the ebuild.
> The ordering of the src_compile has changed a bit; autoreconf does all that 
you
> were doing; and ebegin makes it seem prettier.
> Keywords reduced to ~x86 as that is all I can test on for now.

Thanks. Little did I know back when I wrote the original ebuild.