Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677776 - QA checks: gnome2_icon_cache_update -> xdg_icon_cache_update
Summary: QA checks: gnome2_icon_cache_update -> xdg_icon_cache_update
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 671498
  Show dependency tree
 
Reported: 2019-02-12 05:47 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2019-04-10 04:29 UTC (History)
1 user (show)

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


Attachments
Patch (portage.patch,8.76 KB, patch)
2019-02-12 06:05 UTC, Arfrever Frehtes Taifersar Arahesis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2019-02-12 05:47:10 UTC
gnome2_icon_cache_update() has been deprecated in favor of xdg_icon_cache_update().

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a506c07df071f68613099e8b7e2b1f81c9ef97a1
"gnome2-utils: move icon functions into xdg-utils"

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89c4d87d51c3d07ebcdc916b046ea9726abe8b
"xdg-utils: Clarify icon cache comment to not suggest GTK only"
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-02-12 06:05:54 UTC
Created attachment 564868 [details, diff]
Patch

(Palindromic bug number :) )
Comment 2 Larry the Git Cow gentoo-dev 2019-02-12 23:38:53 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=b29029714d5b884c375b6637145236805db37a8a

commit b29029714d5b884c375b6637145236805db37a8a
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-02-12 05:59:40 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-02-12 23:35:56 +0000

    {pre,post}inst-qa-check.d/50gnome2-utils: Delete obsolete files.
    
    Bug: https://bugs.gentoo.org/677776
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/postinst-qa-check.d/50gnome2-utils | 10 ----------
 bin/preinst-qa-check.d/50gnome2-utils  |  1 -
 2 files changed, 11 deletions(-)

https://gitweb.gentoo.org/proj/portage.git/commit/?id=76a9695a24d9337758b93d489d0b1a5bae2dedad

commit 76a9695a24d9337758b93d489d0b1a5bae2dedad
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-02-12 05:56:50 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-02-12 23:35:52 +0000

    {pre,post}inst-qa-check.d/50xdg-utils: gnome2_icon_cache_update -> xdg_icon_cache_update
    
    Bug: https://bugs.gentoo.org/677776
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/postinst-qa-check.d/50xdg-utils | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

https://gitweb.gentoo.org/proj/portage.git/commit/?id=571947cbec7f1f79f8cfff5a4b1ecac129f8e635

commit 571947cbec7f1f79f8cfff5a4b1ecac129f8e635
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
AuthorDate: 2019-02-12 05:47:45 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-02-12 23:35:37 +0000

    {pre,post}inst-qa-check.d: Move gnome2_icon_cache_check() from 50gnome2-utils to 50xdg-utils.
    
    No changes inside source code of this function.
    
    Bug: https://bugs.gentoo.org/677776
    Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/postinst-qa-check.d/50gnome2-utils | 54 ----------------------------------
 bin/postinst-qa-check.d/50xdg-utils    | 54 ++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 54 deletions(-)
Comment 3 Zac Medico gentoo-dev 2019-02-12 23:39:39 UTC
Thanks!
Comment 4 Larry the Git Cow gentoo-dev 2019-02-18 00:54:19 UTC
The bug has been referenced in the following commit(s):

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

commit efd6e6de1e19117224e20690cf11c16105ce817b
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-02-18 00:48:55 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-02-18 00:49:53 +0000

    sys-apps/portage: version bump to 2.3.61
    
     #677776 gnome2_icon_cache_update -> xdg_icon_cache_update
     #677800 Don't define a default for ACCEPT_LICENSE
     #678218 locks: handle sshfs hardlink inode numbers
     FL-6227 cpuinfo: use better available CPU calculation
    
    Bug: https://bugs.gentoo.org/671498
    Bug: https://bugs.gentoo.org/677776
    Bug: https://bugs.gentoo.org/677800
    Bug: https://bugs.gentoo.org/678218
    Package-Manager: Portage-2.3.61, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.61.ebuild | 271 +++++++++++++++++++++++++++++++++
 2 files changed, 272 insertions(+)
Comment 5 Zac Medico gentoo-dev 2019-04-10 04:29:54 UTC
Fixed in portage-2.3.62.