Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 440226

Summary: dev-libs/hiredis - a minimalistic C client library for the Redis database
Product: Gentoo Linux Reporter: Evgeny <worklord>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: normal CC: uwelk, worklord
Priority: Normal Keywords: EBUILD, PATCH
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: https://github.com/redis/hiredis
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for hiredis-0.11.0
Ebuild for hiredis-0.10.1
hiredis-0.11.0-Makefile.patch

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.