# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 PYTHON_COMPAT=( python3_4 ) DISTUTILS_SINGLE_IMPL="1" #inherit python-single-r1 inherit distutils-r1 git-r3 EGIT_REPO_URI="git://git.poez.io/${PN}" EGIT_MIN_CLONE_TYPE="mirror" DESCRIPTION="Console XMPP client that looks like most famous IRC clients" HOMEPAGE="http://poez.io/" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64" IUSE="" #dnspython dep is optional and skipped (requires privately patched, python3 version) DEPEND="=dev-python/slixmpp-9999" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed" }