diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-22 08:28:00 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-22 08:28:00 +0000 |
commit | aac73dc28a6c05a055b0c2c487cc93e6c0c2ff58 (patch) | |
tree | ac4b84b14c86a2813ce5650b7ea6820296a3d744 /sys-apps/microcode-ctl | |
parent | old (diff) | |
download | gentoo-2-aac73dc28a6c05a055b0c2c487cc93e6c0c2ff58.tar.gz gentoo-2-aac73dc28a6c05a055b0c2c487cc93e6c0c2ff58.tar.bz2 gentoo-2-aac73dc28a6c05a055b0c2c487cc93e6c0c2ff58.zip |
Version bump (bug #537316). Removed old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps/microcode-ctl')
-rw-r--r-- | sys-apps/microcode-ctl/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild (renamed from sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild) | 19 |
2 files changed, 18 insertions, 11 deletions
diff --git a/sys-apps/microcode-ctl/ChangeLog b/sys-apps/microcode-ctl/ChangeLog index 5775e7ffb32b..a65ae1af52c2 100644 --- a/sys-apps/microcode-ctl/ChangeLog +++ b/sys-apps/microcode-ctl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/microcode-ctl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.38 2014/11/02 09:49:37 swift Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.39 2015/01/22 08:28:00 polynomial-c Exp $ + +*microcode-ctl-1.27 (22 Jan 2015) + + 22 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> + -microcode-ctl-1.17-r2.ebuild, +microcode-ctl-1.27.ebuild: + Version bump (bug #537316). Removed old. 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> microcode-ctl-1.23.ebuild, microcode-ctl-1.26.ebuild: diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild index af4b9d84a98d..da771ef001ff 100644 --- a/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild +++ b/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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.17-r2.ebuild,v 1.5 2013/09/15 18:00:47 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild,v 1.1 2015/01/22 08:28:00 polynomial-c Exp $ + +EAPI="5" inherit linux-info toolchain-funcs MY_P=${PN/-/_}-${PV} DESCRIPTION="Intel processor microcode update utility" -HOMEPAGE="http://www.urbanmyth.org/microcode" -SRC_URI="http://www.urbanmyth.org/microcode/${MY_P}.tar.gz" +HOMEPAGE="https://fedorahosted.org/microcode_ctl/" +SRC_URI="https://fedorahosted.org/released/${PN/-/_}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="selinux" -DEPEND="selinux? ( sec-policy/selinux-cpucontrol )" +DEPEND="" RDEPEND=">=sys-apps/microcode-data-20090330 selinux? ( sec-policy/selinux-cpucontrol )" @@ -23,12 +25,11 @@ S=${WORKDIR}/${MY_P} src_compile() { emake \ CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" \ - || die "compile problem" + CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" } src_install() { - dosbin microcode_ctl || die "dosbin" + dosbin microcode_ctl doman microcode_ctl.8 dodoc Changelog README |