diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-02 12:52:52 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-02 12:52:52 +0000 |
commit | faac50cb6c770614fce875c5753987d394cf3cc2 (patch) | |
tree | 010191e244c260efaba40b431646870b116b843e /sys-apps/microcode-data | |
parent | x86 stable wrt #266409 (diff) | |
download | gentoo-2-faac50cb6c770614fce875c5753987d394cf3cc2.tar.gz gentoo-2-faac50cb6c770614fce875c5753987d394cf3cc2.tar.bz2 gentoo-2-faac50cb6c770614fce875c5753987d394cf3cc2.zip |
Version bump wrt #264498, fix installdir wrt #233141 remove old
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'sys-apps/microcode-data')
-rw-r--r-- | sys-apps/microcode-data/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20080401.ebuild | 25 | ||||
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20090330.ebuild (renamed from sys-apps/microcode-data/microcode-data-20080910.ebuild) | 6 |
3 files changed, 12 insertions, 30 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog index e585a3093470..3285ac0a8447 100644 --- a/sys-apps/microcode-data/ChangeLog +++ b/sys-apps/microcode-data/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/microcode-data -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.2 2008/09/17 09:55:43 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.3 2009/05/02 12:52:52 armin76 Exp $ + +*microcode-data-20090330 (02 May 2009) + + 02 May 2009; Raúl Porcel <armin76@gentoo.org> + -microcode-data-20080401.ebuild, -microcode-data-20080910.ebuild, + +microcode-data-20090330.ebuild: + Version bump wrt #264498, fix installdir wrt #233141 remove old *microcode-data-20080910 (17 Sep 2008) diff --git a/sys-apps/microcode-data/microcode-data-20080401.ebuild b/sys-apps/microcode-data/microcode-data-20080401.ebuild deleted file mode 100644 index 33ee0523bb7d..000000000000 --- a/sys-apps/microcode-data/microcode-data-20080401.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20080401.ebuild,v 1.2 2008/05/05 05:58:31 mr_bones_ Exp $ - -DESCRIPTION="Intel IA32 microcode update data" -HOMEPAGE="http://urbanmyth.org/microcode/" -SRC_URI="http://downloadmirror.intel.com/14303/eng/microcode-${PV}.dat" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_unpack() { :; } - -src_install() { - insinto /etc - newins "${DISTDIR}"/microcode-${PV}.dat microcode.dat || die -} - -pkg_postinst() { - einfo "The microcode available for Intel CPUs has been updated. You'll need" - einfo "to reload the code into your processor. If you're using the init.d:" - einfo "/etc/init.d/microcode_ctl restart" -} diff --git a/sys-apps/microcode-data/microcode-data-20080910.ebuild b/sys-apps/microcode-data/microcode-data-20090330.ebuild index 51567c11629f..c2170bedb2e0 100644 --- a/sys-apps/microcode-data/microcode-data-20080910.ebuild +++ b/sys-apps/microcode-data/microcode-data-20090330.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20080910.ebuild,v 1.2 2008/09/17 09:58:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20090330.ebuild,v 1.1 2009/05/02 12:52:52 armin76 Exp $ DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://urbanmyth.org/microcode/" @@ -14,7 +14,7 @@ IUSE="" S=${WORKDIR} src_install() { - insinto /etc + insinto /lib/firmware newins microcode-${PV}.dat microcode.dat || die } |