From 0c764edfecb7e9e124d4669acd98bed09e23b6c0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Aug 2022 03:14:33 +0100 Subject: gentoo auto-resync : 01:08:2022 - 03:14:32 --- media-libs/elgato-streamdeck/Manifest | 4 ---- .../elgato-streamdeck-0.8.1.ebuild | 25 ---------------------- .../elgato-streamdeck-9999.ebuild | 25 ---------------------- media-libs/elgato-streamdeck/metadata.xml | 11 ---------- 4 files changed, 65 deletions(-) delete mode 100644 media-libs/elgato-streamdeck/Manifest delete mode 100644 media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild delete mode 100644 media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild delete mode 100644 media-libs/elgato-streamdeck/metadata.xml (limited to 'media-libs/elgato-streamdeck') diff --git a/media-libs/elgato-streamdeck/Manifest b/media-libs/elgato-streamdeck/Manifest deleted file mode 100644 index 6e89057ef3df..000000000000 --- a/media-libs/elgato-streamdeck/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST elgato-streamdeck-0.8.1.tar.gz 2552919 BLAKE2B 505a7ad71b04473b3eb2c719304c224829ebf5abc366bea0d38daf882099d92308b1099815435ac03f65542bdb908a2cafbdc96f10168351fd06644050b69f06 SHA512 c65b90ab0ee5c6e17a6f7af670c54a12c96b705ef4bec359a51ba6671a3908626a9658f5a5829266102fa249628b82ee04c525db995f4984f26f802620598e6c -EBUILD elgato-streamdeck-0.8.1.ebuild 683 BLAKE2B a9d38df3ff5e4dee5968089d7d9dc998c72267d0ff24a1e4497056b42cdad70ec28ea172834d093e6703b52224922d571ab5f8cf001c40346664263091ba7402 SHA512 ee79e8baab58f5cd66deeb2ef56a5e811223926387e36c5b37adf7bf59b5b788a61fe3549d071f329c32ec8d3c38e29e338483e412a7c0a65799148933282710 -EBUILD elgato-streamdeck-9999.ebuild 683 BLAKE2B a9d38df3ff5e4dee5968089d7d9dc998c72267d0ff24a1e4497056b42cdad70ec28ea172834d093e6703b52224922d571ab5f8cf001c40346664263091ba7402 SHA512 ee79e8baab58f5cd66deeb2ef56a5e811223926387e36c5b37adf7bf59b5b788a61fe3549d071f329c32ec8d3c38e29e338483e412a7c0a65799148933282710 -MISC metadata.xml 349 BLAKE2B 68b8afab75b2a9cc9f8059a61db0c3c2cc48109bb743f831362e4a13cee23221eb4febc65f496bf0f812c949eab2a68ab6d504dc22cdba9b21d907ba72018df2 SHA512 ab698da97f91600c16ad1059b000a3cbb7ec3057cf311452316b493c124f05cbd9acffd9fccb61f4b3209b50bc7de14e6c4ece3b16d4acf9d3df7729fae94a2e diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild b/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild deleted file mode 100644 index bb5356a1314f..000000000000 --- a/media-libs/elgato-streamdeck/elgato-streamdeck-0.8.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Python library to control the Elgato Stream Deck" -HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck" -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git" -else - SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/python-${P}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild b/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild deleted file mode 100644 index bb5356a1314f..000000000000 --- a/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Python library to control the Elgato Stream Deck" -HOMEPAGE="https://github.com/abcminiuser/python-elgato-streamdeck" -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/abcminiuser/python-elgato-streamdeck.git" -else - SRC_URI="https://github.com/abcminiuser/python-elgato-streamdeck/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/python-${P}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="dev-python/pillow[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/media-libs/elgato-streamdeck/metadata.xml b/media-libs/elgato-streamdeck/metadata.xml deleted file mode 100644 index 9778a88f1e50..000000000000 --- a/media-libs/elgato-streamdeck/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - abcminiuser/python-elgato-streamdeck - - -- cgit v1.2.3