gienah      15/03/25 03:59:38

  Modified:             ChangeLog
  Added:                iwl3160-ucode-0.10.15.23.ebuild
                        iwl3160-ucode-0.12.16.25.ebuild
  Log:
  Bump iwl3160-ucode to 0.10.15.23 (upstream write the version number 
components reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.6                  sys-firmware/iwl3160-ucode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Jan 2015 12:14:50 -0000      1.5
+++ ChangeLog   25 Mar 2015 03:59:38 -0000      1.6
@@ -1,6 +1,14 @@
 # ChangeLog for sys-firmware/iwl3160-ucode
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.5 
2015/01/14 12:14:50 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/ChangeLog,v 1.6 
2015/03/25 03:59:38 gienah Exp $
+
+*iwl3160-ucode-0.12.16.25 (25 Mar 2015)
+*iwl3160-ucode-0.10.15.23 (25 Mar 2015)
+
+  25 Mar 2015; Mark Wright <gie...@gentoo.org> 
+iwl3160-ucode-0.10.15.23.ebuild,
+  +iwl3160-ucode-0.12.16.25.ebuild:
+  Bump iwl3160-ucode to 0.10.15.23 (upstream write the version number 
components
+  reversed) for kernel 3.17+ and 0.12.16.25 for kernel 3.19+
 
 *iwl3160-ucode-0.10.11.23 (14 Jan 2015)
 *iwl3160-ucode-0.8.15.22 (14 Jan 2015)



1.1                  sys-firmware/iwl3160-ucode/iwl3160-ucode-0.10.15.23.ebuild

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

Index: iwl3160-ucode-0.10.15.23.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-0.10.15.23.ebuild,v
 1.1 2015/03/25 03:59:38 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N="${PN:3:4}"
vc=($(get_all_version_components "${PV}"))
MY_PV="${vc[6]}.${vc[4]}.${vc[2]}.${vc[0]}"
MY_PN="iwlwifi-${DEV_N}-ucode"

DV_MAJOR="3"
DV_MINOR="17"
DV_PATCH="0"

DESCRIPTION="Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}"
HOMEPAGE="http://wireless.kernel.org/en/users/Drivers/iwlwifi";
SRC_URI="https://wireless.wiki.kernel.org/_media/en/users/drivers/${MY_PN}-${MY_PV}.tgz
 -> ${P}.tgz"

LICENSE="ipw3945"
SLOT="${vc[2]}"
KEYWORDS="~amd64 ~x86"
IUSE="bluetooth"

DEPEND=""
RDEPEND="bluetooth? ( sys-firmware/iwl3160-7260-bt-ucode )
        !sys-kernel/linux-firmware[-savedconfig]"

S="${WORKDIR}/${MY_PN}-${MY_PV}"

CONFIG_CHECK="~IWLMVM"
ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config 
for the kernel to be able to load the ${DEV_N} firmware"

pkg_pretend() {
        if kernel_is lt "${DV_MAJOR}" "${DV_MINOR}" "${DV_PATCH}"; then
                ewarn "Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
                ewarn "This microcode image requires a kernel >= 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}."
                ewarn "For kernel versions < 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}, you may install older SLOTS"
        fi
}

src_install() {
        insinto /lib/firmware
        doins "${S}/iwlwifi-${DEV_N}-${vc[2]}.ucode"
        dodoc README*
}



1.1                  sys-firmware/iwl3160-ucode/iwl3160-ucode-0.12.16.25.ebuild

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

Index: iwl3160-ucode-0.12.16.25.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-firmware/iwl3160-ucode/iwl3160-ucode-0.12.16.25.ebuild,v
 1.1 2015/03/25 03:59:38 gienah Exp $

EAPI=5
inherit linux-info versionator

DEV_N="${PN:3:4}"
vc=($(get_all_version_components "${PV}"))
MY_PV="${vc[6]}.${vc[4]}.${vc[2]}.${vc[0]}"
MY_PN="iwlwifi-${DEV_N}-ucode"

DV_MAJOR="3"
DV_MINOR="19"
DV_PATCH="0"

DESCRIPTION="Firmware for Intel (R) Dual Band Wireless-AC ${DEV_N}"
HOMEPAGE="http://wireless.kernel.org/en/users/Drivers/iwlwifi";
SRC_URI="https://wireless.wiki.kernel.org/_media/en/users/drivers/${MY_PN}-${MY_PV}.tgz
 -> ${P}.tgz"

LICENSE="ipw3945"
SLOT="${vc[2]}"
KEYWORDS="~amd64 ~x86"
IUSE="bluetooth"

DEPEND=""
RDEPEND="bluetooth? ( sys-firmware/iwl3160-7260-bt-ucode )
        !sys-kernel/linux-firmware[-savedconfig]"

S="${WORKDIR}/${MY_PN}-${MY_PV}"

CONFIG_CHECK="~IWLMVM"
ERROR_IWLMVM="CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config 
for the kernel to be able to load the ${DEV_N} firmware"

pkg_pretend() {
        if kernel_is lt "${DV_MAJOR}" "${DV_MINOR}" "${DV_PATCH}"; then
                ewarn "Your kernel version is 
${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
                ewarn "This microcode image requires a kernel >= 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}."
                ewarn "For kernel versions < 
${DV_MAJOR}.${DV_MINOR}.${DV_PATCH}, you may install older SLOTS"
        fi
}

src_install() {
        insinto /lib/firmware
        doins "${S}/iwlwifi-${DEV_N}-${vc[2]}.ucode"
        dodoc README*
}




Reply via email to