Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/microcode-ctl/
Date: Thu, 04 Jan 2018 10:00:54
Message-Id: 1515060043.f14312d7bb13aa7b9c79cc00d92397857881ef40.polynomial-c@gentoo
1 commit: f14312d7bb13aa7b9c79cc00d92397857881ef40
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 10:00:23 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 10:00:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14312d7
7
8 sys-apps/microcode-ctl: Removed old.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/microcode-ctl/Manifest | 1 -
13 sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild | 50 ----------------------
14 .../microcode-ctl/microcode-ctl-1.28-r1.ebuild | 42 ------------------
15 sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild | 50 ----------------------
16 4 files changed, 143 deletions(-)
17
18 diff --git a/sys-apps/microcode-ctl/Manifest b/sys-apps/microcode-ctl/Manifest
19 index 84bca224328..afecd598fa1 100644
20 --- a/sys-apps/microcode-ctl/Manifest
21 +++ b/sys-apps/microcode-ctl/Manifest
22 @@ -1,4 +1,3 @@
23 DIST microcode_ctl-1.23.tar.xz 755448 BLAKE2B ad7811536584343254fee8ee77a192834ef3aedac49615d8a4d6dd46f8ad68f01d1a01ee8e54988ade5f6878dc903da0c9f08a93f5efed041cc7bd43c864969c SHA512 f33b4fd43c39b3d4e9b6eb9a12285c7ea26ee43e6c4aa1e45f9aa92a0d2b7d55d1a950ee82d8aea5c86faa15dd1e85e829719b6c772a2c09f262bea630bc7edb
24 -DIST microcode_ctl-1.27.tar.xz 856240 BLAKE2B c9811226e0ad4d26d3ca82b90d8fc34486bb88e7d4e811e543fbd88da8ca2f5cd4b8f9a535f804f2690b0c02e2ac8ab686837a0bf14facd3e792ac1e7502ce1a SHA512 ac4bce583f756b777488605687fe1bef0038763ed4a0afc51b454140f00caf04ef8a6d790d95684aa82c857f9cefd59b2413b96ad3d0c349da4b88166c5aa556
25 DIST microcode_ctl-1.28.tar.xz 876760 BLAKE2B 8523bdc59ab21a6ec2e1110116bfb4c7a18e859e7f1da65d9e765274b47d5c1909d61eb18017ecc9369b7eedb43cf11cbdc495439aaf1c525bc8d8f7c63ca3a0 SHA512 ed5deb0f96c895b7783c23a1c91d2e03f713a793a21140b049e1b5f08f553dce103b4a11016ebd5076424b1032342d009d952e0089badfea2e91ad486d2cf7f8
26 DIST microcode_ctl-1.36.tar.xz 3553884 BLAKE2B 0667971e546a135aba6c49f7eb04908595540ab3ecaebbb175cabda0aeb3396fdb145245a7fab44ec095f447f88e3b78990b22cd4f07568ac4b80ef321109fa1 SHA512 be35b670eba65747aef8bc7a78e989d3481fa0cbfb1635332821da75decef2540f3249ab6ecbe5b95f4d52e9a982cda2c7df31d2f406c0ba27c0354b6b70c2bc
27
28 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild
29 deleted file mode 100644
30 index 0943b22c05d..00000000000
31 --- a/sys-apps/microcode-ctl/microcode-ctl-1.27.ebuild
32 +++ /dev/null
33 @@ -1,50 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -inherit linux-info toolchain-funcs
40 -
41 -MY_P=${PN/-/_}-${PV}
42 -DESCRIPTION="Intel processor microcode update utility"
43 -HOMEPAGE="https://fedorahosted.org/microcode_ctl/"
44 -SRC_URI="https://fedorahosted.org/released/${PN/-/_}/${MY_P}.tar.xz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="-* ~amd64 ~x86"
49 -IUSE="selinux"
50 -
51 -DEPEND=""
52 -RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)]
53 - selinux? ( sec-policy/selinux-cpucontrol )"
54 -
55 -S=${WORKDIR}/${MY_P}
56 -
57 -src_compile() {
58 - emake \
59 - CC="$(tc-getCC)" \
60 - CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
61 -}
62 -
63 -src_install() {
64 - dosbin microcode_ctl
65 - doman microcode_ctl.8
66 - dodoc Changelog README
67 -
68 - newinitd "${FILESDIR}"/microcode_ctl.rc-r1 microcode_ctl
69 - newconfd "${FILESDIR}"/microcode_ctl.conf.d microcode_ctl
70 -}
71 -
72 -pkg_postinst() {
73 - # Just a friendly warning
74 - if ! linux_config_exists || ! linux_chkconfig_present MICROCODE; then
75 - echo
76 - ewarn "Your kernel must include microcode update support."
77 - ewarn " Processor type and features --->"
78 - ewarn " <*> /dev/cpu/microcode - microcode support"
79 - echo
80 - fi
81 - elog "Microcode updates will be lost at every reboot."
82 - elog "You can use the init.d script to update at boot time."
83 -}
84
85 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild
86 deleted file mode 100644
87 index f7ff8cd2c45..00000000000
88 --- a/sys-apps/microcode-ctl/microcode-ctl-1.28-r1.ebuild
89 +++ /dev/null
90 @@ -1,42 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI="5"
95 -
96 -inherit toolchain-funcs
97 -
98 -MY_P=${PN/-/_}-${PV}
99 -DESCRIPTION="Intel processor microcode update utility"
100 -HOMEPAGE="https://fedorahosted.org/microcode_ctl/"
101 -SRC_URI="https://fedorahosted.org/released/${PN/-/_}/${MY_P}.tar.xz"
102 -
103 -LICENSE="GPL-2"
104 -SLOT="0"
105 -KEYWORDS="-* ~amd64 ~x86"
106 -IUSE="selinux"
107 -
108 -DEPEND=""
109 -RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)]
110 - selinux? ( sec-policy/selinux-cpucontrol )"
111 -
112 -S=${WORKDIR}/${MY_P}
113 -
114 -src_compile() {
115 - emake \
116 - CC="$(tc-getCC)" \
117 - CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
118 -}
119 -
120 -src_install() {
121 - dosbin microcode_ctl
122 - doman microcode_ctl.8
123 - dodoc Changelog README
124 -}
125 -
126 -pkg_preinst() {
127 - if has_version "<${CATEGORY}/${PN}-1.28-r1" ; then
128 - elog "The init scripts have been removed as they are unsafe. If you want to update"
129 - elog "the microcode in your system, please use an initramfs. See bug #528712#41 for"
130 - elog "details (and bug #557278 for genkernel users)."
131 - fi
132 -}
133
134 diff --git a/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild b/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild
135 deleted file mode 100644
136 index 0943b22c05d..00000000000
137 --- a/sys-apps/microcode-ctl/microcode-ctl-1.28.ebuild
138 +++ /dev/null
139 @@ -1,50 +0,0 @@
140 -# Copyright 1999-2017 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI="5"
144 -
145 -inherit linux-info toolchain-funcs
146 -
147 -MY_P=${PN/-/_}-${PV}
148 -DESCRIPTION="Intel processor microcode update utility"
149 -HOMEPAGE="https://fedorahosted.org/microcode_ctl/"
150 -SRC_URI="https://fedorahosted.org/released/${PN/-/_}/${MY_P}.tar.xz"
151 -
152 -LICENSE="GPL-2"
153 -SLOT="0"
154 -KEYWORDS="-* ~amd64 ~x86"
155 -IUSE="selinux"
156 -
157 -DEPEND=""
158 -RDEPEND=">=sys-firmware/intel-microcode-20090330[monolithic(+)]
159 - selinux? ( sec-policy/selinux-cpucontrol )"
160 -
161 -S=${WORKDIR}/${MY_P}
162 -
163 -src_compile() {
164 - emake \
165 - CC="$(tc-getCC)" \
166 - CFLAGS="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
167 -}
168 -
169 -src_install() {
170 - dosbin microcode_ctl
171 - doman microcode_ctl.8
172 - dodoc Changelog README
173 -
174 - newinitd "${FILESDIR}"/microcode_ctl.rc-r1 microcode_ctl
175 - newconfd "${FILESDIR}"/microcode_ctl.conf.d microcode_ctl
176 -}
177 -
178 -pkg_postinst() {
179 - # Just a friendly warning
180 - if ! linux_config_exists || ! linux_chkconfig_present MICROCODE; then
181 - echo
182 - ewarn "Your kernel must include microcode update support."
183 - ewarn " Processor type and features --->"
184 - ewarn " <*> /dev/cpu/microcode - microcode support"
185 - echo
186 - fi
187 - elog "Microcode updates will be lost at every reboot."
188 - elog "You can use the init.d script to update at boot time."
189 -}