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

2018-01-05 Thread Mikle Kolyada
commit: 567a999c36c2b97f344241b3d5b01453a84d68af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 23:15:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 23:19:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567a999c

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

 x11-plugins/wmpiki/Manifest|  1 -
 x11-plugins/wmpiki/metadata.xml| 16 
 x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 45 --
 3 files changed, 62 deletions(-)

diff --git a/x11-plugins/wmpiki/Manifest b/x11-plugins/wmpiki/Manifest
deleted file mode 100644
index 5c925edbb14..000
--- a/x11-plugins/wmpiki/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmpiki-0.2.1.tar.gz 18518 BLAKE2B 
a6aa9d1e3f31dd0d9e5f39195ebad9d9d5945966b01f7d5fb68cb1d9b63254ab4a9eb591ca1e14da3349b9432b8d5a9cb78116a3b1c0e04cc9ba05e278f38d98
 SHA512 
e6a1c8c083f1e5ec2855f87eeab7b7bb798375b65d66265106811c373c056ab8866408951cbb4bc62a032d17da6f925f81f778f85b53ffdbdb2d29d63259a028

diff --git a/x11-plugins/wmpiki/metadata.xml b/x11-plugins/wmpiki/metadata.xml
deleted file mode 100644
index 5f19dd95198..000
--- a/x11-plugins/wmpiki/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-
-   voyag...@gentoo.org
-   Bernard Cafarelli
-
-
-
-Wmpiki is a dockapp which checks and displays small leds 
-for indicate hosts activity (up to eight hosts). The configuration 
-file is ~/.clay/wmpiki, so use text editor to change settings.
-The method to determine hosts is very primitive and auwful, but it works ;-)
-('ping output + grep' - if you can do it better please do).
-
-

diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild 
b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild
deleted file mode 100644
index f2d1006998a..000
--- a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Dockapp which checks and displays small leds for indicate hosts 
activity"
-HOMEPAGE="http://clay.ll.pl/projects.html#dockapps";
-SRC_URI="http://clay.ll.pl/download/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc sparc x86"
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-proto/xextproto
-   >=sys-apps/sed-4.1.4-r1"
-
-src_prepare()
-{
-   sed -i 's/gcc/${CC}/' Makefile
-   sed -i 's/-o wmpiki/${LDFLAGS} -o wmpiki/' Makefile
-}
-
-src_compile()
-{
-   make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "Compilation failed"
-}
-
-src_install()
-{
-   dobin wmpiki
-   dodoc AUTHORS ChangeLog README config.example
-}
-
-pkg_postinst()
-{
-   einfo "Don't forget to edit wmpiki configuration file:"
-   einfo "~/.clay/wmpiki"
-}



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

2017-02-07 Thread David Seifert
commit: 0cf1e4fed2b2c764d377051bbe7d3526487662f0
Author: Harri Nieminen  gmail  com>
AuthorDate: Tue Feb  7 15:56:13 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Feb  7 17:46:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf1e4fe

x11-plugins/wmpiki: Fix toolong DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3867

 x11-plugins/wmpiki/wmpiki-0.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild 
b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild
index 6435d57..0d078fb 100644
--- a/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild
+++ b/x11-plugins/wmpiki/wmpiki-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,7 +7,7 @@ inherit eutils
 
 IUSE=""
 
-DESCRIPTION="Wmpiki is a dockapp which checks and displays small leds for 
indicate hosts activity"
+DESCRIPTION="Dockapp which checks and displays small leds for indicate hosts 
activity"
 HOMEPAGE="http://clay.ll.pl/projects.html#dockapps";
 SRC_URI="http://clay.ll.pl/download/${P}.tar.gz";