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 1E40315ACFB for ; Mon, 10 Apr 2023 18:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EDA0E08C4; Mon, 10 Apr 2023 18:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46974E08C4 for ; Mon, 10 Apr 2023 18:49:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B595335CF7 for ; Mon, 10 Apr 2023 18:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3687AA3A for ; Mon, 10 Apr 2023 18:49:26 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1681152563.83ad7786f1dc1b48ebce3815e2160111cf7ee814.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/po-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/po-mode/Manifest app-emacs/po-mode/po-mode-0.21.1.ebuild X-VCS-Directories: app-emacs/po-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 83ad7786f1dc1b48ebce3815e2160111cf7ee814 X-VCS-Branch: master Date: Mon, 10 Apr 2023 18:49:26 +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: 18b1a14e-1592-4f42-842c-8d7c3f299367 X-Archives-Hash: cc2736f0ec32443665dbde9f111335ca commit: 83ad7786f1dc1b48ebce3815e2160111cf7ee814 Author: Maciej Barć gentoo org> AuthorDate: Mon Apr 10 18:38:31 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Apr 10 18:49:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ad7786 app-emacs/po-mode: bump to 0.21.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/po-mode/Manifest | 1 + app-emacs/po-mode/po-mode-0.21.1.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest index fa19edaf8f9e..39a7f62eff65 100644 --- a/app-emacs/po-mode/Manifest +++ b/app-emacs/po-mode/Manifest @@ -1 +1,2 @@ DIST gettext-0.20.1.tar.xz 9346544 BLAKE2B 6541715b82399b7fac390ccbec82d2878228a19db9a37642b3eb65eb139cf4a5d74f17f876be4946771143b5897d5b4e4ca7948e06bb3edd79f125d1d3954a84 SHA512 82ffa5a28068272d0587262f8d9269f9629c601da5d122b6645c9c4cf98bfe4149df01bb58522ccf8fe25b931672e18551d7fb34de1cbf6a0463a87f9f8ee221 +DIST gettext-0.21.1.tar.xz 10054564 BLAKE2B e994924284b3fd5b3e3bf59d4bf43eb30c9b21cc213dc3b98616b4a9fc321c90911d94d314f323cfffd0d2c3e9371b5b8f7985b9a785adc61617dd042b6f4df5 SHA512 61e93bc9876effd3ca1c4e64ff6ba5bd84b24951ec2cc6f40a0e3248410e60f887552f29ca1f70541fb5524f6a4e8191fed288713c3e280e18922dd5bff1a2c9 diff --git a/app-emacs/po-mode/po-mode-0.21.1.ebuild b/app-emacs/po-mode/po-mode-0.21.1.ebuild new file mode 100644 index 000000000000..c35419113057 --- /dev/null +++ b/app-emacs/po-mode/po-mode-0.21.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Major mode for GNU gettext PO files" +HOMEPAGE="https://www.gnu.org/software/gettext/" +SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + +S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs" +ELISP_REMOVE="start-po.el" +SITEFILE="50${PN}-gentoo.el"