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 1C857139694 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 60FCA21C0A5; Sun, 23 Apr 2017 21:01:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D31C21C0A5 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 3504733FE49 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 96321730C 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: <1492981119.5dcf6f8daa6bd458f4f5f17aee0490aac3b51e84.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pyaim-t/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild X-VCS-Directories: net-im/pyaim-t/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5dcf6f8daa6bd458f4f5f17aee0490aac3b51e84 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: c6a6cae1-a1ca-4926-a553-de9a54f92aff X-Archives-Hash: f20a55bd8e2deb9c108253d625418dda commit: 5dcf6f8daa6bd458f4f5f17aee0490aac3b51e84 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 19:55:16 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 20:58:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcf6f8d net-im/pyaim-t: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild index dc3fd39f456..fb672c1c678 100644 --- a/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild +++ b/net-im/pyaim-t/pyaim-t-0.8.0.1-r1.ebuild @@ -1,24 +1,28 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 + PYTHON_COMPAT=( python2_7 ) + inherit eutils python-single-r1 MY_PN="pyaimt" MY_P="${MY_PN}-${PV}" + DESCRIPTION="Python based jabber transport for AIM" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://debian/pool/main/p/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz -> ${P}.tar.gz https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN}_${PV}.orig.tar.gz -> ${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-words[${PYTHON_USEDEP}] @@ -26,6 +30,8 @@ RDEPEND="${DEPEND} webinterface? ( >=dev-python/nevow-0.4.1[${PYTHON_USEDEP}] ) dev-python/pillow[${PYTHON_USEDEP}]" +S="${WORKDIR}/${MY_P}" + src_prepare() { epatch "${FILESDIR}/${P}-python26-warnings.patch" epatch "${FILESDIR}/${P}-pillow-imaging.patch"