Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205911 - uthash-1.7.ebuild (New Package)
Summary: uthash-1.7.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Markos Chandras (RETIRED)
URL: http://uthash.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-01-15 04:10 UTC by Tiago Cunha (RETIRED)
Modified: 2011-11-14 18:53 UTC (History)
1 user (show)

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


Attachments
uthash-1.2.ebuild (uthash-1.2.ebuild,674 bytes, text/plain)
2008-01-15 04:12 UTC, Tiago Cunha (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tiago Cunha (RETIRED) gentoo-dev 2008-01-15 04:10:42 UTC
uthash is an easy-to-use hash implementation for C programmers. It supports four basic operations on hashes: add, find, delete, and iterate/sort.

I suggest dev-libs/uthash despite of uthash not being a library.

Thanks to mattmatteh on #g-dev-help for testing on PPC.
Comment 1 Tiago Cunha (RETIRED) gentoo-dev 2008-01-15 04:12:45 UTC
Created attachment 140960 [details]
uthash-1.2.ebuild
Comment 2 Tiago Cunha (RETIRED) gentoo-dev 2008-01-19 13:11:50 UTC
This is now in the sunrise overlay. You can find it at:
http://overlays.gentoo.org/svn/proj/sunrise/reviewed/dev-libs/uthash
Comment 3 Tiago Cunha (RETIRED) gentoo-dev 2008-01-25 15:19:40 UTC
A new version of the ebuild was recently reviewed.
Revision 5511 changes:

1. Add perl dependency to the test phase.
2. Install the txt instead of the html.
Comment 4 Tiago Cunha (RETIRED) gentoo-dev 2008-08-02 21:20:31 UTC
A new version of the ebuild was recently reviewed.
Changes made since 25 Jan 2008:

1. Return number of tests failed in the perl script do_tests (patch sent
upstream and accepted). Previously, the script always returned zero even if a
test failed (and hence portage didn't die).

Comment 5 Tiago Cunha (RETIRED) gentoo-dev 2008-09-25 21:21:11 UTC
A new version of the ebuild was recently reviewed.
Changes made since 02 Aug 2008:

1. Version bump.
2. do_tests perl script patch applied upstream, hence sed expression removed from the ebuild.
Comment 6 Johan Bergström 2011-11-05 15:24:57 UTC
I would like to move this ebuild from sunrise (latest is 1.9.4, released in june, 2011) to gentoo-x86. Any takers @proxy? 

Thanks
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2011-11-05 15:42:06 UTC
Yeah I can do that
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2011-11-10 08:06:18 UTC
I will try to get this fixed during weekend because weekdays are very busy for me. Apologies for the delay
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2011-11-14 18:53:50 UTC
Committed. Thank you