From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 250E913888F for ; Wed, 14 Oct 2015 16:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B96321C009; Wed, 14 Oct 2015 16:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8EE821C009 for ; Wed, 14 Oct 2015 16:25:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AC35340A1B for ; Wed, 14 Oct 2015 16:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7CD510C9 for ; Wed, 14 Oct 2015 16:25:03 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444839886.3d228c0ad6c5ad7fa61546d019ace9f1a6d05d58.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild X-VCS-Directories: dev-python/rst2pdf/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3d228c0ad6c5ad7fa61546d019ace9f1a6d05d58 X-VCS-Branch: master Date: Wed, 14 Oct 2015 16:25:03 +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: 7aa8f401-d9d9-46ad-a29a-410eca10a212 X-Archives-Hash: fbd45d4aad5b317f529a930a4a9115e5 commit: 3d228c0ad6c5ad7fa61546d019ace9f1a6d05d58 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 16:24:44 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 14 16:24:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d228c0a dev-python/rst2pdf: Use PATCHES=() instead of manuell patching Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild index 5fcaac9..1b244e0 100644 --- a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild +++ b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild @@ -3,6 +3,7 @@ # $Id$ EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 @@ -26,10 +27,7 @@ DEPEND="dev-python/docutils[${PYTHON_USEDEP}] RDEPEND="${DEPEND}" # >=reportlab-2.6: https://code.google.com/p/rst2pdf/issues/detail?id=474 -python_prepare_all() { - epatch "${FILESDIR}/${P}-fix-logging.patch" - distutils-r1_python_prepare_all -} +PATCHES=( "${FILESDIR}/${P}-fix-logging.patch" ) python_install_all() { dodoc doc/*.pdf