Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-ctl/
Date: Sun, 31 Jul 2022 03:49:28
Message-Id: 1659239291.69ac8a31ed5c0fc2040aa5fcd41f64b492fade5a.sam@gentoo
1 commit: 69ac8a31ed5c0fc2040aa5fcd41f64b492fade5a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 03:48:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 03:48:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ac8a31
7
8 media-sound/pulseaudio-ctl: drop 1.67, 1.68, 1.69
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/pulseaudio-ctl/Manifest | 3 ---
13 .../pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild | 23 ----------------------
14 .../pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild | 21 --------------------
15 .../pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild | 21 --------------------
16 4 files changed, 68 deletions(-)
17
18 diff --git a/media-sound/pulseaudio-ctl/Manifest b/media-sound/pulseaudio-ctl/Manifest
19 index d9e56df610b5..6b48e403cc60 100644
20 --- a/media-sound/pulseaudio-ctl/Manifest
21 +++ b/media-sound/pulseaudio-ctl/Manifest
22 @@ -1,4 +1 @@
23 -DIST pulseaudio-ctl-1.67.tar.gz 6615 BLAKE2B fd760fc5475cdd9c6bbced9f4bbe0f62e793364d375f0bc24686986d42c9ddcfeddde501950c3572a4bf004cdfba36d3dc5aa1df3eed7a9730a437e74eb97b26 SHA512 5ea1cbfd87cf073de46b6fd9953a3c7b9c6969da46103dd5dfc56aa3f179b2ba36ade5db7ca47d204f0f60ac02020f1a4f2dd58bbaf010f9a99780702295418c
24 -DIST pulseaudio-ctl-1.68.tar.gz 6575 BLAKE2B a126730f53687b8456ed06f205e13d9380f7cadd4581430b4263dff65ebd33b22ad698cad4271402f873d9fa6c3499fd805ba02e9108723dcd60690016fcc196 SHA512 8ed4383d123d235bcde2e89a0a81fea96daa81dabb37cc9428eb3dd8e0c80fde3b9adf2b3ff911abaf6c4e5cb7cdbd74ce6817e080b3dba65d9206677ce10de5
25 -DIST pulseaudio-ctl-1.69.tar.gz 6577 BLAKE2B db55eec57e1204eef228ad331fd0b95bab2ee16625ca94fe4632ee713412b0686f1c1abc509f8c2ee0d1e6b08147f79ab961a4039fdadc351a88bcaedc13a9e0 SHA512 4cd80bb917b95ed96bee5005b54f50cbce6d3e341aee32c91daf301e3b4bc8fdd8b4c350b3a3951c6afa740df4565dfc5f0fdb7c858a3f2c7321c983f3fb36c2
26 DIST pulseaudio-ctl-1.70.tar.gz 6513 BLAKE2B bd752c42a6ec7c205112637a11e2abae1474b2bcb43f09fa46439b1509c816e8baadd547868821f495f79acf9606bc913ee8664286f181357e264ffa3cdf60f9 SHA512 59ec5f3da3021fd79ba33d9934c6dde9eebdfcc5e7651355b69c54e13cf6525d741a68780c6dc5c871ad108a261334657f7f25306e59fc6142912e2ff2278cb7
27
28 diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild
29 deleted file mode 100644
30 index ad9ef3abe659..000000000000
31 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.67.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 2019-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="CLI utility to control PulseAudio volume"
40 -HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl"
41 -SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
49 -# in both cases they should be already present if DE supports them
50 -RDEPEND="media-sound/pulseaudio"
51 -
52 -src_install() {
53 - # install-man target compresses manpage
54 - emake install-bin PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
55 - doman doc/pulseaudio-ctl.1
56 -}
57
58 diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild
59 deleted file mode 100644
60 index 71ae8973b850..000000000000
61 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild
62 +++ /dev/null
63 @@ -1,21 +0,0 @@
64 -# Copyright 2019-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -DESCRIPTION="CLI utility to control PulseAudio volume"
70 -HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl"
71 -SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
72 -
73 -LICENSE="MIT"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -IUSE=""
77 -
78 -# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
79 -# in both cases they should be already present if DE supports them
80 -RDEPEND="media-sound/pulseaudio"
81 -
82 -src_install() {
83 - emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
84 -}
85
86 diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild
87 deleted file mode 100644
88 index 64655c017f73..000000000000
89 --- a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.69.ebuild
90 +++ /dev/null
91 @@ -1,21 +0,0 @@
92 -# Copyright 2019-2021 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=7
96 -
97 -DESCRIPTION="CLI utility to control PulseAudio volume"
98 -HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl"
99 -SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~x86"
104 -IUSE=""
105 -
106 -# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
107 -# in both cases they should be already present if DE supports them
108 -RDEPEND="media-sound/pulseaudio"
109 -
110 -src_install() {
111 - emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
112 -}