From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC8721382C5 for ; Fri, 5 Jan 2018 23:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A83FE0930; Fri, 5 Jan 2018 23:20:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B01FE0924 for ; Fri, 5 Jan 2018 23:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 985CD335C61 for ; Fri, 5 Jan 2018 23:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 361771A1 for ; Fri, 5 Jan 2018 23:20:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515194399.567a999c36c2b97f344241b3d5b01453a84d68af.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmpiki/Manifest x11-plugins/wmpiki/metadata.xml x11-plugins/wmpiki/wmpiki-0.2.1.ebuild X-VCS-Directories: x11-plugins/wmpiki/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 567a999c36c2b97f344241b3d5b01453a84d68af X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:20:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb283ac5-a58c-4c40-84d6-752235104394 X-Archives-Hash: 9695e435577c5ed58d10e52a1d9450f0 commit: 567a999c36c2b97f344241b3d5b01453a84d68af Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 5 23:15:54 2018 +0000 Commit: Mikle Kolyada gentoo 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 @@ - - - - - voyageur@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..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" -}