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: Sat, 10 Sep 2022 15:37:18 +0000 (UTC)	[thread overview]
Message-ID: <1662824229.7ea587235aad3ab9ef00f33b18ef786062f16f64.freyermuth@gentoo> (raw)

commit:     7ea587235aad3ab9ef00f33b18ef786062f16f64
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Sep 10 15:37:09 2022 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Sat Sep 10 15:37:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ea58723

mpv-plugin/mpv-mpris: drop 0.7.1-r1, 0.8

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

 mpv-plugin/mpv-mpris/Manifest                  |  2 -
 mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild | 53 --------------------------
 mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild      | 53 --------------------------
 3 files changed, 108 deletions(-)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 3a64844c2..dbc301903 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,4 +1,2 @@
-DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f SHA512 7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
 DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
-DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1 SHA512 97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006
 DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild
deleted file mode 100644
index ba02bf7f6..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.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
-		virtual/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.8.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
deleted file mode 100644
index ba02bf7f6..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.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
-		virtual/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
-}


             reply	other threads:[~2022-09-10 15:37 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 15:37 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:49 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-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=1662824229.7ea587235aad3ab9ef00f33b18ef786062f16f64.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