diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-14 15:48:30 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 15:48:30 -0400 |
commit | 9a34256eadf9b1bc44d10824579b22277bb289d3 (patch) | |
tree | a675ffe0705e0a2c43fc0fb81f6126b0a1ccdb9b /net-nntp | |
parent | dev-util/upstream-ontologist: enable py3.12 (diff) | |
download | guru-9a34256eadf9b1bc44d10824579b22277bb289d3.tar.gz guru-9a34256eadf9b1bc44d10824579b22277bb289d3.tar.bz2 guru-9a34256eadf9b1bc44d10824579b22277bb289d3.zip |
net-nntp/inn: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931471
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/inn/inn-2.7.1.ebuild | 10 | ||||
-rw-r--r-- | 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 f18c4a486..c461d2ccb 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 8a64657a9..817f21679 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=">=net-nntp/inn-2.7.1">Enable Cancel-Lock header functionality</flag> - <flag name="keywords" restrict="<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="<net-nntp/inn-2.7.1">Support files larger than 2GB</flag> </use> </pkgmetadata> |