commit: 06323e6e9827900016b0f2ef74a8fe814bb52139 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Tue May 16 23:12:38 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 17 00:29:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06323e6e
net-irc/kvirc: update, unlastrite, take Closes: https://bugs.gentoo.org/905955 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/31071 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/kvirc/Manifest | 1 + net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild | 4 ++-- ...0630233331-r1.ebuild => kvirc-5.2_pre20220629000000.ebuild} | 10 +++++----- net-irc/kvirc/kvirc-9999.ebuild | 6 +++--- net-irc/kvirc/metadata.xml | 9 ++++++++- profiles/package.mask | 7 ------- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest index b20a302e1243..3f6d1ad09ee2 100644 --- a/net-irc/kvirc/Manifest +++ b/net-irc/kvirc/Manifest @@ -1 +1,2 @@ DIST kvirc-5.2_pre20210630233331.tar.gz 6173417 BLAKE2B dcdb5fed3250de08d8e2896ba799e142ee04fff409006d7b7d06bdcf1cf2f6df9f7abeeb055e550d99f9cca6182d68b4f5b9ff224f78d91b1efb7f42118458e5 SHA512 625712cc69a2ab3a33b72b2e9935bec8f307ef1f8d5a9a0672d7eb8e7daa5ab3e6202a2b8932493c30374f0451821db161e47cb3af840c0324e27ca2e58272ef +DIST kvirc-5.2_pre20220629000000.tar.gz 6173590 BLAKE2B b4bfdc307df81a485acb72b33908f82bad0793139543abed03a1b84cae36cba4e11a6b8098cffc9669cb0a7c9072fd6a608589ce03a228b25dfd00b8d7d94b82 SHA512 4369f3703555c8717febfd32c06f6fd8576424cb3a92f9d9e24a5af93acf69ca8707d89a27804457327fd6c30601566d7874c0fc08e12018a3f5440ea988a69e diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild index 6ab9911440be..cf1b5bccf2fc 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit cmake flag-o-matic python-single-r1 xdg-utils @@ -20,7 +20,7 @@ else fi DESCRIPTION="Advanced IRC Client" -HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" +HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc" if [[ "${PV}" == "9999" ]]; then SRC_URI="" else diff --git a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild b/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild similarity index 94% copy from net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild copy to net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild index 6ab9911440be..9246c864d1c0 100644 --- a/net-irc/kvirc/kvirc-5.2_pre20210630233331-r1.ebuild +++ b/net-irc/kvirc/kvirc-5.2_pre20220629000000.ebuild @@ -3,7 +3,7 @@ EAPI="8" CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake flag-o-matic python-single-r1 xdg-utils @@ -14,13 +14,13 @@ if [[ "${PV}" == "9999" ]]; then KVIRC_GIT_REVISION="" KVIRC_GIT_SOURCES_DATE="" else - KVIRC_GIT_REVISION="d86b79f657bb7388d7ec1d3e0d91e7c4221c2394" + KVIRC_GIT_REVISION="eb3fdd6b1d824f148fd6e582852dcba77fc9a271" KVIRC_GIT_SOURCES_DATE="${PV#*_pre}" KVIRC_GIT_SOURCES_DATE="${KVIRC_GIT_SOURCES_DATE:0:4}-${KVIRC_GIT_SOURCES_DATE:4:2}-${KVIRC_GIT_SOURCES_DATE:6:2}" fi DESCRIPTION="Advanced IRC Client" -HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" +HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc" if [[ "${PV}" == "9999" ]]; then SRC_URI="" else @@ -29,7 +29,7 @@ fi LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="audiofile +dbus dcc-video debug doc gsm kde +nls oss +perl +phonon profile +python spell +ssl theora" REQUIRED_USE="audiofile? ( oss ) python? ( ${PYTHON_REQUIRED_USE} )" @@ -64,7 +64,7 @@ DEPEND="dev-qt/qtcore:5 perl? ( dev-lang/perl:0= ) phonon? ( media-libs/phonon[qt5(+)] ) python? ( ${PYTHON_DEPS} ) - spell? ( app-text/enchant:0= ) + spell? ( app-text/enchant:2 ) ssl? ( dev-libs/openssl:0= ) theora? ( media-libs/libogg diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 4d5f22d2ebd6..8f3d3ec5f184 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -3,7 +3,7 @@ EAPI="8" CMAKE_MAKEFILE_GENERATOR="emake" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit cmake flag-o-matic python-single-r1 xdg-utils @@ -20,7 +20,7 @@ else fi DESCRIPTION="Advanced IRC Client" -HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" +HOMEPAGE="http://www.kvirc.net/ https://github.com/kvirc/KVIrc" if [[ "${PV}" == "9999" ]]; then SRC_URI="" else @@ -64,7 +64,7 @@ DEPEND="dev-qt/qtcore:5 perl? ( dev-lang/perl:0= ) phonon? ( media-libs/phonon[qt5(+)] ) python? ( ${PYTHON_DEPS} ) - spell? ( app-text/enchant:0= ) + spell? ( app-text/enchant:2 ) ssl? ( dev-libs/openssl:0= ) theora? ( media-libs/libogg diff --git a/net-irc/kvirc/metadata.xml b/net-irc/kvirc/metadata.xml index bdde85c80042..38df8ca67e71 100644 --- a/net-irc/kvirc/metadata.xml +++ b/net-irc/kvirc/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!--maintainer-needed--> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Alexey Sokolov</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> <use> <flag name="dcc-video">Support video connections over DCC protocol</flag> <flag name="phonon">Support Phonon for audio output</flag> diff --git a/profiles/package.mask b/profiles/package.mask index 2c072ee4ef8c..330a86fd43d7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -120,13 +120,6 @@ app-text/stardict # Bug #905954. Removal on 2023-06-08 net-im/mcabber -# Matt Turner <[email protected]> (2023-05-08) -# Package is unmaintained and appears quite dead (e.g. SSL certificate for the -# homepage expired in 2021). Only version is a snapshot from 2021. No Python -# 3.11 support. Depends on app-text/enchant:0. -# Bug #905955. Removal on 2023-06-08 -net-irc/kvirc - # Michał Górny <[email protected]> (2023-05-05) # The Gentoo packages are severely out of date, and they haven't been # ported to Python 3.11. They are hard to keep working, and there
