diff --git a/Linux/bungloo.ebuild.exmp b/Linux/bungloo.ebuild.exmp new file mode 100644 index 0000000..4633edf --- /dev/null +++ b/Linux/bungloo.ebuild.exmp @@ -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" +