public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/
Date: Wed,  9 Sep 2020 10:36:37 +0000 (UTC)	[thread overview]
Message-ID: <1599647673.b310e7a994fc92a66c99604d4b2ee641fa0054ed.mgorny@gentoo> (raw)

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}"
 }


             reply	other threads:[~2020-09-09 10:36 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-09 10:36 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-27 11:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/ Sam James
2022-12-03  6:08 WANG Xuerui
2021-08-21  8:44 Marek Szuba
2021-03-27 15:35 Sam James
2020-02-09 16:29 Michał Górny
2020-01-26 13:33 David Seifert
2018-06-10 20:42 Andreas Sturmlechner
2018-06-10 18:46 Sergei Trofimovich
2018-06-10  9:39 Andreas Sturmlechner
2018-06-10  9:19 Andreas Sturmlechner
2018-06-09 19:22 Sergei Trofimovich
2018-04-16  6:53 Mikle Kolyada
2018-04-01 21:49 Sergei Trofimovich
2018-03-05 14:52 Tobias Klausmann
2018-02-22  7:55 Sergei Trofimovich
2018-02-18 23:17 Thomas Deutschmann
2017-12-02 10:41 Sergei Trofimovich
2017-12-01 22:57 Sergei Trofimovich
2017-10-23 17:45 Pacho Ramos
2017-10-15 18:37 Sergei Trofimovich
2017-10-15 12:32 Sergei Trofimovich
2017-08-11 13:21 Michał Górny
2017-08-11 13:21 Michał Górny
2017-08-11 13:21 Michał Górny
2017-08-06  8:44 Markus Meier
2017-07-15 18:25 Sergei Trofimovich
2017-07-15 17:25 Tobias Klausmann
2017-07-08  9:20 Alexis Ballier
2017-06-05 10:21 Pacho Ramos
2017-02-18 19:47 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=1599647673.b310e7a994fc92a66c99604d4b2ee641fa0054ed.mgorny@gentoo \
    --to=mgorny@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