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 1CD4E15808B for ; Tue, 12 Apr 2022 21:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00E41E0924; Tue, 12 Apr 2022 21:04:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50B52E0909 for ; Tue, 12 Apr 2022 21:04:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A18AA341AF4 for ; Tue, 12 Apr 2022 21:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0D73355 for ; Tue, 12 Apr 2022 21:04:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649797426.239229ceb56361984fe962803ff52685d5c8f989.sam@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.20.1.ebuild X-VCS-Directories: app-emacs/po-mode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 239229ceb56361984fe962803ff52685d5c8f989 X-VCS-Branch: master Date: Tue, 12 Apr 2022 21:04:08 +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: 2d7b4164-ac48-44d9-b987-05746e322044 X-Archives-Hash: 65c93c6609d13db85e46a41eac70ac0a commit: 239229ceb56361984fe962803ff52685d5c8f989 Author: Sam James gentoo org> AuthorDate: Tue Apr 12 12:01:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 21:03:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239229ce app-emacs/po-mode: switch to xz Smaller tarballs. Signed-off-by: Sam James gentoo.org> app-emacs/po-mode/Manifest | 2 +- app-emacs/po-mode/po-mode-0.20.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest index 570020ffd17c..fa19edaf8f9e 100644 --- a/app-emacs/po-mode/Manifest +++ b/app-emacs/po-mode/Manifest @@ -1 +1 @@ -DIST gettext-0.20.1.tar.gz 23267473 BLAKE2B 34e776b985c7db105f8029e0f3400aa645ff6843cd35f778d48450368a31218ddcf590fbc7fd2d10f716b63094d6a15bf40b358e8a6f498d450d2420e7e7a5f2 SHA512 af6d74986da285df0bdd59524bdf01bb12db448e5ea659dda3b60b660c4a9063c80e8c74cc8751334e065e98348ee0db0079e43c67d485a15e86ae236115fe06 +DIST gettext-0.20.1.tar.xz 9346544 BLAKE2B 6541715b82399b7fac390ccbec82d2878228a19db9a37642b3eb65eb139cf4a5d74f17f876be4946771143b5897d5b4e4ca7948e06bb3edd79f125d1d3954a84 SHA512 82ffa5a28068272d0587262f8d9269f9629c601da5d122b6645c9c4cf98bfe4149df01bb58522ccf8fe25b931672e18551d7fb34de1cbf6a0463a87f9f8ee221 diff --git a/app-emacs/po-mode/po-mode-0.20.1.ebuild b/app-emacs/po-mode/po-mode-0.20.1.ebuild index dcfcff10a2c2..a49868192c9d 100644 --- a/app-emacs/po-mode/po-mode-0.20.1.ebuild +++ b/app-emacs/po-mode/po-mode-0.20.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,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.gz" +SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.xz" LICENSE="GPL-3+" SLOT="0"