Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440518 - media-libs/fontconfig-2.8.0-r1: some elog messages should only be shown for the first install.
Summary: media-libs/fontconfig-2.8.0-r1: some elog messages should only be shown for t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 10:59 UTC by poletti.marco
Modified: 2013-02-08 14:59 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 poletti.marco 2012-10-31 10:59:27 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package media-libs/fontconfig-2.8.0-r1, the following elog messages are displayed:

 * Please make fontconfig configuration changes using Usage: eselect fontconfig <action> <options>

Standard actions:
  help                      Display help text
  usage                     Display usage information
  version                   Display version information

Extra actions:
  disable <target>          Disable specified fontconfig .conf file(s)
    <target>                  Target name or number (from 'list' action)
  enable <target>           Enable specified fontconfig .conf file(s)
    <target>                  Target name or number (from 'list' action)
  list                      List available fontconfig .conf files
 * Any changes made to /etc/fonts/fonts.conf will be overwritten.

Such messages should only be displayed when the package is a new install.
These situations can be checked in the ebuild as follows:

if ! has_version 'media-libs/fontconfig'; then

See the tracker bug 440214 for more details.
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2013-02-08 14:59:41 UTC
Fixed in fontconfig-2.10.2.ebuild by using readme.gentoo.eclass.