Re: [gentoo-dev] Packages up for grabs: app-dicts/verbiste, app-emulation/virt-what, dev-libs/libdaemon, media-libs/libiptcdata, media-video/isight-firmware-tools, net-wireless/broadcom-sta

2019-11-30 Thread Matthew Thode
On 19-11-30 12:22:37, Michał Górny wrote: > Hello, > > Due to eva having little time for Gentoo, the following packages could > use a new maintainer: > > [ v] app-dicts/verbiste > [*v] app-emulation/virt-what > [b ] dev-libs/libdaemon > [ v] media-libs/libiptcdata > [ ]

[gentoo-dev] Last-rites: media-libs/mediastreamer, media-plugins/mediastreamer-amr, media-plugins/mediastreamer-bcg729, media-plugins/mediastreamer-ilbc, media-plugins/mediastreamer-x264

2019-11-30 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2019-11-30) # Version in Gentoo is multiple years old, broken by several dependencies # Bugs aren't being fixed: #497412, #509334, #511794, #651010, #654484, #701022 # Removal in 30 days. media-libs/mediastreamer media-plugins/mediastreamer-amr

[gentoo-dev] [PATCH 7/7] python-single-r1.eclass: Remove unused PYTHON_TARGETS

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-single-r1.eclass | 35 -- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 438f25134c34..4184b6f132bc 100644 ---

[gentoo-dev] [PATCH 6/7] python-single-r1.eclass: Remove deprecated PYTHON_USEDEP API

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-single-r1.eclass | 122 - 1 file changed, 13 insertions(+), 109 deletions(-) diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index f042bf4e1167..438f25134c34 100644 ---

[gentoo-dev] [PATCH 5/7] app-editors/gedit-plugins: Use new PYTHON_*_USEDEP API

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- .../gedit-plugins/gedit-plugins-3.32.2.ebuild| 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild index

[gentoo-dev] [PATCH 4/7] app-editors/gedit: Use new PYTHON_*_USEDEP API

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- app-editors/gedit/gedit-3.32.2.ebuild | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-editors/gedit/gedit-3.32.2.ebuild b/app-editors/gedit/gedit-3.32.2.ebuild index e8f11fd45a95..db73743edc92 100644 ---

[gentoo-dev] [PATCH 3/7] dev-libs/libpeas: Use new PYTHON_MULTI_USEDEP API

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- dev-libs/libpeas/libpeas-1.22.0.ebuild | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libpeas/libpeas-1.22.0.ebuild b/dev-libs/libpeas/libpeas-1.22.0.ebuild index 458f5c4b5bad..8ed50bb8be30 100644 ---

[gentoo-dev] [PATCH 2/7] python-single-r1.eclass: Use new-style flags for python-exec dep

2019-11-30 Thread Michał Górny
Depend on PYTHON_TARGETS directly in dev-lang/python-exec dep, instead of relying on old-style PYTHON_USEDEP. Signed-off-by: Michał Górny --- eclass/python-single-r1.eclass | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/eclass/python-single-r1.eclass

[gentoo-dev] [PATCH 1/7] python-single-r1.eclass: Introduce PYTHON_{SINGLE,MULTI}_USEDEP API

2019-11-30 Thread Michał Górny
Introduce a new API that replaces PYTHON_USEDEP with PYTHON_SINGLE_USEDEP variable and PYTHON_MULTI_USEDEP placeholder. The former can be used directly (or via python_gen_cond_dep) when depending on other python-single-r1 packages, the latter can be used via python_gen_cond_dep when depending on

[gentoo-dev] [PATCH 0/7] python-single-r1.eclass: New split usedep API

2019-11-30 Thread Michał Górny
Hi, Here's the proposed API update for python-single-r1. The patch series consists of three parts: 1-2 -- immediate updates to the eclass 3-5 -- examples of how ebuilds can be updated 6-7 -- final updates to the eclass, to be applied once everything is converted The basic idea is that

[gentoo-dev] Packages up for grabs: app-dicts/verbiste, app-emulation/virt-what, dev-libs/libdaemon, media-libs/libiptcdata, media-video/isight-firmware-tools, net-wireless/broadcom-sta

2019-11-30 Thread Michał Górny
Hello, Due to eva having little time for Gentoo, the following packages could use a new maintainer: [ v] app-dicts/verbiste [*v] app-emulation/virt-what [b ] dev-libs/libdaemon [ v] media-libs/libiptcdata [ ] media-video/isight-firmware-tools [b ] net-wireless/broadcom-sta Legend: v - version

[gentoo-dev] [PATCH] python*r1.eclass: Remove python-exec:0 leftover

2019-11-30 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/python-r1.eclass| 6 +- eclass/python-single-r1.eclass | 6 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 479c4d08234b..e87b59967cde 100644 ---

[gentoo-dev] [PATCH v2] python*-r1.eclass: Deprecate python_gen_usedep

2019-11-30 Thread Michał Górny
Deprecate python_gen_usedep() in favor of python_gen_cond_dep(). The latter is a newer API that generates full USE-conditional blocks rather than pure USE-dependency strings. As such, it can replace all uses of the former, and is safer to use in general. In particular:

[gentoo-dev] [PATCH] python*r1.eclass: Reliably allow empty s to gen funcs

2019-11-30 Thread Michał Górny
Reliably allow empty pattern lists (equivalent to no restrictions) in all pattern-based generator functions, notably python_gen_cond_dep. Previously, only some of the functions accepted them while others failed via _python_impl_matches function. Signed-off-by: Michał Górny ---

Re: [gentoo-dev] Packages up for grabs due to creffett's inactivity

2019-11-30 Thread James Le Cuirot
On Fri, 29 Nov 2019 10:37:45 +0100 Michał Górny wrote: > games-roguelike/dwarf-fortress Games team can absorb this one. It's simple enough. -- James Le Cuirot (chewi) Gentoo Linux Developer pgpAtNKR1rcRC.pgp Description: OpenPGP digital signature

Re: [gentoo-dev] Packages up for grabs due to alonbl's inactivity

2019-11-30 Thread James Le Cuirot
On Fri, 29 Nov 2019 10:21:44 +0100 Michał Górny wrote: > [ ] net-firewall/firehol I'll take this as I use it a lot. -- James Le Cuirot (chewi) Gentoo Linux Developer pgpFkRMcYhN7W.pgp Description: OpenPGP digital signature