From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77EF9158020 for ; Mon, 7 Nov 2022 19:30:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5FB6E0891; Mon, 7 Nov 2022 19:30:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BDD6E0891 for ; Mon, 7 Nov 2022 19:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFED8341098 for ; Mon, 7 Nov 2022 19:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED32771A for ; Mon, 7 Nov 2022 19:30:22 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1667849278.0feb6c8d80737a87ef6bc522b6b2d0dd23060240.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/baka-mplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild X-VCS-Directories: media-video/baka-mplayer/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0feb6c8d80737a87ef6bc522b6b2d0dd23060240 X-VCS-Branch: master Date: Mon, 7 Nov 2022 19:30:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c138a88-03f5-4a0c-b964-ede2b7f5e876 X-Archives-Hash: e48a2305e181665278e3f0fb5d7358ea commit: 0feb6c8d80737a87ef6bc522b6b2d0dd23060240 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Nov 6 16:16:06 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Nov 7 19:27:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0feb6c8d media-video/baka-mplayer: drop 2.0.4 Signed-off-by: Ionen Wolkens gentoo.org> media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild | 51 ---------------------- 1 file changed, 51 deletions(-) diff --git a/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild b/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild deleted file mode 100644 index 17edd2e0d77c..000000000000 --- a/media-video/baka-mplayer/baka-mplayer-2.0.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Cross-platform libmpv-based multimedia player with uncluttered design" -HOMEPAGE="http://bakamplayer.u8sand.net/" -SRC_URI="https://github.com/u8sand/Baka-MPlayer/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - media-video/mpv[libmpv] - x11-libs/libX11" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/Baka-MPlayer-${PV}" - -PATCHES=( "${FILESDIR}/${P}-gcc5.patch" ) - -src_prepare() { - default - # no need to install license - sed -e '/^INSTALLS/s:license::' -i src/Baka-MPlayer.pro || die - # put manual in our docdir - sed -e '/^manual.path/s:'${PN}':'${PF}':' -i src/Baka-MPlayer.pro || die -} - -src_configure() { - eqmake5 \ - INSTROOT="${D}" \ - CONFIG+=install_translations \ - lrelease="$(qt5_get_bindir)"/lrelease \ - lupdate="$(qt5_get_bindir)"/lupdate \ - src/Baka-MPlayer.pro -}