Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/barcode/
Date: Sat, 09 Apr 2022 02:35:07
Message-Id: 1649468654.a1a8459e078db865c3b7586f9b202a45a09b8ca1.sam@gentoo
1 commit: a1a8459e078db865c3b7586f9b202a45a09b8ca1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 01:44:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 01:44:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a8459e
7
8 app-text/barcode: switch to xz
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/barcode/Manifest | 2 +-
13 app-text/barcode/barcode-0.99-r1.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest
17 index 524bab8c61a6..dae2ad2935b3 100644
18 --- a/app-text/barcode/Manifest
19 +++ b/app-text/barcode/Manifest
20 @@ -1 +1 @@
21 -DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1
22 +DIST barcode-0.99.tar.xz 586028 BLAKE2B a6ef5a4f0061bd0f0cb65a791516383259f317801e9f5ea02c626735cd3ed5f00e0a92502b9b5e3dcb8ea95c313e10f5abf9c172e1094111dea7f3cfb45ec032 SHA512 1f3015ee9cb2e57e38e56fa48fa3a38fa355821801bad3132d3e87b5b88db4f167986c33dc044317cbf18bb62062af36e946daab98235ff7015a00937c8dd41e
23
24 diff --git a/app-text/barcode/barcode-0.99-r1.ebuild b/app-text/barcode/barcode-0.99-r1.ebuild
25 index 51debbbbb972..7afa62168be7 100644
26 --- a/app-text/barcode/barcode-0.99-r1.ebuild
27 +++ b/app-text/barcode/barcode-0.99-r1.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2021 Gentoo Authors
30 +# Copyright 1999-2022 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -7,7 +7,7 @@ inherit autotools
35
36 DESCRIPTION="barcode generator"
37 HOMEPAGE="https://www.gnu.org/software/barcode/"
38 -SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
39 +SRC_URI="mirror://gnu/barcode/${P}.tar.xz"
40
41 LICENSE="GPL-2"
42 SLOT="0"