Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/files/
Date: Wed, 29 Jan 2020 11:13:54
Message-Id: 1580296421.80433fc760993095487951e1162e349c94765210.juippis@gentoo
1 commit: 80433fc760993095487951e1162e349c94765210
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 7 14:50:23 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 29 11:13:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80433fc7
7
8 media-tv/v4l-utils: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14277
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 .../files/v4l-utils-1.14.1-sysmacros.patch | 26 ----------------------
15 1 file changed, 26 deletions(-)
16
17 diff --git a/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch b/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch
18 deleted file mode 100644
19 index b8190507fc7..00000000000
20 --- a/media-tv/v4l-utils/files/v4l-utils-1.14.1-sysmacros.patch
21 +++ /dev/null
22 @@ -1,26 +0,0 @@
23 -Index: v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
24 -===================================================================
25 ---- v4l-utils-1.14.1.orig/lib/libv4lconvert/control/libv4lcontrol.c
26 -+++ v4l-utils-1.14.1/lib/libv4lconvert/control/libv4lcontrol.c
27 -@@ -20,9 +20,7 @@
28 - */
29 -
30 - #include <sys/types.h>
31 --#if defined(MAJOR_IN_SYSMACROS)
32 - #include <sys/sysmacros.h>
33 --#endif
34 - #include <sys/mman.h>
35 - #include <fcntl.h>
36 - #include <sys/stat.h>
37 -Index: v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
38 -===================================================================
39 ---- v4l-utils-1.14.1.orig/utils/v4l2-ctl/v4l2-ctl.cpp
40 -+++ v4l-utils-1.14.1/utils/v4l2-ctl/v4l2-ctl.cpp
41 -@@ -21,6 +21,7 @@
42 - */
43 -
44 - #include <unistd.h>
45 -+#include <sys/sysmacros.h>
46 - #include <stdlib.h>
47 - #include <stdio.h>
48 - #include <string.h>