Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 872248 - games-action/polymc: wrong fallback EGIT_REPO_URI
Summary: games-action/polymc: wrong fallback EGIT_REPO_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Thiago
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-09-21 20:31 UTC by Liu Yujie
Modified: 2022-10-03 08:23 UTC (History)
4 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 Liu Yujie 2022-09-21 20:31:39 UTC
EGIT_REPO_URI variables in the ebuilds have a fallback uri which is actually a submodule of the git repo

all present versions have:

EGIT_REPO_URI="
	https://github.com/PolyMC/PolyMC
	https://github.com/PolyMC/libnbtplusplus
"
Comment 1 Nowa Ammerlaan gentoo-dev 2022-09-22 16:33:09 UTC
EGIT_SUBMODULES is probably what we want for libntplusplus
Comment 2 Larry the Git Cow gentoo-dev 2022-10-03 08:23:03 UTC
The bug has been closed via the following commit(s):

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

commit d452fbb5f8901a67d2d92e5d7e76726a00fc2163
Author:     Thiago Donato Ferreira <flowlnlnln@gmail.com>
AuthorDate: 2022-09-22 16:32:32 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-10-03 08:22:45 +0000

    games-action/polymc: remove submodule from EGIT_REPO_URI
    
    Closes: https://bugs.gentoo.org/872248
    Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 games-action/polymc/polymc-1.4.2-r2.ebuild | 1 -
 games-action/polymc/polymc-9999.ebuild     | 1 -
 2 files changed, 2 deletions(-)