Re: [gentoo-dev] Update to the pax-utils.eclass

2014-08-26 Thread Rick "Zero_Chaos" Farina
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/26/2014 06:23 PM, Anthony G. Basile wrote: > On 08/26/14 17:00, Alexander Tsoy wrote: >> On Tue Aug 26 22:27:36 2014 Anthony G. Basile >> wrote: >>> Hi everyone, >>> >>> I plan to update the pax-utils.eclass because of bug #520198. Can >>> peo

Re: [gentoo-dev] [RFC] qt5-build.eclass

2014-08-26 Thread Davide Pesavento
On Wed, Aug 20, 2014 at 10:07 AM, Michał Górny wrote: > Dnia 2014-08-17, o godz. 20:38:18 > Davide Pesavento napisał(a): > >> # @FUNCTION: qt5-build_src_unpack >> # @DESCRIPTION: >> # Unpacks the sources. >> qt5-build_src_unpack() { >> if [[ $(gcc-major-version) -lt 4 ]] || [[ $(gcc-major-v

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Michał Górny
Dnia 2014-08-26, o godz. 23:35:16 Michał Górny napisał(a): > Dnia 2014-08-26, o godz. 12:51:22 > Michał Górny napisał(a): > > > I think the best way forward is to: > > > > 1. Teach 'old' eselect-bashcomp to find files in the new $completionsdir > > as well as the old location, and stabilize th

Re: [gentoo-dev] Update to the pax-utils.eclass

2014-08-26 Thread Anthony G. Basile
On 08/26/14 17:00, Alexander Tsoy wrote: On Tue Aug 26 22:27:36 2014 Anthony G. Basile wrote: Hi everyone, I plan to update the pax-utils.eclass because of bug #520198. Can people please review that bug and the latest suggestion for the eclass. Since I'm inverting some if and for blocks, a d

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Michał Górny
Dnia 2014-08-26, o godz. 12:51:22 Michał Górny napisał(a): > I think the best way forward is to: > > 1. Teach 'old' eselect-bashcomp to find files in the new $completionsdir > as well as the old location, and stabilize that soon. > > 2. Switch the eclass and ebuilds to use the new $completionsd

Re: [gentoo-dev] Update to the pax-utils.eclass

2014-08-26 Thread Alexander Tsoy
On Tue Aug 26 22:27:36 2014 Anthony G. Basile wrote: > Hi everyone, > > I plan to update the pax-utils.eclass because of bug #520198.  Can > people please review that bug and the latest suggestion for the eclass.  > Since I'm inverting some if and for blocks, a diff isn't as useful as > just

[gentoo-dev] Lastrite: media-sound/cowbell

2014-08-26 Thread Kristian Fiskerstrand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 # Kristian Fiskerstrand (26 Aug 2014) # Open security bug #386221 (CVE-2010-3353) # Does not seem actively maintained # Masked for removal in 30 days media-sound/cowbell - -- Kristian Fiskerstrand Public PGP key 0xE3EDFAE3 at hkp://pool.sks-keyser

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Michał Górny
Dnia 2014-08-26, o godz. 15:42:42 Alexander Tsoy napisał(a): > Several packages install completions into compatdir > (/etc/bash_completion.d) by default. And these completions are > incompatible with autoloader, so they will not work if you simply > install them into completionsdir and create nec

[gentoo-dev] Update to the pax-utils.eclass

2014-08-26 Thread Anthony G. Basile
Hi everyone, I plan to update the pax-utils.eclass because of bug #520198. Can people please review that bug and the latest suggestion for the eclass. Since I'm inverting some if and for blocks, a diff isn't as useful as just looking at the entire class. -- Anthony G. Basile, Ph.D. Gentoo

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Alexander Tsoy
В Tue, 26 Aug 2014 12:51:22 +0200 Michał Górny пишет: > What needs to change? > - > > The major issue is how to switch the system properly -- preferably, > without forcing users to reinstall everything :). > > I think the best way forward is to: > > 1. Teach 'old' eselect-b

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Michał Górny
Dnia 2014-08-26, o godz. 07:13:53 Joshua Kinard napisał(a): > > oldcompdir = /usr/share/bash-completion > [...] > > completionsdir = /usr/share/bash-completion/completions > [snip] > > I take it systems with /usr mounted separately won't be affected by this > change? Do we need to retain the /e

Re: [gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Joshua Kinard
On 08/26/2014 06:51, Michał Górny wrote: > Hello, developers and users. > > I would like to champion the goal of bringing bash-completion-2.1-r1 to > Gentoo. As far as I can see, nobody's been working on this since > the first failed attempt has been reverted. > > Firstly, I would like to describ

[gentoo-dev] bash-completion-2.1-r1 once again

2014-08-26 Thread Michał Górny
Hello, developers and users. I would like to champion the goal of bringing bash-completion-2.1-r1 to Gentoo. As far as I can see, nobody's been working on this since the first failed attempt has been reverted. Firstly, I would like to describe the differences between the old and the new system.