Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 356875 - kde-base/kubrick ebuilds have erroneous escaping in their DESCRIPTION strings
Summary: kde-base/kubrick ebuilds have erroneous escaping in their DESCRIPTION strings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 17:38 UTC by Karl-Johan Karlsson
Modified: 2011-03-02 18:32 UTC (History)
0 users

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 Karl-Johan Karlsson 2011-02-28 17:38:06 UTC
kde-base/kubrick (all versions currently in Portage - 4.4.5, 4.5.5 and 4.6.0) has a backslash escape on a singlequote in the DESCRIPTION string in the ebuild. The other 862 ebuilds in the current tree that have a singlequote in DESCRIPTION do not escape it, therefore I assume kubrick is wrong.

creideiki ~ $ find /usr/portage/ -name '*.ebuild' -print0 | xargs -0 grep ^DESCRIPTION | grep -F "'" | wc -l
865

creideiki ~ $ find /usr/portage/ -name '*.ebuild' -print0 | xargs -0 grep ^DESCRIPTION | grep -F "\\'"
/usr/portage/kde-base/kubrick/kubrick-4.6.0.ebuild:DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."
/usr/portage/kde-base/kubrick/kubrick-4.5.5.ebuild:DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."
/usr/portage/kde-base/kubrick/kubrick-4.4.5.ebuild:DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle."

Reproducible: Always

Steps to Reproduce:
Comment 1 Theo Chatzimichos (RETIRED) archtester gentoo-dev Security 2011-03-02 18:32:30 UTC
fixed, thanks