]> Pileus Git - ~andy/sunrise/blob - www-misc/ppastats/ppastats-0.0.6.ebuild
sunrise/ dev-libs/qextserialport/Manifest: Fix some more headers to satisfy repoman
[~andy/sunrise] / www-misc / ppastats / ppastats-0.0.6.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=4
6
7 DESCRIPTION="Creates HTML reports from Ubuntu PPA statistics"
8 SRC_URI="http://wpitchoune.net/${PN}/files/${P}.tar.gz"
9 HOMEPAGE="http://wpitchoune.net/blog/ppastats/"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE=""
15
16 DEPEND="dev-libs/json-c
17         net-misc/curl"
18 RDEPEND="${DEPEND}"