[gentoo-dev] Package up for grabs: app-misc/pip3line

2019-08-20 Thread Joonas Niilola
Hey,

due to retirement of a maintainer one package is up for grabs:
app-misc/pip3line


It has two bugs open, one pretty severe (and subject of a huge QA
violation)

https://bugs.gentoo.org/690784

https://bugs.gentoo.org/691376


If no one takes it, it's probably gonna be last-rited next.


-- juippis






Re: [gentoo-dev] [PATCH] use.desc: Introduce global USE=magic

2019-08-20 Thread Michał Górny
Dnia August 20, 2019 6:49:28 AM UTC, Fabian Groffen  
napisał(a):
>Hi Michał,
>
>It looks like you missed two from your original set?
>
>app-editors/nano[magic] Add magic file support (sys-apps/file) to
>automatically detect appropriate syntax highlighting
>www-servers/pshs[magic] Enable automatic detection of Content-Type
>using
>libmagic (sys-apps/file)

I've left them intentionally as they provide more information on what magic 
support provides.

>
>Thanks,
>Fabian
>
>On 19-08-2019 22:04:12 +0200, Michał Górny wrote:
>> On Sun, 2019-08-11 at 13:21 +0200, Michał Górny wrote:
>> > USE=magic is currently used consistently by 12 packages:
>> > 
>> 
>> Merged.
>> 
>> -- 
>> Best regards,
>> Michał Górny
>> 


--
Best regards, 
Michał Górny



[gentoo-dev] [PATCH] check-reqs.eclass: Drop unused code for EAPIs without MERGE_TYPE.

2019-08-20 Thread Ulrich Müller
Signed-off-by: Ulrich Müller 
---
 eclass/check-reqs.eclass | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
index 95f73a3012eb..242abde4e279 100644
--- a/eclass/check-reqs.eclass
+++ b/eclass/check-reqs.eclass
@@ -7,7 +7,7 @@
 # @AUTHOR:
 # Bo Ørsted Andresen 
 # Original Author: Ciaran McCreesh 
-# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
+# @SUPPORTED_EAPIS: 4 5 6 7
 # @BLURB: Provides a uniform way of handling ebuild which have very high build 
requirements
 # @DESCRIPTION:
 # This eclass provides a uniform way of handling ebuilds which have very high
@@ -60,13 +60,13 @@ if [[ ! ${_CHECK_REQS_ECLASS_} ]]; then
 # @DESCRIPTION:
 # How much space is needed in /var? Eg.: CHECKREQS_DISK_VAR=3000M
 
-EXPORT_FUNCTIONS pkg_setup
-case "${EAPI:-0}" in
-   0|1|2|3) ;;
-   4|5|6|7) EXPORT_FUNCTIONS pkg_pretend ;;
-   *) die "EAPI=${EAPI} is not supported" ;;
+case ${EAPI:-0} in
+   4|5|6|7) ;;
+   *) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
 esac
 
+EXPORT_FUNCTIONS pkg_pretend pkg_setup
+
 # Obsolete function executing all the checks and printing out results
 check_reqs() {
eerror "Package calling old ${FUNCNAME} function."
@@ -123,9 +123,6 @@ check-reqs_run() {
# some people are *censored*
unset CHECKREQS_FAILED
 
-   [[ ${EAPI:-0} == [0123] ]] && local MERGE_TYPE=""
-
-   # use != in test, because MERGE_TYPE only exists in EAPI 4 and later
if [[ ${MERGE_TYPE} != binary ]]; then
[[ -n ${CHECKREQS_MEMORY} ]] && \
check-reqs_memory \
-- 
2.22.1


signature.asc
Description: PGP signature


Re: [gentoo-dev] [PATCH] use.desc: Introduce global USE=magic

2019-08-20 Thread Fabian Groffen
Hi Michał,

It looks like you missed two from your original set?

app-editors/nano[magic] Add magic file support (sys-apps/file) to
automatically detect appropriate syntax highlighting
www-servers/pshs[magic] Enable automatic detection of Content-Type using
libmagic (sys-apps/file)

Thanks,
Fabian

On 19-08-2019 22:04:12 +0200, Michał Górny wrote:
> On Sun, 2019-08-11 at 13:21 +0200, Michał Górny wrote:
> > USE=magic is currently used consistently by 12 packages:
> > 
> 
> Merged.
> 
> -- 
> Best regards,
> Michał Górny
> 



-- 
Fabian Groffen
Gentoo on a different level


signature.asc
Description: PGP signature