From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1204403-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5953C138359
	for <garchives@archives.gentoo.org>; Wed,  9 Sep 2020 10:36:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D87CE0909;
	Wed,  9 Sep 2020 10:36:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EB8E2E0909
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2020 10:36:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4DE2A340F78
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2020 10:36:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BD96C355
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2020 10:36:37 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1599647673.b310e7a994fc92a66c99604d4b2ee641fa0054ed.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/libkate/libkate-0.4.1-r4.ebuild
X-VCS-Directories: media-libs/libkate/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: b310e7a994fc92a66c99604d4b2ee641fa0054ed
X-VCS-Branch: master
Date: Wed,  9 Sep 2020 10:36:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c214e2b7-ce97-47bb-83e4-2786438fd1c3
X-Archives-Hash: 998eff11efe8d55e9672c214ed09f2b0

commit:     b310e7a994fc92a66c99604d4b2ee641fa0054ed
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 10:31:18 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 10:34:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b310e7a9

media-libs/libkate: Eradicate wxwidgets (python2)

Closes: https://bugs.gentoo.org/735386
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-libs/libkate/libkate-0.4.1-r4.ebuild | 25 +++++--------------------
 1 file changed, 5 insertions(+), 20 deletions(-)

diff --git a/media-libs/libkate/libkate-0.4.1-r4.ebuild b/media-libs/libkate/libkate-0.4.1-r4.ebuild
index 21c8c8a455a..18704d8cba5 100644
--- a/media-libs/libkate/libkate-0.4.1-r4.ebuild
+++ b/media-libs/libkate/libkate-0.4.1-r4.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
-inherit multilib-minimal python-single-r1
+inherit multilib-minimal
 
 DESCRIPTION="Codec for karaoke and text encapsulation for Ogg"
 HOMEPAGE="https://code.google.com/p/libkate/"
@@ -14,31 +13,18 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~sparc x86"
 
-IUSE="debug doc wxwidgets"
-REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"
+IUSE="debug doc"
 
-COMMON_DEPEND="
+RDEPEND="
 	media-libs/libogg:=[${MULTILIB_USEDEP}]
 	media-libs/libpng:0=[${MULTILIB_USEDEP}]
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	sys-devel/flex[${MULTILIB_USEDEP}]
 	sys-devel/bison
 	doc? ( app-doc/doxygen )
 "
-RDEPEND="${COMMON_DEPEND}
-	wxwidgets? (
-		${PYTHON_DEPS}
-		$(python_gen_cond_dep '
-			dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}]
-		')
-		media-libs/liboggz )
-"
-
-pkg_setup() {
-	use wxwidgets && python-single-r1_pkg_setup
-}
 
 multilib_src_configure() {
 	local ECONF_SOURCE=${S}
@@ -46,11 +32,10 @@ multilib_src_configure() {
 		--disable-static \
 		$(use_enable debug) \
 		$(multilib_native_use_enable doc) \
-		$(multilib_native_usex wxwidgets '' 'PYTHON=:')
+		PYTHON=:
 }
 
 multilib_src_install_all() {
 	einstalldocs
 	find "${D}" -name '*.la' -delete || die
-	use wxwidgets && python_fix_shebang "${D}"
 }