Re: [gentoo-dev] Unified DEPENDENCIES concept

2012-09-08 Thread Ciaran McCreesh
On Fri, 07 Sep 2012 18:55:10 -0400 Michael Orlitzky mich...@orlitzky.com wrote: I think that dependencies are ultimately not hierarchical Situations like foo? ( bar? ( || ( a ( b c ) ) ) ) do happen, so any new syntax would have to be able to deal with that. -- Ciaran McCreesh signature.asc

Re: [gentoo-dev] Unified DEPENDENCIES concept

2012-09-08 Thread Michał Górny
On Fri, 07 Sep 2012 18:55:10 -0400 Michael Orlitzky mich...@orlitzky.com wrote: On 09/07/2012 07:45 AM, Ciaran McCreesh wrote: Since DEPENDENCIES hasn't been written up in a Gentoo-friendly manner, and since the Exherbo documentation doesn't seem to suffice to explain the idea here, here's

Re: [gentoo-dev] doheader function for EAPI 5?

2012-09-08 Thread Sergey Popov
31.08.2012 12:35, Paweł Hajdan, Jr. wrote: I'm somewhat interested. Here's the current code dev-lang/v8 uses to install headers: insinto /usr doins -r include || die Using e.g. doheader include/* is slightly prettier IMHO, but it's not a big deal. I am also voting for such

Re: [gentoo-dev] Unified DEPENDENCIES concept

2012-09-08 Thread Michael Orlitzky
On 09/08/2012 02:43 AM, Ciaran McCreesh wrote: On Fri, 07 Sep 2012 18:55:10 -0400 Michael Orlitzky mich...@orlitzky.com wrote: I think that dependencies are ultimately not hierarchical Situations like foo? ( bar? ( || ( a ( b c ) ) ) ) do happen, so any new syntax would have to be able to

Re: [gentoo-dev] python-distutils-ng.eclass: allow useflag dependencies for python

2012-09-08 Thread hasufell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Where are your use cases? qgrep PYTHON_USE_WITH -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQS0J1AAoJEFpvPKfnPDWzktAH/jY5/hfkIv6Gn+mRBg3ROtKh

[gentoo-dev] making USE=upnp a global flag

2012-09-08 Thread Mike Frysinger
i'm surprised this hasn't happened already. currently at 18 users (and i'm adding another), so time to make global. i'll use the description: upnp: Enable support for the Universal Plug and Play (UPnP) network protocol app-misc/tracker: Add support for video extraction via

Re: [gentoo-dev] News item 1: changes to stages (make.conf and make.profile)

2012-09-08 Thread Jorge Manuel B. S. Vicetto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is the second draft for this news item. On 06-09-2012 03:52, Jorge Manuel B. S. Vicetto wrote: Hi. Following the July 24th thread about changing the default location of make.conf and make.profile in the new stages, I propose to commit 2

Re: [gentoo-dev] making USE=upnp a global flag

2012-09-08 Thread Michał Górny
On Sat, 8 Sep 2012 10:37:49 -0700 Mike Frysinger vap...@gentoo.org wrote: i'm surprised this hasn't happened already. currently at 18 users (and i'm adding another), so time to make global. i'll use the description: upnp: Enable support for the Universal Plug and Play (UPnP) network

[gentoo-dev] Re: News item 1: changes to stages (make.conf and make.profile)

2012-09-08 Thread Duncan
Jorge Manuel B. S. Vicetto posted on Sat, 08 Sep 2012 18:05:07 + as excerpted: Starting next week, new stages will have make.conf and make.profile moved from /etc to /etc/portage. This is a change in the installation defaults, that will only affect new installs so it doesn't affect

Re: [gentoo-dev] Unified DEPENDENCIES concept

2012-09-08 Thread Matt Turner
On Fri, Sep 7, 2012 at 4:45 AM, Ciaran McCreesh ciaran.mccre...@googlemail.com wrote: Since DEPENDENCIES hasn't been written up in a Gentoo-friendly manner, and since the Exherbo documentation doesn't seem to suffice to explain the idea here, here's some more details on the DEPENDENCIES

[gentoo-dev] Perl: please don't delete packlists

2012-09-08 Thread Matthias Bethke
I just tried (and failed) to pack a script with App::FatPacker and noticed Gentoo follows the bad example of most other distributions in removing all .packlist files from Perl module installations. These files are the only system-independent way of determining which modules belong together as

Re: [gentoo-dev] [PATCH] boost-utils.eclass -- for building against newest boost.

2012-09-08 Thread Arfrever Frehtes Taifersar Arahesis
2012-09-04 22:50:16 Michał Górny napisał(a): + local slot=${1:-${BOOST_MAX_VERSION:-$(boost-utils_get_best_slot)}} When BOOST_MAX_VERSION is non-empty, then it should be used in the following way: [[ ${BOOST_MAX_VERSION} =~ ^[[:digit:]]+\.[[:digit:]]+$ ]] || die Invalid