Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/texinfo/
Date: Sat, 09 Apr 2022 02:44:36
Message-Id: 1649472182.8c0d73f785b823c1a052dcd434b35f7b5469e64c.sam@gentoo
1 commit: 8c0d73f785b823c1a052dcd434b35f7b5469e64c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 02:43:02 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:43:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0d73f7
7
8 sys-apps/texinfo: switch to xz
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/texinfo/Manifest | 4 ++--
13 sys-apps/texinfo/texinfo-6.7.ebuild | 4 ++--
14 sys-apps/texinfo/texinfo-6.8.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-apps/texinfo/Manifest b/sys-apps/texinfo/Manifest
18 index fad5e0194c83..c36676e9da46 100644
19 --- a/sys-apps/texinfo/Manifest
20 +++ b/sys-apps/texinfo/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST texinfo-6.7.tar.gz 9027808 BLAKE2B ac9a47ae98f27ae55ea1844c74ead6fba256635a56e7a226a1bbdd9ee9ab33565ff8cc7a874410afe6463741285c8fcfd8ff835ae2802009e2d0758405559140 SHA512 a52aaa2f0113c6f14b3cb94fbf7191770017ff6ce2016292770831279cfbb898c2f7f720adee620e08d9d80a9505df89a689ba0c25e92f6579b28b075f7b8ee2
23 -DIST texinfo-6.8.tar.gz 10119420 BLAKE2B df9dc1698e7bb4f7c97ba4d44b08631502e3f997b91169ae64161b69701fbb0f85c82295ef6867e716a0addfd7c5677e14079645b167bd74933a0153fee92200 SHA512 f46dfb1c0f324a9c54959a8f256f0dcb8aaa59caccb0f027a5ee39a173b6e51a31a488f9d787707e7aa8401a439b2a01a1f3022dbae24ef377a1c021c1ebeb37
24 +DIST texinfo-6.7.tar.xz 4337984 BLAKE2B 1ec9617b90dac1569f17eaac0cd8611e8e57cb3db6ece1e2f6ff20ee96fee37eb4ff3d83e4830127ccaa469e2d02b598a5af5ede4e586dd4b53d47a2f2278b60 SHA512 da55a0d0a760914386393c5e8e864540265d8550dc576f784781a6d72501918e8afce716ff343e5c2a0ce09cf921bfaf0a48ecb49f6182a7d10e920ae3ea17e7
25 +DIST texinfo-6.8.tar.xz 4961528 BLAKE2B 0256dac5ba9c7f171c970644907b763f7a88fd9995111244df0458591aed1a0fe94c76045dde69f9138d65d6f780aae6869bbbc013f58e04ae7c62456b222bbb SHA512 0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909
26
27 diff --git a/sys-apps/texinfo/texinfo-6.7.ebuild b/sys-apps/texinfo/texinfo-6.7.ebuild
28 index caa8be913bbc..2a3060bb2484 100644
29 --- a/sys-apps/texinfo/texinfo-6.7.ebuild
30 +++ b/sys-apps/texinfo/texinfo-6.7.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 +# Copyright 1999-2022 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 # Note: if your package uses the texi2dvi utility, it must depend on the
37 @@ -11,7 +11,7 @@ inherit flag-o-matic toolchain-funcs
38
39 DESCRIPTION="The GNU info program and utilities"
40 HOMEPAGE="https://www.gnu.org/software/texinfo/"
41 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
42 +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
43
44 LICENSE="GPL-3"
45 SLOT="0"
46
47 diff --git a/sys-apps/texinfo/texinfo-6.8.ebuild b/sys-apps/texinfo/texinfo-6.8.ebuild
48 index 97ed7c623600..31c46a3263b5 100644
49 --- a/sys-apps/texinfo/texinfo-6.8.ebuild
50 +++ b/sys-apps/texinfo/texinfo-6.8.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 # Note: if your package uses the texi2dvi utility, it must depend on the
57 @@ -11,7 +11,7 @@ inherit flag-o-matic toolchain-funcs
58
59 DESCRIPTION="The GNU info program and utilities"
60 HOMEPAGE="https://www.gnu.org/software/texinfo/"
61 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
62 +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
63
64 LICENSE="GPL-3"
65 SLOT="0"