From 0e1cf8d85ef8680455875f2db8bdea07b4db4932 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Fri, 24 Nov 2017 10:43:09 +0100 Subject: [PATCH] x11-plugins/wmlpq: drop old and stable keywords Old dockapp mostly unmaintained upstream with even older stable version Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- x11-plugins/wmlpq/files/wmlpq-makefile.patch | 30 ---------------- x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild | 37 -------------------- 2 files changed, 67 deletions(-) delete mode 100644 x11-plugins/wmlpq/files/wmlpq-makefile.patch delete mode 100644 x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild diff --git a/x11-plugins/wmlpq/files/wmlpq-makefile.patch b/x11-plugins/wmlpq/files/wmlpq-makefile.patch deleted file mode 100644 index 4dc00bd97cdb..000000000000 --- a/x11-plugins/wmlpq/files/wmlpq-makefile.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- /Makefile.orig 2009-01-16 17:01:47.000000000 +0100 -+++ /Makefile 2009-01-16 17:04:18.000000000 +0100 -@@ -2,11 +2,11 @@ - CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include - LIBS = -lXpm -lX11 -ldockapp - LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib --CFLAGS = -O2 -Wall -+CFLAGS = -Wall - DFLAGS = -ggdb3 -Wall -+DESTDIR = /usr/bin/ - - wmlpq: wmlpq.c wmlpq-master.xpm -- cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c -+ cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) wmlpq.c -o wmlpq $(LIBS) -- strip wmlpq - - debug: wmlpq.c wmlpq-master.xpm -@@ -18,10 +19,8 @@ - rm -f wmlpq - - install: wmlpq -- cp -f wmlpq /usr/local/bin/ -- chmod 755 /usr/local/bin/wmlpq -- cp -f wmlpq.1x /usr/local/man/man1/ -- chmod 644 /usr/local/man/man1/wmlpq.1x -+ cp -f wmlpq ${DESTDIR} -+ chmod 755 ${DESTDIR}/wmlpq - - install-debian: wmlpq - cp -f wmlpq $(prefix)/usr/X11R6/bin/ diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild deleted file mode 100644 index 152348a6c08f..000000000000 --- a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -IUSE="" - -DESCRIPTION="Windowmaker dockapp which monitors up to 5 printqueues" -SRC_URI="http://www.ur.uklinux.net/wmlpq/dl/wmlpq_0.2.1.tar.gz" -HOMEPAGE="http://www.ur.uklinux.net/wmlpq/" - -DEPEND="