Gentoo Archives: gentoo-dev

From: Sebastian Pipping <sping@g.o>
To: Peter Volkov <pva@g.o>
Cc: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/aria2: aria2-1.12.0.ebuild ChangeLog
Date: Fri, 01 Jul 2011 20:04:57
Message-Id: 4E0E1F18.8040305@gentoo.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-misc/aria2: aria2-1.12.0.ebuild ChangeLog by Peter Volkov
1 On 07/01/2011 10:03 AM, Peter Volkov wrote:
2 > В Чтв, 30/06/2011 в 19:27 +0000, Sebastian Pipping (sping) пишет:
3 >> Log:
4 >> net-misc/aria2: Bump to 1.12.0, looks trivial
5 >>
6 >> EAPI="2"
7 >>
8 >> inherit bash-completion
9 > ...
10 >> pkg_setup() {
11 >> if use scripts && use !xmlrpc && use !metalink; then
12 >> ewarn "Please also enable the 'xmlrpc' USE flag to actually use the additional scripts"
13 >> fi
14 >> }
15 >
16 > This really calls for REQUIRED_USE from EAPI="4".
17 >
18 > REQUIRED_USE="scripts? ( ^^ ( xmlrpc metalink ) )"
19
20 If we use EAPI 4 in that ebuild we cannot make it stable anytime soon,
21 correct?
22
23
24
25 Sebastian

Replies