diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild deleted file mode 100644 index 90938d2..0000000 --- a/net-im/poezio/poezio-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ - -# 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="otr" - -#dnspython dep is optional and skipped (requires privately patched, python3 version) -RDEPEND="=dev-python/slixmpp-9999[${PYTHON_USEDEP}] - ${PYTHON_DEPS} - otr? ( dev-python/pycrypto[${PYTHON_USEDEP}] - dev-python/potr[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND}"