| 1 | GLEP: 23 |
1 | GLEP: 23 |
| 2 | Title: Portage handling of ACCEPT_LICENSE |
2 | Title: Portage handling of ACCEPT_LICENSE |
| 3 | Version: $Revision: 1.2 $ |
3 | Version: $Revision: 1.3 $ |
| 4 | Last-Modified: $Date: 2004/03/11 02:35:40 $ |
4 | Last-Modified: $Date: 2004/10/26 00:21:28 $ |
| 5 | Author: Jason Stubbs <jstubbs@gentoo.org>, |
5 | Author: Jason Stubbs <jstubbs@gentoo.org>, |
| 6 | Status: Draft |
6 | Status: Accepted |
| 7 | Type: Standards Track |
7 | Type: Standards Track |
| 8 | Content-Type: text/x-rst |
8 | Content-Type: text/x-rst |
| 9 | Created: 9-Mar-2004 |
9 | Created: 9-Mar-2004 |
| 10 | Post-History: 8-Mar-2004 10-Mar-2004 |
10 | Post-History: 8-Mar-2004 10-Mar-2004 25-Oct-2004 |
| 11 | |
11 | |
| 12 | |
12 | |
| 13 | Abstract |
13 | Abstract |
| 14 | ======== |
14 | ======== |
| 15 | |
15 | |
| 16 | Currently, every ebuild in the portage tree is required to have a valid |
16 | Currently, every ebuild in the portage tree is required to have a valid |
| 17 | LICENSE entry. However, the syntax of this entry is not officially |
17 | LICENSE entry. However, the syntax of this entry is not officially |
| 18 | defined and the entry itself is only used when outputting package |
18 | defined and the entry itself is only used when outputting package |
| 19 | details. |
19 | details. |
|
|
20 | |
|
|
21 | Status Update |
|
|
22 | ============= |
|
|
23 | |
|
|
24 | Repoman has been updated to check for the LICENSE syntax. |
| 20 | |
25 | |
| 21 | |
26 | |
| 22 | Motivation |
27 | Motivation |
| 23 | ========== |
28 | ========== |
| 24 | |
29 | |