commit: d9e28f65ea865570e310d379b5adb6ee5377623b Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Mon Oct 27 19:33:36 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 27 20:16:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e28f65
app-portage/gentoopm: update URLs to gentoo project. Signed-off-by: Joe Kappus <joe <AT> wt.gd> Part-of: https://github.com/gentoo/gentoo/pull/44357 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/gentoopm/gentoopm-0.5.0.ebuild | 4 ++-- app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++-- app-portage/gentoopm/metadata.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild index 506c13931b2d..1af9abcc37fd 100644 --- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild +++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild @@ -10,11 +10,11 @@ inherit distutils-r1 DESCRIPTION="A common interface to Gentoo package managers" HOMEPAGE=" - https://github.com/projg2/gentoopm/ + https://github.com/gentoo/gentoopm/ https://pypi.org/project/gentoopm/ " SRC_URI=" - https://github.com/projg2/gentoopm/archive/v${PV}.tar.gz + https://github.com/gentoo/gentoopm/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index c6281078ce51..07dc5d2672e1 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -10,10 +10,10 @@ inherit distutils-r1 git-r3 DESCRIPTION="A common interface to Gentoo package managers" HOMEPAGE=" - https://github.com/projg2/gentoopm/ + https://github.com/gentoo/gentoopm/ https://pypi.org/project/gentoopm/ " -EGIT_REPO_URI="https://github.com/projg2/gentoopm.git" +EGIT_REPO_URI="https://github.com/gentoo/gentoopm.git" LICENSE="BSD-2" SLOT="0" diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml index 4eaa4cb48702..fc6cdd68f4c0 100644 --- a/app-portage/gentoopm/metadata.xml +++ b/app-portage/gentoopm/metadata.xml @@ -11,8 +11,8 @@ <email>[email protected]</email> <name>Michał Górny</name> </maintainer> - <bugs-to>https://github.com/projg2/gentoopm/issues/</bugs-to> - <remote-id type="github">projg2/gentoopm</remote-id> + <bugs-to>https://github.com/gentoo/gentoopm/issues/</bugs-to> + <remote-id type="github">gentoo/gentoopm</remote-id> <remote-id type="pypi">gentoopm</remote-id> </upstream> </pkgmetadata>
