Gentoo Archives: gentoo-commits

From: Oliver Freyermuth <o.freyermuth@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/mpv-mpris/
Date: Sat, 10 Sep 2022 15:37:21
Message-Id: 1662824229.7ea587235aad3ab9ef00f33b18ef786062f16f64.freyermuth@gentoo
1 commit: 7ea587235aad3ab9ef00f33b18ef786062f16f64
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Sep 10 15:37:09 2022 +0000
4 Commit: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
5 CommitDate: Sat Sep 10 15:37:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ea58723
7
8 mpv-plugin/mpv-mpris: drop 0.7.1-r1, 0.8
9
10 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
11
12 mpv-plugin/mpv-mpris/Manifest | 2 -
13 mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild | 53 --------------------------
14 mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild | 53 --------------------------
15 3 files changed, 108 deletions(-)
16
17 diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
18 index 3a64844c2..dbc301903 100644
19 --- a/mpv-plugin/mpv-mpris/Manifest
20 +++ b/mpv-plugin/mpv-mpris/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f SHA512 7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
23 DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
24 -DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1 SHA512 97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006
25 DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc
26
27 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
28 deleted file mode 100644
29 index ba02bf7f6..000000000
30 --- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -MPV_REQ_USE="cplugins,libmpv"
39 -inherit mpv-plugin toolchain-funcs
40 -
41 -DESCRIPTION="MPRIS plugin for mpv"
42 -HOMEPAGE="https://github.com/hoyon/mpv-mpris"
43 -
44 -if [[ ${PV} == *9999* ]]; then
45 - inherit git-r3
46 - EGIT_REPO_URI="https://github.com/hoyon/${PN}.git"
47 -else
48 - SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -fi
51 -
52 -LICENSE="MIT"
53 -IUSE="test"
54 -
55 -RDEPEND="
56 - dev-libs/glib:2
57 -"
58 -DEPEND="${RDEPEND}"
59 -BDEPEND="virtual/pkgconfig
60 - test? (
61 - app-misc/jq
62 - app-shells/bash
63 - app-text/jo
64 - media-sound/playerctl
65 - net-misc/socat
66 - sys-apps/dbus
67 - virtual/awk
68 - x11-apps/xauth
69 - x11-misc/xvfb-run
70 - x11-themes/sound-theme-freedesktop
71 - )
72 -"
73 -
74 -MPV_PLUGIN_FILES=( mpris.so )
75 -
76 -RESTRICT="!test? ( test )"
77 -
78 -src_compile() {
79 - tc-export CC
80 - emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
81 -}
82 -
83 -src_test() {
84 - emake test
85 -}
86
87 diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
88 deleted file mode 100644
89 index ba02bf7f6..000000000
90 --- a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 1999-2022 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=8
97 -
98 -MPV_REQ_USE="cplugins,libmpv"
99 -inherit mpv-plugin toolchain-funcs
100 -
101 -DESCRIPTION="MPRIS plugin for mpv"
102 -HOMEPAGE="https://github.com/hoyon/mpv-mpris"
103 -
104 -if [[ ${PV} == *9999* ]]; then
105 - inherit git-r3
106 - EGIT_REPO_URI="https://github.com/hoyon/${PN}.git"
107 -else
108 - SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
109 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
110 -fi
111 -
112 -LICENSE="MIT"
113 -IUSE="test"
114 -
115 -RDEPEND="
116 - dev-libs/glib:2
117 -"
118 -DEPEND="${RDEPEND}"
119 -BDEPEND="virtual/pkgconfig
120 - test? (
121 - app-misc/jq
122 - app-shells/bash
123 - app-text/jo
124 - media-sound/playerctl
125 - net-misc/socat
126 - sys-apps/dbus
127 - virtual/awk
128 - x11-apps/xauth
129 - x11-misc/xvfb-run
130 - x11-themes/sound-theme-freedesktop
131 - )
132 -"
133 -
134 -MPV_PLUGIN_FILES=( mpris.so )
135 -
136 -RESTRICT="!test? ( test )"
137 -
138 -src_compile() {
139 - tc-export CC
140 - emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
141 -}
142 -
143 -src_test() {
144 - emake test
145 -}