summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-12 22:19:26 +0100
committerSam James <sam@gentoo.org>2021-09-12 22:29:10 +0100
commit6f5688b01310bd6ce08e2dde6fe2a9839b7ff832 (patch)
tree5dafe43b9a13f47e1c56f1c8a3f42cd430dbcd2d /sys-apps
parentgames-fps/sauerbraten: drop 2013.02.03-r2 (diff)
downloadgentoo-6f5688b01310bd6ce08e2dde6fe2a9839b7ff832.tar.gz
gentoo-6f5688b01310bd6ce08e2dde6fe2a9839b7ff832.tar.bz2
gentoo-6f5688b01310bd6ce08e2dde6fe2a9839b7ff832.zip
sys-apps/pv: add 1.6.20, drop 1.6.19-r1
Just contains the upstreamed build fix patch. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/pv/Manifest2
-rw-r--r--sys-apps/pv/files/pv-1.6.19-stddef-include.patch17
-rw-r--r--sys-apps/pv/pv-1.6.20.ebuild (renamed from sys-apps/pv/pv-1.6.19-r1.ebuild)4
3 files changed, 1 insertions, 22 deletions
diff --git a/sys-apps/pv/Manifest b/sys-apps/pv/Manifest
index bf6b7ba788ab..e5464135645f 100644
--- a/sys-apps/pv/Manifest
+++ b/sys-apps/pv/Manifest
@@ -1,2 +1,2 @@
-DIST pv-1.6.19.tar.bz2 115130 BLAKE2B 5f8e41bb964ad8fc35c4f046b19e49a416eec4b3641d9ff77a3b9f1d04484b950629bd528c02f38eb7fd9fc1af404805a73c535fa62de4634801fb57c2e0bef8 SHA512 2ae857a8778baf853d4ad704f35afe14b37d615850f5ad52bce53ed7046dffdde720dab9b35f016739d377a062d7178cccdd0a3ccf53cf89918e3623060c9cc8
+DIST pv-1.6.20.tar.bz2 115310 BLAKE2B b50623f623231e8e8615f960bad83d10e12d5274c57d23ea843d16fce30b3e690284b2d9b01f82a16b9790e2bf26f80f560e226589a62ca677a2cf90ea007691 SHA512 e445f91b298ed285ddab54a3f8a6b5d5297e2e2eb8ad7b2ee2cbacca4adda9c6ca2bf3c77bf2a93373d3875c5b3b0b345d3945cbd91fc2647c6c25f1661a6752
DIST pv-1.6.6.tar.bz2 109220 BLAKE2B 1cfb60e49f6301f0d990467a58013522bbc1e28e2936a1a2141918af05149b59b6cc494f290d99ee7072247b8f0e230b799cd5dae6f8aa59d116691319e952cb SHA512 cc841b4bd00e4e8fcaed97da094ebac4a11af1c3f843ce5f73d0c3ab20aca29498c6b1a224c653d40127304d8269d96f413df66b980809e9278ff9544c834a26
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
deleted file mode 100644
index b28a1c8d063b..000000000000
--- a/sys-apps/pv/files/pv-1.6.19-stddef-include.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://github.com/a-j-wood/pv/pull/1
-
-From: Sam James <sam@gentoo.org>
-Date: Wed, 8 Sep 2021 01:03:29 +0100
-Subject: [PATCH] src/pv/number.c: add missing <stddef.h> include for NULL
-
---- a/src/pv/number.c
-+++ b/src/pv/number.c
-@@ -2,6 +2,8 @@
- * Functions for converting strings to numbers.
- */
-
-+#include <stddef.h>
-+
- #ifdef HAVE_CONFIG_H
- #include "config.h"
- #endif
diff --git a/sys-apps/pv/pv-1.6.19-r1.ebuild b/sys-apps/pv/pv-1.6.20.ebuild
index 371943e4161b..86f4bf74e302 100644
--- a/sys-apps/pv/pv-1.6.19-r1.ebuild
+++ b/sys-apps/pv/pv-1.6.20.ebuild
@@ -22,10 +22,6 @@ DOCS=( README doc/NEWS doc/TODO )
# Doesn't build a library.
QA_CONFIGURE_OPTIONS="--disable-static"
-PATCHES=(
- "${FILESDIR}"/${P}-stddef-include.patch
-)
-
pkg_setup() {
if use kernel_linux; then
CONFIG_CHECK="~SYSVIPC"