Bug 92795 - `euses' is a small utility written in C to look up USE flag descriptions fast
Bug#: 92795 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: chainsaw@gentoo.org Reported By: jer@gentoo.org
Component: Ebuilds
URL:  http://www.xs4all.nl/~rooversj/gentoo/euses-2.3.ebuild
Summary: `euses' is a small utility written in C to look up USE flag descriptions fast
Keywords:  
Status Whiteboard: 
Opened: 2005-05-16 08:00 0000
Description:   Opened: 2005-05-16 08:00 0000
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 From Jeroen Roovers 2005-05-17 07:06:46 0000 -------
New version is up at http://www.xs4all.nl/~rooversj/gentoo/euses-0.7.ebuild

Improvements include more overall sanity.

------- Comment #2 From Jeroen Roovers 2005-05-17 08:54:33 0000 -------
And (the source for) a simple yet easily extended PHP interface is here:

http://www.xs4all.nl/~rooversj/gentoo/euses.phps.html

------- Comment #3 From Jeroen Roovers 2005-06-24 02:31:14 0000 -------
http://www.xs4all.nl/~rooversj/gentoo/euses-0.9.ebuild

Lots of improvements. The code is actually legible now. :)

------- Comment #4 From Jeroen Roovers 2005-09-11 07:08:46 0000 -------
Created an attachment (id=68174) [details]
ebuild for euses 2.2

Lots of changes.

------- Comment #5 From Jeroen Roovers 2005-10-10 11:23:41 0000 -------
Version 2.3 available...

------- Comment #6 From Tony Vroon 2005-10-15 12:56:09 0000 -------
Created an attachment (id=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 From Tony Vroon 2005-10-15 13:20:16 0000 -------
This is in portage. Thanks for your report and initial ebuild :)

------- Comment #8 From Jeroen Roovers 2005-10-15 15:24:15 0000 -------
(In reply to comment #6)
> Created an attachment (id=70745) [edit] [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.

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