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
commit8ec46f5b53b7d45007e036ad1655ff10ca56d737 (patch)
tree82cd8771edb6d74568d7bd45752d8d45a983e441 /sys-apps
parentRemove fobbit masking now that is gone. (diff)
downloadgentoo-2-8ec46f5b53b7d45007e036ad1655ff10ca56d737.tar.gz
gentoo-2-8ec46f5b53b7d45007e036ad1655ff10ca56d737.tar.bz2
gentoo-2-8ec46f5b53b7d45007e036ad1655ff10ca56d737.zip
old
Diffstat (limited to 'sys-apps')
-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."
-}