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-volumed-pulse/
Date: Sun, 25 Mar 2018 17:27:44
Message-Id: 1521998838.cc75b365582958dc0f07d48945340c72cf112fbb.mgorny@gentoo
1 commit: cc75b365582958dc0f07d48945340c72cf112fbb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:22:05 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc75b365
7
8 xfce-extra/xfce4-volumed-pulse: Drop old
9
10 xfce-extra/xfce4-volumed-pulse/Manifest | 1 -
11 .../xfce4-volumed-pulse-0.2.0.ebuild | 32 ----------------------
12 2 files changed, 33 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
15 index 9babcfdbec0..40742da72ff 100644
16 --- a/xfce-extra/xfce4-volumed-pulse/Manifest
17 +++ b/xfce-extra/xfce4-volumed-pulse/Manifest
18 @@ -1,3 +1,2 @@
19 -DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 BLAKE2B 801ee03f7517f5235eaa45c2ee6eafd911c98bbee1cc5bea5d84e181ea52c5fe17741192fb10b5471f900eb254293990efcdc77fc71d0374c844165e9f3d1b18 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6
20 DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 BLAKE2B 6c88c8f4023f5200c7b5b976ee4fff94344913f313ede29334d3f3b291d6862f56fa11e22a90c79019bcc137e1c77feac84ad14d067f4ce13c86ce58484480ea SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6
21 DIST xfce4-volumed-pulse-0.2.3.tar.bz2 308063 BLAKE2B e64d2e668bf1a6666ce82ac4f03852abfb0346936a789ce7f89acde1734af948f628ca3c17d515e72ab292fc86525623b8aa0b4a219555d7b8729cee10889142 SHA512 da190cea2b3993717f35e1ded058613df99f8fa223a90d379d95dff0bc9d44f4fba15bd23ff1b54f11218d20518092d14a2f2b808d4984673d3bb77616c2f3e3
22
23 diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild
24 deleted file mode 100644
25 index 5b9de82d1c1..00000000000
26 --- a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.0.ebuild
27 +++ /dev/null
28 @@ -1,32 +0,0 @@
29 -# Copyright 1999-2014 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
36 -HOMEPAGE="https://launchpad.net/xfce4-volumed-pulse"
37 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
38 -
39 -LICENSE="GPL-3"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="debug libnotify"
43 -
44 -RDEPEND=">=dev-libs/glib-2.16
45 - dev-libs/keybinder:0
46 - >=media-sound/pulseaudio-0.9.19[glib]
47 - >=x11-libs/gtk+-2.20:2
48 - >=xfce-base/xfconf-4.8
49 - libnotify? ( x11-libs/libnotify )"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 -
53 -pkg_setup() {
54 - XFCONF=(
55 - $(use_enable libnotify)
56 - $(xfconf_use_debug)
57 - )
58 -
59 - DOCS=( AUTHORS ChangeLog README THANKS )
60 -}