summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-05 23:19:26 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-05 23:19:26 +0100
commit3012cbdf07e03d0fd4565f078f3f7eaf656d5742 (patch)
tree280cdb3bc64537cf6730b92a2f556e438c2efaeb /sys-apps
parentsys-auth/pam-afs-session: Remove last-rited pkg (diff)
downloadgentoo-3012cbdf07e03d0fd4565f078f3f7eaf656d5742.tar.gz
gentoo-3012cbdf07e03d0fd4565f078f3f7eaf656d5742.tar.bz2
gentoo-3012cbdf07e03d0fd4565f078f3f7eaf656d5742.zip
sys-apps/hwdata-redhat: Remove last-rited pkg
Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hwdata-redhat/Manifest1
-rw-r--r--sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch13
-rw-r--r--sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild40
-rw-r--r--sys-apps/hwdata-redhat/metadata.xml5
4 files changed, 0 insertions, 59 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>