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 107D913888F for ; Thu, 22 Oct 2015 12:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0917EE081C; Thu, 22 Oct 2015 12:28:19 +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 7B5DFE081C for ; Thu, 22 Oct 2015 12:28:18 +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 3E0E834063E for ; Thu, 22 Oct 2015 12:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E8C714E4 for ; Thu, 22 Oct 2015 12:28:06 +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: <1445516865.1841d1282a2fd4f19b505fef8761c02d3064f714.jlec@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-misc/accentuate/, dev-vcs/gitscene/, x11-misc/pdfpres/, ... X-VCS-Repository: proj/betagarden X-VCS-Files: app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild dev-vcs/gitscene/gitscene-9999.ebuild media-gfx/gimpbox/gimpbox-9999.ebuild x11-misc/accentuate/accentuate-9999.ebuild x11-misc/pdfpres/pdfpres-0.2.3.ebuild X-VCS-Directories: media-gfx/gimpbox/ dev-vcs/gitscene/ x11-misc/pdfpres/ app-text/man2tidyhtml/ x11-misc/accentuate/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1841d1282a2fd4f19b505fef8761c02d3064f714 X-VCS-Branch: master Date: Thu, 22 Oct 2015 12:28:06 +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: 142530b6-d7ca-4299-a1ee-4c5fe68335cd X-Archives-Hash: c39d0b420d3aacccc7da239fb47aab10 commit: 1841d1282a2fd4f19b505fef8761c02d3064f714 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 12:27:45 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 12:27:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=1841d128 Drop deprecated parallel python eclass support Signed-off-by: Justin Lecher gentoo.org> app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild | 2 +- dev-vcs/gitscene/gitscene-9999.ebuild | 2 +- media-gfx/gimpbox/gimpbox-9999.ebuild | 2 +- x11-misc/accentuate/accentuate-9999.ebuild | 2 +- x11-misc/pdfpres/pdfpres-0.2.3.ebuild | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild index 683cb01..eefc09b 100644 --- a/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild +++ b/app-text/man2tidyhtml/man2tidyhtml-1.1.ebuild @@ -28,5 +28,5 @@ S="${WORKDIR}/${PN}" src_install() { dodoc AUTHORS - python_parallel_foreach_impl python_doscript ${PN} + python_foreach_impl python_doscript ${PN} } diff --git a/dev-vcs/gitscene/gitscene-9999.ebuild b/dev-vcs/gitscene/gitscene-9999.ebuild index 3c9919a..98c832b 100644 --- a/dev-vcs/gitscene/gitscene-9999.ebuild +++ b/dev-vcs/gitscene/gitscene-9999.ebuild @@ -26,6 +26,6 @@ DEPEND=" RDEPEND="${DEPEND}" src_install() { - python_parallel_foreach_impl python_doscript ${PN} + python_foreach_impl python_doscript ${PN} dodoc ${PN}.txt } diff --git a/media-gfx/gimpbox/gimpbox-9999.ebuild b/media-gfx/gimpbox/gimpbox-9999.ebuild index 4c3b7ee..1341d71 100644 --- a/media-gfx/gimpbox/gimpbox-9999.ebuild +++ b/media-gfx/gimpbox/gimpbox-9999.ebuild @@ -30,5 +30,5 @@ RDEPEND="${DEPEND} S=${WORKDIR}/hg src_install() { - python_parallel_foreach_impl python_newscript gimpbox.py gimpbox + python_foreach_impl python_newscript gimpbox.py gimpbox } diff --git a/x11-misc/accentuate/accentuate-9999.ebuild b/x11-misc/accentuate/accentuate-9999.ebuild index 84475ef..67ea157 100644 --- a/x11-misc/accentuate/accentuate-9999.ebuild +++ b/x11-misc/accentuate/accentuate-9999.ebuild @@ -25,5 +25,5 @@ DEPEND=" RDEPEND="${DEPEND}" src_install() { - python_parallel_foreach_impl python_doscript ${PN} + python_foreach_impl python_doscript ${PN} } diff --git a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild index 2dd4435..d8b87b3 100644 --- a/x11-misc/pdfpres/pdfpres-0.2.3.ebuild +++ b/x11-misc/pdfpres/pdfpres-0.2.3.ebuild @@ -29,8 +29,8 @@ S=${WORKDIR}/vain-${MY_PN}-e01efb1 src_install() { dodoc README - python_parallel_foreach_impl python_newscript legacy-notes-converter.py ${PN}-legacy-notes-converter + python_foreach_impl python_newscript legacy-notes-converter.py ${PN}-legacy-notes-converter - python_parallel_foreach_impl python_doscript ${PN} + python_foreach_impl python_doscript ${PN} doman man1/${PN}.1 }