[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/, x11-plugins/wmlpq/files/

2018-01-05 Thread Mikle Kolyada
commit: 3ce6e0e36c95400ed9b0d1ebbfa29129edc08712
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 22:42:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 22:42:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce6e0e3

x11-plugins/wmlpq: remove last rited package (bug #639914)

 x11-plugins/wmlpq/Manifest |  1 -
 .../wmlpq/files/wmlpq-makefile-ldflags.patch   | 30 -
 x11-plugins/wmlpq/files/wmlpq.desktop  |  8 -
 x11-plugins/wmlpq/metadata.xml |  8 -
 x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild| 38 --
 5 files changed, 85 deletions(-)

diff --git a/x11-plugins/wmlpq/Manifest b/x11-plugins/wmlpq/Manifest
deleted file mode 100644
index 6c78e46b86d..000
--- a/x11-plugins/wmlpq/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmlpq_0.2.1.tar.gz 15180 BLAKE2B 
b9834ca6be81b0db0d1387cb9b51893e7cdcb09820831052b9858d222fe22f7a4b8af86200d20c54f588d630f4d1a61b37befc45dd2f5fa5002b5d2bcf8f5e71
 SHA512 
757dc6f63d13f4715de7acf4cd436514de96ca78f7eb0e32f156c3a5f75c59e7e9c3d300a81bc1ce8e5def8a66f7678ca7b4b77969ef62f231c9db578c91ce4a

diff --git a/x11-plugins/wmlpq/files/wmlpq-makefile-ldflags.patch 
b/x11-plugins/wmlpq/files/wmlpq-makefile-ldflags.patch
deleted file mode 100644
index 308e7f4e687..000
--- a/x11-plugins/wmlpq/files/wmlpq-makefile-ldflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 /Makefile.orig 2009-01-16 17:01:47.0 +0100
-+++ /Makefile  2009-01-16 17:04:18.0 +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/files/wmlpq.desktop 
b/x11-plugins/wmlpq/files/wmlpq.desktop
deleted file mode 100644
index 3939b0c85aa..000
--- a/x11-plugins/wmlpq/files/wmlpq.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=WmLpq
-Comment=Printqueues monitor
-Comment[pl]=Monitor kolejki drukarek
-Exec=wmlpq
-Type=Application
-Terminal=false
-Categories=System;

diff --git a/x11-plugins/wmlpq/metadata.xml b/x11-plugins/wmlpq/metadata.xml
deleted file mode 100644
index 7d273a80ff6..000
--- a/x11-plugins/wmlpq/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   voyag...@gentoo.org
-   Bernard Cafarelli
-   
-

diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild 
b/x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild
deleted file mode 100644
index e22b8a4f12c..000
--- a/x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="Windowmaker dockapp which monitors up to 5 printqueues"
-HOMEPAGE="http://www.ur.uklinux.net/wmlpq/";
-SRC_URI="http://www.ur.uklinux.net/${PN}/dl/${P/-/_}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/libdockapp-0.7:="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-makefile-ldflags.patch"
-
-   sed -e 's###' -i *.c || die
-}
-
-src_compile() {
-   emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dodir /usr/bin
-   emake DESTDIR="${D}"/usr/bin install
-
-   dodoc README sample.wmlpqrc
-   newman wmlpq.1x wmlpq.1
-
-   domenu "${FILESDIR}/${PN}.desktop"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/files/, x11-plugins/wmlpq/

2017-11-24 Thread Bernard Cafarelli
commit: 0e1cf8d85ef8680455875f2db8bdea07b4db4932
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Fri Nov 24 09:43:09 2017 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Fri Nov 24 09:43:09 2017 +
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..000
--- a/x11-plugins/wmlpq/files/wmlpq-makefile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 /Makefile.orig 2009-01-16 17:01:47.0 +0100
-+++ /Makefile  2009-01-16 17:04:18.0 +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..000
--- 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="

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/

2015-09-13 Thread Justin Lecher
commit: 40873dc4b92baa01e5749cde1d85c032c4c187cd
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 13 08:24:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 13 08:27:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40873dc4

x11-plugins/wmlpq: Drop version using /usr/local

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 x11-plugins/wmlpq/metadata.xml  |  2 +-
 x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild | 44 -
 x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild | 10 +++-
 3 files changed, 5 insertions(+), 51 deletions(-)

diff --git a/x11-plugins/wmlpq/metadata.xml b/x11-plugins/wmlpq/metadata.xml
index b1a9efc..a03f5d8 100644
--- a/x11-plugins/wmlpq/metadata.xml
+++ b/x11-plugins/wmlpq/metadata.xml
@@ -1,5 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-desktop-dock
+   desktop-dock
 

diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild 
b/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild
deleted file mode 100644
index 83515e2..000
--- a/x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils flag-o-matic toolchain-funcs
-
-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="##' -i *.c || die
 }
 
-src_compile()
-{
+src_compile() {
emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
 }
 
-src_install()
-{
+src_install() {
dodir /usr/bin
emake DESTDIR="${D}"/usr/bin install
 



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlpq/

2015-08-23 Thread Bernard Cafarelli
commit: ce5bec38730a1bc86a36bf1c533ee6250d4c8175
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sun Aug 23 20:16:59 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sun Aug 23 20:35:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5bec38

x11-plugins/wmlpq: EAPI bump, fix compilation with new libdockapp

Package-Manager: portage-2.2.20.1

 x11-plugins/wmlpq/Manifest  |  2 +-
 x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild |  5 ++--
 x11-plugins/wmlpq/wmlpq-0.2.1-r2.ebuild |  5 ++--
 x11-plugins/wmlpq/wmlpq-0.2.1-r3.ebuild | 41 +
 4 files changed, 48 insertions(+), 5 deletions(-)

diff --git a/x11-plugins/wmlpq/Manifest b/x11-plugins/wmlpq/Manifest
index 0a81bce..79aba3c 100644
--- a/x11-plugins/wmlpq/Manifest
+++ b/x11-plugins/wmlpq/Manifest
@@ -1 +1 @@
-DIST wmlpq_0.2.1.tar.gz 15180 SHA256 
6dba6ed7b61baa6060f4646a230477970dec2fd06d01dab7dbdf064bed348e83
+DIST wmlpq_0.2.1.tar.gz 15180 SHA256 
6dba6ed7b61baa6060f4646a230477970dec2fd06d01dab7dbdf064bed348e83 SHA512 
757dc6f63d13f4715de7acf4cd436514de96ca78f7eb0e32f156c3a5f75c59e7e9c3d300a81bc1ce8e5def8a66f7678ca7b4b77969ef62f231c9db578c91ce4a
 WHIRLPOOL 
383eab5a697937f510557687ef110d564d7dde701a73b8f3f2d6c32c3fb3e4fe4284aeb59971f3260852a9d261fe4a8048c7b9415fe692cb867456f7f0b97e6b

diff --git a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild 
b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
index c081a49..3f993c1 100644
--- a/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
+++ b/x11-plugins/wmlpq/wmlpq-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,8 @@ 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"
+DEPEND="http://www.ur.uklinux.net/wmlpq/dl/wmlpq_0.2.1.tar.gz";
 HOMEPAGE="http://www.ur.uklinux.net/wmlpq/";
 
-DEPEND="x11-libs/libdockapp"
+DEPEND="http://www.ur.uklinux.net/wmlpq/";
+SRC_URI="http://www.ur.uklinux.net/${PN}/dl/${P/-/_}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/libdockapp-0.7:="
+RDEPEND="${DEPEND}"
+
+src_prepare()
+{
+   epatch "${FILESDIR}/${PN}-makefile-ldflags.patch"
+
+   sed -e 's###' -i *.c || die
+}
+
+src_compile()
+{
+   emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
+}
+
+src_install()
+{
+   dodir /usr/bin
+   emake DESTDIR="${D}"/usr/bin install
+
+   dodoc README sample.wmlpqrc
+   newman wmlpq.1x wmlpq.1
+
+   domenu "${FILESDIR}/${PN}.desktop"
+}