commit: bb351ac2a359eab5c75e172cc67d0dee0a68cc03 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org> AuthorDate: Sun Aug 3 14:11:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 4 20:46:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb351ac2
net-irc/kvirc: add 5.2.8, remove stale flag Closes: https://bugs.gentoo.org/960650 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43303 Signed-off-by: Sam James <sam <AT> gentoo.org> net-irc/kvirc/Manifest | 1 + net-irc/kvirc/{kvirc-9999.ebuild => kvirc-5.2.8.ebuild} | 4 +--- net-irc/kvirc/kvirc-9999.ebuild | 4 +--- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest index e682856c44fd..1ba2ff41c2bb 100644 --- a/net-irc/kvirc/Manifest +++ b/net-irc/kvirc/Manifest @@ -1 +1,2 @@ DIST kvirc-5.2.6.tar.gz 6336310 BLAKE2B ef86dd65cfb3ffe4de528fcbb0c3a1ce845f7108279d67590699e86a515fd62cfdadce360224020f77e4285c6cfe93897c69ac2d6d23da44be49753e41908e7c SHA512 54c845287d69be0e777a812b47212e061ae74b85c129fe97091ada554a320f4ae6ef65643a2a8238c8f938d1e1d7b02236d76e0950a41e6376288ac1b9070de5 +DIST kvirc-5.2.8.tar.gz 6443327 BLAKE2B c6b25020b01cf64a345965ad5cc20de3f627630d2fefd208d55abac8f53799968948374ba112e8fa9ee9f83988472af0835b4e3ba2e3d3a67d5d4fb95f0c49d9 SHA512 388fd7d34c2896da600a583c9cf49010d58d4c997e340fbf43b5d7805bb50bf6c9c5a68e893dd4ec3ff83df058e01fc7b7a89069083b86a28de6eab3dbe9e119 diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-5.2.8.ebuild similarity index 97% copy from net-irc/kvirc/kvirc-9999.ebuild copy to net-irc/kvirc/kvirc-5.2.8.ebuild index 403a330f2712..449ab14909e4 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-5.2.8.ebuild @@ -4,7 +4,7 @@ EAPI="8" PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake flag-o-matic python-single-r1 xdg +inherit cmake python-single-r1 xdg DESCRIPTION="Advanced IRC Client" HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" @@ -83,8 +83,6 @@ src_prepare() { } src_configure() { - append-flags -fno-strict-aliasing - local libdir="$(get_libdir)" local mycmakeargs=( -DLIB_SUFFIX=${libdir#lib} diff --git a/net-irc/kvirc/kvirc-9999.ebuild b/net-irc/kvirc/kvirc-9999.ebuild index 403a330f2712..449ab14909e4 100644 --- a/net-irc/kvirc/kvirc-9999.ebuild +++ b/net-irc/kvirc/kvirc-9999.ebuild @@ -4,7 +4,7 @@ EAPI="8" PYTHON_COMPAT=( python3_{10..13} ) -inherit cmake flag-o-matic python-single-r1 xdg +inherit cmake python-single-r1 xdg DESCRIPTION="Advanced IRC Client" HOMEPAGE="https://www.kvirc.net/ https://github.com/kvirc/KVIrc" @@ -83,8 +83,6 @@ src_prepare() { } src_configure() { - append-flags -fno-strict-aliasing - local libdir="$(get_libdir)" local mycmakeargs=( -DLIB_SUFFIX=${libdir#lib}
