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-libs/elgato-streamdeck/, profiles/
Date: Sun, 31 Jul 2022 18:38:40
Message-Id: 1659292643.a3ffc330e1b54920bf2c5c869a1236afd8aecbbd.jsmolic@gentoo
1 commit: a3ffc330e1b54920bf2c5c869a1236afd8aecbbd
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 18:33:59 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 18:37:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ffc330
7
8 media-libs/elgato-streamdeck: treeclean
9
10 Closes: https://bugs.gentoo.org/846017
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 media-libs/elgato-streamdeck/Manifest | 1 -
14 .../elgato-streamdeck-0.8.1.ebuild | 25 ----------------------
15 .../elgato-streamdeck-9999.ebuild | 25 ----------------------
16 media-libs/elgato-streamdeck/metadata.xml | 11 ----------
17 profiles/package.mask | 1 -
18 5 files changed, 63 deletions(-)
19
20 diff --git a/media-libs/elgato-streamdeck/Manifest b/media-libs/elgato-streamdeck/Manifest
21 deleted file mode 100644
22 index 84233cc63e39..000000000000
23 --- a/media-libs/elgato-streamdeck/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST elgato-streamdeck-0.8.1.tar.gz 2552919 BLAKE2B 505a7ad71b04473b3eb2c719304c224829ebf5abc366bea0d38daf882099d92308b1099815435ac03f65542bdb908a2cafbdc96f10168351fd06644050b69f06 SHA512 c65b90ab0ee5c6e17a6f7af670c54a12c96b705ef4bec359a51ba6671a3908626a9658f5a5829266102fa249628b82ee04c525db995f4984f26f802620598e6c
27
28 diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild b/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild
29 deleted file mode 100644
30 index bb5356a1314f..000000000000
31 --- a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild
32 +++ /dev/null
33 @@ -1,25 +0,0 @@
34 -# Copyright 2020-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7,8,9} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Python library to control the Elgato Stream Deck"
43 -HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck"
44 -if [ "${PV}" = "9999" ]; then
45 - inherit git-r3
46 - EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git"
47 -else
48 - SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz -> ${P}.tar.gz"
49 - KEYWORDS="~amd64 ~x86"
50 - S="${WORKDIR}/python-${P}"
51 -fi
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
58 -RDEPEND="${DEPEND}"
59
60 diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild b/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild
61 deleted file mode 100644
62 index bb5356a1314f..000000000000
63 --- a/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild
64 +++ /dev/null
65 @@ -1,25 +0,0 @@
66 -# Copyright 2020-2021 Gentoo Authors
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=7
70 -
71 -PYTHON_COMPAT=( python3_{7,8,9} )
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Python library to control the Elgato Stream Deck"
75 -HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck"
76 -if [ "${PV}" = "9999" ]; then
77 - inherit git-r3
78 - EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git"
79 -else
80 - SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 - KEYWORDS="~amd64 ~x86"
82 - S="${WORKDIR}/python-${P}"
83 -fi
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -IUSE=""
88 -
89 -DEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
90 -RDEPEND="${DEPEND}"
91
92 diff --git a/media-libs/elgato-streamdeck/metadata.xml b/media-libs/elgato-streamdeck/metadata.xml
93 deleted file mode 100644
94 index 9778a88f1e50..000000000000
95 --- a/media-libs/elgato-streamdeck/metadata.xml
96 +++ /dev/null
97 @@ -1,11 +0,0 @@
98 -<?xml version="1.0" encoding="UTF-8"?>
99 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
100 -<pkgmetadata>
101 - <maintainer type="person">
102 - <email>zerochaos@g.o</email>
103 - <name>Rick Farina</name>
104 - </maintainer>
105 - <upstream>
106 - <remote-id type="github">abcminiuser/python-elgato-streamdeck</remote-id>
107 - </upstream>
108 -</pkgmetadata>
109
110 diff --git a/profiles/package.mask b/profiles/package.mask
111 index 7c6cbe6e459b..72937bfbf5da 100644
112 --- a/profiles/package.mask
113 +++ b/profiles/package.mask
114 @@ -496,7 +496,6 @@ dev-python/pydispatcher
115 app-misc/siglo
116 dev-python/gatt-python
117 dev-python/pynput
118 -media-libs/elgato-streamdeck
119
120 # Sam James <sam@g.o> (2022-07-02)
121 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.