Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/files/, x11-plugins/wmlpq/
Date: Fri, 24 Nov 2017 10:10:14
Message-Id: 1511516589.0e1cf8d85ef8680455875f2db8bdea07b4db4932.voyageur@gentoo
1 commit: 0e1cf8d85ef8680455875f2db8bdea07b4db4932
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 24 09:43:09 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 24 09:43:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1cf8d8
7
8 x11-plugins/wmlpq: drop old and stable keywords
9
10 Old dockapp mostly unmaintained upstream with even older stable version
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 x11-plugins/wmlpq/files/wmlpq-makefile.patch | 30 ----------------------
15 x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild | 37 ----------------------------
16 2 files changed, 67 deletions(-)
17
18 diff --git a/x11-plugins/wmlpq/files/wmlpq-makefile.patch b/x11-plugins/wmlpq/files/wmlpq-makefile.patch
19 deleted file mode 100644
20 index 4dc00bd97cd..00000000000
21 --- a/x11-plugins/wmlpq/files/wmlpq-makefile.patch
22 +++ /dev/null
23 @@ -1,30 +0,0 @@
24 ---- /Makefile.orig 2009-01-16 17:01:47.000000000 +0100
25 -+++ /Makefile 2009-01-16 17:04:18.000000000 +0100
26 -@@ -2,11 +2,11 @@
27 - CPPFLAGS = -I/usr/X11R6/include -I/usr/local/include
28 - LIBS = -lXpm -lX11 -ldockapp
29 - LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib
30 --CFLAGS = -O2 -Wall
31 -+CFLAGS = -Wall
32 - DFLAGS = -ggdb3 -Wall
33 -+DESTDIR = /usr/bin/
34 -
35 - wmlpq: wmlpq.c wmlpq-master.xpm
36 -- cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o wmlpq $(LIBS) wmlpq.c
37 -+ cc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) wmlpq.c -o wmlpq $(LIBS)
38 -- strip wmlpq
39 -
40 - debug: wmlpq.c wmlpq-master.xpm
41 -@@ -18,10 +19,8 @@
42 - rm -f wmlpq
43 -
44 - install: wmlpq
45 -- cp -f wmlpq /usr/local/bin/
46 -- chmod 755 /usr/local/bin/wmlpq
47 -- cp -f wmlpq.1x /usr/local/man/man1/
48 -- chmod 644 /usr/local/man/man1/wmlpq.1x
49 -+ cp -f wmlpq ${DESTDIR}
50 -+ chmod 755 ${DESTDIR}/wmlpq
51 -
52 - install-debian: wmlpq
53 - cp -f wmlpq $(prefix)/usr/X11R6/bin/
54
55 diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
56 deleted file mode 100644
57 index 152348a6c08..00000000000
58 --- a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
59 +++ /dev/null
60 @@ -1,37 +0,0 @@
61 -# Copyright 1999-2015 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -inherit eutils
65 -
66 -IUSE=""
67 -
68 -DESCRIPTION="Windowmaker dockapp which monitors up to 5 printqueues"
69 -SRC_URI="http://www.ur.uklinux.net/wmlpq/dl/wmlpq_0.2.1.tar.gz"
70 -HOMEPAGE="http://www.ur.uklinux.net/wmlpq/"
71 -
72 -DEPEND="<x11-libs/libdockapp-0.7"
73 -RDEPEND="${DEPEND}"
74 -
75 -RDEPEND=""
76 -
77 -SLOT="0"
78 -LICENSE="GPL-2"
79 -KEYWORDS="x86 ppc"
80 -
81 -src_unpack()
82 -{
83 - unpack ${A}
84 - cd "${S}"
85 - epatch "${FILESDIR}/${PN}-makefile.patch"
86 -}
87 -
88 -src_install()
89 -{
90 - dodir /usr/bin/
91 - einstall DESTDIR="${D}/usr/bin/" CFLAGS="${CFLAGS} -Wall" || die "Installation failed"
92 -
93 - dodoc README sample.wmlpqrc
94 - newman wmlpq.1x wmlpq.1
95 -
96 - domenu "${FILESDIR}/${PN}.desktop"
97 -}