diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-16 16:59:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-16 16:59:21 +0000 |
commit | f35b60d2c6393bafceb1304f36b3bb8515b7b8c8 (patch) | |
tree | 192bd35a181fff546d46bfe06e45b92a11018718 | |
parent | add java-pkg_dohtml (diff) | |
download | gentoo-2-f35b60d2c6393bafceb1304f36b3bb8515b7b8c8.tar.gz gentoo-2-f35b60d2c6393bafceb1304f36b3bb8515b7b8c8.tar.bz2 gentoo-2-f35b60d2c6393bafceb1304f36b3bb8515b7b8c8.zip |
old
7 files changed, 2 insertions, 147 deletions
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.06-r1 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.06-r1 deleted file mode 100644 index af7c8ae735ec..000000000000 --- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.06-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 4008903ba66e88e4eccca4256363cf30 microcode_ctl-1.06.tar.gz 126450 -MD5 94b386498b20d7b5a6dc80cf5b88d2ac microcode-ctl-1.06-r1-gentoo.tar.bz2 106114 diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07 deleted file mode 100644 index 86ebe2c89553..000000000000 --- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9d355d5edf03a0c9cbbdbbd163aaed60 microcode_ctl-1.07.tar.gz 170980 -MD5 94b386498b20d7b5a6dc80cf5b88d2ac microcode-ctl-1.06-r1-gentoo.tar.bz2 106114 diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07-r1 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07-r1 deleted file mode 100644 index 7705fe205c45..000000000000 --- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.07-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9d355d5edf03a0c9cbbdbbd163aaed60 microcode_ctl-1.07.tar.gz 170980 -MD5 9bf455889d7caff777ced8266b667478 microcode-ctl-1.07-gentoo.tar.bz2 106095 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.06-r1.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.06-r1.ebuild deleted file mode 100644 index 29c9cb3de0e3..000000000000 --- a/sys-apps/microcode-ctl/microcode-ctl-1.06-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.06-r1.ebuild,v 1.3 2004/06/24 22:16:01 agriffis Exp $ - -MY_P=${PN/-/_}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Intel IA32 microcode update utility" -HOMEPAGE="http://www.urbanmyth.org/microcode" -SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz - mirror://gentoo/${PF}-gentoo.tar.bz2 - http://dev.gentoo.org/~seemant/distfiles/${PF}-gentoo.tar.bz2" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 amd64 -ppc -sparc -hppa -mips -alpha" - -DEPEND="virtual/linux-sources" - -src_compile() { - make all || die "compile problem" -} - -src_install() { - into /usr/ - dosbin microcode_ctl - doman microcode_ctl.8 - dodoc Changelog README - insinto /etc/ - doins ${WORKDIR}/${PV}/microcode.dat - exeinto /etc/init.d/ - doexe ${WORKDIR}/${PV}/microcode_ctl -} - -pkg_postinst() { - einfo "Your kernel must include both devfs and microcode update support." - echo - einfo "To update the microcode now, run" - einfo "" - einfo "\tmicrocode_ctl -u" - einfo "" - einfo "The update will not survive a reboot. To have it do that run" - einfo "" - einfo "\trc-update add microcode_ctl default" - einfo "" - einfo "NOTE: For 2.6x series kernels, use the '-d' flag to specify a" - einfo " different microcode device: /dev/misc/microcode" -} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.07-r1.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.07-r1.ebuild deleted file mode 100644 index fbf43e0f4f6b..000000000000 --- a/sys-apps/microcode-ctl/microcode-ctl-1.07-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.07-r1.ebuild,v 1.2 2004/06/24 22:16:01 agriffis Exp $ - -MY_P=${PN/-/_}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Intel IA32 microcode update utility" -HOMEPAGE="http://www.urbanmyth.org/microcode" -SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz - mirror://gentoo/${P}-gentoo.tar.bz2" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 -ppc -sparc -hppa -mips -alpha" - -DEPEND="virtual/linux-sources" - -src_compile() { - make all || die "compile problem" -} - -src_install() { - into /usr/ - dosbin microcode_ctl - doman microcode_ctl.8 - dodoc Changelog README - insinto /etc/ - doins ${WORKDIR}/${PV}/microcode.dat - exeinto /etc/init.d/ - doexe ${WORKDIR}/${PV}/microcode_ctl -} - -pkg_postinst() { - einfo "Your kernel must include devfs or udev and microcode update support." - echo - einfo "To update the microcode now, run" - einfo "" - einfo "\tmicrocode_ctl -u" - einfo "" - einfo "The update will not survive a reboot. To have it do that run" - einfo "" - einfo "\trc-update add microcode_ctl default" - einfo "" - einfo "NOTE: For 2.6.x series kernels, use the '-d' flag to specify a" - einfo " different microcode device: /dev/microcode" -} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.07.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.07.ebuild deleted file mode 100644 index 25f12578d7b9..000000000000 --- a/sys-apps/microcode-ctl/microcode-ctl-1.07.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.07.ebuild,v 1.2 2004/06/24 22:16:01 agriffis Exp $ - -MY_P=${PN/-/_}-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Intel IA32 microcode update utility" -HOMEPAGE="http://www.urbanmyth.org/microcode" -SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz - mirror://gentoo/${PN}-1.06-r1-gentoo.tar.bz2" -IUSE="" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 -ppc -sparc -hppa -mips -alpha" - -DEPEND="virtual/linux-sources" - -src_compile() { - make all || die "compile problem" -} - -src_install() { - into /usr/ - dosbin microcode_ctl - doman microcode_ctl.8 - dodoc Changelog README - insinto /etc/ - doins ${WORKDIR}/1.06/microcode.dat - exeinto /etc/init.d/ - doexe ${WORKDIR}/1.06/microcode_ctl -} - -pkg_postinst() { - einfo "Your kernel must include both devfs and microcode update support." - echo - einfo "To update the microcode now, run" - einfo "" - einfo "\tmicrocode_ctl -u" - einfo "" - einfo "The update will not survive a reboot. To have it do that run" - einfo "" - einfo "\trc-update add microcode_ctl default" - einfo "" - einfo "NOTE: For 2.6x series kernels, use the '-d' flag to specify a" - einfo " different microcode device: /dev/misc/microcode" -} diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild index fe36175a5521..703f89c03b07 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.2 2004/09/01 22:02:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild,v 1.3 2004/10/16 16:59:21 vapier Exp $ inherit gcc @@ -11,7 +11,7 @@ SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 amd64" IUSE="" DEPEND="virtual/os-headers" |