Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933195 - [kde overlay] games-puzzle/skladnik-24.05.49.9999 wrong repository url
Summary: [kde overlay] games-puzzle/skladnik-24.05.49.9999 wrong repository url
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-30 12:38 UTC by Sven Eden
Modified: 2024-06-12 15:29 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 Sven Eden 2024-05-30 12:38:27 UTC
The ebuild tries to fetch from
  https://invent.kde.org/kde/skladnik.git/
which results in an authentication failure.

The repository is here instead:
  https://invent.kde.org/games/skladnik.git

Using 
  EGIT_OVERRIDE_REPO_KDE_SKLADNIK=https://invent.kde.org/games/skladnik.git emerge --oneshot games-puzzle/skladnik
succeeds without errors.
Comment 1 Larry the Git Cow gentoo-dev 2024-05-30 12:42:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a443177a32dad00ac854956f1b78f28d5be7a34

commit 2a443177a32dad00ac854956f1b78f28d5be7a34
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-05-30 12:40:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-05-30 12:41:59 +0000

    kde.org.eclass: Add games-puzzle/ to recognised KDE_ORG_CATEGORIES
    
    Closes: https://bugs.gentoo.org/933195
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/kde.org.eclass | 1 +
 1 file changed, 1 insertion(+)
Comment 2 Larry the Git Cow gentoo-dev 2024-06-12 15:29:56 UTC
The bug has been closed via the following commit(s):

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

commit 600c2f1109e134bc935d020ccb8edd1d30aef588
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-05-30 12:40:38 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-06-12 15:25:05 +0000

    kde.org.eclass: Add games-puzzle/ to recognised KDE_ORG_CATEGORIES
    
    Closes: https://bugs.gentoo.org/933195
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/kde.org.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)