public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/
Date: Sat, 22 Feb 2025 09:38:47 +0000 (UTC)	[thread overview]
Message-ID: <1740217091.4a87575c03364abf5f6212a7f5580f91b8ccbe51.ulm@gentoo> (raw)

commit:     4a87575c03364abf5f6212a7f5580f91b8ccbe51
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 14:11:15 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 09:38:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a87575c

mail-client/aerc: Port to ver_replacing

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 mail-client/aerc/aerc-0.20.1.ebuild | 16 ++++++----------
 mail-client/aerc/aerc-9999.ebuild   | 18 +++++++-----------
 2 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/mail-client/aerc/aerc-0.20.1.ebuild b/mail-client/aerc/aerc-0.20.1.ebuild
index f831710a5855..224d769ece09 100644
--- a/mail-client/aerc/aerc-0.20.1.ebuild
+++ b/mail-client/aerc/aerc-0.20.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit go-module xdg
+inherit eapi9-ver go-module xdg
 
 DESCRIPTION="Email client for your terminal"
 HOMEPAGE="https://aerc-mail.org"
@@ -57,16 +57,12 @@ pkg_postinst() {
 		elog "If you want to allow your users to activate html email"
 		elog "processing via w3m as shown in the tutorial, make sure you"
 		elog "emerge net-proxy/dante and www-client/w3m"
+	elif ver_replacing -lt 0.3.0-r1; then
+		elog "The dependencies on net-proxy/dante and www-client/w3m"
+		elog "have been removed since they are optional."
+		elog "Please emerge them before the next --depclean if you"
+		elog "need to use them."
 	fi
 
-	local v
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test $v -lt 0.3.0-r1; then
-			elog "The dependencies on net-proxy/dante and www-client/w3m"
-			elog "have been removed since they are optional."
-			elog "Please emerge them before the next --depclean if you"
-			elog "need to use them."
-		fi
-	done
 	xdg_pkg_postinst
 }

diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild
index b90908cbf150..2e5108e6e0f1 100644
--- a/mail-client/aerc/aerc-9999.ebuild
+++ b/mail-client/aerc/aerc-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2024 Gentoo Authors
+# Copyright 2019-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit go-module xdg
+inherit eapi9-ver go-module xdg
 
 DESCRIPTION="Email client for your terminal"
 HOMEPAGE="https://aerc-mail.org"
@@ -60,16 +60,12 @@ pkg_postinst() {
 		elog "If you want to allow your users to activate html email"
 		elog "processing via w3m as shown in the tutorial, make sure you"
 		elog "emerge net-proxy/dante and www-client/w3m"
+	elif ver_replacing -lt 0.3.0-r1; then
+		elog "The dependencies on net-proxy/dante and www-client/w3m"
+		elog "have been removed since they are optional."
+		elog "Please emerge them before the next --depclean if you"
+		elog "need to use them."
 	fi
 
-	local v
-	for v in ${REPLACING_VERSIONS}; do
-		if ver_test $v -lt 0.3.0-r1; then
-			elog "The dependencies on net-proxy/dante and www-client/w3m"
-			elog "have been removed since they are optional."
-			elog "Please emerge them before the next --depclean if you"
-			elog "need to use them."
-		fi
-	done
 	xdg_pkg_postinst
 }


             reply	other threads:[~2025-02-22  9:38 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-22  9:38 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27  1:54 [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ William Hubbs
2025-01-28  0:37 William Hubbs
2024-12-11  1:43 William Hubbs
2024-10-29 16:11 William Hubbs
2024-08-07 13:46 William Hubbs
2024-08-07 13:44 William Hubbs
2024-07-18 17:35 William Hubbs
2024-07-18 17:35 William Hubbs
2024-05-03  9:37 Arthur Zamarin
2024-05-03  9:37 Arthur Zamarin
2023-11-10 17:24 William Hubbs
2023-05-25 15:20 William Hubbs
2023-05-25 15:20 William Hubbs
2023-01-11 19:49 William Hubbs
2023-01-11 19:24 William Hubbs
2022-09-20  4:06 William Hubbs
2022-09-20  2:04 William Hubbs
2022-09-13 17:02 William Hubbs
2022-08-14 20:06 Sam James
2022-07-16 19:38 William Hubbs
2022-05-24 14:03 Joonas Niilola
2022-05-24 14:03 Joonas Niilola
2022-05-11 15:48 William Hubbs
2022-04-03 16:20 William Hubbs
2022-03-19 16:54 William Hubbs
2022-03-06 16:10 William Hubbs
2022-03-06 15:43 William Hubbs
2022-02-27  2:48 William Hubbs
2022-02-11  6:26 William Hubbs
2022-02-11  6:26 William Hubbs
2021-02-21 23:09 William Hubbs
2021-01-11 15:41 William Hubbs
2020-07-11 15:51 William Hubbs
2020-07-11  6:03 Georgy Yakovlev
2020-06-11  2:00 Georgy Yakovlev
2020-05-20  6:16 Georgy Yakovlev
2020-05-20  6:16 Georgy Yakovlev
2020-05-20  6:16 Georgy Yakovlev
2020-03-22 19:07 William Hubbs
2020-03-05  6:09 Georgy Yakovlev
2019-12-11  1:50 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-12-02 20:14 Georgy Yakovlev
2019-11-21 23:11 Georgy Yakovlev
2019-08-17  2:06 Georgy Yakovlev
2019-08-01 16:37 Georgy Yakovlev
2019-08-01  7:03 Georgy Yakovlev

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=1740217091.4a87575c03364abf5f6212a7f5580f91b8ccbe51.ulm@gentoo \
    --to=ulm@gentoo.org \
    --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