Re: [gentoo-dev] [PATCH] fortran-2.eclass: support EAPI 7

2018-11-01 Thread Michael Orlitzky
On 11/01/2018 06:27 PM, Andrew Savchenko wrote: > > This eclass is small, so no harm here. But for larger eclasses > (hello java-*.eclass) this will hinder updates considerably. I > prefer to fix something rather than to fix nothing while > frustrating in attempt to fix everything at once. > >

Re: [gentoo-dev] [PATCH] fortran-2.eclass: support EAPI 7

2018-11-01 Thread Andrew Savchenko
Hi! On Tue, 30 Oct 2018 08:18:58 +0100 Michał Górny wrote: > On Mon, 2018-10-29 at 03:57 +0300, Andrew Savchenko wrote: > > On Sun, 28 Oct 2018 19:29:28 +0100 Michał Górny wrote: > > > On Sun, 2018-10-28 at 01:38 +0300, Andrew Savchenko wrote: > > > > Hi all! > > > > > > > > The only blocker for

Re: [gentoo-dev] [PATCH] fortran-2.eclass: support EAPI 7

2018-11-01 Thread Andrew Savchenko
Hi! On Mon, 29 Oct 2018 23:52:31 +0100 Andreas K. Huettel wrote: > > > > -inherit eutils toolchain-funcs > > +inherit toolchain-funcs > > > > case ${EAPI:-0} in > > - 4|5|6) EXPORT_FUNCTIONS pkg_setup ;; > > + 4|5|6|7) EXPORT_FUNCTIONS pkg_setup ;; > > *) die "EAPI=${EAPI} is not

Re: [gentoo-dev] [PATCH v2] fortran-2.eclass: support EAPI 7

2018-11-01 Thread Andrew Savchenko
Hi all! Here follows the updated version with improvements proposed by mgorny and dilfridge. diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 820cbbcb49bd..a0243714b674 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -1,285 +1,289 @@ -# Copyright

[gentoo-dev] GCO sign-off checks to be enabled on more repositories

2018-11-01 Thread Michał Górny
Hello, After the initial testing period, we'll be deploying the GCO sign-off hook to more git.g.o-hosted repositories. To reduce potential problems, the hook will be deployed to groups of repositories. If the hook misbehaves or shouldn't be enabled for a particular repository (could be a case

[gentoo-dev] Lastrites: mail-filter/assp, www-apps/lxr, app-misc/iguanaIR, net-analyzer/nagvis, media-plugins/alsaequal...

2018-11-01 Thread Pacho Ramos
# Pacho Ramos (01 Nov 2018) # Outdated, security issues (#629442), dead since 2014 (#405527). # Removal in a month. mail-filter/assp # Pacho Ramos (01 Nov 2018) # Outdated, needs to be bumped to latest release to fix multiple security # bugs (#444368). Removal in a month. www-apps/lxr # Pacho

[gentoo-portage-dev] [PATCH] Support disabling docompress for binary package builds

2018-11-01 Thread Michał Górny
Add FEATURES=binpkg-docompress that can be used whether docompress compression is performed before or after creating binary packages. With the feature enabled (the default), the current behavior of storing compressed files in binpkg is preserved. With it disabled, uncompressed files are stored

[gentoo-dev] Package up for grabs: dev-lua/ldoc

2018-11-01 Thread Michał Górny
Hi, Due to the proxied maintainer resigning, the following package is up for grabs: dev-lua/ldoc The package has a single, stable version. Apparently it doesn't need bumping but upstream doesn't seem very alive either (last release 2016). The ebuild is at EAPI=6. There are no open bugs on