Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pasystray/
Date: Thu, 04 Oct 2018 19:14:37
Message-Id: 1538680312.2c9d9a8d659035f53e5c022d77a6a1b13767df31.asturm@gentoo
1 commit: 2c9d9a8d659035f53e5c022d77a6a1b13767df31
2 Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 1 18:55:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 4 19:11:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c9d9a8d
7
8 media-sound/pasystray: remove old ebuilds
9
10 0.2.1 out of date and 0.6.0-r1 is superseded by 0.6.0-r2
11
12 Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-sound/pasystray/Manifest | 1 -
16 media-sound/pasystray/pasystray-0.2.1.ebuild | 34 ----------------
17 media-sound/pasystray/pasystray-0.6.0-r1.ebuild | 53 -------------------------
18 3 files changed, 88 deletions(-)
19
20 diff --git a/media-sound/pasystray/Manifest b/media-sound/pasystray/Manifest
21 index 415bc5e8e13..0e8ecd55798 100644
22 --- a/media-sound/pasystray/Manifest
23 +++ b/media-sound/pasystray/Manifest
24 @@ -1,3 +1,2 @@
25 -DIST pasystray-0.2.1.tar.bz2 100456 BLAKE2B 8cf7aa97a20062dffac59969a7b8d1d71e6fdaafd4e944b2ed3444f50fc1a70ab07f1c3e9c349115c8e50d1bf11093649ee41300590934bc4f71fd752b5aa1c2 SHA512 db7c05c2eb5fd3dada2e3c23f28978497d17a2147078390ab3e8c88654c4bd8ce48d07a15e9a5b3834acffcc2d86fa719ce2403255915bdfb2eb610bd0549041
26 DIST pasystray-0.6.0.tar.gz 53835 BLAKE2B ef5abab45a17f6445e8cbd1e37c300aa2c1c25bee3d684d05263b02a507badb1d5ce7a1c76bed94d255e4f2d5e2f18bdfd749e83e98273a52d42ffb12a32f115 SHA512 51fdb5aab22ad10ffe73f6de68115ee1559f09f58cfe4d5201a2f262323ca3476a8b09c7fc02c4144414f44444661edd25d2d39b3de54ed4c662660867da622c
27 DIST pasystray-0.7.0.tar.gz 56014 BLAKE2B cba947895fc71a18a43c314486ec3513e844b1df426d0104f321c8ecd28199b6b4adf69f5c10146470a74c5e6f74f505833bd00c4541399a162ddcfb8aac4701 SHA512 a98dae85640c0640f921173cf5a794963e974af64a7a972bbc2a53e69060895b55494934bc1fcfd957f0c94ca90e4d52634bf444e841b2a0a57434e05500161b
28
29 diff --git a/media-sound/pasystray/pasystray-0.2.1.ebuild b/media-sound/pasystray/pasystray-0.2.1.ebuild
30 deleted file mode 100644
31 index 3ce386fe140..00000000000
32 --- a/media-sound/pasystray/pasystray-0.2.1.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=4
39 -inherit gnome2-utils
40 -
41 -DESCRIPTION="A system tray for pulseaudio controls (replacement for the deprecated padevchooser)"
42 -HOMEPAGE="https://github.com/christophgysin/pasystray"
43 -SRC_URI="mirror://github/christophgysin/${PN}/${P}.tar.bz2"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="libnotify"
49 -
50 -RDEPEND="
51 - || ( >=media-sound/pulseaudio-1.0[glib,avahi] >=media-sound/pulseaudio-5.0-r3[glib,zeroconf] )
52 - >=net-dns/avahi-0.6
53 - x11-libs/gtk+:3
54 - x11-libs/libX11
55 - libnotify? ( >=x11-libs/libnotify-0.7 )
56 -"
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig"
59 -
60 -DOCS="AUTHORS README TODO"
61 -
62 -src_configure() {
63 - econf $(use_enable libnotify notify)
64 -}
65 -
66 -pkg_preinst() { gnome2_icon_savelist; }
67 -pkg_postinst() { gnome2_icon_cache_update; }
68 -pkg_postrm() { gnome2_icon_cache_update; }
69
70 diff --git a/media-sound/pasystray/pasystray-0.6.0-r1.ebuild b/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
71 deleted file mode 100644
72 index 2730461f08c..00000000000
73 --- a/media-sound/pasystray/pasystray-0.6.0-r1.ebuild
74 +++ /dev/null
75 @@ -1,53 +0,0 @@
76 -# Copyright 1999-2017 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=6
80 -inherit gnome2-utils autotools vcs-snapshot xdg
81 -
82 -DESCRIPTION="PulseAudio system tray"
83 -HOMEPAGE="https://github.com/christophgysin/pasystray"
84 -SRC_URI="https://github.com/christophgysin/${PN}/archive/${P}.tar.gz"
85 -
86 -LICENSE="LGPL-2.1+"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE="libnotify zeroconf"
90 -
91 -RDEPEND="
92 - >=dev-libs/glib-2.48.2
93 - >=media-sound/pulseaudio-5.0-r3[glib,zeroconf?]
94 - zeroconf? ( >=net-dns/avahi-0.6 )
95 - x11-libs/gtk+:3
96 - x11-libs/libX11
97 - libnotify? ( >=x11-libs/libnotify-0.7 )
98 -"
99 -DEPEND="${RDEPEND}
100 - virtual/pkgconfig"
101 -
102 -src_prepare() {
103 - default
104 - eautoreconf
105 -}
106 -
107 -src_configure() {
108 - econf \
109 - $(use_enable libnotify notify) \
110 - $(use_enable zeroconf avahi)
111 -}
112 -
113 -pkg_preinst() {
114 - xdg_pkg_preinst
115 - gnome2_icon_savelist
116 -}
117 -
118 -pkg_postinst() {
119 - xdg_desktop_database_update
120 - xdg_mimeinfo_database_update
121 - gnome2_icon_cache_update
122 -}
123 -
124 -pkg_postrm() {
125 - xdg_desktop_database_update
126 - xdg_mimeinfo_database_update
127 - gnome2_icon_cache_update
128 -}