diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-19 09:29:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-19 14:26:43 +0200 |
commit | 0665b1fba3b9b8b82c165dfa05c1f326ff3321f1 (patch) | |
tree | 01aa250aaff63dfc5bf1e3e984b8f18b532b4bd8 /app-misc/media-player-info | |
parent | net-misc/s3cmd: stabilize 2.3.0 for amd64 (diff) | |
download | gentoo-0665b1fba3b9b8b82c165dfa05c1f326ff3321f1.tar.gz gentoo-0665b1fba3b9b8b82c165dfa05c1f326ff3321f1.tar.bz2 gentoo-0665b1fba3b9b8b82c165dfa05c1f326ff3321f1.zip |
app-misc/media-player-info: drop 24
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/media-player-info')
-rw-r--r-- | app-misc/media-player-info/media-player-info-24.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/media-player-info/media-player-info-24.ebuild b/app-misc/media-player-info/media-player-info-24.ebuild deleted file mode 100644 index 89939bd8eae0..000000000000 --- a/app-misc/media-player-info/media-player-info-24.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit python-any-r1 udev - -DESCRIPTION="Repository of data files describing media player capabilities" -HOMEPAGE="https://gitlab.freedesktop.org/media-player-info/media-player-info" -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" -IUSE="" - -# Upstream commit d83dd01a0a1df6198ee08954da1c033b88a1004b -RDEPEND=">=virtual/udev-208" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - virtual/pkgconfig -" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -DOCS=( AUTHORS NEWS ) - -pkg_postinst() { - # Run for /lib/udev/hwdb.d/20-usb-media-players.hwdb - udevadm hwdb --update --root="${ROOT}" - # Upstream commit 1fab57c209035f7e66198343074e9cee06718bda - if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then - return 0 - fi - udev_reload -} - -pkg_postrm() { - udev_reload -} |