Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271832 - New Ebuild: dev-libs/libhl-2.1.0
Summary: New Ebuild: dev-libs/libhl-2.1.0
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-05-30 06:18 UTC by Michael Mohr
Modified: 2010-02-13 08:49 UTC (History)
2 users (show)

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


Attachments
new ebuild for libhl (libhl-2.1.0.ebuild,905 bytes, text/plain)
2009-05-30 06:21 UTC, Michael Mohr
Details
fix some small errors (libhl-2.1.0-gcc_includes.patch,1.39 KB, patch)
2009-05-30 06:24 UTC, Michael Mohr
Details | Diff
ebuild for 2.1.1 (libhl-2.1.1.ebuild,1.21 KB, text/plain)
2009-07-24 06:14 UTC, Michael Mohr
Details
updated ebuild + supporting files (libhl.tar.gz,2.54 KB, text/plain)
2009-07-24 08:31 UTC, Michael Mohr
Details
Cleaned up ebuild (libhl-2.1.1-r1.ebuild,1.27 KB, text/plain)
2009-07-24 09:30 UTC, Michał Górny
Details
updated ebuild + supporting files (redux) (libhl-2.1.1-r1.ebuild,1.38 KB, text/plain)
2009-07-25 05:35 UTC, Michael Mohr
Details
updated patch (hllib_2_includes_and_version.patch,1.44 KB, patch)
2009-07-25 05:36 UTC, Michael Mohr
Details | Diff
package changelog (new) (ChangeLog,636 bytes, text/plain)
2009-07-25 05:37 UTC, Michael Mohr
Details
package metadata (metadata.xml,324 bytes, text/plain)
2009-07-25 05:37 UTC, Michael Mohr
Details
updated ebuild for version 2.2.0 (libhl-2.2.0.ebuild,1.37 KB, text/plain)
2010-02-13 08:46 UTC, Michael Mohr
Details
small fix for compiler warnings (libhl-2.2.0-gcc4.diff,2.25 KB, text/plain)
2010-02-13 08:49 UTC, Michael Mohr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mohr 2009-05-30 06:18:21 UTC
This ebuild adds support for the libhl library in Gentoo

Reproducible: Always

Steps to Reproduce:
(Not an error)




This library is useful to developers wishing to access packages released over the Steam content delivery network.
Comment 1 Michael Mohr 2009-05-30 06:21:40 UTC
Created attachment 192948 [details]
new ebuild for libhl

The original library for Windows can be found here:

http://nemesis.thewavelength.net/index.php?p=35

The Linux port was done by myself and is already accepted into the primary distribution.
Comment 2 Michael Mohr 2009-05-30 06:24:09 UTC
Created attachment 192949 [details, diff]
fix some small errors

this patch fixes a couple of small errors introduced in the latest release of libhl (2.1.0).  Without this patch the library will not successfully or correctly compile.
Comment 3 Mike Auty (RETIRED) gentoo-dev 2009-05-31 14:35:53 UTC
Steam's mainly associated with games isn't it?  I've CCed games in case anyone there is interested in picking this up.  If it's not their thing then sorry, and they're welcome to remove the CC.

You might find it easier to maintain this ebuild as part of project sunrise, which you can find out more about at [1].

[1] http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 Michael Mohr 2009-07-24 06:14:52 UTC
Created attachment 198964 [details]
ebuild for 2.1.1

updated ebuild for 2.1.1
Comment 5 Michael Mohr 2009-07-24 08:31:41 UTC
Created attachment 198968 [details]
updated ebuild + supporting files

This attachment contains the 2.1.1 ebuild and all associated files (patch, metadata, ChangeLog, etc).  The ebuild has been cleaned up using repoman and a new USE flag is added to control whether or not to build the example application.
Comment 6 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2009-07-24 09:30:56 UTC
Created attachment 198970 [details]
Cleaned up ebuild
Comment 7 Michael Mohr 2009-07-25 05:35:21 UTC
Created attachment 199063 [details]
updated ebuild + supporting files (redux)

fixes...
Comment 8 Michael Mohr 2009-07-25 05:36:43 UTC
Created attachment 199064 [details, diff]
updated patch
Comment 9 Michael Mohr 2009-07-25 05:37:08 UTC
Created attachment 199066 [details]
package changelog (new)
Comment 10 Michael Mohr 2009-07-25 05:37:33 UTC
Created attachment 199068 [details]
package metadata
Comment 11 Michael Mohr 2010-02-13 08:46:20 UTC
Created attachment 219407 [details]
updated ebuild for version 2.2.0

Updated ebuild for version 2.2.0
Comment 12 Michael Mohr 2010-02-13 08:49:12 UTC
Created attachment 219409 [details]
small fix for compiler warnings