summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:10:14 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 11:31:32 +0100
commit4f1f744658b23fb67a815777a980bf60647fb871 (patch)
treea4d8e4880d29d9d8b95538ec6c4fc4a2cdf58568 /app-misc/iguanaIR/files
parentapp-misc/g15daemon: Drop old (diff)
downloadgentoo-4f1f744658b23fb67a815777a980bf60647fb871.tar.gz
gentoo-4f1f744658b23fb67a815777a980bf60647fb871.tar.bz2
gentoo-4f1f744658b23fb67a815777a980bf60647fb871.zip
app-misc/iguanaIR: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-misc/iguanaIR/files')
-rw-r--r--app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch29
-rw-r--r--app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff34
2 files changed, 0 insertions, 63 deletions
diff --git a/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch b/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch
deleted file mode 100644
index 099b1a4ee4f0..000000000000
--- a/app-misc/iguanaIR/files/iguanaIR-0.93-asneeded.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- iguanaIR-0.93.orig/Makefile.in 2009-12-13 15:27:50.942734390 +0100
-+++ iguanaIR-0.93/Makefile.in 2009-12-13 15:29:58.580486676 +0100
-@@ -48,14 +48,14 @@
- igclient igdaemon: libiguanaIR.so
-
- libiguanaIR.so: iguanaIR.o support.o dataPackets.o pipes.o base.o
-- $(CC) -shared $(CPPFLAGS) $^ -lpopt -lrt -o $@
-+ $(CC) -shared $(CPPFLAGS) $^ -o $@ -lpopt -lrt
-
- igdaemon: daemon.o client-interface.o device-interface.o usbclient.o \
- list.o compatibility.o
-- $(CC) $(CPPFLAGS) $(CFLAGS) $^ $(LIBS) -lusb -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) $(CFLAGS) $^ -o $@ -L. -liguanaIR -lusb -lpopt
-
- igclient: client.o list.o
-- $(CC) $(CPPFLAGS) $^ -lpopt -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) $^ -o $@ -L. -liguanaIR -lpopt
-
- %.o: %.c Makefile iguanaIR.h
- $(CC) -c $(CPPFLAGS) $(CFLAGS) $< -o $@
-@@ -71,7 +71,7 @@
- swig $(CPPFLAGS) -python $<
-
- _iguanaIR.so: iguanaIR_wrap.c
-- $(CC) $(CPPFLAGS) -shared $(CFLAGS) -Wno-strict-aliasing -Wno-unused -Wno-implicit-function-declaration -Wno-long-long @PYTHON_CPPFLAGS@ $^ -L. -liguanaIR -o $@
-+ $(CC) $(CPPFLAGS) -shared $(CFLAGS) -Wno-strict-aliasing -Wno-unused -Wno-implicit-function-declaration -Wno-long-long @PYTHON_CPPFLAGS@ $^ -o $@ -L. -liguanaIR
- endif
-
- .PHONY: install
diff --git a/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff b/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff
deleted file mode 100644
index 5e488a9b5266..000000000000
--- a/app-misc/iguanaIR/files/iguanaIR-0.93-gentoo.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -Naur iguanaIR-0.93.orig/iguanaIR.gentoo.init iguanaIR-0.93/iguanaIR.gentoo.init
---- iguanaIR-0.93.orig/iguanaIR.gentoo.init 2008-03-20 15:34:46.000000000 +0100
-+++ iguanaIR-0.93/iguanaIR.gentoo.init 2008-03-20 15:38:06.000000000 +0100
-@@ -1,7 +1,7 @@
- #!/sbin/openrc-run
-
- # load the settings
--[ -f /etc/default/iguanaIR ] && . /etc/default/iguanaIR
-+[ -f /etc/iguanaIR/iguanaIR ] && . /etc/iguanaIR/iguanaIR
-
- # common defaults
- IGPATH=/usr/bin/igdaemon
-diff -Naur iguanaIR-0.93.orig/Makefile.in iguanaIR-0.93/Makefile.in
---- iguanaIR-0.93.orig/Makefile.in 2008-03-20 15:34:46.000000000 +0100
-+++ iguanaIR-0.93/Makefile.in 2008-03-20 15:36:49.000000000 +0100
-@@ -79,12 +79,12 @@
- install -D igclient $(DESTDIR)/usr/bin/igclient
- install -D igdaemon $(DESTDIR)/usr/bin/igdaemon
- install -D libiguanaIR.so $(DESTDIR)/usr/$(LIBDIR)/libiguanaIR.so
-- install -D iguanaIR.init $(DESTDIR)/etc/rc.d/init.d/iguanaIR
-- install -D --mode=0644 iguanaIR.options $(DESTDIR)/etc/default/iguanaIR
-- install -D iguanaIR.h $(DESTDIR)/usr/include/iguanaIR.h
-- install -D --mode 644 plug-trigger/udev/iguanaIR.rules \
-- $(DESTDIR)/etc/udev/rules.d/iguanaIR.rules
-- install --mode 755 -d $(DESTDIR)/etc/udev/devices/iguanaIR
-+ install -D iguanaIR.gentoo.init $(DESTDIR)/etc/init.d/iguanaIR
-+ install -D --mode=0644 iguanaIR.options $(DESTDIR)/etc/iguanaIR/iguanaIR
-+ install -D --mode=0644 iguanaIR.h $(DESTDIR)/usr/include/iguanaIR.h
-+# install -D --mode=644 plug-trigger/udev/iguanaIR.rules \
-+# $(DESTDIR)/etc/udev/rules.d/iguanaIR.rules
-+# install --mode 755 -d $(DESTDIR)/etc/udev/devices/iguanaIR
- # This is for fairly old versions of Fedora....
- # install -D --mode 644 plug-trigger/hotplug/iguanaIR.usermap \
- # $(DESTDIR)/etc/hotplug/usb/iguanaIR.usermap