public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-firmware/iwl6050-ucode: iwl6050-ucode-41.28.5.1.ebuild metadata.xml iwl6050-ucode-9.201.4.1.ebuild ChangeLog
@ 2012-08-18 20:15 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2012-08-18 20:15 UTC (permalink / raw
  To: gentoo-commits

ulm         12/08/18 20:15:26

  Added:                iwl6050-ucode-41.28.5.1.ebuild metadata.xml
                        iwl6050-ucode-9.201.4.1.ebuild ChangeLog
  Log:
  Package moved from net-wireless to sys-firmware, bug 429868.
  
  (Portage version: 2.1.11.10/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.1                  sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild?rev=1.1&content-type=text/plain

Index: iwl6050-ucode-41.28.5.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-41.28.5.1.ebuild,v 1.1 2012/08/18 20:15:26 ulm Exp $

inherit linux-info

MY_PN="iwlwifi-6050-ucode"

DESCRIPTION="Intel (R) Wireless WiFi Link 6250-AGN 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-6050-5.ucode" || die

	dodoc README* || die "dodoc failed"

	if kernel_is lt 2 6 37; then
	echo
		ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}"
		ewarn "This microcode image requires a kernel >= 2.6.37 or a 2.6.36 "
		ewarn "kernel using >= genpatches-2.6.36-8 which is included"
		ewarn "in gentoo-sources >= 2.6.36-r6 or any kernel version >= 2.6.37."
	fi
}



1.1                  sys-firmware/iwl6050-ucode/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>mpagano@gentoo.org</email>
  </maintainer>
</pkgmetadata>



1.1                  sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild?rev=1.1&content-type=text/plain

Index: iwl6050-ucode-9.201.4.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6050-ucode/iwl6050-ucode-9.201.4.1.ebuild,v 1.1 2012/08/18 20:15:26 ulm Exp $

MY_PN="iwlwifi-6050-ucode"

DESCRIPTION="Intel (R) Wireless WiFi Link 6250-AGN 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-6050-4.ucode" || die

	dodoc README* || die "dodoc failed"
}



1.1                  sys-firmware/iwl6050-ucode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl6050-ucode/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-firmware/iwl6050-ucode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl6050-ucode/ChangeLog,v 1.1 2012/08/18 20:15:26 ulm Exp $

  18 Aug 2012; Ulrich Müller <ulm@gentoo.org> +iwl6050-ucode-9.201.4.1.ebuild,
  +iwl6050-ucode-41.28.5.1.ebuild, +metadata.xml:
  Package moved from net-wireless to sys-firmware, bug 429868.

  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  iwl6050-ucode-41.28.5.1.ebuild:
  x86 stable wrt bug #401567

  31 Jan 2012; Agostino Sarubbo <ago@gentoo.org>
  iwl6050-ucode-41.28.5.1.ebuild:
  Stable for amd64, wrt bug #401567

  29 Dec 2010; Michael Pagano <mpagano@gentoo.org>
  iwl6050-ucode-41.28.5.1.ebuild:
  Remove dependency on gentoo-sources. Add ewarn for unsupported kernel
  version

*iwl6050-ucode-41.28.5.1 (28 Dec 2010)

  28 Dec 2010; Michael Pagano <mpagano@gentoo.org>
  +iwl6050-ucode-41.28.5.1.ebuild:
  Version bump.

*iwl6050-ucode-9.201.4.1 (25 Jun 2010)

  25 Jun 2010; Michael Pagano <mpagano@gentoo.org>
  +iwl6050-ucode-9.201.4.1.ebuild:
  Initial import of ucode for IWL 6050 series cards.






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

only message in thread, other threads:[~2012-08-18 20:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-18 20:15 [gentoo-commits] gentoo-x86 commit in sys-firmware/iwl6050-ucode: iwl6050-ucode-41.28.5.1.ebuild metadata.xml iwl6050-ucode-9.201.4.1.ebuild ChangeLog Ulrich Mueller (ulm)

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