From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48FF5139695 for ; Sun, 23 Apr 2017 21:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8692521C100; Sun, 23 Apr 2017 21:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66C2F21C100 for ; Sun, 23 Apr 2017 21:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45FD23413B7 for ; Sun, 23 Apr 2017 21:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA03C743B for ; Sun, 23 Apr 2017 21:01:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492981124.774967a9aca3f7d7fb69f9894459383d2d7d2d0b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyicq-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild X-VCS-Directories: net-im/pyicq-t/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 774967a9aca3f7d7fb69f9894459383d2d7d2d0b X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06b6ee7b-0dde-4d6c-9f4b-859eb260c07a X-Archives-Hash: 74fea7b282de1394d9c226cbb432212a commit: 774967a9aca3f7d7fb69f9894459383d2d7d2d0b Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 19:58:43 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:58:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774967a9 net-im/pyicq-t: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild index cfc57b7105e..39f7edef308 100644 --- a/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild +++ b/net-im/pyicq-t/pyicq-t-0.8.1.5-r6.ebuild @@ -1,35 +1,43 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 + PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 systemd MY_P="${P/pyicq-t/pyicqt}" + DESCRIPTION="Python based jabber transport for ICQ" HOMEPAGE="https://code.google.com/p/pyicqt/" SRC_URI="https://pyicqt.googlecode.com/files/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="webinterface" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="net-im/jabber-base" +DEPEND="${PYTHON_DEPS} + net-im/jabber-base" RDEPEND="${DEPEND} - ( || ( ( dev-python/twisted-core[${PYTHON_USEDEP}] + || ( + ( + dev-python/twisted-core[${PYTHON_USEDEP}] dev-python/twisted-words[${PYTHON_USEDEP}] - dev-python/twisted-web[${PYTHON_USEDEP}] ) - dev-python/twisted[${PYTHON_USEDEP}] ) ) + dev-python/twisted-web[${PYTHON_USEDEP}] + ) + dev-python/twisted[${PYTHON_USEDEP}] + ) webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] ) dev-python/pillow[${PYTHON_USEDEP}]" -src_prepare() { - eapply "${FILESDIR}/${P}-python26-warnings.diff" - eapply "${FILESDIR}/${P}-pillow-imaging.patch" - eapply_user -} +S="${WORKDIR}/${MY_P}" +PATCHES=( + "${FILESDIR}/${P}-python26-warnings.diff" + "${FILESDIR}/${P}-pillow-imaging.patch" +) src_install() { python_moduleinto ${PN}