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

2018-11-05 Thread Andrew Savchenko
On Fri, 02 Nov 2018 11:27:29 +0100 Ulrich Mueller wrote: > > On Thu, 01 Nov 2018, Andrew Savchenko wrote: > > > -inherit eutils toolchain-funcs > > +inherit toolchain-funcs > > +case ${EAPI:-0} in > > + # not used in the eclass, but left for backward compatibility with > > legacy users >

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

2018-11-05 Thread Andrew Savchenko
On Fri, 02 Nov 2018 15:20:16 +0100 Michał Górny wrote: > On Fri, 2018-11-02 at 01:27 +0300, Andrew Savchenko wrote: > > 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

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

2018-11-05 Thread Andrew Savchenko
Hi all! Here follow updated patches for fortran-2.eclass EAPI 7 update. Patch 1 contains only EAPI 7 related changes: diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 820cbbcb49bd..b871d16e3e05 100644 --- a/eclass/fortran-2.eclass +++ b/eclass/fortran-2.eclass @@ -8,7 +8,7

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

2018-11-05 Thread Andrew Savchenko
Hi all! Here follow updated patches for fortran-2.eclass EAPI 7 update. Patch 2 contains only code cleanup and fixes unrelated to EAPI 7 update: diff --git a/eclass/fortran-2.eclass b/eclass/fortran-2.eclass index 820cbbcb49bd..b871d16e3e05 100644 --- a/eclass/fortran-2.eclass +++

Re: [gentoo-portage-dev] [PATCH v2] Support disabling stripping for binary packages

2018-11-05 Thread Zac Medico
On 11/05/2018 11:58 AM, Michał Górny wrote: > Similarly to FEATURES=binpkg-docompress, implement > FEATURES=binpkg-dostrip that controls whether stripping occurs before or > after building the binary package. > > This makes it possible to build binary packages with some debug > information that

[gentoo-portage-dev] [PATCH] isolated-functions.sh: Do not define any aliases.

2018-11-05 Thread Ulrich Müller
save_IFS and restore_IFS are the only aliases that Portage defines, and they are used exactly once. Rewrite __source_all_bashrcs() not to depend on them, and remove their definitions. The intention is to drop the expand_aliases shell option at some time in the future. Signed-off-by: Ulrich

[gentoo-portage-dev] [PATCH] Support disabling stripping for binary packages

2018-11-05 Thread Michał Górny
Similarly to FEATURES=binpkg-docompress, implement FEATURES=binpkg-dostrip that controls whether stripping occurs before or after building the binary package. This makes it possible to build binary packages with some debug information that is stripped upon installing. Afterwards, the binary

[gentoo-portage-dev] [PATCH v2] Support disabling stripping for binary packages

2018-11-05 Thread Michał Górny
Similarly to FEATURES=binpkg-docompress, implement FEATURES=binpkg-dostrip that controls whether stripping occurs before or after building the binary package. This makes it possible to build binary packages with some debug information that is stripped upon installing. Afterwards, the binary

Re: [gentoo-portage-dev] [PATCH] isolated-functions.sh: Do not define any aliases.

2018-11-05 Thread Zac Medico
On 11/05/2018 12:12 PM, Ulrich Müller wrote: > save_IFS and restore_IFS are the only aliases that Portage defines, > and they are used exactly once. Rewrite __source_all_bashrcs() not to > depend on them, and remove their definitions. > > The intention is to drop the expand_aliases shell option

[gentoo-dev] Last-rites: x11-themes/nuvola

2018-11-05 Thread Andreas Sturmlechner
# Andreas Sturmlechner (06 Nov 2018) # This was already outdated by the arrival of kde-apps/kdeartwork-iconthemes, # which itself was removed more than two years ago. # Masked for removal by end of the month, bug #670424 x11-themes/nuvola

[gentoo-dev] Unmasking >=media-video/ffmpeg-4.0

2018-11-05 Thread Craig Andrews
I think it's time to remove the mask on >=media-video/ffmpeg-4.0 ffmpeg 4 is in many distros (including Debian, Arch) and FreeBSD. Upstreams are starting to require it, too. For example, Kodi 18 and media-plugins/gst-plugins-libav-16 will require it. The blocker issue