commit: ebaee0b8ac8e394536407e74650f5ac69fa753bd Author: Yury V. Zaytsev <yury <AT> shurup <DOT> com> AuthorDate: Sat Mar 15 14:52:10 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Mar 16 09:10:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebaee0b8
app-misc/mc: update project links and metadata * We moved our issue tracker to GitHub * OSU OSL provides an HTTPS-enabled mirror Signed-off-by: Yury V. Zaytsev <yury <AT> shurup.com> Closes: https://github.com/gentoo/gentoo/pull/41090 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-misc/mc/files/mc-4.8.26-ncurses-mouse.patch | 2 +- app-misc/mc/files/mc-4.8.32-fix-chdir.patch | 2 +- app-misc/mc/mc-4.8.30-r2.ebuild | 2 +- app-misc/mc/mc-4.8.32-r1.ebuild | 2 +- app-misc/mc/mc-4.8.33.ebuild | 4 ++-- app-misc/mc/metadata.xml | 7 ++++++- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/app-misc/mc/files/mc-4.8.26-ncurses-mouse.patch b/app-misc/mc/files/mc-4.8.26-ncurses-mouse.patch index bde04c99b86e..b93673839732 100644 --- a/app-misc/mc/files/mc-4.8.26-ncurses-mouse.patch +++ b/app-misc/mc/files/mc-4.8.26-ncurses-mouse.patch @@ -1,6 +1,6 @@ Fix mouse-key input with ncurses6 in terminals without basic X10 mouse support, at the cost of breaking it with ncurses5. See discussion in -https://midnight-commander.org/ticket/4144 . +https://github.com/MidnightCommander/mc/issues/4144 . --- a/lib/tty/key.c +++ b/lib/tty/key.c diff --git a/app-misc/mc/files/mc-4.8.32-fix-chdir.patch b/app-misc/mc/files/mc-4.8.32-fix-chdir.patch index 9b74da211f73..a752d016e29e 100644 --- a/app-misc/mc/files/mc-4.8.32-fix-chdir.patch +++ b/app-misc/mc/files/mc-4.8.32-fix-chdir.patch @@ -1,6 +1,6 @@ https://github.com/MidnightCommander/mc/commit/7a3a763f0ea07a825ca2af4642e31f9e358a9fd0 https://bugs.gentoo.org/941099 -https://midnight-commander.org/ticket/4535 +https://github.com/MidnightCommander/mc/issues/4535 From e2d96fa802abebf888dcc2cc938cfd06abca8eb0 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" <y...@shurup.com> diff --git a/app-misc/mc/mc-4.8.30-r2.ebuild b/app-misc/mc/mc-4.8.30-r2.ebuild index c2cfc874cdb0..80203ba49f7e 100644 --- a/app-misc/mc/mc-4.8.30-r2.ebuild +++ b/app-misc/mc/mc-4.8.30-r2.ebuild @@ -8,7 +8,7 @@ inherit autotools flag-o-matic MY_P="${P/_/-}" DESCRIPTION="GNU Midnight Commander is a text based file manager" HOMEPAGE="https://midnight-commander.org" -SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" +SRC_URI="https://ftp.osuosl.org/pub/midnightcommander/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" diff --git a/app-misc/mc/mc-4.8.32-r1.ebuild b/app-misc/mc/mc-4.8.32-r1.ebuild index e3547167ec8b..86414bb941b4 100644 --- a/app-misc/mc/mc-4.8.32-r1.ebuild +++ b/app-misc/mc/mc-4.8.32-r1.ebuild @@ -8,7 +8,7 @@ inherit autotools flag-o-matic MY_P="${P/_/-}" DESCRIPTION="GNU Midnight Commander is a text based file manager" HOMEPAGE="https://midnight-commander.org" -SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" +SRC_URI="https://ftp.osuosl.org/pub/midnightcommander/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" diff --git a/app-misc/mc/mc-4.8.33.ebuild b/app-misc/mc/mc-4.8.33.ebuild index 691267e4b2c6..0cf0a6420840 100644 --- a/app-misc/mc/mc-4.8.33.ebuild +++ b/app-misc/mc/mc-4.8.33.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic MY_P="${P/_/-}" DESCRIPTION="GNU Midnight Commander is a text based file manager" HOMEPAGE="https://midnight-commander.org" -SRC_URI="http://ftp.midnight-commander.org/${MY_P}.tar.xz" +SRC_URI="https://ftp.osuosl.org/pub/midnightcommander/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" @@ -87,7 +87,7 @@ src_configure() { } src_test() { - # Bug #759466 - tracked upstream at https://midnight-commander.org/ticket/4643 + # Bug #759466 - tracked upstream at https://github.com/MidnightCommander/mc/issues/4643 if [[ ${EUID} == 0 ]] ; then ewarn "You are emerging ${PN} as root with 'userpriv' disabled." ewarn "Expect some test failures, or emerge with 'FEATURES=userpriv'!" diff --git a/app-misc/mc/metadata.xml b/app-misc/mc/metadata.xml index 96a33cf76636..8e0c05271baa 100644 --- a/app-misc/mc/metadata.xml +++ b/app-misc/mc/metadata.xml @@ -11,7 +11,12 @@ <flag name="slang">Use <pkg>sys-libs/slang</pkg> instead of <pkg>sys-libs/ncurses</pkg>.</flag> </use> <upstream> + <maintainer status="active"> + <email>y...@shurup.com</email> + <name>Yury V. Zaytsev</name> + </maintainer> <remote-id type="github">MidnightCommander/mc</remote-id> - <bugs-to>https://midnight-commander.org/wiki/NewTicket</bugs-to> + <bugs-to>https://github.com/MidnightCommander/mc/issues</bugs-to> + <changelog>https://github.com/MidnightCommander/mc/blob/master/doc/NEWS</changelog> </upstream> </pkgmetadata>