Re: [gentoo-dev] Autodep project

2011-10-17 Thread Александр Берсенев
Sorry for a long delay. New version of autodep is available. To install it do: 1) add neurogeek overlay in your overlay list 2) emerge autodep 3) use autodep and emerge_strict commands. This version was heavily on my few computers for a month. - Fixed a crash when file with non-unicode character

Re: [gentoo-dev] Autodep project

2011-10-17 Thread Michał Górny
On Mon, 17 Oct 2011 06:10:26 + Александр Берсенев b...@hackerdom.ru wrote: Sorry for a long delay. New version of autodep is available. To install it do: 1) add neurogeek overlay in your overlay list 2) emerge autodep 3) use autodep and emerge_strict commands. First thing I notice is:

Re: [gentoo-dev] Autodep project

2011-10-17 Thread justin
On 17/10/11 08:10, Александр Берсенев wrote: Sorry for a long delay. New version of autodep is available. To install it do: 1) add neurogeek overlay in your overlay list 2) emerge autodep 3) use autodep and emerge_strict commands. This version was heavily on my few computers for a month.

Re: [gentoo-dev] Autodep project

2011-09-07 Thread Tomáš Chvátal
Hi, really cool thing you create :) Would it be possible to move that package to main tree, and merge or possibly add new FEATURES option to portage like autobuildchecks that would be set by -dev profile? Cheers Tom

Re: [gentoo-dev] Autodep project

2011-09-07 Thread Alexander Bersenev
I already have depcheck and depcheckstrict FEATURES. Emerge_strict script launch modified version of emerge enabling depcheckstrict feature. I have a 0.2 version of this utility with some bugs fixed, I testing it now. I plan to move this package into main tree and I am going to talk about

[gentoo-dev] Autodep project

2011-09-04 Thread Александр Берсенев
Hi! I am Alexander Bersenev, I was participating in GSoC this year. I want to present you the tool I've developed during this program. I hope that you'll find it useful. The purpose of my project is to help ebuild developers to compose accurate dependency list for a package. The tool has many

Re: [gentoo-dev] Autodep project

2011-09-04 Thread Marc Schiffbauer
* Александр Берсенев schrieb am 04.09.11 um 09:13 Uhr: Hi! Hi Александр, seems to be a nice tool. I am not a native english speaker, but I found at least some words that need to be fixed: * There is no readed its always read * And: writed - written -Marc I am Alexander Bersenev, I was

Re: [gentoo-dev] Autodep project

2011-09-04 Thread justin
Hi, if this tool works like it supposed, it will be very handy. But the current ebuild/buildsystem suffers from disrespecting CC and failing with forced as-needed, isn't strict multilib capable and byte-compilation of python modules. Please find attached a hacky patch. thanks justin On 9/4/11

Re: [gentoo-dev] Autodep project

2011-09-04 Thread justin
You need of course the toolchain-funcs.eclass and not the autotools.eclass. Sorry for that mistake. On 9/4/11 11:24 AM, justin wrote: Hi, if this tool works like it supposed, it will be very handy. But the current ebuild/buildsystem suffers from disrespecting CC and failing with forced

Re: [gentoo-dev] Autodep project

2011-09-04 Thread Александр Берсенев
Thanks, I'll try to fix it. And English too. Best, Alexander Bersenev