Summary: | [patch] app-portage/gentoolkit-dev: echangelog eats newlines | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Ryan Hill (RETIRED) <rhill> |
Component: | Tools | Assignee: | Portage Tools Team <tools-portage> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 268725 | ||
Attachments: |
echangelog-wrap.patch
wrap.patch |
Description
Ryan Hill (RETIRED)
2009-03-29 05:39:25 UTC
gentoolkit-0.2.4.2-r1 BTW Created attachment 188826 [details, diff]
echangelog-wrap.patch
I'm not entirely sure of what the other formatting requirements are, but this should fix the reported bug.
I'm not sure which way I would prefer it since both outputs can be ugly. Maybe add a keep-formatting option?? $ echangelog --- ChangeLog 2009-04-30 22:02:20.000000000 -0500 +++ ChangeLog.new 2009-04-30 22:03:30.000000000 -0500 @@ -2,6 +2,20 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.151 2009/01/09 16:31:58 ranger Exp $ +*gentoolkit-0.2.4.3 (01 May 2009) + + 01 May 2009; Paul Varner <fuzzyray@gentoo.org> +gentoolkit-0.2.4.3.ebuild: + gentoolkit-0.2.4.3 version bump. This fixes the following bugs: + + 239000 - app-portage/gentoolkit: Poor word choice in revdep-rebuild + message. 243304 - app-portage/gentoolkit-0.2.4.2 man page for + revdep-rebuild should specify the location of env files. 249652 - + app-portage/gentoolkit - 'equery hasuse' wrong work with '+' or '-' use + flags. 253968 - gentoolkit: "equery list -p" fails if /usr/portage is a + symbolic link. 259526 - app-portage/gentoolkit-0.2.4.2-r1 - Typo in + revdep-rebuild.. 267898 - [PATCH] revdep-rebuild fails to consider -l* in + dependency_libs in .la files. + 09 Jan 2009; Brent Baude <ranger@gentoo.org> gentoolkit-0.2.4.2-r1.ebuild: stable ppc, bug 253897 pvarner@garath ~/cvsroot-gentoo/gentoo-x86/app-portage/gentoolkit $ echangelog --- ChangeLog 2009-04-30 22:03:43.000000000 -0500 +++ ChangeLog.new 2009-04-30 22:04:23.000000000 -0500 @@ -2,6 +2,25 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.151 2009/01/09 16:31:58 ranger Exp $ +*gentoolkit-0.2.4.3 (01 May 2009) + + 01 May 2009; Paul Varner <fuzzyray@gentoo.org> +gentoolkit-0.2.4.3.ebuild: + gentoolkit-0.2.4.3 version bump. This fixes the following bugs: + + 239000 - app-portage/gentoolkit: Poor word choice in revdep-rebuild + message. + 243304 - app-portage/gentoolkit-0.2.4.2 man page for revdep-rebuild should + specify the location of env files. + 249652 - app-portage/gentoolkit - 'equery hasuse' wrong work with '+' or + '-' + use flags. + 253968 - gentoolkit: "equery list -p" fails if /usr/portage is a symbolic + link. + 259526 - app-portage/gentoolkit-0.2.4.2-r1 - Typo in revdep-rebuild.. + 267898 - [PATCH] revdep-rebuild fails to consider -l* in dependency_libs + in + .la files. + Created attachment 190049 [details, diff] wrap.patch Guys, please test my patch (based on rev. 561; http://sources.gentoo.org/viewcvs.py/gentoolkit?rev=561&view=rev ) to see if it works as expected. gentoolkit-dev-0.2.6.11 has been released. I will close after independent verification that the bug is fixed. |