Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/
Date: Sun, 30 Jan 2022 11:05:16
Message-Id: 1643540686.5b241d2ba341b8d7c9fa7f0c13fe61f024376f6b.soap@gentoo
1 commit: 5b241d2ba341b8d7c9fa7f0c13fe61f024376f6b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 11:04:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 11:04:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b241d2b
7
8 media-sound/pasystray: drop 0.7.1
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-sound/pasystray/Manifest | 1 -
13 media-sound/pasystray/pasystray-0.7.1.ebuild | 51 ----------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
17 index 60ce74d33871..e797434cfd47 100644
18 --- a/media-sound/pasystray/Manifest
19 +++ b/media-sound/pasystray/Manifest
20 @@ -1,2 +1 @@
21 -DIST pasystray-0.7.1.tar.gz 56041 BLAKE2B 5f7cae7a55580bf3dfe294e95bbda372c3a679bec000d222964b4027ced2462dfb4a8446d0683f8910e96ab98e1541b3fa9fafc36da530c92d2285f00a1beb65 SHA512 2af5176e6a5bf6d74baf0a0b52b731b7a3b54f787c4e89d945357aab4e186a35e0f77288d69d66743bf4e21f758e0d961cc1f9b339ce513eb4eb2bcab0d754bb
22 DIST pasystray-0.8.0.tar.gz 58770 BLAKE2B dff11dec46986d3b086acdff43aa7eda97e8edcdef0ef85a246087a3a0da9407cb4475ab4b579a370f90c23327d065ae704685124915b27e03f0be1a44e50a58 SHA512 104c68e41659306ca1e750d0d580d6ffcf4411da2da51a4f2780f551e12da9e104eb66ea841234292769f05a15f8f14ceaefc55893cf551a47124d086b1fb291
23
24 diff --git a/media-sound/pasystray/pasystray-0.7.1.ebuild b/media-sound/pasystray/pasystray-0.7.1.ebuild
25 deleted file mode 100644
26 index b9732e0f3ecd..000000000000
27 --- a/media-sound/pasystray/pasystray-0.7.1.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2-utils autotools xdg
36 -
37 -DESCRIPTION="PulseAudio system tray"
38 -HOMEPAGE="https://github.com/christophgysin/pasystray"
39 -SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz"
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~x86"
44 -IUSE="libnotify zeroconf"
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.48.2
48 - >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
49 - x11-libs/gtk+:3
50 - x11-libs/libX11
51 - zeroconf? ( >=net-dns/avahi-0.6 )
52 - libnotify? ( >=x11-libs/libnotify-0.7 )
53 -"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig"
56 -
57 -S=${WORKDIR}/${PN}-${P}
58 -
59 -src_prepare() {
60 - default
61 - eautoreconf
62 -}
63 -
64 -src_configure() {
65 - econf \
66 - $(use_enable libnotify notify) \
67 - $(use_enable zeroconf avahi)
68 -}
69 -
70 -pkg_postinst() {
71 - xdg_desktop_database_update
72 - xdg_mimeinfo_database_update
73 - gnome2_icon_cache_update
74 -}
75 -
76 -pkg_postrm() {
77 - xdg_desktop_database_update
78 - xdg_mimeinfo_database_update
79 - gnome2_icon_cache_update
80 -}