Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/paprefs/
Date: Sat, 29 Jan 2022 08:35:03
Message-Id: 1643445292.c99c8a400892fc91b06d782bb85fb61999dc8a81.fordfrog@gentoo
1 commit: c99c8a400892fc91b06d782bb85fb61999dc8a81
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 08:34:52 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 08:34:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99c8a40
7
8 media-sound/paprefs: removed obsolete 1.1-r1
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 media-sound/paprefs/Manifest | 1 -
14 media-sound/paprefs/paprefs-1.1-r1.ebuild | 46 -------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/media-sound/paprefs/Manifest b/media-sound/paprefs/Manifest
18 index 1ce649818795..8f541ccabdac 100644
19 --- a/media-sound/paprefs/Manifest
20 +++ b/media-sound/paprefs/Manifest
21 @@ -1,2 +1 @@
22 -DIST paprefs-1.1.tar.xz 69144 BLAKE2B 9809bb73156be1e4020679637c1203524a0ccc5f5e1fb3696724925bb196cd397e433c22e993e7353cfaadd38260980676af6ace2cac795c0b615298d1d85805 SHA512 4203fcb485b40223a5c8672fdbbd2875a25d05d85366773015728f54a17020098ee9e9fd1c02180c01799e100b99389c970855fc1bd69921d32d8e43c749ce76
23 DIST paprefs-1.2.tar.xz 74820 BLAKE2B 5b4e3b2e4e0e940a7685dbff287cf42951931da1aad6f011a72115a8393bae11f6e80dc09a3e5724afaaac0e6580dcc7a37a9b9b4ab6fc6a53f29647d9980a4d SHA512 2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c
24
25 diff --git a/media-sound/paprefs/paprefs-1.1-r1.ebuild b/media-sound/paprefs/paprefs-1.1-r1.ebuild
26 deleted file mode 100644
27 index fcf064732a0d..000000000000
28 --- a/media-sound/paprefs/paprefs-1.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,46 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit flag-o-matic meson xdg-utils
36 -
37 -DESCRIPTION="PulseAudio Preferences, configuration dialog for PulseAudio"
38 -HOMEPAGE="https://freedesktop.org/software/pulseaudio/paprefs"
39 -SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~ppc ~sparc x86"
44 -
45 -RDEPEND="dev-cpp/atkmm:0
46 - dev-cpp/glibmm:2
47 - dev-cpp/gtkmm:3.0
48 - dev-libs/glib:2
49 - >=dev-libs/libsigc++-2.2:2
50 - >=media-sound/pulseaudio-12.0-r1[glib]
51 - x11-libs/gtk+:3
52 - || (
53 - x11-themes/tango-icon-theme
54 - x11-themes/adwaita-icon-theme
55 - )"
56 -DEPEND="${RDEPEND}"
57 -BDEPEND="
58 - sys-devel/gettext
59 - virtual/pkgconfig
60 -"
61 -
62 -src_configure() {
63 - append-cxxflags -std=c++11 #568590
64 - local mymesonargs=(
65 - -Dlynx=false
66 - )
67 - meson_src_configure
68 -}
69 -
70 -pkg_postinst() {
71 - xdg_desktop_database_update
72 -}
73 -
74 -pkg_postrm() {
75 - xdg_desktop_database_update
76 -}