|
|
1 | <?xml version='1.0' encoding='UTF-8'?> |
|
|
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
|
|
3 | |
| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
6 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.16 2004/01/06 15:39:48 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.19 2004/01/09 10:52:18 dertobi123 Exp $ --> |
| 5 | |
8 | |
| 6 | <sections> |
9 | <sections> |
| 7 | <section> |
10 | <section> |
| 8 | <title>Obtaining Package Information</title> |
11 | <title>Obtaining Package Information</title> |
| 9 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 247 | <title>Viewing the ChangeLog</title> |
250 | <title>Viewing the ChangeLog</title> |
| 248 | <body> |
251 | <body> |
| 249 | |
252 | |
| 250 | <p> |
253 | <p> |
| 251 | While browsing through the Portage Tree, you saw that there was a ChangeLog for |
254 | While browsing through the Portage Tree, you saw that there was a ChangeLog for |
| 252 | each package. You can view this ChangeLog with <c>emerge</c> too. Use the |
255 | each package. You can view the ChangeLog entries between the available version |
|
|
256 | and the installed version with <c>emerge</c> too. Use the |
| 253 | <c>--pretend --changelog</c> (<c>-pl</c> in short) options. As an example we |
257 | <c>--pretend --changelog</c> (<c>-pl</c> in short) options. As an example we |
| 254 | will view the ChangeLog entries for <c>gnumeric</c>: |
258 | will view the ChangeLog entries for <c>gnumeric</c>: |
| 255 | </p> |
259 | </p> |
| 256 | |
260 | |
| 257 | <pre caption="Viewing the ChangeLog entries for gnumeric"> |
261 | <pre caption="Viewing the ChangeLog entries for gnumeric"> |
| 258 | # <i>emerge --pretend --changelog gnumeric</i> |
262 | # <i>emerge --pretend --changelog gnumeric</i> |
|
|
263 | <comment>(Some output removed to improve readability)</comment> |
|
|
264 | *gnumeric-1.2.2 |
|
|
265 | |
|
|
266 | 27 Nov 2003; foser <foser@gentoo.org> gnumeric-1.2.2.ebuild : |
|
|
267 | New release, requested in #34492 |
|
|
268 | updated deps |
|
|
269 | |
|
|
270 | 12 Nov 2003; Jason Wever <weeve@gentoo.org> gnumeric-1.2.0.ebuild: |
|
|
271 | Marked stable on sparc, fixes bug #32405. |
|
|
272 | |
|
|
273 | 14 Oct 2003; Jason Wever <weeve@gentoo.org> gnumeric-1.0.8.ebuild: |
|
|
274 | Added ~sparc keyword. Fixes bug #31150. |
| 259 | </pre> |
275 | </pre> |
| 260 | |
276 | |
| 261 | </body> |
277 | </body> |
| 262 | </subsection> |
278 | </subsection> |
| 263 | </section> |
279 | </section> |
| … | |
… | |
| 805 | the same format as is used in <path>/usr/portage/profiles/package.mask</path>). |
821 | the same format as is used in <path>/usr/portage/profiles/package.mask</path>). |
| 806 | </p> |
822 | </p> |
| 807 | |
823 | |
| 808 | <p> |
824 | <p> |
| 809 | Do <e>not</e> alter the <path>/usr/portage/profiles/package.mask</path> file as |
825 | Do <e>not</e> alter the <path>/usr/portage/profiles/package.mask</path> file as |
| 810 | all changes are undone the next time you update your Portage tree. |
826 | all changes are undone the next time you update your Portage tree. If you want |
|
|
827 | to hardmask a package create <path>/etc/portage/package.mask</path> and list the |
|
|
828 | package in it (use the same format as mentioned above). |
| 811 | </p> |
829 | </p> |
| 812 | |
830 | |
| 813 | <p> |
831 | <p> |
| 814 | Another trick to circumvent the "masked package" problem is to install the |
832 | Another trick to circumvent the "masked package" problem is to install the |
| 815 | package using the full path. This will ignore both the <c>ACCEPT_KEYWORD</c> |
833 | package using the full path. This will ignore both the <c>ACCEPT_KEYWORD</c> |