From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/
Date: Fri, 1 May 2020 17:57:38 +0000 (UTC) [thread overview]
Message-ID: <1588355849.96fb6d3b22c41911980288d281c0fb816436f83c.pacho@gentoo> (raw)
commit: 96fb6d3b22c41911980288d281c0fb816436f83c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 17:43:14 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 1 17:57:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fb6d3b
media-sound/guayadeque: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild | 8 ++++----
media-sound/guayadeque/guayadeque-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
index 72dbae26c33..f1108d2d6be 100644
--- a/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
+++ b/media-sound/guayadeque/guayadeque-0.4.5_p20170110.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/anonbeat/${PN}/archive/9fec4f7b85095fa2d9f8e4d39c0cf
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="ayatana ipod +minimal"
+IUSE="appindicator ipod +minimal"
# No test available, Making src_test fail
RESTRICT="test"
@@ -40,7 +40,7 @@ RDEPEND="
net-misc/curl
sys-apps/dbus
x11-libs/wxGTK:${WX_GTK_VER}[X]
- ayatana? ( >=dev-libs/libindicate-0.7 )
+ appindicator? ( >=dev-libs/libindicate-0.7 )
ipod? ( media-libs/libgpod )
!minimal? ( ${GST_DEPS} )"
DEPEND="${RDEPEND}
@@ -76,7 +76,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DENABLE_IPOD=$(usex ipod)
- -DENABLE_LIBINDICATE=$(usex ayatana)
+ -DENABLE_LIBINDICATE=$(usex appindicator)
)
cmake-utils_src_configure
}
diff --git a/media-sound/guayadeque/guayadeque-9999.ebuild b/media-sound/guayadeque/guayadeque-9999.ebuild
index 992be8f8b79..25a7b4f27ea 100644
--- a/media-sound/guayadeque/guayadeque-9999.ebuild
+++ b/media-sound/guayadeque/guayadeque-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,7 +25,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="ayatana ipod +minimal"
+IUSE="appindicator ipod +minimal"
# No test available, Making src_test fail
RESTRICT="test"
@@ -51,7 +51,7 @@ RDEPEND="
net-misc/curl
sys-apps/dbus
x11-libs/wxGTK:${WX_GTK_VER}[X]
- ayatana? ( >=dev-libs/libindicate-0.7 )
+ appindicator? ( >=dev-libs/libindicate-0.7 )
ipod? ( media-libs/libgpod )
!minimal? ( ${GST_DEPS} )"
DEPEND="${RDEPEND}
@@ -91,7 +91,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DENABLE_IPOD=$(usex ipod)
- -DENABLE_LIBINDICATE=$(usex ayatana)
+ -DENABLE_LIBINDICATE=$(usex appindicator)
)
cmake-utils_src_configure
}
next reply other threads:[~2020-05-01 17:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 17:57 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-08 9:11 [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/ Pacho Ramos
2023-03-25 6:35 Arthur Zamarin
2023-03-24 6:02 Sam James
2023-02-21 7:21 Miroslav Šulc
2020-10-09 16:10 Miroslav Šulc
2020-10-09 8:31 Agostino Sarubbo
2020-07-03 23:22 Aaron Bauman
2018-01-06 12:23 Ulrich Müller
2017-11-23 22:21 Robin H. Johnson
2017-02-04 15:21 Agostino Sarubbo
2017-01-10 19:15 David Seifert
2016-11-25 18:57 Pacho Ramos
2016-11-25 18:57 Pacho Ramos
2016-01-10 8:27 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588355849.96fb6d3b22c41911980288d281c0fb816436f83c.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox