summaryrefslogtreecommitdiff
path: root/media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-01 03:14:33 +0100
commit0c764edfecb7e9e124d4669acd98bed09e23b6c0 (patch)
tree2862ab17d2f88cb7c9614b7fbe579f25ae604b8d /media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild
parentae1bf373db295b495e1f685d116e3411bf10df0b (diff)
gentoo auto-resync : 01:08:2022 - 03:14:32
Diffstat (limited to 'media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild')
-rw-r--r--media-libs/elgato-streamdeck/elgato-streamdeck-9999.ebuild25
1 files changed, 0 insertions, 25 deletions
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}"