changes necessary for launchpad
This commit is contained in:
parent
7993458f5f
commit
99affdf33b
1 changed files with 20 additions and 0 deletions
20
Linux/bungloo.ebuild.exmp
Normal file
20
Linux/bungloo.ebuild.exmp
Normal 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"
|
||||
|
Reference in a new issue