Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/pmtools/files/
Date: Thu, 09 Feb 2017 22:38:15
Message-Id: 1486679838.674f5bec1a006722c362f21611ab2563904043a6.soap@gentoo
1 commit: 674f5bec1a006722c362f21611ab2563904043a6
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 7 16:49:46 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 22:37:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674f5bec
7
8 sys-power/pmtools: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/3870
11
12 .../files/pmtools-20071116-cflags-ldflags.patch | 38 ----------------
13 .../files/pmtools-20100123-cflags-ldflags.patch | 52 ----------------------
14 2 files changed, 90 deletions(-)
15
16 diff --git a/sys-power/pmtools/files/pmtools-20071116-cflags-ldflags.patch b/sys-power/pmtools/files/pmtools-20071116-cflags-ldflags.patch
17 deleted file mode 100644
18 index 1d55e6a81b..0000000000
19 --- a/sys-power/pmtools/files/pmtools-20071116-cflags-ldflags.patch
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 ---- acpidump/Makefile.orig
23 -+++ acpidump/Makefile
24 -@@ -1,11 +1,11 @@
25 - PROG= acpidump
26 - SRCS= acpidump.c
27 - KERNEL_INCLUDE := ../include
28 --CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE)
29 -+CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE)
30 -
31 - all: acpidump
32 - $(PROG) : $(SRCS)
33 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
34 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
35 -
36 - CLEANFILES= $(PROG)
37 -
38 ---- acpixtract/Makefile.orig
39 -+++ acpixtract/Makefile
40 -@@ -6,7 +6,7 @@
41 - all: $(PROG)
42 -
43 - $(PROG) : $(SRCS)
44 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
45 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
46 -
47 - CLEANFILES= $(PROG)
48 -
49 ---- madt/Makefile.orig
50 -+++ madt/Makefile
51 -@@ -3,7 +3,7 @@
52 -
53 - all: madt
54 - $(PROG) : $(SRCS)
55 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
56 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
57 -
58 - test: madt
59 - ./madt < example.APIC.dat
60
61 diff --git a/sys-power/pmtools/files/pmtools-20100123-cflags-ldflags.patch b/sys-power/pmtools/files/pmtools-20100123-cflags-ldflags.patch
62 deleted file mode 100644
63 index 57642abacf..0000000000
64 --- a/sys-power/pmtools/files/pmtools-20100123-cflags-ldflags.patch
65 +++ /dev/null
66 @@ -1,52 +0,0 @@
67 -diff -Nuar pmtools-20100123.orig/acpidump/Makefile pmtools-20100123/acpidump/Makefile
68 ---- pmtools-20100123.orig/acpidump/Makefile 2006-11-30 13:41:15.000000000 +0100
69 -+++ pmtools-20100123/acpidump/Makefile 2010-03-07 14:19:12.337141824 +0100
70 -@@ -1,11 +1,11 @@
71 - PROG= acpidump
72 - SRCS= acpidump.c
73 - KERNEL_INCLUDE := ../include
74 --CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Os -s -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE)
75 -+CFLAGS += -Wall -Wstrict-prototypes -Wdeclaration-after-statement -D_LINUX -DDEFINE_ALTERNATE_TYPES -I$(KERNEL_INCLUDE)
76 -
77 - all: acpidump
78 - $(PROG) : $(SRCS)
79 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
80 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
81 -
82 - CLEANFILES= $(PROG)
83 -
84 -diff -Nuar pmtools-20100123.orig/acpixtract/Makefile pmtools-20100123/acpixtract/Makefile
85 ---- pmtools-20100123.orig/acpixtract/Makefile 2006-11-30 13:45:06.000000000 +0100
86 -+++ pmtools-20100123/acpixtract/Makefile 2010-03-07 14:19:12.337141824 +0100
87 -@@ -6,7 +6,7 @@
88 - all: $(PROG)
89 -
90 - $(PROG) : $(SRCS)
91 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
92 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
93 -
94 - CLEANFILES= $(PROG)
95 -
96 -diff -Nuar pmtools-20100123.orig/madt/Makefile pmtools-20100123/madt/Makefile
97 ---- pmtools-20100123.orig/madt/Makefile 2005-11-11 18:07:04.000000000 +0100
98 -+++ pmtools-20100123/madt/Makefile 2010-03-07 14:22:15.199017246 +0100
99 -@@ -1,6 +1,6 @@
100 - test: madt
101 - ./madt < APIC
102 - madt: madt.c acpi.h tables.c
103 -- cc -o madt madt.c
104 -+ $(CC) $(CFLAGS) $(LDFLAGS) madt.c -o madt
105 - clean:
106 - rm madt
107 -diff -Nuar pmtools-20100123.orig/turbostat/Makefile pmtools-20100123/turbostat/Makefile
108 ---- pmtools-20100123.orig/turbostat/Makefile 2010-01-23 19:19:32.000000000 +0100
109 -+++ pmtools-20100123/turbostat/Makefile 2010-03-07 14:26:10.473010923 +0100
110 -@@ -4,7 +4,7 @@
111 - all: turbostat
112 -
113 - $(PROG) : $(SRCS)
114 -- $(CC) $(CFLAGS) $(SRCS) -o $(PROG)
115 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(SRCS) -o $(PROG)
116 -
117 - CLEANFILES= $(PROG)
118 -