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 D28AE139694 for ; Sat, 18 Feb 2017 20:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7BF021C095; Sat, 18 Feb 2017 20:25:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B529321C095 for ; Sat, 18 Feb 2017 20:25:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE10134105A for ; Sat, 18 Feb 2017 20:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9FE54C74 for ; Sat, 18 Feb 2017 20:25:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487449530.9ef956e8fcc216173a9016cdb1a4591e6aa90d3b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pymemphis/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild media-libs/pymemphis/pymemphis-0.2.1.ebuild X-VCS-Directories: media-libs/pymemphis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9ef956e8fcc216173a9016cdb1a4591e6aa90d3b X-VCS-Branch: master Date: Sat, 18 Feb 2017 20:25:35 +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: 0bbd2381-e168-406e-96c5-7d14cb159dde X-Archives-Hash: f5d94128beae64842937c49b9ad68d03 commit: 9ef956e8fcc216173a9016cdb1a4591e6aa90d3b Author: Michał Górny gentoo org> AuthorDate: Sat Feb 18 20:24:56 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Feb 18 20:25:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef956e8 media-libs/pymemphis: python-single-r1, EAPI=6 ...phis-0.2.1.ebuild => pymemphis-0.2.1-r1.ebuild} | 23 +++++++++------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/media-libs/pymemphis/pymemphis-0.2.1.ebuild b/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild similarity index 55% rename from media-libs/pymemphis/pymemphis-0.2.1.ebuild rename to media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild index 8b01018f72..c26036a807 100644 --- a/media-libs/pymemphis/pymemphis-0.2.1.ebuild +++ b/media-libs/pymemphis/pymemphis-0.2.1-r1.ebuild @@ -1,17 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="3" +EAPI=6 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" +PYTHON_COMPAT=( python2_7 ) AT_M4DIR="build/autotools/" -inherit autotools python +inherit autotools python-single-r1 DESCRIPTION="Python bindings for the libmemphis library" HOMEPAGE="http://gitorious.net/pymemphis" @@ -23,22 +20,20 @@ LICENSE="LGPL-2.1" IUSE="" RDEPEND=" - dev-python/pycairo - dev-python/pygobject:2 + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] media-libs/memphis" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-mainline src_prepare() { + default eautoreconf - echo "#!${EPREFIX}/bin/sh" > py-compile sed 's:0.1:0.2:g' -i pymemphis.pc.in || die - python_src_prepare } src_install() { - python_src_install - python_clean_installation_image - dodoc AUTHORS ChangeLog README || die + default + find "${D}" -name '*.la' -delete || die }