summaryrefslogtreecommitdiff
blob: 4b5cc825f27ab4b3bc95f57ad1651bd2bb76e3db (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
26
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )


inherit git-2 distutils-r1

DESCRIPTION="A pub-sub framework written in python for processing data from multiple sources."
HOMEPAGE="https://github.com/Stebalien/overkill"
EGIT_REPO_URI="https://github.com/Stebalien/overkill.git"
EGIT_COMMIT="master"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	dev-python/pyinotify
"
RDEPEND="${DEPEND}"