diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-15 18:18:02 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-15 18:18:02 +0100 |
commit | c1c697cfbfecbf5782a90b471de42e7c3393b126 (patch) | |
tree | d347f523059becce6a2c08259c36ee47486cd70c /sys-apps/cpuid/files | |
parent | media-plugins/vdr-joystick: fixed dead homepage, src_uri (diff) | |
download | gentoo-c1c697cfbfecbf5782a90b471de42e7c3393b126.tar.gz gentoo-c1c697cfbfecbf5782a90b471de42e7c3393b126.tar.bz2 gentoo-c1c697cfbfecbf5782a90b471de42e7c3393b126.zip |
sys-apps/cpuid: drop old version
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/cpuid/files')
-rw-r--r-- | sys-apps/cpuid/files/cpuid-20170122-Makefile.patch | 28 | ||||
-rw-r--r-- | sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch | 12 |
2 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch b/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch deleted file mode 100644 index 9a02a54563aa..000000000000 --- a/sys-apps/cpuid/files/cpuid-20170122-Makefile.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -ru cpuid-20170122.orig/Makefile cpuid-20170122/Makefile ---- cpuid-20170122.orig/Makefile 2017-06-16 06:54:32.993875817 -0700 -+++ cpuid-20170122/Makefile 2017-06-16 06:55:56.622875498 -0700 -@@ -1,9 +1,3 @@ --CFLAGS+=-g --CPPFLAGS?= --LDFLAGS?= --ifneq (,$(findstring arch=i386,$(CFLAGS))) --CISA=-m32 --endif - CFL=$(CPPFLAGS) $(CFLAGS) $(CISA) -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -D_FILE_OFFSET_BITS=64 -DVERSION=$(VERSION) - - PACKAGE=cpuid -@@ -51,10 +45,10 @@ - gzip < $< > $@ - - install: $(PROG) $(PROG).man.gz cpuinfo2cpuid cpuinfo2cpuid.man.gz -- install -D -s -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG) -- install -D -m 444 $(PROG).man.gz $(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz -- install -D -m 755 cpuinfo2cpuid $(BUILDROOT)/usr/bin/cpuinfo2cpuid -- install -D -m 444 cpuinfo2cpuid.man.gz $(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz -+ install -D -m 755 $(PROG) $(BUILDROOT)/usr/bin/$(PROG) -+ install -D -m 444 $(PROG).man.gz $(BUILDROOT)/usr/share/man/man1/$(PROG).1.gz -+ install -D -m 755 cpuinfo2cpuid $(BUILDROOT)/usr/bin/cpuinfo2cpuid -+ install -D -m 444 cpuinfo2cpuid.man.gz $(BUILDROOT)/usr/share/man/man1/cpuinfo2cpuid.1.gz - - clean: - rm -f $(PROG) $(PROG).i386 $(PROG).x86_64 diff --git a/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch b/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch deleted file mode 100644 index bba18a3b3543..000000000000 --- a/sys-apps/cpuid/files/cpuid-20170122-missing-include-sysmacros.patch +++ /dev/null @@ -1,12 +0,0 @@ -Bug: https://bugs.gentoo.org/show_bug.cgi?id=604406 - ---- a/cpuid.c -+++ b/cpuid.c -@@ -30,6 +30,7 @@ - #define _GNU_SOURCE - #include <stdio.h> - #include <sys/types.h> -+#include <sys/sysmacros.h> - #include <sys/stat.h> - #include <fcntl.h> - #include <errno.h> |