commit:     8c7aa3d2f14d49c7dc9501b7bf3d4ee7d4127897
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 18:33:38 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:37:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7aa3d2

media-video/streamdeck-ui: treeclean

Closes: https://bugs.gentoo.org/809833
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 media-video/streamdeck-ui/Manifest                 |  1 -
 media-video/streamdeck-ui/metadata.xml             | 11 ------
 .../streamdeck-ui-0.0_p20200102-r1.ebuild          | 44 ----------------------
 .../streamdeck-ui/streamdeck-ui-9999.ebuild        | 44 ----------------------
 profiles/package.mask                              |  1 -
 5 files changed, 101 deletions(-)

diff --git a/media-video/streamdeck-ui/Manifest 
b/media-video/streamdeck-ui/Manifest
deleted file mode 100644
index 979a7f4293ca..000000000000
--- a/media-video/streamdeck-ui/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST streamdeck-ui-0.0_p20200102.tar.gz 2512712 BLAKE2B 
f5abad75c77410127f51de0e4ad7ce112f59ff3652afa32f9aefe44cbb69e16a09991322091ba39d259d9bb1e35dd0833a1b58457d095f21eec258b8967ded9e
 SHA512 
345d0a2cfadb23e20925749e06e99976d533968fffe8b6db77dfeffbb1716c4042f84e6c1c616e0986e7da3592be2046f2a6e0de1942da34b6712de70cdce649

diff --git a/media-video/streamdeck-ui/metadata.xml 
b/media-video/streamdeck-ui/metadata.xml
deleted file mode 100644
index def65be3f760..000000000000
--- a/media-video/streamdeck-ui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>zeroch...@gentoo.org</email>
-               <name>Rick Farina</name>
-       </maintainer>
-       <upstream>
-               <remote-id 
type="github">timothycrosley/streamdeck-ui</remote-id>
-       </upstream>
-</pkgmetadata>

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
deleted file mode 100644
index df32b893fc68..000000000000
--- a/media-video/streamdeck-ui/streamdeck-ui-0.0_p20200102-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui";
-if [ "${PV}" = "9999" ]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git";
-else
-       COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
-       
SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pynput[${PYTHON_USEDEP}]
-               dev-python/pyside2[${PYTHON_USEDEP},designer]
-               media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
-               dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed -i 
"s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" 
streamdeck_ui/config.py
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       insinto /usr/share/streamdeck-ui
-       doins streamdeck_ui/logo.png
-       doins -r streamdeck_ui/fonts
-       distutils-r1_src_install
-}

diff --git a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild 
b/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
deleted file mode 100644
index df32b893fc68..000000000000
--- a/media-video/streamdeck-ui/streamdeck-ui-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="A Linux compatible UI for the Elgato Stream Deck"
-HOMEPAGE="https://github.com/timothycrosley/streamdeck-ui";
-if [ "${PV}" = "9999" ]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/timothycrosley/streamdeck-ui.git";
-else
-       COMMIT="9b6678d2d3027963ddac147ee3aeda322ec77f29"
-       
SRC_URI="https://github.com/timothycrosley/streamdeck-ui/archive/${COMMIT}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/${PN}-${COMMIT}"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT Apache-2.0"
-SLOT="0"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}
-               dev-python/pillow[${PYTHON_USEDEP}]
-               dev-python/pynput[${PYTHON_USEDEP}]
-               dev-python/pyside2[${PYTHON_USEDEP},designer]
-               media-libs/elgato-streamdeck[${PYTHON_USEDEP}]
-               dev-libs/hidapi"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed -i 
"s#os.path.dirname(os.path.abspath(__file__))#'/usr/share/streamdeck-ui'#" 
streamdeck_ui/config.py
-       distutils-r1_src_prepare
-}
-
-src_install() {
-       insinto /usr/share/streamdeck-ui
-       doins streamdeck_ui/logo.png
-       doins -r streamdeck_ui/fonts
-       distutils-r1_src_install
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9865d09085be..7c6cbe6e459b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -497,7 +497,6 @@ app-misc/siglo
 dev-python/gatt-python
 dev-python/pynput
 media-libs/elgato-streamdeck
-media-video/streamdeck-ui
 
 # Sam James <s...@gentoo.org> (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.

Reply via email to