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 E6DAE138335 for ; Sun, 7 Apr 2019 08:29:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D041AE088F; Sun, 7 Apr 2019 08:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AAC66E088F for ; Sun, 7 Apr 2019 08:29:20 +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 53FD6335CC1 for ; Sun, 7 Apr 2019 08:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02882598 for ; Sun, 7 Apr 2019 08:29:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1554625718.18daa091af8aee66010b332854504c5dea31b471.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5.ebuild X-VCS-Directories: xfce-extra/xfce4-cpugraph-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18daa091af8aee66010b332854504c5dea31b471 X-VCS-Branch: master Date: Sun, 7 Apr 2019 08:29:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 533053b8-91b3-4921-90aa-5897afa04e41 X-Archives-Hash: ce91914437959621c79b58e9e0ae04ed commit: 18daa091af8aee66010b332854504c5dea31b471 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 7 07:35:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 7 08:28:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18daa091 xfce-extra/xfce4-cpugraph-plugin: Drop old Signed-off-by: Michał Górny gentoo.org> .../xfce4-cpugraph-plugin-1.0.5.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5.ebuild deleted file mode 100644 index ca2d38b12b5..00000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="A system load plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2 GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -}