Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669998 - app-arch/p7zip 16.02-r4 still performs installations for kde-4
Summary: app-arch/p7zip 16.02-r4 still performs installations for kde-4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on: 785439
Blocks:
  Show dependency tree
 
Reported: 2018-10-30 22:20 UTC by François Bissey
Modified: 2021-04-25 09:30 UTC (History)
2 users (show)

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 François Bissey 2018-10-30 22:20:01 UTC
More precisely in src_install when the kde useflag is on we have the following section

dodir /usr/share/kde4/services/ServiceMenus # drop these lines after konqueror:4/krusader:4 are gone
for item in "${ED}"usr/share/kservices5/ServiceMenus/*.desktop; do
       item="$(basename ${item})"
       dosym "/usr/share/kservices5/ServiceMenus/${item}" "/usr/share/kde4/services/ServiceMenus/${item}"
done

kde-4 being gone, it is time to remove the lines in question.
Comment 1 François Bissey 2020-10-22 09:16:05 UTC
It is 2020 and it is still present in all the p7zip ebuilds.
Comment 2 David Seifert gentoo-dev 2021-04-05 12:22:41 UTC
Fixed in the latest one
Comment 3 Larry the Git Cow gentoo-dev 2021-04-05 12:43:32 UTC
The bug has been referenced in the following commit(s):

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

commit 1b7ce2e686f48ec6c420ebe7b283943180ab730b
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-04-05 12:43:16 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-04-05 12:43:16 +0000

    app-arch/p7zip: Use wxGTK-gtk3
    
    Bug: https://bugs.gentoo.org/669998
    Bug: https://bugs.gentoo.org/773190
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/p7zip/{p7zip-16.02-r7.ebuild => p7zip-16.02-r8.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 4 Larry the Git Cow gentoo-dev 2021-04-25 09:30:29 UTC
The bug has been closed via the following commit(s):

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

commit 8311b4b3a3529e79648440897e69b3f0d0d5be1f
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-04-25 09:30:16 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-04-25 09:30:16 +0000

    app-arch/p7zip: Remove old 16.02-r4, 16.02-r5
    
    Closes: https://bugs.gentoo.org/669998
    Closes: https://bugs.gentoo.org/773190
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-arch/p7zip/p7zip-16.02-r4.ebuild | 165 ----------------------------------
 app-arch/p7zip/p7zip-16.02-r5.ebuild | 168 -----------------------------------
 2 files changed, 333 deletions(-)