summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-07 19:12:13 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-11 10:07:58 +0200
commit68032bdfd8b26e02d1545704c3c4ec14de53bc7f (patch)
tree2f1524bf872336c12efe3efab93ef5eecc67faaf
parentapp-i18n/zhcon: remove unused patch (diff)
downloadgentoo-68032bdfd8b26e02d1545704c3c4ec14de53bc7f.tar.gz
gentoo-68032bdfd8b26e02d1545704c3c4ec14de53bc7f.tar.bz2
gentoo-68032bdfd8b26e02d1545704c3c4ec14de53bc7f.zip
app-laptop/pommed: remove unused patches
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-laptop/pommed/files/pommed-1.21-r1.patch75
-rw-r--r--app-laptop/pommed/files/pommed-1.30.patch75
-rw-r--r--app-laptop/pommed/files/pommed-1.31.patch75
3 files changed, 0 insertions, 225 deletions
diff --git a/app-laptop/pommed/files/pommed-1.21-r1.patch b/app-laptop/pommed/files/pommed-1.21-r1.patch
deleted file mode 100644
index 5b899a369f1b..000000000000
--- a/app-laptop/pommed/files/pommed-1.21-r1.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -ru pommed-1.21~/gpomme/Makefile pommed-1.21/gpomme/Makefile
---- pommed-1.21~/gpomme/Makefile 2008-12-21 13:38:27.000000000 +0100
-+++ pommed-1.21/gpomme/Makefile 2008-12-21 14:06:46.000000000 +0100
-@@ -17,8 +17,8 @@
-
- INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
--LDFLAGS = -lpthread $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
-+LDFLAGS += -lpthread $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-
- SOURCES = gpomme.c theme.c conffile.c \
- ../client-common/dbus-client.c \
-@@ -33,6 +33,7 @@
- mo: $(MOFILES)
-
- gpomme: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- gpomme.o: gpomme.c gpomme.h theme.h ../client-common/dbus-client.h ../client-common/video-client.h
-
-diff -ru pommed-1.21~/pommed/Makefile pommed-1.21/pommed/Makefile
---- pommed-1.21~/pommed/Makefile 2008-12-21 13:38:27.000000000 +0100
-+++ pommed-1.21/pommed/Makefile 2008-12-21 14:04:52.000000000 +0100
-@@ -16,9 +16,9 @@
-
- INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS)
-
--LDFLAGS = -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-+LDFLAGS += -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-
- ifneq (, $(findstring ppc, $(ARCH)))
- OFLIB ?=
-@@ -50,6 +50,7 @@
-
- CFLAGS += $(LIBPCI_CFLAGS)
- LDFLAGS += $(LIBPCI_LIBS)
-+ LIBS = $(LIBPCI_LIBS)
- else
- LIBS = /usr/lib/libpci.a
- LDFLAGS += -lz
-@@ -66,6 +67,7 @@
-
-
- pommed: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- pommed.o: pommed.c pommed.h evloop.h kbd_backlight.h lcd_backlight.h cd_eject.h evdev.h conffile.h audio.h dbus.h beep.h
-
-diff -ru pommed-1.21~/wmpomme/Makefile pommed-1.21/wmpomme/Makefile
---- pommed-1.21~/wmpomme/Makefile 2008-12-21 13:38:27.000000000 +0100
-+++ pommed-1.21/wmpomme/Makefile 2008-12-21 14:07:09.000000000 +0100
-@@ -3,8 +3,8 @@
- DBUS_CFLAGS = $(shell pkg-config dbus-1 --cflags) -DDBUS_API_SUBJECT_TO_CHANGE
- DBUS_LIBS = $(shell pkg-config dbus-1 --libs)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS)
--LDFLAGS = -lXpm -lXext -lX11 $(DBUS_LIBS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS)
-+LDFLAGS += -lXpm -lXext -lX11 $(DBUS_LIBS)
-
- SOURCES = wmgeneral.c wmpomme.c \
- ../client-common/dbus-client.c \
-@@ -13,6 +13,7 @@
- OBJS = $(SOURCES:%.c=%.o)
-
- wmpomme: $(OBJS)
-+ ${CC} -o $@ ${OBJS} ${LDFLAGS}
-
- wmpomme.o: wmpomme.c wmgeneral.h wmpomme-master.xpm ../client-common/dbus-client.h
-
diff --git a/app-laptop/pommed/files/pommed-1.30.patch b/app-laptop/pommed/files/pommed-1.30.patch
deleted file mode 100644
index 48c0fd02bdcf..000000000000
--- a/app-laptop/pommed/files/pommed-1.30.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -ru pommed-1.30~/gpomme/Makefile pommed-1.30/gpomme/Makefile
---- pommed-1.30~/gpomme/Makefile 2009-10-22 21:25:30.000000000 +0200
-+++ pommed-1.30/gpomme/Makefile 2009-11-21 19:41:08.000000000 +0100
-@@ -17,8 +17,8 @@
-
- INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
--LDFLAGS = -lpthread $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
-+LDFLAGS += -lpthread $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-
- SOURCES = gpomme.c theme.c conffile.c \
- ../client-common/dbus-client.c \
-@@ -33,6 +33,7 @@
- mo: $(MOFILES)
-
- gpomme: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- gpomme.o: gpomme.c gpomme.h theme.h ../client-common/dbus-client.h ../client-common/video-client.h
-
-diff -ru pommed-1.30~/pommed/Makefile pommed-1.30/pommed/Makefile
---- pommed-1.30~/pommed/Makefile 2009-10-22 21:25:30.000000000 +0200
-+++ pommed-1.30/pommed/Makefile 2009-11-21 19:41:08.000000000 +0100
-@@ -18,9 +18,9 @@
-
- TIMERFD_CFLAGS = $(shell test -e /usr/include/sys/timerfd.h || echo -DNO_SYS_TIMERFD_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) $(TIMERFD_CFLAGS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) $(TIMERFD_CFLAGS)
-
--LDFLAGS = -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-+LDFLAGS += -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-
- ifneq (, $(findstring ppc, $(ARCH)))
- OFLIB ?=
-@@ -52,6 +52,7 @@
-
- CFLAGS += $(LIBPCI_CFLAGS)
- LDFLAGS += $(LIBPCI_LIBS)
-+ LIBS = $(LIBPCI_LIBS)
- else
- LIBS = /usr/lib/libpci.a
- LDFLAGS += -lz
-@@ -69,6 +70,7 @@
-
-
- pommed: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- pommed.o: pommed.c pommed.h evloop.h kbd_backlight.h lcd_backlight.h cd_eject.h evdev.h conffile.h audio.h dbus.h beep.h
-
-diff -ru pommed-1.30~/wmpomme/Makefile pommed-1.30/wmpomme/Makefile
---- pommed-1.30~/wmpomme/Makefile 2009-10-22 21:25:30.000000000 +0200
-+++ pommed-1.30/wmpomme/Makefile 2009-11-21 19:41:08.000000000 +0100
-@@ -5,8 +5,8 @@
-
- TIMERFD_CFLAGS = $(shell test -e /usr/include/sys/timerfd.h || echo -DNO_SYS_TIMERFD_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(TIMERFD_CFLAGS)
--LDFLAGS = -lrt -lXpm -lXext -lX11 $(DBUS_LIBS)
-+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(TIMERFD_CFLAGS)
-+LDFLAGS += -lrt -lXpm -lXext -lX11 $(DBUS_LIBS)
-
- SOURCES = wmgeneral.c wmpomme.c \
- ../client-common/dbus-client.c \
-@@ -15,6 +15,7 @@
- OBJS = $(SOURCES:%.c=%.o)
-
- wmpomme: $(OBJS)
-+ ${CC} -o $@ ${OBJS} ${LDFLAGS}
-
- wmpomme.o: wmpomme.c wmgeneral.h wmpomme-master.xpm ../client-common/dbus-client.h
-
diff --git a/app-laptop/pommed/files/pommed-1.31.patch b/app-laptop/pommed/files/pommed-1.31.patch
deleted file mode 100644
index 94061909a53c..000000000000
--- a/app-laptop/pommed/files/pommed-1.31.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -ru pommed-1.31~/gpomme/Makefile pommed-1.31/gpomme/Makefile
---- pommed-1.31~/gpomme/Makefile 2010-02-28 17:24:31.000000000 +0100
-+++ pommed-1.31/gpomme/Makefile 2010-02-28 17:25:31.000000000 +0100
-@@ -17,8 +17,8 @@
-
- INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
--LDFLAGS = -lpthread -lX11 $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-+CFLAGS += -Wall $(DBUS_CFLAGS) $(DBUSGLIB_CFLAGS) $(GTK_CFLAGS) $(CONFUSE_CFLAGS) $(GLADE_CFLAGS) $(INOTIFY_CFLAGS)
-+LDFLAGS += -lpthread -lX11 $(DBUS_LIBS) $(DBUSGLIB_LIBS) $(GTK_LIBS) $(CONFUSE_LIBS) $(GLADE_LIBS)
-
- SOURCES = gpomme.c theme.c conffile.c \
- ../client-common/dbus-client.c \
-@@ -33,6 +33,7 @@
- mo: $(MOFILES)
-
- gpomme: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- gpomme.o: gpomme.c gpomme.h theme.h ../client-common/dbus-client.h ../client-common/video-client.h
-
-diff -ru pommed-1.31~/pommed/Makefile pommed-1.31/pommed/Makefile
---- pommed-1.31~/pommed/Makefile 2010-02-28 17:24:31.000000000 +0100
-+++ pommed-1.31/pommed/Makefile 2010-02-28 17:26:20.000000000 +0100
-@@ -18,9 +18,9 @@
-
- TIMERFD_CFLAGS = $(shell test -e /usr/include/sys/timerfd.h || echo -DNO_SYS_TIMERFD_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) $(TIMERFD_CFLAGS)
-+CFLAGS += -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) $(TIMERFD_CFLAGS)
-
--LDFLAGS = -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-+LDFLAGS += -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
-
- ifneq (, $(findstring ppc, $(ARCH)))
- OFLIB ?=
-@@ -52,6 +52,7 @@
-
- CFLAGS += $(LIBPCI_CFLAGS)
- LDFLAGS += $(LIBPCI_LIBS)
-+ LIBS = $(LIBPCI_LIBS)
- else
- LIBS = /usr/lib/libpci.a
- LDFLAGS += -lz
-@@ -69,6 +70,7 @@
-
-
- pommed: $(OBJS) $(LIBS)
-+ ${CC} -o $@ ${OBJS} ${LIBS} ${LDFLAGS}
-
- pommed.o: pommed.c pommed.h evloop.h kbd_backlight.h lcd_backlight.h cd_eject.h evdev.h conffile.h audio.h dbus.h beep.h
-
-diff -ru pommed-1.31~/wmpomme/Makefile pommed-1.31/wmpomme/Makefile
---- pommed-1.31~/wmpomme/Makefile 2010-02-28 17:24:31.000000000 +0100
-+++ pommed-1.31/wmpomme/Makefile 2010-02-28 17:26:42.000000000 +0100
-@@ -5,8 +5,8 @@
-
- TIMERFD_CFLAGS = $(shell test -e /usr/include/sys/timerfd.h || echo -DNO_SYS_TIMERFD_H)
-
--CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(TIMERFD_CFLAGS)
--LDFLAGS = -lrt -lXpm -lXext -lX11 $(DBUS_LIBS)
-+CFLAGS += -Wall $(DBUS_CFLAGS) $(TIMERFD_CFLAGS)
-+LDFLAGS += -lrt -lXpm -lXext -lX11 $(DBUS_LIBS)
-
- SOURCES = wmgeneral.c wmpomme.c \
- ../client-common/dbus-client.c \
-@@ -15,6 +15,7 @@
- OBJS = $(SOURCES:%.c=%.o)
-
- wmpomme: $(OBJS)
-+ ${CC} -o $@ ${OBJS} ${LDFLAGS}
-
- wmpomme.o: wmpomme.c wmgeneral.h wmpomme-master.xpm ../client-common/dbus-client.h
-