Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328209 - liboauth-0.8.8.ebuild (New Package)
Summary: liboauth-0.8.8.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL: http://git.overlays.gentoo.org/gitweb...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2010-07-14 03:38 UTC by Ricardo Ichizo
Modified: 2010-09-23 20:33 UTC (History)
0 users

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


Attachments
liboauth-0.8.8.ebuild (liboauth-0.8.8.ebuild,1.18 KB, text/plain)
2010-07-14 03:40 UTC, Ricardo Ichizo
Details
New ebuild (liboauth-0.8.8.ebuild,1.14 KB, text/plain)
2010-07-16 23:15 UTC, Ricardo Ichizo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Ichizo 2010-07-14 03:38:59 UTC
Hi!

I wrote a ebuild for the liboauth library.

liboauth is a collection of POSIX-c functions implementing the OAuth Core RFC 5849 standard. liboauth provides functions to escape and encode parameters according to OAuth specification and offers high-level functionality to sign requests or verify OAuth signatures as well as perform HTTP requests.

I suggest dev-libs/liboauth to the hierarquical directory. This ebuild depends on OpenSSL or Mozilla's NSS.

Regards,
Comment 1 Ricardo Ichizo 2010-07-14 03:40:29 UTC
Created attachment 238673 [details]
liboauth-0.8.8.ebuild
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2010-07-15 22:45:31 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Markos.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 3 Ricardo Ichizo 2010-07-16 23:15:48 UTC
Created attachment 239107 [details]
New ebuild

Ebuild to be validated
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-27 13:05:15 UTC
Good work Ricardo but ... curl and SSL tend to be a bad beast.

Basically, if you enable both, say, OpenSSL and CURL, you'd have to have CURL built with OpenSSL to be on the safe side (OpenSSL and NSS tend to be compatible, GnuTLS not so much), or without SSL entirely..

I'll pick this up, since the new bti needs it... 
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-27 13:51:26 UTC
Okay I got an ebuild... it might take a bit more time to hit main tree though, as I have a couple of concerns about it.
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-23 20:33:23 UTC
Whoopsie, forgot to close this.