Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Chí-Thanh Christopher Nguyễn
Alec Warner schrieb: On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel > wrote: Someone needs to grow up here. Meh, to me (someone who can't commit to ::gentoo) I have a few concerns here. First, I don't see a lot of QA reverts on the gentoo-dev list. Is it

Re: [gentoo-dev] [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain

2020-03-12 Thread James Le Cuirot
On Thu, 12 Mar 2020 11:23:04 +0100 Alexis Ballier wrote: > On Thu, 2020-03-12 at 09:06 +0100, ha...@gentoo.org wrote: > > As this native Win32 support is considered highly experimental still, > > I > > would like to apply the libtool patches for parity via elibtoolize > > only, > > without

Re: [gentoo-dev] [PATCH 4/4] winnt: die if libtool version is not 2.4.6+

2020-03-12 Thread James Le Cuirot
On Thu, 12 Mar 2020 09:06:26 +0100 ha...@gentoo.org wrote: > From: Michael Haubenwallner > > Signed-off-by: Michael Haubenwallner > --- > eltpatch.in | 14 +- > 1 file changed, 13 insertions(+), 1 deletion(-) > > diff --git a/eltpatch.in b/eltpatch.in > index 6b69216..e12f754

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Andreas K. Huettel
Am Donnerstag, 12. März 2020, 20:23:56 CET schrieb Michał Górny: > On Thu, 2020-03-12 at 11:44 -0700, Alec Warner wrote: > > On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel > > > > wrote: > > > Someone needs to grow up here. > > > > Meh, to me (someone who can't commit to ::gentoo) I have a

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Michał Górny
On Thu, 2020-03-12 at 11:44 -0700, Alec Warner wrote: > On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel > wrote: > > > Someone needs to grow up here. > > > > Meh, to me (someone who can't commit to ::gentoo) I have a few concerns > here. First, I don't see a lot of QA reverts on the

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Andreas K. Huettel
Am Donnerstag, 12. März 2020, 19:44:15 CET schrieb Alec Warner: > On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel > > wrote: > > Someone needs to grow up here. > > Meh, to me (someone who can't commit to ::gentoo) I have a few concerns > here. First, I don't see a lot of QA reverts on the

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Alec Warner
On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel wrote: > Someone needs to grow up here. > Meh, to me (someone who can't commit to ::gentoo) I have a few concerns here. First, I don't see a lot of QA reverts on the gentoo-dev list. Is it common practice to post reverts publicly? Second, I'm

[gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Andreas K. Huettel
Someone needs to grow up here. -- Weitergeleitete Nachricht -- Betreff: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/ Datum: Mittwoch, 11. März 2020, 09:24:16 CET Von: Patrice Clement An: gentoo-comm...@lists.gentoo.org commit:

[gentoo-portage-dev] EAPI 6

2020-03-12 Thread Samuel Bernardo
Hi, Is there any way to allow EAPI 6 for some overlays with current portage stable version (2.3.89-r1)? There are many previous functions that were updated strictly to EAPI 7. As an example here is the result when running "eix-sync -a": > ebuild failed with status > 1

Re: [gentoo-dev] [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain

2020-03-12 Thread Alexis Ballier
On Thu, 2020-03-12 at 09:06 +0100, ha...@gentoo.org wrote: > As this native Win32 support is considered highly experimental still, > I > would like to apply the libtool patches for parity via elibtoolize > only, > without applying them in sys-devel/libtool itself yet. > IIRC you need to do it

[gentoo-dev] [PATCH 1/4] add lt-2.4.6 winnt patches for use with parity-2

2020-03-12 Thread haubi
From: Michael Haubenwallner If a package does not have libtool-2.4.6 there is no guarantee things will work, and the package should use eautoreconf instead. Signed-off-by: Michael Haubenwallner --- eltpatch.in | 3 +- patches/winnt-conf/2.4.6-cmd-max-len| 15

[gentoo-dev] [PATCH 3/4] winnt: enable WOE properties, found in intl.m4

2020-03-12 Thread haubi
From: Michael Haubenwallner Signed-off-by: Michael Haubenwallner --- patches/winnt-conf/woe32| 11 +++ patches/winnt-conf/woe32dll | 11 +++ 2 files changed, 22 insertions(+) create mode 100644 patches/winnt-conf/woe32 create mode 100644 patches/winnt-conf/woe32dll diff

[gentoo-dev] [PATCH 4/4] winnt: die if libtool version is not 2.4.6+

2020-03-12 Thread haubi
From: Michael Haubenwallner Signed-off-by: Michael Haubenwallner --- eltpatch.in | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/eltpatch.in b/eltpatch.in index 6b69216..e12f754 100644 --- a/eltpatch.in +++ b/eltpatch.in @@ -179,7 +179,7 @@ elibtoolize() {

[gentoo-dev] [PATCH 2/4] add lt-2.4.6.42-b88ce winnt patches for use with parity-2

2020-03-12 Thread haubi
From: Michael Haubenwallner If a package does not have libtool-2.4.6 or 2.4.6.42-b88c3 there is no guarantee things will work, and the package should use eautoreconf. Signed-off-by: Michael Haubenwallner --- patches/winnt-conf/2.4.6.42-global-syms | 129

[gentoo-dev] [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain

2020-03-12 Thread haubi
Hello fellow Gentoo devs! As some of you may already know, in Prefix we are able to build native Win32 binaries using the Visual Studio toolchain, nowadays driven by Prefix on Cygwin as the build environment, using sys-devel/parity to have a gcc like commandline interface for cl.exe, link.exe and