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 9854615808B for ; Sat, 9 Apr 2022 02:35:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C81D6E085E; Sat, 9 Apr 2022 02:35:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5E156E0837 for ; Sat, 9 Apr 2022 02:35:04 +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 5242234133E for ; Sat, 9 Apr 2022 02:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88437397 for ; Sat, 9 Apr 2022 02:35:00 +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: <1649468654.a1a8459e078db865c3b7586f9b202a45a09b8ca1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/barcode/Manifest app-text/barcode/barcode-0.99-r1.ebuild X-VCS-Directories: app-text/barcode/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a1a8459e078db865c3b7586f9b202a45a09b8ca1 X-VCS-Branch: master Date: Sat, 9 Apr 2022 02:35:00 +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: 03fe14ec-b9e1-44b4-9b72-3c2c121ffaf9 X-Archives-Hash: 60902432d2fc57594bc1d8d2a7b763be commit: a1a8459e078db865c3b7586f9b202a45a09b8ca1 Author: Sam James gentoo org> AuthorDate: Sat Apr 9 01:44:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 9 01:44:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a8459e app-text/barcode: switch to xz Signed-off-by: Sam James gentoo.org> app-text/barcode/Manifest | 2 +- app-text/barcode/barcode-0.99-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest index 524bab8c61a6..dae2ad2935b3 100644 --- a/app-text/barcode/Manifest +++ b/app-text/barcode/Manifest @@ -1 +1 @@ -DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1 +DIST barcode-0.99.tar.xz 586028 BLAKE2B a6ef5a4f0061bd0f0cb65a791516383259f317801e9f5ea02c626735cd3ed5f00e0a92502b9b5e3dcb8ea95c313e10f5abf9c172e1094111dea7f3cfb45ec032 SHA512 1f3015ee9cb2e57e38e56fa48fa3a38fa355821801bad3132d3e87b5b88db4f167986c33dc044317cbf18bb62062af36e946daab98235ff7015a00937c8dd41e diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild index 51debbbbb972..7afa62168be7 100644 --- a/app-text/barcode/barcode-0.99-r1.ebuild +++ b/app-text/barcode/barcode-0.99-r1.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 autotools DESCRIPTION="barcode generator" HOMEPAGE="https://www.gnu.org/software/barcode/" -SRC_URI="mirror://gnu/barcode/${P}.tar.gz" +SRC_URI="mirror://gnu/barcode/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"