summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-14 06:35:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-14 06:35:44 +0000
commitdf1e3f62559f1b960172f4e2ca19b117a1f3733c (patch)
tree50e94758dae862d47cb201ae9684c02874935dc8 /sys-apps/microcode-ctl
parentVersion bump #70702 by Danny. Update doc DEPEND #67483 by Chuck Wegrzyn. (Ma... (diff)
downloadgentoo-2-df1e3f62559f1b960172f4e2ca19b117a1f3733c.tar.gz
gentoo-2-df1e3f62559f1b960172f4e2ca19b117a1f3733c.tar.bz2
gentoo-2-df1e3f62559f1b960172f4e2ca19b117a1f3733c.zip
ver bump
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r--sys-apps/microcode-ctl/files/digest-microcode-ctl-1.081
-rw-r--r--sys-apps/microcode-ctl/files/digest-microcode-ctl-1.091
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild45
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.09.ebuild45
-rw-r--r--sys-apps/microcode-ctl/microcode-ctl-1.10.ebuild4
5 files changed, 2 insertions, 94 deletions
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.08 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.08
deleted file mode 100644
index 4f8e7ce8e56e..000000000000
--- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.08
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0cb86263c136b5bf7a44c723cb6996e microcode_ctl-1.08.tar.gz 171306
diff --git a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.09 b/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.09
deleted file mode 100644
index 3fc7279d8b41..000000000000
--- a/sys-apps/microcode-ctl/files/digest-microcode-ctl-1.09
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8756a689465c633a00e0f6f3507b675d microcode_ctl-1.09.tar.gz 189474
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild
deleted file mode 100644
index 703f89c03b07..000000000000
--- a/sys-apps/microcode-ctl/microcode-ctl-1.08.ebuild
+++ /dev/null
@@ -1,45 +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.08.ebuild,v 1.3 2004/10/16 16:59:21 vapier Exp $
-
-inherit gcc
-
-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="-* x86 amd64"
-IUSE=""
-
-DEPEND="virtual/os-headers"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake \
- CC="$(gcc-getCC)" \
- CFLAGS="${CFLAGS} -I${ROOT}/usr/include" \
- || die "compile problem"
-}
-
-src_install() {
- dosbin microcode_ctl || die "dosbin"
- doman microcode_ctl.8
- dodoc Changelog README
-
- insinto /etc
- newins intel-ia32microcode-27July2004.txt microcode.dat
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/microcode_ctl.rc microcode_ctl
- insinto /etc/conf.d ; newins ${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."
-}
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.09.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.09.ebuild
deleted file mode 100644
index 8b5ae5a45ad5..000000000000
--- a/sys-apps/microcode-ctl/microcode-ctl-1.09.ebuild
+++ /dev/null
@@ -1,45 +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.09.ebuild,v 1.1 2004/10/16 17:00:51 vapier Exp $
-
-inherit gcc
-
-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="-* ~x86 ~amd64"
-IUSE=""
-
-DEPEND="virtual/os-headers"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake \
- CC="$(gcc-getCC)" \
- CFLAGS="${CFLAGS} -I${ROOT}/usr/include" \
- || 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
-
- exeinto /etc/init.d ; newexe ${FILESDIR}/microcode_ctl.rc microcode_ctl
- insinto /etc/conf.d ; newins ${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."
-}
diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.10.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.10.ebuild
index f19b54549016..011d18060ae9 100644
--- a/sys-apps/microcode-ctl/microcode-ctl-1.10.ebuild
+++ b/sys-apps/microcode-ctl/microcode-ctl-1.10.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.10.ebuild,v 1.1 2004/10/30 22:40:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.10.ebuild,v 1.2 2004/11/14 06:35:44 vapier Exp $
inherit toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~x86 ~amd64"
+KEYWORDS="-* amd64 x86"
IUSE=""
RDEPEND=""