summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-10 00:07:47 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-10 00:07:47 +0000
commitd77a85e781606a8d176fd1c2625c9946abe6d607 (patch)
treec4e5e79dd46be8fb16423c1961fa1f7517c977ed /sys-apps/microcode-ctl
parentRemove fobbit masking now that is gone. (diff)
downloadhistorical-d77a85e781606a8d176fd1c2625c9946abe6d607.tar.gz
historical-d77a85e781606a8d176fd1c2625c9946abe6d607.tar.bz2
historical-d77a85e781606a8d176fd1c2625c9946abe6d607.zip
old
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r--sys-apps/microcode-ctl/files/digest-microcode-ctl-1.123
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild47
2 files changed, 0 insertions, 50 deletions
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.12 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.12
deleted file mode 100644
index a02998357b2c..000000000000
--- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.12
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 07d5f64b7c84a00663425089221d5fb0 microcode_ctl-1.12.tar.gz 239762
-RMD160 62f4b903db1365a2a0f7d64665eb1164a8d1390f microcode_ctl-1.12.tar.gz 239762
-SHA256 968e753d8f04381722d8e008b093cd48a2452ec72b39e0137eab3c2a81f36af0 microcode_ctl-1.12.tar.gz 239762
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild
deleted file mode 100644
index 5333560699be..000000000000
--- a/sys-apps/microcode-ctl/microcode-ctl-1.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2006 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.12.ebuild,v 1.3 2006/01/22 21:09:38 vapier Exp $
-
-inherit toolchain-funcs
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Intel IA32 microcode update utility"
-HOMEPAGE="http://www.urbanmyth.org/microcode"
-SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="virtual/os-headers
- >=sys-apps/portage-2.0.51"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- || die "compile problem"
-}
-
-src_install() {
- dosbin microcode_ctl || die "dosbin"
- doman microcode_ctl.8
- dodoc Changelog README
-
- insinto /etc
- newins intel-ia32microcode-*.txt microcode.dat
-
- newinitd "${FILESDIR}"/microcode_ctl.rc microcode_ctl
- newconfd "${FILESDIR}"/microcode_ctl.conf.d microcode_ctl
-}
-
-pkg_postinst() {
- ewarn "Your kernel must include microcode update support."
- echo
- einfo "Microcode updates will be lost at every reboot."
- einfo "You can use the init.d script to update at boot time."
-}