Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-radio-plugin/
Date: Tue, 02 Aug 2016 16:11:12
Message-Id: 1470154187.cab3b77291dff4f89154b1b7ddc4d1b0e8bd8083.mgorny@gentoo
1 commit: cab3b77291dff4f89154b1b7ddc4d1b0e8bd8083
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:25:19 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab3b772
7
8 xfce-extra/xfce4-radio-plugin: Prune old
9
10 .../xfce4-radio-plugin-0.5.1.ebuild | 30 ----------------------
11 1 file changed, 30 deletions(-)
12
13 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
14 deleted file mode 100644
15 index 8260574..0000000
16 --- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.1.ebuild
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 -# Copyright 1999-2012 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -inherit multilib xfconf
25 -
26 -DESCRIPTION="V4L radio device control plug-in for the Xfce desktop environment"
27 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin"
28 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-3"
31 -SLOT="0"
32 -KEYWORDS="amd64 x86"
33 -IUSE="debug"
34 -
35 -RDEPEND=">=xfce-base/libxfcegui4-4.8
36 - >=xfce-base/xfce4-panel-4.8"
37 -DEPEND="${RDEPEND}
38 - dev-util/intltool
39 - virtual/pkgconfig"
40 -
41 -pkg_setup() {
42 - XFCONF=(
43 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
44 - $(xfconf_use_debug)
45 - )
46 -
47 - DOCS=( AUTHORS NEWS README )
48 -}