* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/files/, x11-plugins/wmlpq/
@ 2017-11-24 10:10 Bernard Cafarelli
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli @ 2017-11-24 10:10 UTC (permalink / raw
To: gentoo-commits
commit: 0e1cf8d85ef8680455875f2db8bdea07b4db4932
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 09:43:09 2017 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 09:43:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1cf8d8
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(-)
diff --git a/x11-plugins/wmlpq/files/wmlpq-makefile.patch b/x11-plugins/wmlpq/files/wmlpq-makefile.patch
deleted file mode 100644
index 4dc00bd97cd..00000000000
--- 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 152348a6c08..00000000000
--- 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="<x11-libs/libdockapp-0.7"
-RDEPEND="${DEPEND}"
-
-RDEPEND=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc"
-
-src_unpack()
-{
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-makefile.patch"
-}
-
-src_install()
-{
- dodir /usr/bin/
- einstall DESTDIR="${D}/usr/bin/" CFLAGS="${CFLAGS} -Wall" || die "Installation failed"
-
- dodoc README sample.wmlpqrc
- newman wmlpq.1x wmlpq.1
-
- domenu "${FILESDIR}/${PN}.desktop"
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-24 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24 10:10 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/files/, x11-plugins/wmlpq/ Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox