sys-apps/hwdata-redhat: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:19:26 +0000 (23:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 5 Nov 2019 22:19:26 +0000 (23:19 +0100)
Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-apps/hwdata-redhat/Manifest [deleted file]
sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch [deleted file]
sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild [deleted file]
sys-apps/hwdata-redhat/metadata.xml [deleted file]

index 4cb7cef6d6bc1f071ef6aa8dffdfa11f61243db6..c62e5ea5549ebbb708399ef47f1f4c609fe6c22a 100644 (file)
@@ -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 <mgorny@gentoo.org> (2019-10-04)
diff --git a/sys-apps/hwdata-redhat/Manifest b/sys-apps/hwdata-redhat/Manifest
deleted file mode 100644 (file)
index d4b0dcb..0000000
+++ /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 (file)
index f16fddd..0000000
+++ /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 (file)
index 5885b39..0000000
+++ /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 (file)
index 6f49eba..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>