| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
3 | |
| 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 $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.17 2004/01/07 18:01:33 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>Obtaining Package Information</title> |
8 | <title>Obtaining Package Information</title> |
| 9 | <subsection> |
9 | <subsection> |
| … | |
… | |
| 247 | <title>Viewing the ChangeLog</title> |
247 | <title>Viewing the ChangeLog</title> |
| 248 | <body> |
248 | <body> |
| 249 | |
249 | |
| 250 | <p> |
250 | <p> |
| 251 | While browsing through the Portage Tree, you saw that there was a ChangeLog for |
251 | 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 |
252 | each package. You can view the ChangeLog entries between the available version |
|
|
253 | 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 |
254 | <c>--pretend --changelog</c> (<c>-pl</c> in short) options. As an example we |
| 254 | will view the ChangeLog entries for <c>gnumeric</c>: |
255 | will view the ChangeLog entries for <c>gnumeric</c>: |
| 255 | </p> |
256 | </p> |
| 256 | |
257 | |
| 257 | <pre caption="Viewing the ChangeLog entries for gnumeric"> |
258 | <pre caption="Viewing the ChangeLog entries for gnumeric"> |
| 258 | # <i>emerge --pretend --changelog gnumeric</i> |
259 | # <i>emerge --pretend --changelog gnumeric</i> |
|
|
260 | <comment>(Some output removed to improve readability)</comment> |
|
|
261 | *gnumeric-1.2.2 |
|
|
262 | |
|
|
263 | 27 Nov 2003; foser <foser@gentoo.org> gnumeric-1.2.2.ebuild : |
|
|
264 | New release, requested in #34492 |
|
|
265 | updated deps |
|
|
266 | |
|
|
267 | 12 Nov 2003; Jason Wever <weeve@gentoo.org> gnumeric-1.2.0.ebuild: |
|
|
268 | Marked stable on sparc, fixes bug #32405. |
|
|
269 | |
|
|
270 | 14 Oct 2003; Jason Wever <weeve@gentoo.org> gnumeric-1.0.8.ebuild: |
|
|
271 | Added ~sparc keyword. Fixes bug #31150. |
| 259 | </pre> |
272 | </pre> |
| 260 | |
273 | |
| 261 | </body> |
274 | </body> |
| 262 | </subsection> |
275 | </subsection> |
| 263 | </section> |
276 | </section> |