* [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: linux-firmware-20121225.ebuild ChangeLog
@ 2013-01-01 13:18 99% Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 1+ results
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-01-01 13:18 UTC (permalink / raw
To: gentoo-commits
chithanh 13/01/01 13:18:30
Modified: ChangeLog
Added: linux-firmware-20121225.ebuild
Log:
New snapshot.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.59 sys-kernel/linux-firmware/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 4 Dec 2012 11:31:05 -0000 1.58
+++ ChangeLog 1 Jan 2013 13:18:30 -0000 1.59
@@ -1,6 +1,12 @@
# ChangeLog for sys-kernel/linux-firmware
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.58 2012/12/04 11:31:05 ago Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.59 2013/01/01 13:18:30 chithanh Exp $
+
+*linux-firmware-20121225 (01 Jan 2013)
+
+ 01 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +linux-firmware-20121225.ebuild:
+ New snapshot.
04 Dec 2012; <ago@gentoo.org> linux-firmware-20120924.ebuild:
Stable for x86, wrt bug #441668
1.1 sys-kernel/linux-firmware/linux-firmware-20121225.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20121225.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20121225.ebuild?rev=1.1&content-type=text/plain
Index: linux-firmware-20121225.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20121225.ebuild,v 1.1 2013/01/01 13:18:30 chithanh Exp $
EAPI=4
inherit savedconfig
if [[ ${PV} == 99999999* ]]; then
inherit git-2
SRC_URI=""
EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
else
SRC_URI="mirror://gentoo/${P}.tar.xz"
fi
DESCRIPTION="Linux firmware files"
HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git"
LICENSE="GPL-1 GPL-2 GPL-3 BSD freedist"
KEYWORDS="~amd64 ~arm ~ia64 ~x86"
SLOT="0"
IUSE="savedconfig"
DEPEND=""
RDEPEND="!savedconfig? (
!media-sound/alsa-firmware[alsa_cards_korg1212]
!media-sound/alsa-firmware[alsa_cards_maestro3]
!media-sound/alsa-firmware[alsa_cards_sb16]
!media-sound/alsa-firmware[alsa_cards_ymfpci]
!media-tv/cx18-firmware
!media-tv/ivtv-firmware
!media-tv/linuxtv-dvb-firmware[dvb_cards_cx231xx]
!media-tv/linuxtv-dvb-firmware[dvb_cards_cx23885]
!media-tv/linuxtv-dvb-firmware[dvb_cards_usb-dib0700]
!net-dialup/ueagle-atm
!net-dialup/ueagle4-atm
!net-wireless/ar9271-firmware
!net-wireless/i2400m-fw
!net-wireless/libertas-firmware
!net-wireless/rt61-firmware
!net-wireless/rt73-firmware
!net-wireless/rt2860-firmware
!net-wireless/rt2870-firmware
!sys-block/qla-fc-firmware
!sys-firmware/iwl1000-ucode
!sys-firmware/iwl2000-ucode
!sys-firmware/iwl2030-ucode
!sys-firmware/iwl3945-ucode
!sys-firmware/iwl4965-ucode
!sys-firmware/iwl5000-ucode
!sys-firmware/iwl5150-ucode
!sys-firmware/iwl6000-ucode
!sys-firmware/iwl6005-ucode
!sys-firmware/iwl6030-ucode
!sys-firmware/iwl6050-ucode
!x11-drivers/radeon-ucode
)"
#add anything else that collides to this
src_unpack() {
if [[ ${PV} == 99999999* ]]; then
git-2_src_unpack
else
default
# rename directory from git snapshot tarball
mv ${PN}-*/ ${P} || die
fi
}
src_prepare() {
echo "# Remove files that shall not be installed from this list." > ${PN}.conf
find * \( \! -type d -and \! -name ${PN}.conf \) >> ${PN}.conf
if use savedconfig; then
restore_config ${PN}.conf
ebegin "Removing all files not listed in config"
find * \( \! -type d -and \! -name ${PN}.conf \) \
| sort ${PN}.conf ${PN}.conf - \
| uniq -u | xargs -r rm
eend $? || die
# remove empty directories, bug #396073
find -type d -empty -delete || die
fi
}
src_install() {
save_config ${PN}.conf
rm ${PN}.conf || die
insinto /lib/firmware/
doins -r *
}
pkg_preinst() {
if use savedconfig; then
ewarn "USE=savedconfig is active. You must handle file collisions manually."
fi
}
pkg_postinst() {
elog "If you are only interested in particular firmware files, edit the saved"
elog "configfile and remove those that you do not want."
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2013-01-01 13:18 99% [gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: linux-firmware-20121225.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox