public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-nntp/inn/
Date: Tue, 14 May 2024 20:07:49 +0000 (UTC)	[thread overview]
Message-ID: <1715716110.9a34256eadf9b1bc44d10824579b22277bb289d3.julien@gentoo> (raw)

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>


WARNING: multiple messages have this Message-ID (diff)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-nntp/inn/
Date: Tue, 14 May 2024 20:12:35 +0000 (UTC)	[thread overview]
Message-ID: <1715716110.9a34256eadf9b1bc44d10824579b22277bb289d3.julien@gentoo> (raw)
Message-ID: <20240514201235.lKpNZ2DumqEaxuuIrpewqq6bzJs_-VuFQt8J9hQNgvs@z> (raw)

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	other threads:[~2024-05-14 20:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 20:07 Julien Roy [this message]
2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master commit in: net-nntp/inn/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2023-05-11 12:54 [gentoo-commits] repo/proj/guru:dev " Anna Vyalkova
2023-02-25  0:00 Anna Vyalkova
2022-07-07  0:41 Anna Vyalkova
2022-03-18  4:04 Anna Vyalkova
2022-01-11 13:08 Anna Vyalkova
2022-01-03 21:36 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715716110.9a34256eadf9b1bc44d10824579b22277bb289d3.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox