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 D0B6B13832E for ; Tue, 2 Aug 2016 16:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9200DE0B90; Tue, 2 Aug 2016 16:10:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1B32E0B71 for ; Tue, 2 Aug 2016 16:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C885B340B27 for ; Tue, 2 Aug 2016 16:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D5D2454 for ; Tue, 2 Aug 2016 16:10:50 +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: <1470154187.cab3b77291dff4f89154b1b7ddc4d1b0e8bd8083.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-radio-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1.ebuild X-VCS-Directories: xfce-extra/xfce4-radio-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cab3b77291dff4f89154b1b7ddc4d1b0e8bd8083 X-VCS-Branch: master Date: Tue, 2 Aug 2016 16:10:50 +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: 2dccb36d-c79c-49fe-8897-e41b8476f293 X-Archives-Hash: 2866e09a767887046f9dbf807464983b commit: cab3b77291dff4f89154b1b7ddc4d1b0e8bd8083 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 2 15:25:19 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 2 16:09:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab3b772 xfce-extra/xfce4-radio-plugin: Prune old .../xfce4-radio-plugin-0.5.1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1.ebuild deleted file mode 100644 index 8260574..0000000 --- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit multilib xfconf - -DESCRIPTION="V4L radio device control plug-in for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS NEWS README ) -}