From 933e56c18233624b202c9feb5ab94ad5b6547851 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Sat, 1 Oct 2016 12:38:42 +0300 Subject: [PATCH] Delete poezio-9999.ebuild --- net-im/poezio/poezio-9999.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 net-im/poezio/poezio-9999.ebuild 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}"