From e09faa389ecce539e5b109cb10e2f1c6abea47a7 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Wed, 10 Feb 2016 17:46:03 +0300 Subject: [PATCH] Delete poezio-0.9.ebuild --- net-im/poezio/poezio-0.9.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 net-im/poezio/poezio-0.9.ebuild diff --git a/net-im/poezio/poezio-0.9.ebuild b/net-im/poezio/poezio-0.9.ebuild deleted file mode 100644 index abd5830..0000000 --- a/net-im/poezio/poezio-0.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 -PYTHON_DEPEND="3" - -inherit python - -DESCRIPTION="Console XMPP client that looks like most famous IRC clients" -ATTACH_ID="91" -HOMEPAGE="http://poezio.eu/" -SRC_URI="http://dev.louiz.org/attachments/download/${ATTACH_ID}/${P}.tar.xz" - -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}" - -src_install() -{ - emake DESTDIR="${D}" prefix="/usr/" install || die "make install failed" -}