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/pv/, sys-apps/pv/files/
Date: Sun, 12 Sep 2021 21:29:24
Message-Id: 1631482150.6f5688b01310bd6ce08e2dde6fe2a9839b7ff832.sam@gentoo
1 commit: 6f5688b01310bd6ce08e2dde6fe2a9839b7ff832
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 21:19:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 21:29:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5688b0
7
8 sys-apps/pv: add 1.6.20, drop 1.6.19-r1
9
10 Just contains the upstreamed build fix patch.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/pv/Manifest | 2 +-
15 sys-apps/pv/files/pv-1.6.19-stddef-include.patch | 17 -----------------
16 sys-apps/pv/{pv-1.6.19-r1.ebuild => pv-1.6.20.ebuild} | 4 ----
17 3 files changed, 1 insertion(+), 22 deletions(-)
18
19 diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest
20 index bf6b7ba788a..e5464135645 100644
21 --- a/sys-apps/pv/Manifest
22 +++ b/sys-apps/pv/Manifest
23 @@ -1,2 +1,2 @@
24 -DIST pv-1.6.19.tar.bz2 115130 BLAKE2B 5f8e41bb964ad8fc35c4f046b19e49a416eec4b3641d9ff77a3b9f1d04484b950629bd528c02f38eb7fd9fc1af404805a73c535fa62de4634801fb57c2e0bef8 SHA512 2ae857a8778baf853d4ad704f35afe14b37d615850f5ad52bce53ed7046dffdde720dab9b35f016739d377a062d7178cccdd0a3ccf53cf89918e3623060c9cc8
25 +DIST pv-1.6.20.tar.bz2 115310 BLAKE2B b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691 SHA512 e445f91b298ed285ddab54a3f8a6b5d5297e2e2eb8ad7b2ee2cbacca4adda9c6ca2bf3c77bf2a93373d3875c5b3b0b345d3945cbd91fc2647c6c25f1661a6752
26 DIST pv-1.6.6.tar.bz2 109220 BLAKE2B 1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb SHA512 cc841b4bd00e4e8fcaed97da094ebac4a11af1c3f843ce5f73d0c3ab20aca29498c6b1a224c653d40127304d8269d96f413df66b980809e9278ff9544c834a26
27
28 diff --git a/sys-apps/pv/files/pv-1.6.19-stddef-include.patch b/sys-apps/pv/files/pv-1.6.19-stddef-include.patch
29 deleted file mode 100644
30 index b28a1c8d063..00000000000
31 --- a/sys-apps/pv/files/pv-1.6.19-stddef-include.patch
32 +++ /dev/null
33 @@ -1,17 +0,0 @@
34 -https://github.com/a-j-wood/pv/pull/1
35 -
36 -From: Sam James <sam@g.o>
37 -Date: Wed, 8 Sep 2021 01:03:29 +0100
38 -Subject: [PATCH] src/pv/number.c: add missing <stddef.h> include for NULL
39 -
40 ---- a/src/pv/number.c
41 -+++ b/src/pv/number.c
42 -@@ -2,6 +2,8 @@
43 - * Functions for converting strings to numbers.
44 - */
45 -
46 -+#include <stddef.h>
47 -+
48 - #ifdef HAVE_CONFIG_H
49 - #include "config.h"
50 - #endif
51
52 diff --git a/sys-apps/pv/pv-1.6.19-r1.ebuild b/sys-apps/pv/pv-1.6.20.ebuild
53 similarity index 96%
54 rename from sys-apps/pv/pv-1.6.19-r1.ebuild
55 rename to sys-apps/pv/pv-1.6.20.ebuild
56 index 371943e4161..86f4bf74e30 100644
57 --- a/sys-apps/pv/pv-1.6.19-r1.ebuild
58 +++ b/sys-apps/pv/pv-1.6.20.ebuild
59 @@ -22,10 +22,6 @@ DOCS=( README doc/NEWS doc/TODO )
60 # Doesn't build a library.
61 QA_CONFIGURE_OPTIONS="--disable-static"
62
63 -PATCHES=(
64 - "${FILESDIR}"/${P}-stddef-include.patch
65 -)
66 -
67 pkg_setup() {
68 if use kernel_linux; then
69 CONFIG_CHECK="~SYSVIPC"