* [gentoo-commits] proj/betagarden:master commit in: x11-misc/accentuate/, dev-vcs/gitscene/, x11-misc/pdfpres/, ...
@ 2015-10-22 12:28 Justin Lecher
0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2015-10-22 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 1841d1282a2fd4f19b505fef8761c02d3064f714
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 12:27:45 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-10-22 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 12:28 [gentoo-commits] proj/betagarden:master commit in: x11-misc/accentuate/, dev-vcs/gitscene/, x11-misc/pdfpres/, Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox