recipes: remove blacklisted recipes

* as PNBLACKLIST message says, these recipes are blacklisted for long
  time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2017-04-27 11:04:51 +02:00
parent 6775acb048
commit ec9e5ed062
410 changed files with 0 additions and 30810 deletions
@@ -1,23 +0,0 @@
Index: proxy-libintl-20080418-r6/src/proxy-libintl/Makefile
===================================================================
--- proxy-libintl-20080418-r6.orig/src/proxy-libintl/Makefile 2010-07-25 08:40:22.893620001 -0700
+++ proxy-libintl-20080418-r6/src/proxy-libintl/Makefile 2010-07-25 10:51:29.573620000 -0700
@@ -6,16 +6,13 @@ CFLAGS = -Wall -I ../../include
all : ../../lib/libintl.so ../../lib/intl.lib
-../../lib/libintl.so : libintl.o
- $(CC) -shared -o $@ libintl.o
+../../lib/libintl.so : libintl.c
+ $(CC) $(CFLAGS) -shared -Wl,-soname -Wl,libintl.so -o $@ $<
../../lib/intl.lib : ../../lib/libintl.so
cp ../../lib/libintl.so $@
$(STRIP) --strip-unneeded $@
-libintl.o : libintl.c
- $(CC) $(CFLAGS) -c libintl.c
-
clean :
rm -f *.o ../../lib/libintl.so ../../$(ZIPFILE)