[gentoo-dev] rdp vs rdesktop vs freerdp USE flags

2016-12-08 Thread Pacho Ramos
When looking at freerdp reverse deps I noticed we are using three different names for USE flags enabling freerdp support: rdp, rdesktop and freerdp rdesktop is the only one that is a global USE flag, even if it's used only by two packages, the others are local USE flags that are enabling similar s

Re: [gentoo-dev] rdp vs rdesktop vs freerdp USE flags

2016-12-08 Thread Andrew Savchenko
Hi, On Thu, 08 Dec 2016 11:29:51 +0100 Pacho Ramos wrote: > When looking at freerdp reverse deps I noticed we are using three different > names for USE flags enabling freerdp support: rdp, rdesktop and freerdp > > rdesktop is the only one that is a global USE flag, even if it's used only by > two

Re: Thread moving to -nfp LIST [Re: [gentoo-dev] Gentooo 501(c) accounting]

2016-12-08 Thread james
On 12/07/2016 04:39 PM, Robin H. Johnson wrote: On Wed, Dec 07, 2016 at 04:01:53PM -0500, james wrote: Can you cross post to gentoo-dev? I'm not subscribed to that list. Should not a wider community, particularly devs be part of the discussion? Please DO subscribe. Nope. I strongly believe th

Re: [gentoo-dev] rdp vs rdesktop vs freerdp USE flags

2016-12-08 Thread Doug Freed
On Thu, Dec 8, 2016 at 7:38 AM, Andrew Savchenko wrote: > Hi, > > On Thu, 08 Dec 2016 11:29:51 +0100 Pacho Ramos wrote: >> When looking at freerdp reverse deps I noticed we are using three different >> names for USE flags enabling freerdp support: rdp, rdesktop and freerdp >> >> rdesktop is the on

Re: [gentoo-dev] rdp vs rdesktop vs freerdp USE flags

2016-12-08 Thread Mike Gilbert
On Thu, Dec 8, 2016 at 9:10 AM, Doug Freed wrote: > On Thu, Dec 8, 2016 at 7:38 AM, Andrew Savchenko wrote: >> Hi, >> >> On Thu, 08 Dec 2016 11:29:51 +0100 Pacho Ramos wrote: >>> When looking at freerdp reverse deps I noticed we are using three different >>> names for USE flags enabling freerdp s

Please stay on-topic. (was: Re: Thread moving to -nfp LIST [Re: [gentoo-dev] Gentooo 501(c) accounting])

2016-12-08 Thread Andreas K. Huettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Donnerstag, 8. Dezember 2016, 15:08:17 schrieb james: > On 12/07/2016 04:39 PM, Robin H. Johnson wrote: > > On Wed, Dec 07, 2016 at 04:01:53PM -0500, james wrote: > >> Can you cross post to gentoo-dev? I'm not subscribed to that list. > >> Should

[gentoo-dev] [PATCH 1/5] depend.apache.eclass: Replace build_with_use with has_version

2016-12-08 Thread Andreas K . Hüttel
From: Doug Freed --- eclass/depend.apache.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index b69c2ec..a7d206f 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -290,7 +290,7

[gentoo-dev] [PATCH 4/5] depend.apache.eclass: For EAPI=6, move initialization of APACHE_BASEDIR and APACHE_MODULESDIR into pkg_setup

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index a51ec55..8582396 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -

[gentoo-dev] [PATCH 2/5] depend.apache.eclass: Disallow EAPI=1

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index a7d206f..e858a85 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -43,7 +43,7 @@ inherit multilib cas

[gentoo-dev] [PATCH 5/5] depend.apache.eclass: Restructure pkg_setup so in_iuse is used from EAPI=6 on

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 8582396..2d7b062 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -176,

[gentoo-dev] depend.apache.eclass rework, try 2

2016-12-08 Thread Andreas K . Hüttel
Here's a fresh attempt to improve depend.apache.eclass; this time some of the ideas from dwfreed's patch are implemented. The initialization of two variables is shifted from global scope to pkg_setup. We still remain with one eclass though (and what I haven't used is the new dependency/useflag co

[gentoo-dev] [PATCH 3/5] depend.apache.eclass: Add missing function want_apache2_4

2016-12-08 Thread Andreas K . Hüttel
--- eclass/depend.apache.eclass | 17 + 1 file changed, 17 insertions(+) diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index e858a85..a51ec55 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -225,6 +225,23 @@ want_apache2_2() {

Re: [gentoo-dev] [PATCH 1/5] depend.apache.eclass: Replace build_with_use with has_version

2016-12-08 Thread Michał Górny
On Thu, 8 Dec 2016 21:36:28 +0100 Andreas K. Hüttel wrote: > From: Doug Freed > > --- > eclass/depend.apache.eclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass > index b69c2ec..a7d206f 100644 > --- a

Re: [gentoo-dev] [PATCH 1/5] depend.apache.eclass: Replace build_with_use with has_version

2016-12-08 Thread Doug Freed
On Fri, Dec 9, 2016 at 1:09 AM, Michał Górny wrote: > On Thu, 8 Dec 2016 21:36:28 +0100 > Andreas K. Hüttel wrote: > >> From: Doug Freed >> >> --- >> eclass/depend.apache.eclass | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) >> >> diff --git a/eclass/depend.apache.eclass b/ecla