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-process/acct/
Date: Sat, 09 Apr 2022 02:42:23
Message-Id: 1649471795.9832dc42ee385065c6f4121a69ea6528ab747309.sam@gentoo
1 commit: 9832dc42ee385065c6f4121a69ea6528ab747309
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 02:36:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:36:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9832dc42
7
8 sys-process/acct: switch to bzip2
9
10 Smaller tarballs.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-process/acct/Manifest | 2 +-
15 sys-process/acct/acct-6.6.4-r3.ebuild | 4 ++--
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sys-process/acct/Manifest b/sys-process/acct/Manifest
19 index 20b32d7064cf..e4ce5d257ad4 100644
20 --- a/sys-process/acct/Manifest
21 +++ b/sys-process/acct/Manifest
22 @@ -1 +1 @@
23 -DIST acct-6.6.4.tar.gz 853273 BLAKE2B 2ee42ae849f8e7c5c6dbe33d45e944f945cef87a5fef0074ac31848547ab9b7068509bce3c4b47b35bfde49b02daf43ae812cc58284c50185e4bdc660dccae52 SHA512 413aa446caece8fd773c92e2995bbaa034f63dd0ced521815a676c49f118e02982862b9c0ab7e60be5212c87d1e82ba6325bda212cf4857392a068d359a1e2c2
24 +DIST acct-6.6.4.tar.bz2 671480 BLAKE2B a5745d89dc4972756cb136572e90eee853e09c0d888d929993f724459616b5cc36005b6529eba3f503e1d3401bb852321e9274591e02ce30d60e3da16d10fba2 SHA512 aa1e47186564771763a794cfa06e53cd73f2f3961bf31270f3a9e2cc93d6e20af55938ab5573d37908b05572cc7dc752c300b703c2080293e07153fed278fc55
25
26 diff --git a/sys-process/acct/acct-6.6.4-r3.ebuild b/sys-process/acct/acct-6.6.4-r3.ebuild
27 index a522990e5ba4..726e65d33cb6 100644
28 --- a/sys-process/acct/acct-6.6.4-r3.ebuild
29 +++ b/sys-process/acct/acct-6.6.4-r3.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 +# Copyright 1999-2022 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=7
36 @@ -7,7 +7,7 @@ inherit autotools systemd
37
38 DESCRIPTION="GNU system accounting utilities"
39 HOMEPAGE="https://savannah.gnu.org/projects/acct/"
40 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
41 +SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
42
43 LICENSE="GPL-3"
44 SLOT="0"