fixed ebuild for punjab, and added version 0.15
This commit is contained in:
parent
bdaf7b3a40
commit
9f484efbf6
3 changed files with 64 additions and 9 deletions
|
@ -3,7 +3,6 @@
|
|||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
PYTHON_DEPEND="2"
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1 eutils python-r1 git-2
|
||||
|
@ -14,23 +13,25 @@ LICENSE="MIT"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="tls"
|
||||
DEPEND="net-im/jabber-base"
|
||||
RDEPEND=">=dev-python/twisted-core-11.1.0
|
||||
>=dev-python/twisted-names-11.1.0
|
||||
tls? ( dev-python/pyopenssl )
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
net-im/jabber-base"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
>=dev-python/twisted-core-11.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-names-11.1.0[${PYTHON_USEDEP}]
|
||||
tls? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
|
||||
${DEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# nothing to be done here?
|
||||
distutils_src_compile
|
||||
distutils-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
distutils-r1_src_install
|
||||
|
||||
insinto /etc/jabber
|
||||
newins punjab.tac ${PN}.tac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue