Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440226 - dev-libs/hiredis - a minimalistic C client library for the Redis database
Summary: dev-libs/hiredis - a minimalistic C client library for the Redis database
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/redis/hiredis
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-10-30 08:26 UTC by Evgeny
Modified: 2013-02-04 15:01 UTC (History)
2 users (show)

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


Attachments
Ebuild for hiredis-0.11.0 (hiredis-0.11.0.ebuild,1.04 KB, text/plain)
2012-10-30 08:27 UTC, Evgeny
Details
Ebuild for hiredis-0.10.1 (hiredis-0.10.1.ebuild,1.12 KB, text/plain)
2012-10-30 08:28 UTC, Evgeny
Details
hiredis-0.11.0-Makefile.patch (hiredis-0.11.0-Makefile.patch,1.28 KB, patch)
2012-10-30 08:29 UTC, Evgeny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny 2012-10-30 08:26:32 UTC
Added ebuilds and files for hiredis 0.10.1 and 0.11.0. 


Hiredis is a minimalistic C client library for the Redis database.

It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command.

https://github.com/redis/hiredis#readme
Comment 1 Evgeny 2012-10-30 08:27:56 UTC
Created attachment 327742 [details]
Ebuild for hiredis-0.11.0
Comment 2 Evgeny 2012-10-30 08:28:18 UTC
Created attachment 327744 [details]
Ebuild for hiredis-0.10.1
Comment 3 Evgeny 2012-10-30 08:29:13 UTC
Created attachment 327746 [details, diff]
hiredis-0.11.0-Makefile.patch
Comment 4 alexbr 2012-11-05 22:17:50 UTC
Hey Evgeny,

good work on the ebuilds. I don't think nofetch is justified, just supply the following as an SRC URI:

SRC_URI="https://github.com/redis/hiredis/archive/v${PV}.tar.gz"
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2013-02-04 15:01:10 UTC
This is in tree now.