Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata-redhat/, sys-apps/hwdata-redhat/files/, profiles/
Date: Tue, 05 Nov 2019 22:21:20
Message-Id: 1572992366.3012cbdf07e03d0fd4565f078f3f7eaf656d5742.mgorny@gentoo
1 commit: 3012cbdf07e03d0fd4565f078f3f7eaf656d5742
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 5 22:19:26 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 5 22:19:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3012cbdf
7
8 sys-apps/hwdata-redhat: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/696252
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 1 -
14 sys-apps/hwdata-redhat/Manifest | 1 -
15 .../files/hwdata-redhat-0.217-python-3.patch | 13 -------
16 sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild | 40 ----------------------
17 sys-apps/hwdata-redhat/metadata.xml | 5 ---
18 5 files changed, 60 deletions(-)
19
20 diff --git a/profiles/package.mask b/profiles/package.mask
21 index 4cb7cef6d6b..c62e5ea5549 100644
22 --- a/profiles/package.mask
23 +++ b/profiles/package.mask
24 @@ -422,7 +422,6 @@ net-nntp/ubh
25 net-p2p/ctcs
26 net-proxy/ratproxy
27 net-wireless/airsnort
28 -sys-apps/hwdata-redhat
29 sys-auth/pam_require
30
31 # Michał Górny <mgorny@g.o> (2019-10-04)
32
33 diff --git a/sys-apps/hwdata-redhat/Manifest b/sys-apps/hwdata-redhat/Manifest
34 deleted file mode 100644
35 index d4b0dcbccb6..00000000000
36 --- a/sys-apps/hwdata-redhat/Manifest
37 +++ /dev/null
38 @@ -1 +0,0 @@
39 -DIST hwdata-0.217-1.fc9.src.rpm 735079 BLAKE2B e1e25329a42307c36be611d66db7f016d8e4c360c6d84086c830d1d0c47a9a764501cd45f6dd84298a5da52c21f9d9a05ba5875867b3386e358f4af56fa98de6 SHA512 31f057d62283adb926b3e89f4128e256a111d92e6bf0a63adea752d94be2b2e86ffa7535ba6d77a84373dc1ddbc5feb53e337520a8eb6063937e573cccef2634
40
41 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
42 deleted file mode 100644
43 index f16fddd992c..00000000000
44 --- a/sys-apps/hwdata-redhat/files/hwdata-redhat-0.217-python-3.patch
45 +++ /dev/null
46 @@ -1,13 +0,0 @@
47 ---- check-pci-ids.py
48 -+++ check-pci-ids.py
49 -@@ -5,8 +5,8 @@
50 -
51 - # Check that the sorting order is preserved in pci.ids
52 -
53 --vendor_id = None
54 --device_id = None
55 -+vendor_id = -1
56 -+device_id = -1
57 - lineno = 1
58 -
59 - file = open("pci.ids")
60
61 diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild
62 deleted file mode 100644
63 index 5885b39f566..00000000000
64 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild
65 +++ /dev/null
66 @@ -1,40 +0,0 @@
67 -# Copyright 1999-2019 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=0
71 -
72 -inherit eutils flag-o-matic rpm
73 -
74 -# Tag for which Fedora Core version it's from
75 -FCVER="9"
76 -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
77 -# tarball out of it
78 -RPMREV="1"
79 -
80 -MY_P="${P/-redhat}"
81 -DESCRIPTION="Hardware identification and configuration data"
82 -HOMEPAGE="https://fedora.redhat.com/projects/config-tools/"
83 -SRC_URI="https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/9/Everything/source/SRPMS/${MY_P}-${RPMREV}.fc${FCVER}.src.rpm"
84 -LICENSE="GPL-2 MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
87 -IUSE="test"
88 -RDEPEND="virtual/modutils
89 - !sys-apps/hwdata-gentoo"
90 -DEPEND="${RDEPEND}
91 - test? ( sys-apps/pciutils )"
92 -S="${WORKDIR}/${MY_P}"
93 -
94 -src_unpack() {
95 - rpm_src_unpack ${A}
96 -
97 - cd "${S}"
98 - sed -i -e "s:\(/sbin\/lspci\):/usr\1:g" Makefile || die
99 - epatch "${FILESDIR}/${P}-python-3.patch"
100 -}
101 -
102 -src_install() {
103 - emake DESTDIR="${D}" install || die "emake install failed"
104 - # Don't let it overwrite a udev-installed file
105 - rm -rf "${D}"/etc/ || die
106 -}
107
108 diff --git a/sys-apps/hwdata-redhat/metadata.xml b/sys-apps/hwdata-redhat/metadata.xml
109 deleted file mode 100644
110 index 6f49eba8f49..00000000000
111 --- a/sys-apps/hwdata-redhat/metadata.xml
112 +++ /dev/null
113 @@ -1,5 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 -<!-- maintainer-needed -->
118 -</pkgmetadata>