diff options
author | Michael Weber <xmw@gentoo.org> | 2013-02-12 19:52:52 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-02-12 19:52:52 +0000 |
commit | dae22a33577909544f6d60bbcc7a76316fd8a10c (patch) | |
tree | 66e4d0cdb8c959e033ebd8d6aff282788711e037 /app-laptop/thinkfan/files | |
parent | Version bump; remove old. (diff) | |
download | historical-dae22a33577909544f6d60bbcc7a76316fd8a10c.tar.gz historical-dae22a33577909544f6d60bbcc7a76316fd8a10c.tar.bz2 historical-dae22a33577909544f6d60bbcc7a76316fd8a10c.zip |
Remove old ebuilds and files, version bump to newest beta, cmake-utils, USE flags for atasmart.
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Manifest-Sign-Key: 0x62EEF090
Diffstat (limited to 'app-laptop/thinkfan/files')
-rw-r--r-- | app-laptop/thinkfan/files/thinkfan-0.7.3-makefile.patch | 28 | ||||
-rw-r--r-- | app-laptop/thinkfan/files/thinkfan-0.7.3-openrc.patch | 11 |
2 files changed, 0 insertions, 39 deletions
diff --git a/app-laptop/thinkfan/files/thinkfan-0.7.3-makefile.patch b/app-laptop/thinkfan/files/thinkfan-0.7.3-makefile.patch deleted file mode 100644 index fac489464079..000000000000 --- a/app-laptop/thinkfan/files/thinkfan-0.7.3-makefile.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- thinkfan-0.7.3/Makefile -+++ thinkfan-0.7.3/Makefile -@@ -1,20 +1,12 @@ - .DEFAULT_GOAL := thinkfan - --thinkfan: system.o parser.o config.o thinkfan.o message.o -- gcc $(CFLAGS) -Wall -o thinkfan system.o config.o parser.o \ -- thinkfan.o message.o -- --message.o: message.c globaldefs.h -- gcc $(CFLAGS) -Wall -c message.c -+CC ?= gcc - --system.o: system.c system.h message.h globaldefs.h parser.h -- gcc $(CFLAGS) -Wall -c system.c -- --config.o: config.c config.h message.h globaldefs.h system.h parser.h -- gcc $(CFLAGS) -Wall -c config.c -+thinkfan: system.o parser.o config.o thinkfan.o message.o -+ $(CC) $(LDFLAGS) -Wall -o $@ $^ - --thinkfan.o: thinkfan.c thinkfan.h message.h globaldefs.h config.h -- gcc $(CFLAGS) -Wall -c thinkfan.c -+%.o: %.c -+ $(CC) $(CFLAGS) -Wall -c -o $@ $< - - clean: - rm -rf *.o thinkfan diff --git a/app-laptop/thinkfan/files/thinkfan-0.7.3-openrc.patch b/app-laptop/thinkfan/files/thinkfan-0.7.3-openrc.patch deleted file mode 100644 index 3ef027653cf9..000000000000 --- a/app-laptop/thinkfan/files/thinkfan-0.7.3-openrc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- thinkfan-0.7.3/rcscripts/thinkfan.gentoo -+++ thinkfan-0.7.3/rcscripts/thinkfan.gentoo -@@ -3,7 +3,7 @@ - # Distributed under the terms of the GNU General Public License v2 - # $Header: /var/cvsroot/gentoo-x86/app-laptop/thinkfan/files/thinkfan-0.7.3-openrc.patch,v 1.1 2012/02/13 02:27:51 xmw Exp $ - --opts="reload" -+extra_started_commands="reload" - - depend() { - after modules |