diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-01-20 22:51:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-01-20 22:51:32 +0000 |
commit | ecd1a3f095fc4df4ad20f1c18e2c2b289c3104d4 (patch) | |
tree | fb0d9d8ec7082fd67949ae74ead5914a44792d74 /sys-apps | |
parent | Add license for the Intel microcode updates. (diff) | |
download | gentoo-2-ecd1a3f095fc4df4ad20f1c18e2c2b289c3104d4.tar.gz gentoo-2-ecd1a3f095fc4df4ad20f1c18e2c2b289c3104d4.tar.bz2 gentoo-2-ecd1a3f095fc4df4ad20f1c18e2c2b289c3104d4.zip |
Remove old versions; correct wrong LICENSE value, the microcode is not provided as-is but with a non-free license.
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
6 files changed, 15 insertions, 89 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog index 37f8d15f474e..68e5489d3f70 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.10 2010/12/17 09:10:02 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.11 2011/01/20 22:51:32 flameeyes Exp $ + + 20 Jan 2011; Diego E. Pettenò <flameeyes@gentoo.org> + -microcode-data-20090330.ebuild, microcode-data-20100209.ebuild, + -microcode-data-20100826.ebuild, -microcode-data-20100914.ebuild, + microcode-data-20101123.ebuild: + Remove old versions; correct wrong LICENSE value, the microcode is not + provided as-is but with a non-free license. *microcode-data-20101123 (17 Dec 2010) diff --git a/sys-apps/microcode-data/microcode-data-20090330.ebuild b/sys-apps/microcode-data/microcode-data-20090330.ebuild deleted file mode 100644 index 29920a045e94..000000000000 --- a/sys-apps/microcode-data/microcode-data-20090330.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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-20090330.ebuild,v 1.2 2009/06/10 20:22:43 maekke Exp $ - -DESCRIPTION="Intel IA32 microcode update data" -HOMEPAGE="http://urbanmyth.org/microcode/" -SRC_URI="http://downloadmirror.intel.com/14303/eng/microcode-${PV}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -S=${WORKDIR} - -src_install() { - insinto /lib/firmware - newins 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-20100209.ebuild b/sys-apps/microcode-data/microcode-data-20100209.ebuild index e7cd8441d343..7989e1d7a97e 100644 --- a/sys-apps/microcode-data/microcode-data-20100209.ebuild +++ b/sys-apps/microcode-data/microcode-data-20100209.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20100209.ebuild,v 1.2 2010/09/19 19:19:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20100209.ebuild,v 1.3 2011/01/20 22:51:32 flameeyes Exp $ NUM="18683" DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://urbanmyth.org/microcode/" SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" -LICENSE="as-is" +LICENSE="intel-ucode" SLOT="0" KEYWORDS="amd64 x86" IUSE="" diff --git a/sys-apps/microcode-data/microcode-data-20100826.ebuild b/sys-apps/microcode-data/microcode-data-20100826.ebuild deleted file mode 100644 index 0662a3884199..000000000000 --- a/sys-apps/microcode-data/microcode-data-20100826.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20100826.ebuild,v 1.1 2010/09/19 19:19:46 vapier Exp $ - -NUM="19299" -DESCRIPTION="Intel IA32 microcode update data" -HOMEPAGE="http://urbanmyth.org/microcode/" -SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586 - -S=${WORKDIR} - -src_install() { - insinto /lib/firmware - newins 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-20100914.ebuild b/sys-apps/microcode-data/microcode-data-20100914.ebuild deleted file mode 100644 index 499f7b195f50..000000000000 --- a/sys-apps/microcode-data/microcode-data-20100914.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20100914.ebuild,v 1.1 2010/10/13 01:35:25 flameeyes Exp $ - -NUM="19342" -DESCRIPTION="Intel IA32 microcode update data" -HOMEPAGE="http://urbanmyth.org/microcode/" -SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586 - -S=${WORKDIR} - -src_install() { - insinto /lib/firmware - newins 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-20101123.ebuild b/sys-apps/microcode-data/microcode-data-20101123.ebuild index 299c37116dd5..47426b38088d 100644 --- a/sys-apps/microcode-data/microcode-data-20101123.ebuild +++ b/sys-apps/microcode-data/microcode-data-20101123.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20101123.ebuild,v 1.1 2010/12/17 09:10:02 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20101123.ebuild,v 1.2 2011/01/20 22:51:32 flameeyes Exp $ NUM="19611" DESCRIPTION="Intel IA32 microcode update data" HOMEPAGE="http://urbanmyth.org/microcode/" SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz" -LICENSE="as-is" +LICENSE="intel-ucode" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |