Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/
Date: Wed, 17 Aug 2022 16:21:31
Message-Id: 1660753266.90f0e455b0fe1561958b3e0645bec6a1b6a221a9.mattst88@gentoo
1 commit: 90f0e455b0fe1561958b3e0645bec6a1b6a221a9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 13:48:14 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 16:21:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f0e455
7
8 media-sound/pavucontrol: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-sound/pavucontrol/Manifest | 1 -
13 media-sound/pavucontrol/pavucontrol-4.0.ebuild | 39 --------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/media-sound/pavucontrol/Manifest b/media-sound/pavucontrol/Manifest
17 index ba3be6b14373..33ea38be36bb 100644
18 --- a/media-sound/pavucontrol/Manifest
19 +++ b/media-sound/pavucontrol/Manifest
20 @@ -1,2 +1 @@
21 -DIST pavucontrol-4.0.tar.xz 165216 BLAKE2B 5a556dbd8132d811b7704b377f4a62ad606378e235f9892a7951e1f981917e4196d17e85350ef757a956e6fbc448f0f6cd600b5656e12e2152b71d10b5e64e2a SHA512 eaea303c46ddb36733aed88c8a603907d70e4539c345d8acec23527d3306ee21ae630c0508bdab6ae52cbc2f1eb8fc4b212abda72876dc92e83fba7ceb623be2
22 DIST pavucontrol-5.0.tar.xz 194248 BLAKE2B 9e6b9b7d94be51a4ad8b5310e031c4fed0f5299e67c770c9a573c0647edf27345014fb6504892fad29b9b5e79ce43ed312217dbed8e2b31b805f291531062903 SHA512 5673d783c2c819a68b49025c051bedd39f4caba446a479797b06569e24a96acc0924ba680d2416baff8c3211cfc7c94760d503900207fbe7c89c5cb2adaebec1
23
24 diff --git a/media-sound/pavucontrol/pavucontrol-4.0.ebuild b/media-sound/pavucontrol/pavucontrol-4.0.ebuild
25 deleted file mode 100644
26 index 2826e6c159eb..000000000000
27 --- a/media-sound/pavucontrol/pavucontrol-4.0.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -inherit flag-o-matic
35 -
36 -DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
37 -HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/"
38 -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 ~sparc x86"
43 -IUSE="nls"
44 -
45 -RDEPEND="
46 - >=dev-cpp/gtkmm-3.0:3.0[X]
47 - >=dev-libs/libsigc++-2.2:2
48 - >=media-libs/libcanberra-0.16[gtk3]
49 - >=media-sound/pulseaudio-5[glib]
50 - virtual/freedesktop-icon-theme
51 -"
52 -DEPEND="${RDEPEND}"
53 -BDEPEND="
54 - virtual/pkgconfig
55 - nls? (
56 - dev-util/intltool
57 - sys-devel/gettext
58 - )
59 -"
60 -
61 -src_configure() {
62 - append-cxxflags -std=c++11 #567216
63 - local myeconfargs=(
64 - --disable-lynx
65 - $(use_enable nls)
66 - )
67 - econf "${myeconfargs[@]}"
68 -}