diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 23:04:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-04 23:04:26 +0000 |
commit | 2f7f01fd63ed17b7615af66a5513d2fe2053bcf0 (patch) | |
tree | eeb625eef2160464fe07ae9fbbdfb57e1cbd4e1c /sys-apps | |
parent | Version bump. (diff) | |
download | historical-2f7f01fd63ed17b7615af66a5513d2fe2053bcf0.tar.gz historical-2f7f01fd63ed17b7615af66a5513d2fe2053bcf0.tar.bz2 historical-2f7f01fd63ed17b7615af66a5513d2fe2053bcf0.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/microcode-ctl/files/digest-microcode-ctl-1.13 | 3 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild | 47 |
2 files changed, 0 insertions, 50 deletions
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.13 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.13 deleted file mode 100644 index bd632501e962..000000000000 --- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.13 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5855e60b753a711169f1b4dbdcc8d768 microcode_ctl-1.13.tar.gz 261039 -RMD160 d3700ca58c4d83f675b936aed0bb5b7df9bccf39 microcode_ctl-1.13.tar.gz 261039 -SHA256 5b05b606ebd10843b07115bb364bb190d31975c64e30461528c45a65a0bc78ab microcode_ctl-1.13.tar.gz 261039 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.13.ebuild deleted file mode 100644 index 1aa57c8dcba6..000000000000 --- a/sys-apps/microcode-ctl/microcode-ctl-1.13.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.13.ebuild,v 1.3 2006/09/26 15:28:22 blubb 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." -} |