public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Oliver Freyermuth" <o.freyermuth@googlemail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-mpris/
Date: Wed, 30 Aug 2023 17:49:56 +0000 (UTC)	[thread overview]
Message-ID: <1693417790.2ce481d3727f2f7a566f3859d0aa07673df7e3f0.freyermuth@gentoo> (raw)

commit:     2ce481d3727f2f7a566f3859d0aa07673df7e3f0
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Aug 30 17:49:50 2023 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Wed Aug 30 17:49:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ce481d3

mpv-plugin/mpv-mpris: drop 0.8.1, 0.9-r2

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 mpv-plugin/mpv-mpris/Manifest                |  2 -
 mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild  | 53 -----------------------
 mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild | 63 ----------------------------
 3 files changed, 118 deletions(-)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 457aa97dac..e3727d11bf 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,4 +1,2 @@
-DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
-DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc
 DIST mpv-mpris-1.0.tar.gz 13974 BLAKE2B fd74326ef24f080505f7da075603b16a44a3c44cebe716ab7c7b013d49e0247e9f4c7b52e842044419a561d3d60cf806682e68343f1f4679e11d562eb8308385 SHA512 edc8218477a3b9b6c0568a122f3c02efde86a4de97f84872b767031e58c6916d4e3b34de75275538e8f18f28f15a139d8fca8631a76cecc04d8df88c457d5fad
 DIST mpv-mpris-1.1.tar.gz 14511 BLAKE2B 17ad84088077748d1604aec0c6777b0edde6cddfe6dc6218f0e41f84547acbcf08b9b92f622345d27754e1300bbada250af0ecf3140885f163df41f99b3c43b5 SHA512 81622e5e34a8ebde735c39a1615569c833d6cf53c70b4f77794788fd8b19982cc33a71ff5768027826dafc608fa72a089e38c0925a907fa249f5c527d17f9541

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild
deleted file mode 100644
index fb8fd31a54..0000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MPV_REQ_USE="cplugins(+),libmpv"
-inherit mpv-plugin toolchain-funcs
-
-DESCRIPTION="MPRIS plugin for mpv"
-HOMEPAGE="https://github.com/hoyon/mpv-mpris"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hoyon/${PN}.git"
-else
-	SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-IUSE="test"
-
-RDEPEND="
-	dev-libs/glib:2
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-	test? (
-		app-misc/jq
-		app-shells/bash
-		app-text/jo
-		media-sound/playerctl
-		net-misc/socat
-		sys-apps/dbus
-		app-alternatives/awk
-		x11-apps/xauth
-		x11-misc/xvfb-run
-		x11-themes/sound-theme-freedesktop
-	)
-"
-
-MPV_PLUGIN_FILES=( mpris.so )
-
-RESTRICT="!test? ( test )"
-
-src_compile() {
-	tc-export CC
-	emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_test() {
-	emake test
-}

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild
deleted file mode 100644
index 5f80847942..0000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.9-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MPV_REQ_USE="cplugins(+),libmpv"
-inherit mpv-plugin toolchain-funcs
-
-DESCRIPTION="MPRIS plugin for mpv"
-HOMEPAGE="https://github.com/hoyon/mpv-mpris"
-
-if [[ ${PV} == *9999* ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/hoyon/${PN}.git"
-else
-	SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-IUSE="test"
-
-RDEPEND="
-	dev-libs/glib:2
-"
-DEPEND="${RDEPEND}"
-# temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468
-BDEPEND="
-	virtual/pkgconfig
-	test? (
-		app-misc/jq
-		app-text/jo
-		media-sound/playerctl
-		|| (
-			media-video/mpv[lua]
-			media-video/mpv[javascript]
-			>=media-video/mpv-0.36
-		)
-		net-misc/socat
-		sys-apps/dbus
-		x11-apps/xauth
-		x11-misc/xvfb-run
-		x11-themes/sound-theme-freedesktop
-	)
-"
-
-MPV_PLUGIN_FILES=( mpris.so )
-
-RESTRICT="!test? ( test )"
-
-src_prepare() {
-	sed -e 's:-O2 ::' -i Makefile || die "sed Makefile(s) failed"
-	default
-}
-
-src_compile() {
-	tc-export CC
-	emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_test() {
-	emake test
-}


             reply	other threads:[~2023-08-30 17:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 17:49 Oliver Freyermuth [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-27 10:25 [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-mpris/ Oliver Freyermuth
2023-08-30 17:48 Oliver Freyermuth
2023-03-30 20:34 Oliver Freyermuth
2023-03-18 20:14 Oliver Freyermuth
2022-12-21 22:42 Oliver Freyermuth
2022-11-11 15:21 Anna Vyalkova
2022-11-11 14:13 Anna Vyalkova
2022-09-10 15:37 Oliver Freyermuth
2022-09-10 15:37 Oliver Freyermuth
2022-06-18  2:12 Oliver Freyermuth
2022-06-17 15:40 Oliver Freyermuth
2022-06-17 15:40 Oliver Freyermuth
2022-06-17 15:40 Oliver Freyermuth

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=1693417790.2ce481d3727f2f7a566f3859d0aa07673df7e3f0.freyermuth@gentoo \
    --to=o.freyermuth@googlemail.com \
    --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