Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431080 - app-portage/g-cpan-0.16.4-r1 does not handle quotes in description properly
Summary: app-portage/g-cpan-0.16.4-r1 does not handle quotes in description properly
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 13:17 UTC by Martin DiViaio
Modified: 2016-05-12 10:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin DiViaio 2012-08-12 13:17:06 UTC
In the perl module Lingua::EN::Numbers the description reads:

turn "407" into "four hundred and seven", etc.

g-cpan does not escape the quotes in this phrase so it creates the following line in the ebuild:

DESCRIPTION="turn "407" into "four hundred and seven", etc."

This should be:

DESCRIPTION="turn \"407\" into \"four hundred and seven\", etc."

Thanks.
Comment 1 Sergiy Borodych 2015-01-05 17:09:56 UTC
https://github.com/gentoo-perl/g-cpan/pull/19
Comment 2 Sergiy Borodych 2016-04-27 11:55:49 UTC
Whiteboard: will be delivered in 0.16.7