Files @ f4ede3e12867
Branch filter:

Location: portage-overlay.git/dev-python/python-uinput/python-uinput-0.9-r3.ebuild

f4ede3e12867 324 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
add eiskaltdcpp-2.2.10 to tree including Qt5 support
EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit distutils-r1

DESCRIPTION="Python API to the Linux uinput-system."
HOMEPAGE="http://codegrove.org/projects/python-uinput/"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"

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

RDEPEND="dev-libs/libsuinput"
DEPEND="${RDEPEND}"