Gentoo Archives: gentoo-dev

From: "Александр Берсенев" <bay@×××××××××.ru>
To: "gentoo-dev@l.g.o" <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Autodep project
Date: Mon, 17 Oct 2011 06:11:10
Message-Id: CAPomEdwYTF3NBS6LC1zgaWmW+xk8o+XJ2ksULNWqQtqZoA1zGQ@mail.gmail.com
In Reply to: Re: [gentoo-dev] Autodep project by Alexander Bersenev
1 Sorry for a long delay.
2
3 New version of autodep is available. To install it do:
4 1) add neurogeek overlay in your overlay list
5 2) emerge autodep
6 3) use autodep and emerge_strict commands.
7
8 This version was heavily on my few computers for a month.
9 - Fixed a crash when file with non-unicode character was in the name of file.
10 - Some packages redefined snprintf function and autodep wasn't
11 expected it. Now it uses own snprintf function.
12
13 I am testing 0.3 version now. I slightly rewrote an algo of allowed
14 packages list composing:
15 http://git.overlays.gentoo.org/gitweb/?p=proj/autodep.git;a=commitdiff;h=e541c423ce50003e05b9a154a0893cafe8bd7445
16
17 Best,
18 Alexander Bersenev
19
20 2011/9/7 Alexander Bersenev <bay@×××××××××.ru>:
21 > I already have depcheck and depcheckstrict FEATURES. Emerge_strict script launch modified version of emerge enabling depcheckstrict feature.
22 >
23 > I have a 0.2 version of this utility with some bugs fixed, I testing it now.
24 >
25 > I plan to move this package into main tree and I am going to talk about integration of this patch into portage but I think some things must be changed in it before.
26 >
27 > Best,
28 >
29 > Alexander Bersenev
30 >
31 > On 07.09.2011, at 15:08, Tomáš Chvátal <scarabeus@g.o> wrote:
32 >
33 >> Hi,
34 >> really cool thing you create :)
35 >>
36 >> Would it be possible to move that package to main tree, and merge
37 >> or possibly add new FEATURES option to portage like "autobuildchecks" that
38 >> would be set by -dev profile?
39 >>
40 >> Cheers
41 >> Tom
42 >>
43 >

Replies

Subject Author
Re: [gentoo-dev] Autodep project "Michał Górny" <mgorny@g.o>
Re: [gentoo-dev] Autodep project justin <jlec@g.o>