Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread Michał Górny
On Mon, 2019-03-25 at 04:23 +, Robin H. Johnson wrote: > > Are there more packages in the tree that are locked to a specific version > > of lua? > Yes, several, and more on that in a second. > > I think packages will need one of two variables: > LUA_SINGLE_TARGET > LUA_TARGETS > > LUA_TARGET

Re: [gentoo-dev] Last rites: net-misc/casync

2019-03-24 Thread Zoltan Puskas
Hey, I'm willing to maintain this. Fix, ownership add, and mask removal in: https://github.com/gentoo/gentoo/pull/11490 Cheers, Z. On Sat, Mar 23, 2019 at 08:18:52PM +0100, Michał Górny wrote: > # Michał Górny (23 Mar 2019) > # Unmaintained. Fails to build. Probably needs a fresh snapshot. >

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread Robin H. Johnson
On Sat, Mar 23, 2019 at 04:23:27PM -0500, William Hubbs wrote: > Hi all, > > Soon I will be working on fixing up the state of dev-lang/lua, and there > are a couple of things I want to mention. > > The first thing is liblua as a shared library. If you are using lua > internally in a program, upst

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2019-03-24 23:59 UTC

2019-03-24 Thread Robin H. Johnson
dev-python/itypes 20190318-22:11 williamh bcb94ee73d2 dev-python/swagger-spec-validator 20190319-23:15 williamh 73b41dbfe2a gnome-extra/gnome-shell-extension-dash-to-panel 20190324-16:44 pacho 7671b94bad7 gnome-extra/gnome-shell-extension

[gentoo-dev] [PATCH 3/3] font.eclass: Move while to primary shell

2019-03-24 Thread Andreas Sturmlechner
--- eclass/font.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index fef6b79..6488109 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -103,7 +103,7 @@ font_cleanup_dirs() { local d f g generated candidate o

[gentoo-dev] [PATCH 1/3 v2] font.eclass: Port to EAPI-7

2019-03-24 Thread Andreas Sturmlechner
On Sonntag, 24. März 2019 19:41:24 CET Michał Górny wrote: > On Sun, 2019-03-24 at 18:17 +0100, Andreas Sturmlechner wrote: > > -U, please. This is a huge eclass and probably requires more work > than you're showing us ;-). I dreaded that reply already. Anyone here from fonts team to comment

[gentoo-dev] [PATCH 2/3] font.eclass: Add error handling where applicable

2019-03-24 Thread Andreas Sturmlechner
--- eclass/font.eclass | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index 06736e5..fef6b79 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -66,17 +66,18 @@ font_xfont_config() { local

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread Michał Górny
On Sun, 2019-03-24 at 12:44 -0500, William Hubbs wrote: > On Sun, Mar 24, 2019 at 02:26:35PM +0100, Andreas K. Huettel wrote: > > Am Samstag, 23. März 2019, 22:23:27 CET schrieb William Hubbs: > > > Hi all, > > > > > > Soon I will be working on fixing up the state of dev-lang/lua, and there > > >

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread William Hubbs
On Sun, Mar 24, 2019 at 12:24:26PM +0100, cont...@hacktivis.me wrote: > [2019-03-23 16:23:27] William Hubbs: > > The first thing is liblua as a shared library. If you are using lua > > internally in a program, upstream strongly recommends not linking it > > this way; it is supposed to be statically

Re: [gentoo-dev] [PATCH] font.eclass: Port to EAPI-7

2019-03-24 Thread Michał Górny
On Sun, 2019-03-24 at 18:17 +0100, Andreas Sturmlechner wrote: > --- > eclass/font.eclass | 57 +++--- > 1 file changed, 28 insertions(+), 29 deletions(-) -U, please. This is a huge eclass and probably requires more work than you're showing us ;-). >

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread William Hubbs
On Sun, Mar 24, 2019 at 02:26:35PM +0100, Andreas K. Huettel wrote: > Am Samstag, 23. März 2019, 22:23:27 CET schrieb William Hubbs: > > Hi all, > > > > Soon I will be working on fixing up the state of dev-lang/lua, and there > > are a couple of things I want to mention. > > > > The first thing i

[gentoo-dev] [PATCH] font.eclass: Port to EAPI-7

2019-03-24 Thread Andreas Sturmlechner
--- eclass/font.eclass | 57 +++--- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index 58ec9e3..622f143 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread Andreas K. Huettel
Am Samstag, 23. März 2019, 22:23:27 CET schrieb William Hubbs: > Hi all, > > Soon I will be working on fixing up the state of dev-lang/lua, and there > are a couple of things I want to mention. > > The first thing is liblua as a shared library. If you are using lua > internally in a program, upst

Re: [gentoo-dev] the state of dev-lang/lua

2019-03-24 Thread contact
[2019-03-23 16:23:27] William Hubbs: > The first thing is liblua as a shared library. If you are using lua > internally in a program, upstream strongly recommends not linking it > this way; it is supposed to be statically linked into the executable. > Because of this, and because of the amount of c