* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpiki/
@ 2017-02-07 17:48 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-02-07 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 0cf1e4fed2b2c764d377051bbe7d3526487662f0
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Feb 7 15:56:13 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 17:46:48 2017 +0000
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpiki/
@ 2018-01-05 23:20 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-01-05 23:20 UTC (permalink / raw
To: gentoo-commits
commit: 567a999c36c2b97f344241b3d5b01453a84d68af
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 23:15:54 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 23:19:59 2018 +0000
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..00000000000
--- 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..00000000000
--- a/x11-plugins/wmpiki/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
-</maintainer>
-
-<longdescription>
-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).
-</longdescription>
-</pkgmetadata>
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..00000000000
--- 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"
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-01-05 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-07 17:48 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpiki/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2018-01-05 23:20 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox