20 lines
402 B
Text
20 lines
402 B
Text
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
PYTHON_COMPAT=(python{2_6,2_7})
|
|
|
|
inherit eutils distutils-r1
|
|
|
|
DESCRIPTION="Qt4/KDE Tent client"
|
|
HOMEPAGE="https://jabs.nu/bungloo"
|
|
|
|
LICENSE="BSD"
|
|
KEYWORDS="~x86 ~amd64"
|
|
SLOT="0"
|
|
IUSE=""
|
|
SRC_URI="http://jabs.nu/bungloo/download/${P}.tar.gz"
|
|
|
|
DEPEND=">=dev-python/PyQt4-4.6"
|
|
|