summaryrefslogtreecommitdiff
path: root/sys-apps/hwdata-redhat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /sys-apps/hwdata-redhat
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'sys-apps/hwdata-redhat')
-rw-r--r--sys-apps/hwdata-redhat/Manifest4
-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, 62 deletions
diff --git a/sys-apps/hwdata-redhat/Manifest b/sys-apps/hwdata-redhat/Manifest
deleted file mode 100644
index 58b4df7d4cc3..000000000000
--- a/sys-apps/hwdata-redhat/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX hwdata-redhat-0.217-python-3.patch 227 BLAKE2B 457b3e02ec68f773ddeba3e2ae3a10e6a6db662ee5e324e0745fa872010b59ed2c0b703a294e2c675baf58e0bff3131cca3e390b1ed52939f507ae1655d68c80 SHA512 eed127d4d5b4b33c8f7e1bf25c7a7d5a09c1ccea37d7fd8f0c1139dc000b6879763edd78cb26fe978100d24f3092b2474a6e20535e8aa0363da435e775ef579c
-DIST hwdata-0.217-1.fc9.src.rpm 735079 BLAKE2B e1e25329a42307c36be611d66db7f016d8e4c360c6d84086c830d1d0c47a9a764501cd45f6dd84298a5da52c21f9d9a05ba5875867b3386e358f4af56fa98de6 SHA512 31f057d62283adb926b3e89f4128e256a111d92e6bf0a63adea752d94be2b2e86ffa7535ba6d77a84373dc1ddbc5feb53e337520a8eb6063937e573cccef2634
-EBUILD hwdata-redhat-0.217.ebuild 1099 BLAKE2B a66fb57d2e38eefdda325d2dca59239b3e776cd5b2a3006eeb3983ffd006ad3c6fb5b0218d225b597918703649e1e24bfed8b523f091b4376885dba8ea41c117 SHA512 2affd6910646eb3e057f0de993f4a55c28fe0ab4fadd8f2e48860e29c3e480bd8ec1cac5c3f0db3c8ff5b953299804ad7d217b1381b98449ca3c7938b6378dde
-MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84
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>