summaryrefslogtreecommitdiff
blob: f3e9e1c6bdb21b30df064d9baf5a9f698d691a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="Creates HTML reports from Ubuntu PPA statistics"
SRC_URI="http://wpitchoune.net/${PN}/files/${P}.tar.gz"
HOMEPAGE="http://wpitchoune.net/blog/ppastats/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-libs/json-c
	net-misc/curl"
RDEPEND="${DEPEND}"