From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sys-firmware/iwl6005-ucode/Manifest | 2 ++ .../iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild | 25 ++++++++++++++++++++++ .../iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild | 25 ++++++++++++++++++++++ sys-firmware/iwl6005-ucode/metadata.xml | 10 +++++++++ 4 files changed, 62 insertions(+) create mode 100644 sys-firmware/iwl6005-ucode/Manifest create mode 100644 sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild create mode 100644 sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild create mode 100644 sys-firmware/iwl6005-ucode/metadata.xml (limited to 'sys-firmware/iwl6005-ucode') diff --git a/sys-firmware/iwl6005-ucode/Manifest b/sys-firmware/iwl6005-ucode/Manifest new file mode 100644 index 000000000000..a4340eda4d63 --- /dev/null +++ b/sys-firmware/iwl6005-ucode/Manifest @@ -0,0 +1,2 @@ +DIST iwlwifi-6000g2a-ucode-17.168.5.3.tgz 210543 SHA256 febbbc0851db17296d35e5ca1d9266c1a14e9a9ae6ce41a36578c44971ae79f9 SHA512 9fcee47c294777f30d40933942db171d45e4bfd6c6adc8f80e759f296d1df8ee91419379bddd738654c04d73974d03dc6a9a809e10a16e58b8a3f76f8df10636 WHIRLPOOL 242d1c2b4b7e74f3bea1a48137e6dcb4871f063454c79406180369ac8fe385a493083f9b7b13d5854b0e74a955bc124889c68a9067ff4550c684833c4eec4336 +DIST iwlwifi-6000g2a-ucode-18.168.6.1.tgz 326978 SHA256 a7f2615756addafbf3e6912cb0265f9650b2807d1ccdf54b620735772725bbe9 SHA512 6e30662005e49957323addf62b73ac98f15122f451674038c8154cb544a36b1d004ad38818bf7530b1135eb40ed73d4aa4b28fd77f807ecb7a779e2067d52adb WHIRLPOOL e7f7245887d1d7c384e1afd3adfe8609970a3541059966ba625b54371c713385115cda9989ac382bb2e07ac0c74069daaffc8ca623ca58ea01c8ea0c90084bb0 diff --git a/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild b/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild new file mode 100644 index 000000000000..a83174336292 --- /dev/null +++ b/sys-firmware/iwl6005-ucode/iwl6005-ucode-17.168.5.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_PN="iwlwifi-6000g2a-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6005 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="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-6000g2a-5.ucode" || die + + dodoc README* || die "dodoc failed" +} diff --git a/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild b/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild new file mode 100644 index 000000000000..b28a8f57e614 --- /dev/null +++ b/sys-firmware/iwl6005-ucode/iwl6005-ucode-18.168.6.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_PN="iwlwifi-6000g2a-ucode" + +DESCRIPTION="Intel (R) Wireless WiFi Advanced N 6005 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="" + +S="${WORKDIR}/${MY_PN}-${PV}" + +src_compile() { :; } + +src_install() { + insinto /lib/firmware + doins "${S}/iwlwifi-6000g2a-6.ucode" || die + + dodoc README* || die "dodoc failed" +} diff --git a/sys-firmware/iwl6005-ucode/metadata.xml b/sys-firmware/iwl6005-ucode/metadata.xml new file mode 100644 index 000000000000..ae0e9b4879ae --- /dev/null +++ b/sys-firmware/iwl6005-ucode/metadata.xml @@ -0,0 +1,10 @@ + + + + + chainsaw@gentoo.org + + + Firmware image for Intel Centrino Advanced-N 6205 + + -- cgit v1.2.3-65-gdbad