Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/streamdeck-ui/, profiles/
Date: Sun, 31 Jul 2022 18:38:39
Message-Id: 1659292642.8c7aa3d2f14d49c7dc9501b7bf3d4ee7d4127897.jsmolic@gentoo
1 commit: 8c7aa3d2f14d49c7dc9501b7bf3d4ee7d4127897
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:33:38 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7aa3d2
7
8 media-video/streamdeck-ui: treeclean
9
10 Closes: https://bugs.gentoo.org/809833
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 media-video/streamdeck-ui/Manifest | 1 -
14 media-video/streamdeck-ui/metadata.xml | 11 ------
15 .../streamdeck-ui-0.0_p20200102-r1.ebuild | 44 ----------------------
16 .../streamdeck-ui/streamdeck-ui-9999.ebuild | 44 ----------------------
17 profiles/package.mask | 1 -
18 5 files changed, 101 deletions(-)
19
20 diff --git a/media-video/streamdeck-ui/Manifest b/media-video/streamdeck-ui/Manifest
21 deleted file mode 100644
22 index 979a7f4293ca..000000000000
23 --- a/media-video/streamdeck-ui/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST streamdeck-ui-0.0_p20200102.tar.gz 2512712 BLAKE2B f5abad75c77410127f51de0e4ad7ce112f59ff3652afa32f9aefe44cbb69e16a09991322091ba39d259d9bb1e35dd0833a1b58457d095f21eec258b8967ded9e SHA512 345d0a2cfadb23e20925749e06e99976d533968fffe8b6db77dfeffbb1716c4042f84e6c1c616e0986e7da3592be2046f2a6e0de1942da34b6712de70cdce649
27
28 diff --git a/media-video/streamdeck-ui/metadata.xml b/media-video/streamdeck-ui/metadata.xml
29 deleted file mode 100644
30 index def65be3f760..000000000000
31 --- a/media-video/streamdeck-ui/metadata.xml
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 -<?xml version="1.0" encoding="UTF-8"?>
35 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
36 -<pkgmetadata>
37 - <maintainer type="person">
38 - <email>zerochaos@g.o</email>
39 - <name>Rick Farina</name>
40 - </maintainer>
41 - <upstream>
42 - <remote-id type="github">timothycrosley/streamdeck-ui</remote-id>
43 - </upstream>
44 -</pkgmetadata>
45
46 diff --git a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild b/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
47 deleted file mode 100644
48 index df32b893fc68..000000000000
49 --- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
50 +++ /dev/null
51 @@ -1,44 +0,0 @@
52 -# Copyright 2020-2021 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=7
56 -
57 -PYTHON_COMPAT=( python3_{7..9} )
58 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
59 -inherit distutils-r1
60 -
61 -DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
62 -HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
63 -if [ "${PV}" = "9999" ]; then
64 - inherit git-r3
65 - EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
66 -else
67 - COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
68 - SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
69 - S="${WORKDIR}/${PN}-${COMMIT}"
70 - KEYWORDS="~amd64 ~x86"
71 -fi
72 -
73 -LICENSE="MIT Apache-2.0"
74 -SLOT="0"
75 -IUSE=""
76 -
77 -DEPEND="${PYTHON_DEPS}
78 - dev-python/pillow[${PYTHON_USEDEP}]
79 - dev-python/pynput[${PYTHON_USEDEP}]
80 - dev-python/pyside2[${PYTHON_USEDEP},designer]
81 - media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
82 - dev-libs/hidapi"
83 -RDEPEND="${DEPEND}"
84 -
85 -src_prepare() {
86 - sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
87 - distutils-r1_src_prepare
88 -}
89 -
90 -src_install() {
91 - insinto /usr/share/streamdeck-ui
92 - doins streamdeck_ui/logo.png
93 - doins -r streamdeck_ui/fonts
94 - distutils-r1_src_install
95 -}
96
97 diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
98 deleted file mode 100644
99 index df32b893fc68..000000000000
100 --- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
101 +++ /dev/null
102 @@ -1,44 +0,0 @@
103 -# Copyright 2020-2021 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=7
107 -
108 -PYTHON_COMPAT=( python3_{7..9} )
109 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml
110 -inherit distutils-r1
111 -
112 -DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
113 -HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui"
114 -if [ "${PV}" = "9999" ]; then
115 - inherit git-r3
116 - EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git"
117 -else
118 - COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
119 - SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
120 - S="${WORKDIR}/${PN}-${COMMIT}"
121 - KEYWORDS="~amd64 ~x86"
122 -fi
123 -
124 -LICENSE="MIT Apache-2.0"
125 -SLOT="0"
126 -IUSE=""
127 -
128 -DEPEND="${PYTHON_DEPS}
129 - dev-python/pillow[${PYTHON_USEDEP}]
130 - dev-python/pynput[${PYTHON_USEDEP}]
131 - dev-python/pyside2[${PYTHON_USEDEP},designer]
132 - media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
133 - dev-libs/hidapi"
134 -RDEPEND="${DEPEND}"
135 -
136 -src_prepare() {
137 - sed -i "s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" streamdeck_ui/config.py
138 - distutils-r1_src_prepare
139 -}
140 -
141 -src_install() {
142 - insinto /usr/share/streamdeck-ui
143 - doins streamdeck_ui/logo.png
144 - doins -r streamdeck_ui/fonts
145 - distutils-r1_src_install
146 -}
147
148 diff --git a/profiles/package.mask b/profiles/package.mask
149 index 9865d09085be..7c6cbe6e459b 100644
150 --- a/profiles/package.mask
151 +++ b/profiles/package.mask
152 @@ -497,7 +497,6 @@ app-misc/siglo
153 dev-python/gatt-python
154 dev-python/pynput
155 media-libs/elgato-streamdeck
156 -media-video/streamdeck-ui
157
158 # Sam James <sam@g.o> (2022-07-02)
159 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.