summaryrefslogtreecommitdiff
blob: a6a0496703bfa5d82c502f5a05985ffaa445590f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

# MAINTAINER NOTE
# CHANGE ME AT EACH VERSION BUMP
MY_COMMIT="18cf9a7717dad0d8106a5205900a17617043fe2c"

inherit eutils

DESCRIPTION="C library for consistent hashing"
HOMEPAGE="https://github.com/RJ/ketama"
SRC_URI="https://github.com/RJ/ketama/archive/${MY_COMMIT}.zip -> ${P}.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/ketama-${MY_COMMIT}/libketama"