summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-27 22:26:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-27 22:38:17 +0200
commitf4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5 (patch)
tree92c5a6c42049bf4b68e653cb5eaf76c58f7e14b1 /app-misc/media-player-info/media-player-info-23.ebuild
parentsys-kernel/gentoo-sources: Linux patch 5.6.15 and one additional patch (diff)
downloadgentoo-f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5.tar.gz
gentoo-f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5.tar.bz2
gentoo-f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5.zip
app-misc/media-player-info: Drop 23
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/media-player-info/media-player-info-23.ebuild')
-rw-r--r--app-misc/media-player-info/media-player-info-23.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/media-player-info/media-player-info-23.ebuild b/app-misc/media-player-info/media-player-info-23.ebuild
deleted file mode 100644
index a55c9acc30b7..000000000000
--- a/app-misc/media-player-info/media-player-info-23.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-inherit python-any-r1
-
-DESCRIPTION="A repository of data files describing media player capabilities"
-HOMEPAGE="https://cgit.freedesktop.org/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=""
-
-# https://cgit.freedesktop.org/media-player-info/commit/?id=d83dd01a0a1df6198ee08954da1c033b88a1004b
-RDEPEND=">=virtual/udev-208"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-pkg_postinst() {
- # Run for /lib/udev/hwdb.d/20-usb-media-players.hwdb
- udevadm hwdb --update --root="${ROOT}"
- # https://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
- if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then
- return 0
- fi
- udevadm control --reload
-}