From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3AC7F15817D for ; Tue, 18 Jun 2024 12:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5468BE2A63; Tue, 18 Jun 2024 12:23:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3889FE2A63 for ; Tue, 18 Jun 2024 12:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F485335C7E for ; Tue, 18 Jun 2024 12:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 783F51CD8 for ; Tue, 18 Jun 2024 12:23:19 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1718713373.5414b33db60e7cab75f9f198009ecd4c274fbdce.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/dictd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/dictd/dictd-1.13.0-r7.ebuild app-text/dictd/dictd-1.13.0-r8.ebuild app-text/dictd/dictd-1.13.1.ebuild X-VCS-Directories: app-text/dictd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5414b33db60e7cab75f9f198009ecd4c274fbdce X-VCS-Branch: master Date: Tue, 18 Jun 2024 12:23:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27b7521b-0465-4c47-a3a9-ae7bf80ecbc5 X-Archives-Hash: 3e95246fe132eb90543cd7807fddf79a commit: 5414b33db60e7cab75f9f198009ecd4c274fbdce Author: Florian Schmaus gentoo org> AuthorDate: Tue Jun 18 12:19:20 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 18 12:22:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5414b33d app-text/dictd: add missing call to readme.gentoo_print_elog in pkg_postinst Signed-off-by: Florian Schmaus gentoo.org> app-text/dictd/dictd-1.13.0-r7.ebuild | 1 + app-text/dictd/dictd-1.13.0-r8.ebuild | 1 + app-text/dictd/dictd-1.13.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-text/dictd/dictd-1.13.0-r7.ebuild b/app-text/dictd/dictd-1.13.0-r7.ebuild index 92b0cb5bd7c5..b599d0c715ee 100644 --- a/app-text/dictd/dictd-1.13.0-r7.ebuild +++ b/app-text/dictd/dictd-1.13.0-r7.ebuild @@ -121,6 +121,7 @@ src_install() { } pkg_postinst() { + readme.gentoo_print_elog if has_version sys-apps/systemd; then ewarn "The default location for dicts has changed! If you've modified your" ewarn "systemd units locally to point into /usr/lib/dict, please update it" diff --git a/app-text/dictd/dictd-1.13.0-r8.ebuild b/app-text/dictd/dictd-1.13.0-r8.ebuild index 7e2ec11bfbac..fcb90d14d7c8 100644 --- a/app-text/dictd/dictd-1.13.0-r8.ebuild +++ b/app-text/dictd/dictd-1.13.0-r8.ebuild @@ -124,6 +124,7 @@ src_install() { } pkg_postinst() { + readme.gentoo_print_elog if has_version sys-apps/systemd; then ewarn "The default location for dicts has changed! If you've modified your" ewarn "systemd units locally to point into /usr/lib/dict, please update it" diff --git a/app-text/dictd/dictd-1.13.1.ebuild b/app-text/dictd/dictd-1.13.1.ebuild index 72344073f076..f184ca8dfecd 100644 --- a/app-text/dictd/dictd-1.13.1.ebuild +++ b/app-text/dictd/dictd-1.13.1.ebuild @@ -122,6 +122,7 @@ src_install() { } pkg_postinst() { + readme.gentoo_print_elog if has_version sys-apps/systemd; then ewarn "The default location for dicts has changed! If you've modified your" ewarn "systemd units locally to point into /usr/lib/dict, please update it"