| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.239 2005/06/14 08:17:05 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.240 2005/06/14 09:18:48 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
|
|
6 | |
|
|
7 | 14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
8 | src/GLIInstallProfile.py: |
|
|
9 | Change structure of etc-portage stuff. The serialization was broken before my |
|
|
10 | last commit, and I am the only person that's ever used it. The new schema is |
|
|
11 | as follows: |
|
|
12 | <etc-portage> |
|
|
13 | <file name="package.mask"/> |
|
|
14 | <file name="package.unmask"> |
|
|
15 | <entry atom="sys-kernel/openmosix-sources"/> |
|
|
16 | </file> |
|
|
17 | <file name="package.use"> |
|
|
18 | <entry atom="sys-libs/db"> |
|
|
19 | -java |
|
|
20 | </entry> |
|
|
21 | <entry atom="dev-libs/cyrus-sasl"> |
|
|
22 | -ldap |
|
|
23 | </entry> |
|
|
24 | </file> |
|
|
25 | </etc-portage> |
|
|
26 | |
| 6 | |
27 | |
| 7 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
28 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
| 8 | src/GLIInstallProfile.py: |
29 | src/GLIInstallProfile.py: |
| 9 | Add new entry for gli-profile/kernel-build-method item. Add missing |
30 | Add new entry for gli-profile/kernel-build-method item. Add missing |
| 10 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |
31 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |