This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Bungloo/Linux/bungloo.ebuild.exmp
2013-04-20 15:54:50 +02:00

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"