| 1 | GLEP: 60 |
1 | GLEP: 60 |
| 2 | Title: Manifest2 filetypes |
2 | Title: Manifest2 filetypes |
| 3 | Version: $Revision: 1.1 $ |
3 | Version: $Revision: 1.2 $ |
| 4 | Last-Modified: $Date: 2008/10/21 23:30:47 $ |
4 | Last-Modified: $Date: 2008/10/22 17:59:43 $ |
| 5 | Author: Robin Hugh Johnson <robbat2@gentoo.org> |
5 | Author: Robin Hugh Johnson <robbat2@gentoo.org> |
| 6 | Status: Draft |
6 | Status: Draft |
| 7 | Type: Standards Track |
7 | Type: Standards Track |
| 8 | Content-Type: text/x-rst |
8 | Content-Type: text/x-rst |
| 9 | Requires: 44 |
9 | Requires: 44 |
| … | |
… | |
| 91 | |
91 | |
| 92 | |
92 | |
| 93 | New filetypes: |
93 | New filetypes: |
| 94 | -------------- |
94 | -------------- |
| 95 | _INFO (new, abstract) |
95 | _INFO (new, abstract) |
| 96 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
96 | ~~~~~~~~~~~~~~~~~~~~~ |
| 97 | - This is the functionality of the old AUX, but does not include the |
97 | - This is the functionality of the old AUX, but does not include the |
| 98 | implicit 'files/' prefix in the path, and is verified relative to the |
98 | implicit 'files/' prefix in the path, and is verified relative to the |
| 99 | working directory instead of $FILESDIR. |
99 | working directory instead of $FILESDIR. |
| 100 | - The modification or absence of a file listed as a _INFO-derived type |
100 | - The modification or absence of a file listed as a _INFO-derived type |
| 101 | is not an error unless the package manager is attempting to be strict. |
101 | is not an error unless the package manager is attempting to be strict. |
| 102 | |
102 | |
| 103 | _CRIT (new, abstract) |
103 | _CRIT (new, abstract) |
| 104 | ~~~~~~~~~~~~~~~~~~~~~~~~~ |
104 | ~~~~~~~~~~~~~~~~~~~~~ |
| 105 | - _CRIT is based off the _INFO type. |
105 | - _CRIT is based off the _INFO type. |
| 106 | - The modification or absence of a file listed as a _CRIT-derived type |
106 | - The modification or absence of a file listed as a _CRIT-derived type |
| 107 | must be treated as an error. |
107 | must be treated as an error. |
| 108 | |
108 | |
| 109 | EBUILD |
109 | EBUILD |