commit:     9a34256eadf9b1bc44d10824579b22277bb289d3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:48:30 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:48:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a34256e

net-nntp/inn: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931471
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 net-nntp/inn/inn-2.7.1.ebuild | 10 +++-------
 net-nntp/inn/metadata.xml     |  2 --
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/net-nntp/inn/inn-2.7.1.ebuild b/net-nntp/inn/inn-2.7.1.ebuild
index f18c4a4867..c461d2ccb0 100644
--- a/net-nntp/inn/inn-2.7.1.ebuild
+++ b/net-nntp/inn/inn-2.7.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
-inherit optfeature perl-functions python-single-r1 systemd tmpfiles verify-sig
+PYTHON_COMPAT=( python3_{10..13} )
+inherit optfeature perl-functions python-single-r1 tmpfiles verify-sig
 
 DESCRIPTION="InterNetNews - the Internet meets Netnews"
 HOMEPAGE="
@@ -112,10 +112,6 @@ src_install() {
        rm "${ED}"/usr/share/doc/${PF}/{GPL,LICENSE} || die
        rm -r "${ED}"/run "${ED}"/var/tmp || die
 
-       if [[ ${REPLACING_VERSIONS} ]]; then
-               rm "${ED}"/var/db/news/* || die
-       fi
-
        for svc in cnfsstat innwatch; do
                newinitd "${FILESDIR}"/${svc}.initd ${svc}
                newconfd "${FILESDIR}"/${svc}.confd ${svc}

diff --git a/net-nntp/inn/metadata.xml b/net-nntp/inn/metadata.xml
index 8a64657a99..817f21679b 100644
--- a/net-nntp/inn/metadata.xml
+++ b/net-nntp/inn/metadata.xml
@@ -19,8 +19,6 @@ have some slight variances from the NNTP protocol.
 </longdescription>
 <use>
        <flag name="cancel-locks" restrict="&gt;=net-nntp/inn-2.7.1">Enable 
Cancel-Lock header functionality</flag>
-       <flag name="keywords" restrict="&lt;net-nntp/inn-2.7.1">Enable 
automatic innd keyword generation</flag>
        <flag name="low-memory">Use tagged hash table for history to reduce 
memory footprint</flag>
-       <flag name="largefile" restrict="&lt;net-nntp/inn-2.7.1">Support files 
larger than 2GB</flag>
 </use>
 </pkgmetadata>

Reply via email to