commited into gentoo's repo, WOOHOO

This commit is contained in:
Zero_Chaos 2009-12-03 22:36:47 +00:00
parent 61b16a11c7
commit 200e0d6fab
2 changed files with 0 additions and 27 deletions

View file

@ -1 +0,0 @@
EBUILD linux-firmware-99999999.ebuild 759 RMD160 611477f6916011e1f458f1bed16e9fc2b9f1e138 SHA1 689ecb91fc9b5c2db782cb6e40b62c24b7715fae SHA256 d406648684d4811d2c57d82e7fdfb9b371ce7e094435e603c9acb20f4ba433e4

View file

@ -1,26 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20090421.ebuild,v 1.2 2009/04/21 20:46:04 mr_bones_ Exp $
inherit git
DESCRIPTION="Linux firmware files"
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/dwmw2/firmware"
SRC_URI=""
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="!net-wireless/iwl3945-ucode
!net-wireless/ralink-firmware
!net-wireless/iwl4965-ucode
!net-wireless/iwl5000-ucode"
#add anything else that collides to this
src_install() {
insinto /lib/firmware/
doins -r * || die "Install failed!"
}