mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
hwdata-redhat: purged, this isn't redhat, I'd rather take of maintainence of hwdata-gentoo than do what redhat wants
This commit is contained in:
parent
9bfb2d080a
commit
a134228074
2 changed files with 0 additions and 40 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST hwdata-0.220-1.fc10.src.rpm 756721 RMD160 c1f358a619cd03c7b8fd2fd72988d4079cf91e9e SHA1 665f3cf0099cac63c274cd8730f6d2f642b22d5c SHA256 a50c8e97fb8604338502bb2a8a4c2389cf0dddfe6d98164c144129f68b8e235f
|
||||
EBUILD hwdata-redhat-0.220.ebuild 1127 RMD160 1feaf68096beca666e4e22666961bc09c23700ab SHA1 53eb88524e2a58c2692ab266ce3b00ff4306c03d SHA256 c93c956c36f496ad90759ccefe210c066252e4e6583301d2008b0b15451f093e
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild,v 1.1 2008/07/15 17:05:57 darkside Exp $
|
||||
|
||||
inherit flag-o-matic rpm
|
||||
|
||||
# Tag for which Fedora Core version it's from
|
||||
FCVER="10"
|
||||
# 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="http://fedora.redhat.com/projects/config-tools/"
|
||||
SRC_URI="mirror://fedora-dev/releases/10/Everything/source/SRPMS/${MY_P}-${RPMREV}.fc${FCVER}.src.rpm"
|
||||
LICENSE="GPL-2 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="-*"
|
||||
IUSE="test"
|
||||
RDEPEND=">=sys-apps/module-init-tools-3.2
|
||||
!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
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
# Don't let it overwrite a udev-installed file
|
||||
rm -rf "${D}"/etc/ || die
|
||||
}
|
||||
Loading…
Reference in a new issue