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-pulseaudio-plugin/
Date: Tue, 27 Feb 2018 08:25:23
Message-Id: 1519719904.7a22756ffaa5ca708073adbc629f31adf01b6b3c.mgorny@gentoo
1 commit: 7a22756ffaa5ca708073adbc629f31adf01b6b3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 27 08:20:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 27 08:25:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a22756f
7
8 xfce-extra/xfce4-pulseaudio-plugin: Clean old up
9
10 xfce-extra/xfce4-pulseaudio-plugin/Manifest | 2 -
11 .../xfce4-pulseaudio-plugin-0.2.4.ebuild | 37 -------------
12 .../xfce4-pulseaudio-plugin-0.3.3.ebuild | 60 ----------------------
13 3 files changed, 99 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-pulseaudio-plugin/Manifest b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
16 index 8e062347c45..82af06ac8f9 100644
17 --- a/xfce-extra/xfce4-pulseaudio-plugin/Manifest
18 +++ b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
19 @@ -1,3 +1 @@
20 -DIST xfce4-pulseaudio-plugin-0.2.4.tar.bz2 307315 BLAKE2B b806fb27e8f1d26b8c705bc875303304c5a19a537ff409c6c4f335676a103bc09fd6c6e339a90ebcd386aad72b636278f9a1bedc04f2f4c1c5d44d1dcd4e6684 SHA512 b53ab48e282a506fc7fe91fa70520f0db32f2f73653a0210681bf7389f13441d5af8f855604b59817b1fe7a3f41e2d4fe52b052ac0c3479f3f4e37b2afedb193
21 -DIST xfce4-pulseaudio-plugin-0.3.3.tar.bz2 397373 BLAKE2B 088847dfb7ce661340c5adc03e9aa11b235c58b829c0b0808cff00c92ef57c4f140c4955db613b341f8c78d6c71a694d2110e36c1df3f176d148fd1bb87917ea SHA512 1312a99e609897c446a980307b5c95941fa21b4dc62e920072212492d235e6a75fcf432656d2c035b18a58053cc943f5c680c314f78f5af1a7ae88586b39d1f9
22 DIST xfce4-pulseaudio-plugin-0.3.4.tar.bz2 400380 BLAKE2B b8cd4df84f3119d90a7671d8217eaeb83025206d9bfdc5aaae2281cd7c9b13ab03fa8a99ff1eb352f2fa01e889bcd3a505b558ce9884c46b1136bc75a6fb22e7 SHA512 2dfa6a4567caeb2f336b1d9e32cedb5f03e363253549810e768bb51746cd1db362ebd0990098e461a71b8206d81ff877291860a3568a288fe2010498ad486c78
23
24 diff --git a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4.ebuild b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4.ebuild
25 deleted file mode 100644
26 index 944ca914297..00000000000
27 --- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.4.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit xfconf
35 -
36 -DESCRIPTION="A panel plug-in for PulseAudio volume control"
37 -HOMEPAGE="https://github.com/andrzej-r/xfce4-pulseaudio-plugin"
38 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
43 -IUSE="debug keybinder libnotify"
44 -
45 -RDEPEND=">=dev-libs/glib-2.24.0:=
46 - media-sound/pulseaudio:=
47 - >=x11-libs/gtk+-3.6.0:3=
48 - >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
49 - >=xfce-base/libxfce4util-4.9.0:=
50 - >=xfce-base/xfce4-panel-4.11.0:=
51 - >=xfce-base/xfconf-4.6.0:=
52 - keybinder? ( dev-libs/keybinder:3= )
53 - libnotify? ( x11-libs/libnotify:= )"
54 -DEPEND="${RDEPEND}
55 - dev-util/intltool
56 - virtual/pkgconfig"
57 -
58 -pkg_setup() {
59 - XFCONF=(
60 - $(use_enable keybinder)
61 - $(use_enable libnotify)
62 - $(xfconf_use_debug)
63 - )
64 -
65 - DOCS=( AUTHORS ChangeLog NEWS README )
66 -}
67
68 diff --git a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.3.ebuild b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.3.ebuild
69 deleted file mode 100644
70 index 4369047f01f..00000000000
71 --- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.3.3.ebuild
72 +++ /dev/null
73 @@ -1,60 +0,0 @@
74 -# Copyright 1999-2017 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -inherit gnome2-utils
80 -
81 -DESCRIPTION="A panel plug-in for PulseAudio volume control"
82 -HOMEPAGE="https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/"
83 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
88 -IUSE="debug keybinder libnotify"
89 -
90 -RDEPEND=">=dev-libs/glib-2.42.0:=
91 - media-sound/pulseaudio:=
92 - >=x11-libs/gtk+-3.20.0:3=
93 - >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
94 - >=xfce-base/libxfce4util-4.9.0:=
95 - >=xfce-base/xfce4-panel-4.11.0:=
96 - >=xfce-base/xfconf-4.6.0:=
97 - keybinder? ( dev-libs/keybinder:3= )
98 - libnotify? ( x11-libs/libnotify:= )"
99 -DEPEND="${RDEPEND}
100 - dev-util/intltool
101 - virtual/pkgconfig"
102 -
103 -src_configure() {
104 - local myconf=(
105 - $(use_enable keybinder)
106 - $(use_enable libnotify)
107 - )
108 -
109 - econf "${myconf[@]}"
110 -}
111 -
112 -src_install() {
113 - default
114 -
115 - find "${D}" -name '*.la' -delete || die
116 -}
117 -
118 -pkg_postinst() {
119 - gnome2_icon_cache_update
120 -
121 - if ! has_version media-sound/pavucontrol; then
122 - elog "For the 'audio mixer...' shortcut to work, you need to install"
123 - elog "an external mixer application. Please either install:"
124 - elog
125 - elog " media-sound/pavucontrol"
126 - elog
127 - elog "or specify another application to use in the 'Properties' dialog."
128 - fi
129 -}
130 -
131 -pkg_postrm() {
132 - gnome2_icon_cache_update
133 -}