Gentoo Archives: gentoo-dev

From: Mounir Lamouri <volkmar@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: ACCEPT_LICENSE default value (GLEP 23)
Date: Tue, 02 Jun 2009 19:52:47
Message-Id: 4A25830A.1090407@gentoo.org
In Reply to: Re: [gentoo-dev] RFC: ACCEPT_LICENSE default value (GLEP 23) by Nirbheek Chauhan
1 Nirbheek Chauhan wrote:
2 > On Tue, Jun 2, 2009 at 3:56 AM, Mounir Lamouri <volkmar@g.o> wrote:
3 >
4 >> This feature (ACCEPT_LICENSE) is important to remove check_license()
5 >> call from ebuilds which need user input while merging. Interaction in
6 >> ebuild should be avoided and it is a blocker for a fully functional
7 >> portage backend for packagekit (my gsoc project).
8 >>
9 >>
10 >
11 > Most licenses aren't for usage, but for distribution -- surely you mean EULAs?
12 >
13 License and EULA is the same for most users and it's exactly the same
14 for ebuilds/portage.
15 I don't get your point. check_license() is used to print the license
16 (it's probably only used for EULA's actually) and wait for user approval
17 before resume the merge process. The printed license is the license from
18 LICENSE var.
19
20 I'm sorry if I misunderstood something.
21
22 Thanks,
23 Mounir

Replies

Subject Author
Re: [gentoo-dev] RFC: ACCEPT_LICENSE default value (GLEP 23) Nirbheek Chauhan <nirbheek@g.o>