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-soundmenu-plugin/
Date: Tue, 02 Aug 2016 16:11:15
Message-Id: 1470154187.69cf9900c3e0d96bcec6613122e67c2051f8a73e.mgorny@gentoo
1 commit: 69cf9900c3e0d96bcec6613122e67c2051f8a73e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:25:56 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=69cf9900
7
8 xfce-extra/xfce4-soundmenu-plugin: Prune old
9
10 xfce-extra/xfce4-soundmenu-plugin/Manifest | 1 -
11 .../xfce4-soundmenu-plugin-0.6.0.ebuild | 40 ----------------------
12 2 files changed, 41 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-soundmenu-plugin/Manifest b/xfce-extra/xfce4-soundmenu-plugin/Manifest
15 index c387a5b..a667339 100644
16 --- a/xfce-extra/xfce4-soundmenu-plugin/Manifest
17 +++ b/xfce-extra/xfce4-soundmenu-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-soundmenu-plugin-0.6.0.tar.bz2 325349 SHA256 ff37c687ef29fd27ad14c06da447d44da4143760644b030451ca6067c111dfcd SHA512 665f1efffc9b8b194f8b285f23c284ac1f6dac0a2c63ba9380017d9045f76e8952295028f6bc4756e2805ad6d4d9d7b069ca44e89c645d00e78ed5a21827919e WHIRLPOOL bef97a66775740cf2bee74e0123ecb3176ef5613dd133ecbe677cffe061caee0bda0c2f16706979301fdf80def0eede760e9eb4d2de525b46eea9288eac5cc61
20 DIST xfce4-soundmenu-plugin-0.7.0.tar.bz2 386162 SHA256 d8a8d86ffc09363984e4014ae188c1c01c51df665666a081188483c36ed871ff SHA512 d0f5815f70a64d8b68b7257d90697dddb465e77b0acfa4d0b75c4dd23864e4b3d2e58526932d9a5a9fdabbbdf2e8e3b24f8e5f26ad93e864dfe614139f7d3748 WHIRLPOOL 782752b2d69ab4301712025d5dace1fcebe4a41d594e24e3ec2bb15ca9a8de65213c82ece2cb208bbd638c0ba8cbe73064342d970d166c6336d6ca882ac9863a
21
22 diff --git a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild b/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild
23 deleted file mode 100644
24 index 19a56ba..0000000
25 --- a/xfce-extra/xfce4-soundmenu-plugin/xfce4-soundmenu-plugin-0.6.0.ebuild
26 +++ /dev/null
27 @@ -1,40 +0,0 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="A panel plug-in to control MPRIS2 compatible players like Pragha (from the same authors)"
36 -HOMEPAGE="https://github.com/matiasdelellis/xfce4-soundmenu-plugin"
37 -SRC_URI="https://dissonance.googlecode.com/files/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-2 LGPL-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="debug +glyr lastfm +keybinder"
43 -
44 -RDEPEND=">=dev-libs/glib-2.28
45 - >=x11-libs/gtk+-2.20:2
46 - x11-libs/libX11
47 - >=xfce-base/libxfce4ui-4.10
48 - >=xfce-base/libxfce4util-4.10
49 - >=xfce-base/xfce4-panel-4.10
50 - glyr? ( >=media-libs/glyr-1.0.0 )
51 - lastfm? ( >=media-libs/libclastfm-0.5 )
52 - keybinder? ( >=dev-libs/keybinder-0.2.2:0 )"
53 -DEPEND="${RDEPEND}
54 - dev-util/intltool
55 - sys-devel/gettext
56 - virtual/pkgconfig"
57 -
58 -pkg_setup() {
59 - XFCONF=(
60 - $(use_enable keybinder)
61 - $(use_enable lastfm libclastfm)
62 - $(use_enable glyr libglyr)
63 - $(xfconf_use_debug)
64 - )
65 -
66 - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
67 -}