2012-10-10 11:13:53 +04:00
|
|
|
# Copyright 2008-2012 Funtoo Technologies
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI=4
|
2015-10-12 19:44:08 +03:00
|
|
|
inherit git-r3 cmake-utils
|
2012-10-10 11:13:53 +04:00
|
|
|
DESCRIPTION="Small tool to show UKSM statistics."
|
|
|
|
HOMEPAGE="http://github.com/pfactum/uksmstat"
|
|
|
|
EGIT_REPO_URI="https://github.com/pfactum/uksmstat.git"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~x86 ~amd64"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="${DEPEND}"
|