From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F2FB1382C5 for ; Wed, 27 May 2020 20:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44749E089A; Wed, 27 May 2020 20:38:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1859EE089A for ; Wed, 27 May 2020 20:38:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C913734EEAF for ; Wed, 27 May 2020 20:38:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBEEC242 for ; Wed, 27 May 2020 20:38:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590611897.f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/media-player-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/media-player-info/Manifest app-misc/media-player-info/media-player-info-23.ebuild X-VCS-Directories: app-misc/media-player-info/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5 X-VCS-Branch: master Date: Wed, 27 May 2020 20:38:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26b13f25-bee4-4399-8209-09d0a04925a4 X-Archives-Hash: 3a75d9cb9807b9c4846e253f3524583e commit: f4ee75e262e4e9ad7aa1b29d81ebe3dcf7b282b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 27 20:26:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 27 20:38:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ee75e2 app-misc/media-player-info: Drop 23 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/media-player-info/Manifest | 1 - .../media-player-info/media-player-info-23.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/app-misc/media-player-info/Manifest b/app-misc/media-player-info/Manifest index b6b9a266ac9..ca6e6c60912 100644 --- a/app-misc/media-player-info/Manifest +++ b/app-misc/media-player-info/Manifest @@ -1,2 +1 @@ -DIST media-player-info-23.tar.gz 100849 BLAKE2B c64e33cb92c7f7b3fd77dd165fa5d33e433d09fbf171aba8ded2a274a24a544a85b7c874552951be25fe266090a882305416908975409b7c294d9435378c465d SHA512 4555456945f6f8c2fb23c86f80dc61e8e5448f3c402ac685e7eccd2df9f7861cdd41da842b0917349f7d83200ef10c810eb8b75fa6d62829834fdbdb81560f04 DIST media-player-info-24.tar.gz 90017 BLAKE2B 4b8dff7ebc910cdee986756d211f7cec0c08d5089bc5478360bcea3d24613118d3e2557633866345b1970a39a1de5ff10648ea71b7ae6ec7e7ae5635b6d46bc3 SHA512 b762f82280d7ddc3ecc4cf612f6fb3bf887c56a3ece7d9e4a45ebc7e750d71a20ba70dbff63c2b5abaae0f1c3e079545e95d8eff07ae25e27add09e92b2b1544 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 a55c9acc30b..00000000000 --- 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 -}