Delete poezio-9999.ebuild

This commit is contained in:
KronoZed 2016-10-01 12:38:42 +03:00 committed by GitHub
parent 9a9e9f31af
commit 933e56c182
1 changed files with 0 additions and 29 deletions

View File

@ -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}"