diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-08-18 20:13:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-08-18 20:13:14 +0000 |
commit | aee66766dafe245c5c9b44b2e9a9afbb4e6400e9 (patch) | |
tree | 564f1d58bdd2a3468ba86dd6754a9b8c1437c00a /sys-firmware/iwl6030-ucode | |
parent | Fix up parallel make during install phase (diff) | |
download | historical-aee66766dafe245c5c9b44b2e9a9afbb4e6400e9.tar.gz historical-aee66766dafe245c5c9b44b2e9a9afbb4e6400e9.tar.bz2 historical-aee66766dafe245c5c9b44b2e9a9afbb4e6400e9.zip |
Package moved from net-wireless to sys-firmware, bug 429868.
Package-Manager: portage-2.1.11.10/cvs/Linux x86_64
Diffstat (limited to 'sys-firmware/iwl6030-ucode')
-rw-r--r-- | sys-firmware/iwl6030-ucode/ChangeLog | 27 | ||||
-rw-r--r-- | sys-firmware/iwl6030-ucode/iwl6030-ucode-17.168.5.2.ebuild | 28 | ||||
-rw-r--r-- | sys-firmware/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild | 28 | ||||
-rw-r--r-- | sys-firmware/iwl6030-ucode/metadata.xml | 10 |
4 files changed, 93 insertions, 0 deletions
diff --git a/sys-firmware/iwl6030-ucode/ChangeLog b/sys-firmware/iwl6030-ucode/ChangeLog new file mode 100644 index 000000000000..26cd28e89e47 --- /dev/null +++ b/sys-firmware/iwl6030-ucode/ChangeLog @@ -0,0 +1,27 @@ +# ChangeLog for sys-firmware/iwl6030-ucode +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6030-ucode/ChangeLog,v 1.1 2012/08/18 20:13:14 ulm Exp $ + + 18 Aug 2012; Ulrich Müller <ulm@gentoo.org> + +iwl6030-ucode-17.168.5.2.ebuild, +iwl6030-ucode-18.168.6.1.ebuild, + +metadata.xml: + Package moved from net-wireless to sys-firmware, bug 429868. + +*iwl6030-ucode-18.168.6.1 (01 Jun 2012) + + 01 Jun 2012; Tony Vroon <chainsaw@gentoo.org> + +iwl6030-ucode-18.168.6.1.ebuild: + Version bump to "6" firmware for newer kernels. This is slotted, so that it + will install in addition to your existing "5" firmware and allows you to + switch between kernels of various vintages effortlessly. Many thanks to Lik + from the Ukraine for reporting the availability of the new version. + + 15 Jan 2012; Thomas Kahle <tomka@gentoo.org> iwl6030-ucode-17.168.5.2.ebuild: + Adding ~x86 per bug 393509 + +*iwl6030-ucode-17.168.5.2 (22 Aug 2011) + + 22 Aug 2011; Tony Vroon <chainsaw@gentoo.org> + +iwl6030-ucode-17.168.5.2.ebuild, +metadata.xml: + Initial commit, ebuild by Daniel Raneland in bug #377545. + diff --git a/sys-firmware/iwl6030-ucode/iwl6030-ucode-17.168.5.2.ebuild b/sys-firmware/iwl6030-ucode/iwl6030-ucode-17.168.5.2.ebuild new file mode 100644 index 000000000000..aec668a296a5 --- /dev/null +++ b/sys-firmware/iwl6030-ucode/iwl6030-ucode-17.168.5.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6030-ucode/iwl6030-ucode-17.168.5.2.ebuild,v 1.1 2012/08/18 20:13:14 ulm Exp $ + +MY_PN="iwlwifi-6000g2b-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6030 ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="ipw3945" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-6000g2b-5.ucode" || die + + dodoc README* || die "dodoc failed" +} diff --git a/sys-firmware/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild b/sys-firmware/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild new file mode 100644 index 000000000000..1c910e532bd9 --- /dev/null +++ b/sys-firmware/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6030-ucode/iwl6030-ucode-18.168.6.1.ebuild,v 1.1 2012/08/18 20:13:14 ulm Exp $ + +MY_PN="iwlwifi-6000g2b-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6030 ucode" +HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi" +SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz" + +LICENSE="ipw3945" +SLOT="1" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="" + +DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-6000g2b-6.ucode" || die + + dodoc README* || die "dodoc failed" +} diff --git a/sys-firmware/iwl6030-ucode/metadata.xml b/sys-firmware/iwl6030-ucode/metadata.xml new file mode 100644 index 000000000000..ae0e9b4879ae --- /dev/null +++ b/sys-firmware/iwl6030-ucode/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>chainsaw@gentoo.org</email> + </maintainer> + <longdescription lang="en"> + Firmware image for Intel Centrino Advanced-N 6205 + </longdescription> +</pkgmetadata> |