Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440576 - app-benchmarks/phoronix-test-suite-4.0.1: some elog messages should only be shown when upgrading from an old enough package.
Summary: app-benchmarks/phoronix-test-suite-4.0.1: some elog messages should only be s...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 11:29 UTC by poletti.marco
Modified: 2016-10-01 07:56 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 11:29:34 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package app-benchmarks/phoronix-test-suite-4.0.1, the following elog messages are displayed:

 * If you upgrade from phoronix-test-suite-2*, you should reinstall all
 * your tests because
 *    $HOME/.phoronix-test-suite/installed-tests/$TEST_NAME/
 * moves to
 *    $HOME/.phoronix-test-suite/installed-tests/pts/$TEST_NAME-$TEST_VERSION/
 * in phoronix-test-suite-3* version. The $TEST_VERSION can be find in
 * pts-install.xml file.

Such messages should only be displayed when the package is upgraded from an old enough package (and possibly for new installs).
These situations can be checked in the ebuild as follows:

if has_version '<app-benchmarks/phoronix-test-suite-1.0'; then

Or, if the message should also be displayed for new installs:

if !has_version 'app-benchmarks/phoronix-test-suite' || has_version '<app-benchmarks/phoronix-test-suite-1.0'; then

Remember to replace 1.0 with the right version number.

See the tracker bug 440214 for more details.
Comment 1 Pacho Ramos gentoo-dev 2016-10-01 07:56:51 UTC
removed