From 3012cbdf07e03d0fd4565f078f3f7eaf656d5742 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 5 Nov 2019 23:19:26 +0100 Subject: [PATCH] sys-apps/hwdata-redhat: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny --- profiles/package.mask | 1 - sys-apps/hwdata-redhat/Manifest | 1 - .../files/hwdata-redhat-0.217-python-3.patch | 13 ------ .../hwdata-redhat/hwdata-redhat-0.217.ebuild | 40 ------------------- sys-apps/hwdata-redhat/metadata.xml | 5 --- 5 files changed, 60 deletions(-) delete mode 100644 sys-apps/hwdata-redhat/Manifest delete mode 100644 sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch delete mode 100644 sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild delete mode 100644 sys-apps/hwdata-redhat/metadata.xml diff --git a/profiles/package.mask b/profiles/package.mask index 4cb7cef6d6bc..c62e5ea5549e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -422,7 +422,6 @@ net-nntp/ubh net-p2p/ctcs net-proxy/ratproxy net-wireless/airsnort -sys-apps/hwdata-redhat sys-auth/pam_require # Michał Górny (2019-10-04) diff --git a/sys-apps/hwdata-redhat/Manifest b/sys-apps/hwdata-redhat/Manifest deleted file mode 100644 index d4b0dcbccb6e..000000000000 --- a/sys-apps/hwdata-redhat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hwdata-0.217-1.fc9.src.rpm 735079 BLAKE2B e1e25329a42307c36be611d66db7f016d8e4c360c6d84086c830d1d0c47a9a764501cd45f6dd84298a5da52c21f9d9a05ba5875867b3386e358f4af56fa98de6 SHA512 31f057d62283adb926b3e89f4128e256a111d92e6bf0a63adea752d94be2b2e86ffa7535ba6d77a84373dc1ddbc5feb53e337520a8eb6063937e573cccef2634 diff --git a/sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch b/sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch deleted file mode 100644 index f16fddd992c4..000000000000 --- a/sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- check-pci-ids.py -+++ check-pci-ids.py -@@ -5,8 +5,8 @@ - - # Check that the sorting order is preserved in pci.ids - --vendor_id = None --device_id = None -+vendor_id = -1 -+device_id = -1 - lineno = 1 - - file = open("pci.ids") diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild deleted file mode 100644 index 5885b39f566f..000000000000 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit eutils flag-o-matic rpm - -# Tag for which Fedora Core version it's from -FCVER="9" -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="1" - -MY_P="${P/-redhat}" -DESCRIPTION="Hardware identification and configuration data" -HOMEPAGE="https://fedora.redhat.com/projects/config-tools/" -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/9/Everything/source/SRPMS/${MY_P}-${RPMREV}.fc${FCVER}.src.rpm" -LICENSE="GPL-2 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="test" -RDEPEND="virtual/modutils - !sys-apps/hwdata-gentoo" -DEPEND="${RDEPEND} - test? ( sys-apps/pciutils )" -S="${WORKDIR}/${MY_P}" - -src_unpack() { - rpm_src_unpack ${A} - - cd "${S}" - sed -i -e "s:\(/sbin\/lspci\):/usr\1:g" Makefile || die - epatch "${FILESDIR}/${P}-python-3.patch" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - # Don't let it overwrite a udev-installed file - rm -rf "${D}"/etc/ || die -} diff --git a/sys-apps/hwdata-redhat/metadata.xml b/sys-apps/hwdata-redhat/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/sys-apps/hwdata-redhat/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - -- 2.26.2