Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 546618 - sci-libs/libgeotiff: remove unneeded ewarn messages about revdep-rebuild
Summary: sci-libs/libgeotiff: remove unneeded ewarn messages about revdep-rebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-14 18:31 UTC by Pacho Ramos
Modified: 2018-08-03 13: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 Pacho Ramos gentoo-dev 2015-04-14 18:31:23 UTC
I would remove all this lines from ebuild:
        echo
        ewarn "You should rebuild any packages built against ${PN} by running:"
        ewarn "# revdep-rebuild"
        ewarn "or using preserved-rebuild features of portage-2.2:"
        ewarn "# emerge @preserved-rebuild"
        echo

Because:
1. emerge @preserved-rebuild will take care of it
2. Probably you could also start to set subslots to this lib and wait for reverse deps to start using := to even not need to run emerge @preserved-rebuild
3. There is not much gain asking people to run revdep-rebuild in some places and not others, we all end up running it when updating to ensure all is ok :/

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2018-08-03 13:32:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db2ef6f8d5226898586b31ea23e58c58d682a3e

commit 9db2ef6f8d5226898586b31ea23e58c58d682a3e
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2018-08-03 13:21:54 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-08-03 13:32:11 +0000

    sci-libs/libgeotiff: remove not needed ewarn message
    
    - EAPI 6 bump
    - remove eutils
    - Remove not needed ewarn messages
    - Add missing dies
    
    Closes: https://bugs.gentoo.org/546618
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...iff-1.4.1.ebuild => libgeotiff-1.4.1-r1.ebuild} | 25 +++++++---------------
 1 file changed, 8 insertions(+), 17 deletions(-)