zerochaos 14/06/05 20:49:37 Modified: ChangeLog Added: b43-firmware-6.30.163.46.ebuild Log: bump, bug 512226 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.3 sys-firmware/b43-firmware/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/b43-firmware/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/b43-firmware/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/b43-firmware/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/b43-firmware/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Apr 2013 23:09:56 -0000 1.2 +++ ChangeLog 5 Jun 2014 20:49:37 -0000 1.3 @@ -1,6 +1,12 @@ # ChangeLog for sys-firmware/b43-firmware -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/b43-firmware/ChangeLog,v 1.2 2013/04/06 23:09:56 zerochaos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/b43-firmware/ChangeLog,v 1.3 2014/06/05 20:49:37 zerochaos Exp $ + +*b43-firmware-6.30.163.46 (05 Jun 2014) + + 05 Jun 2014; Rick Farina <[email protected]> + +b43-firmware-6.30.163.46.ebuild: + bump, bug 512226 06 Apr 2013; Rick Farina <[email protected]> b43-firmware-5.100.138.ebuild: new keyword per request in bug 464892 1.1 sys-firmware/b43-firmware/b43-firmware-6.30.163.46.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/b43-firmware/b43-firmware-6.30.163.46.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/b43-firmware/b43-firmware-6.30.163.46.ebuild?rev=1.1&content-type=text/plain Index: b43-firmware-6.30.163.46.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/b43-firmware/b43-firmware-6.30.163.46.ebuild,v 1.1 2014/06/05 20:49:37 zerochaos Exp $ EAPI=5 : ${B43_FIRMWARE_SRC_OBJ:=wl_apsta.o} MY_P="broadcom-wl-${PV}" DESCRIPTION="broadcom firmware for b43 LP PHY and >=linux-3.2" HOMEPAGE="http://linuxwireless.org/en/users/Drivers/b43" SRC_URI="http://www.lwfinger.com/b43-firmware/${MY_P}.tar.bz2" LICENSE="Broadcom" SLOT="b43" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RESTRICT="mirror binchecks strip" DEPEND=">=net-wireless/b43-fwcutter-015" RDEPEND="" S="${WORKDIR}/${MY_P}" src_compile() { mkdir ebuild-output b43-fwcutter -w ebuild-output $(find -name ${B43_FIRMWARE_SRC_OBJ}) || die } src_install() { insinto /lib/firmware doins -r ebuild-output/* || die }
