commit:     b4317c27cb1a62ccc7c14f417935753d145f8be7
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Thu Jul  7 17:21:03 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 08:07:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4317c27

app-misc/glcdprocdriver: remove unused patches

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../files/glcdprocdriver-0.0.3-makefile.patch      | 22 ----------------------
 .../files/glcdprocdriver-gcc43.patch               | 15 ---------------
 .../files/glcdprocdriver-gcc44.patch               | 12 ------------
 3 files changed, 49 deletions(-)

diff --git a/app-misc/glcdprocdriver/files/glcdprocdriver-0.0.3-makefile.patch 
b/app-misc/glcdprocdriver/files/glcdprocdriver-0.0.3-makefile.patch
deleted file mode 100644
index 51b9334..0000000
--- a/app-misc/glcdprocdriver/files/glcdprocdriver-0.0.3-makefile.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./Makefile 2006-10-05 08:37:03.000000000 +0000
-+++ ./Makefile 2007-04-07 19:06:00.000000000 +0000
-@@ -11,6 +11,8 @@
- PACKAGE = $(ARCHIVE)
- TMPDIR = /tmp
- 
-+LIBS=-lglcddrivers -lglcdgraphics
-+
- 
- LIBNAME = libglcdprocdriver.so
- SONAME  = $(LIBNAME).1
-@@ -24,6 +26,9 @@
- 
- all: $(LIBNAME)
- 
-+$(OBJS): %.o: %.c
-+      $(CXX) -c -fPIC $(CXXFLAGS) $< -o $@
-+
- $(LIBNAME): $(OBJS)
--      $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -Wl,-soname="$(SONAME)" -o $@
-+      $(CXX) $(LDFLAGS) -shared $(OBJS) $(LIBS) -Wl,-soname="$(SONAME)" -o $@
- 

diff --git a/app-misc/glcdprocdriver/files/glcdprocdriver-gcc43.patch 
b/app-misc/glcdprocdriver/files/glcdprocdriver-gcc43.patch
deleted file mode 100644
index 8f9fc27..0000000
--- a/app-misc/glcdprocdriver/files/glcdprocdriver-gcc43.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- glcdprocdriver-0.0.4a/glcddriver.c 2007-04-17 19:05:54.000000000 -0300
-+++ glcdprocdriver-0.0.4/glcddriver.c  2009-01-17 14:49:39.000000000 -0400
-@@ -4,11 +4,11 @@
-  *
-  * (c) 2005 Lucian Muresan <lucianm AT users.sourceforge.net>
-  */
-+#include <stdlib.h>
- #include <syslog.h>
- #include "glcddriver.h"
- #include "icons.h"
- 
--
- /*
-  *
-  * The following icon IDs are taken from lcdproc/drivers/lcd.h

diff --git a/app-misc/glcdprocdriver/files/glcdprocdriver-gcc44.patch 
b/app-misc/glcdprocdriver/files/glcdprocdriver-gcc44.patch
deleted file mode 100644
index 9d7095b..0000000
--- a/app-misc/glcdprocdriver/files/glcdprocdriver-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/glcddriver.c b/glcddriver.c
-index b337a2b..575978a 100644
---- a/glcddriver.c
-+++ b/glcddriver.c
-@@ -4,6 +4,7 @@
-  *
-  * (c) 2005-2009 Lucian Muresan <lucianm AT users.sourceforge.net>
-  */
-+#include <stdio.h>
- #include <syslog.h>
- #include <stdlib.h>
- #include "glcddriver.h"

Reply via email to