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 B1C1F139694 for ; Mon, 17 Jul 2017 18:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 085B7E0DFE; Mon, 17 Jul 2017 18:37:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DD070E0DFE for ; Mon, 17 Jul 2017 18:37:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E71ED3418CD for ; Mon, 17 Jul 2017 18:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFAE874B3 for ; Mon, 17 Jul 2017 18:37:03 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1500316590.8c13de376c3e322dd94a4c17946c90cf518bbf68.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkwebmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkwebmon/gkwebmon-0.2.ebuild X-VCS-Directories: x11-plugins/gkwebmon/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 8c13de376c3e322dd94a4c17946c90cf518bbf68 X-VCS-Branch: master Date: Mon, 17 Jul 2017 18:37:03 +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: 9c488ac0-5af5-4f43-b1cb-23408e448797 X-Archives-Hash: afdc2b5709e6d2fbbac445fa8d14abf4 commit: 8c13de376c3e322dd94a4c17946c90cf518bbf68 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Jul 17 18:36:04 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jul 17 18:36:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c13de37 x11-plugins/gkwebmon: remove old unused revision. Gentoo-Bug: 616786 Package-Manager: Portage-2.3.6, Repoman-2.3.1 x11-plugins/gkwebmon/gkwebmon-0.2.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild deleted file mode 100644 index bbfb09e8ce9..00000000000 --- a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit gkrellm-plugin - -IUSE="" -DESCRIPTION="A web monitor plugin for GKrellM2" -HOMEPAGE="http://gkwebmon.sourceforge.net/" -SRC_URI="mirror://sourceforge/gkwebmon/${P}.tgz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha ppc ~sparc x86"