public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata-redhat/, sys-apps/hwdata-redhat/files/, profiles/
@ 2019-11-05 22:21 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-11-05 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     3012cbdf07e03d0fd4565f078f3f7eaf656d5742
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 22:19:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 22:19:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3012cbdf

sys-apps/hwdata-redhat: Remove last-rited pkg

Bug: https://bugs.gentoo.org/696252
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 sys-apps/hwdata-redhat/Manifest                    |  1 -
 .../files/hwdata-redhat-0.217-python-3.patch       | 13 -------
 sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild  | 40 ----------------------
 sys-apps/hwdata-redhat/metadata.xml                |  5 ---
 5 files changed, 60 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4cb7cef6d6b..c62e5ea5549 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 <mgorny@gentoo.org> (2019-10-04)

diff --git a/sys-apps/hwdata-redhat/Manifest b/sys-apps/hwdata-redhat/Manifest
deleted file mode 100644
index d4b0dcbccb6..00000000000
--- 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 f16fddd992c..00000000000
--- 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 5885b39f566..00000000000
--- 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 6f49eba8f49..00000000000
--- 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>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-05 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05 22:21 [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwdata-redhat/, sys-apps/hwdata-redhat/files/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox