Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/
Date: Fri, 01 May 2020 17:57:43
Message-Id: 1588355849.96fb6d3b22c41911980288d281c0fb816436f83c.pacho@gentoo
1 commit: 96fb6d3b22c41911980288d281c0fb816436f83c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 17:43:14 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 17:57:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fb6d3b
7
8 media-sound/guayadeque: Migrate to 'appindicator' USE
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 8 ++++----
14 media-sound/guayadeque/guayadeque-9999.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
18 index 72dbae26c33..f1108d2d6be 100644
19 --- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
20 +++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/anonbeat/${PN}/archive/9fec4f7b85095fa2d9f8e4d39c0cf
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="amd64 x86"
31 -IUSE="ayatana ipod +minimal"
32 +IUSE="appindicator ipod +minimal"
33
34 # No test available, Making src_test fail
35 RESTRICT="test"
36 @@ -40,7 +40,7 @@ RDEPEND="
37 net-misc/curl
38 sys-apps/dbus
39 x11-libs/wxGTK:${WX_GTK_VER}[X]
40 - ayatana? ( >=dev-libs/libindicate-0.7 )
41 + appindicator? ( >=dev-libs/libindicate-0.7 )
42 ipod? ( media-libs/libgpod )
43 !minimal? ( ${GST_DEPS} )"
44 DEPEND="${RDEPEND}
45 @@ -76,7 +76,7 @@ src_prepare() {
46 src_configure() {
47 local mycmakeargs=(
48 -DENABLE_IPOD=$(usex ipod)
49 - -DENABLE_LIBINDICATE=$(usex ayatana)
50 + -DENABLE_LIBINDICATE=$(usex appindicator)
51 )
52 cmake-utils_src_configure
53 }
54
55 diff --git a/media-sound/guayadeque/guayadeque-9999.ebuild b/media-sound/guayadeque/guayadeque-9999.ebuild
56 index 992be8f8b79..25a7b4f27ea 100644
57 --- a/media-sound/guayadeque/guayadeque-9999.ebuild
58 +++ b/media-sound/guayadeque/guayadeque-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2018 Gentoo Foundation
61 +# Copyright 1999-2020 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 @@ -25,7 +25,7 @@ fi
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 -IUSE="ayatana ipod +minimal"
70 +IUSE="appindicator ipod +minimal"
71
72 # No test available, Making src_test fail
73 RESTRICT="test"
74 @@ -51,7 +51,7 @@ RDEPEND="
75 net-misc/curl
76 sys-apps/dbus
77 x11-libs/wxGTK:${WX_GTK_VER}[X]
78 - ayatana? ( >=dev-libs/libindicate-0.7 )
79 + appindicator? ( >=dev-libs/libindicate-0.7 )
80 ipod? ( media-libs/libgpod )
81 !minimal? ( ${GST_DEPS} )"
82 DEPEND="${RDEPEND}
83 @@ -91,7 +91,7 @@ src_prepare() {
84 src_configure() {
85 local mycmakeargs=(
86 -DENABLE_IPOD=$(usex ipod)
87 - -DENABLE_LIBINDICATE=$(usex ayatana)
88 + -DENABLE_LIBINDICATE=$(usex appindicator)
89 )
90 cmake-utils_src_configure
91 }