changes necessary for launchpad

This commit is contained in:
jeena 2013-04-20 15:54:50 +02:00
parent 7993458f5f
commit 99affdf33b

20
Linux/bungloo.ebuild.exmp Normal file
View file

@ -0,0 +1,20 @@
# 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"