token-9999.ebuild
496 Bytes
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils git
DESCRIPTION="a library to create encrypted tokens with json payload"
HOMEPAGE="http://redmine.weird-web-workers.org/projects/ctoken/"
SRC_URI=""
EGIT_REPO_URI="git://redminie.weird-web-workers.org/var/lib/git/token"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
DEPENDS=">=dev-libs/json-c-0.9
dev-libs/libmcrypt-2.5.8-r2"
RDEPEND="${DEPEND}"