diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-16 21:32:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-16 21:32:39 +0000 |
commit | a63358f70128ad34eb0e9a62184e3eaa2ea02b43 (patch) | |
tree | 34d22c854086c29e80cc5649d93bb1629f01cf82 /sys-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-a63358f70128ad34eb0e9a62184e3eaa2ea02b43.tar.gz gentoo-2-a63358f70128ad34eb0e9a62184e3eaa2ea02b43.tar.bz2 gentoo-2-a63358f70128ad34eb0e9a62184e3eaa2ea02b43.zip |
old
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/microcode-ctl/files/digest-microcode-ctl-1.15 | 3 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild | 47 |
2 files changed, 0 insertions, 50 deletions
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.15 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.15 deleted file mode 100644 index 86c3d08fae35..000000000000 --- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.15 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9c8e602295a55260aee2c2f1c701ac09 microcode_ctl-1.15.tar.gz 281325 -RMD160 65ba46c8de2b90a0745db5dcb7165e932d0dbf3f microcode_ctl-1.15.tar.gz 281325 -SHA256 46bceb8b7d96fc645f980780ff3526f3bc63e5b18e4bb0d9326d4840b64a6f81 microcode_ctl-1.15.tar.gz 281325 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild deleted file mode 100644 index 805f422627db..000000000000 --- a/sys-apps/microcode-ctl/microcode-ctl-1.15.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 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.15.ebuild,v 1.3 2007/02/10 03:39:44 beandog 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." -} |