Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-apps/fwupdate/
Date: Sat, 23 May 2020 08:29:47
Message-Id: 1590222576.874ae4c366440b770a49006d15071a4d521a5181.mgorny@gentoo
1 commit: 874ae4c366440b770a49006d15071a4d521a5181
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 08:28:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 08:29:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874ae4c3
7
8 sys-apps/fwupdate: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.mask | 5 ----
13 sys-apps/fwupdate/Manifest | 2 --
14 sys-apps/fwupdate/fwupdate-10.ebuild | 48 -----------------------------------
15 sys-apps/fwupdate/fwupdate-12.ebuild | 49 ------------------------------------
16 sys-apps/fwupdate/metadata.xml | 11 --------
17 5 files changed, 115 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 1a0e4238773..6d37c5bc829 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -671,11 +671,6 @@ dev-python/invoke
24 # Removal in 30 days. Bug #701820.
25 net-misc/ssvnc
26
27 -# Lars Wendler <polynomial-c@g.o> (2020-04-13)
28 -# Discontinued by upstream. Superseded by sys-apps/fwupd.
29 -# Masked for removal in 30 days.
30 -sys-apps/fwupdate
31 -
32 # Matt Turner <mattst88@g.o> (2020-04-12)
33 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
34 # Bug #716574
35
36 diff --git a/sys-apps/fwupdate/Manifest b/sys-apps/fwupdate/Manifest
37 deleted file mode 100644
38 index 1d97b111b85..00000000000
39 --- a/sys-apps/fwupdate/Manifest
40 +++ /dev/null
41 @@ -1,2 +0,0 @@
42 -DIST fwupdate-10.tar.gz 55899 BLAKE2B 34e74386de5151a977d0e136ac4d022a42d339775c77525fa26a2669ad7b10da2c0882435ac6093cd69d56473b83234c9d808f12565ab029a4f14c006ce6a1d8 SHA512 7c01a41a8c2876a954a1047790b45999c07416eeafffdf5a0802c53a877ca300811bc2282cb9398e46df53f761404a8fe4ef8caa1995f326122dbae2af1018da
43 -DIST fwupdate-12.tar.gz 61523 BLAKE2B 4adb26e50b69f4c0aeef9e0287dd520f396b3e433e4018651ad125406a1bd160e673da55923c2764c126c1d53d1f12a65c2dd7d9b9e688411ca31426e7b7103f SHA512 1681e97982b22084cb3ca38e2965ce25c4cf72dd0afd2268f0a2612c6aa90b3030e4b6bfa64f42e504a680d60c5e623462238fa148a60359725db0a835dac193
44
45 diff --git a/sys-apps/fwupdate/fwupdate-10.ebuild b/sys-apps/fwupdate/fwupdate-10.ebuild
46 deleted file mode 100644
47 index e568ed34d90..00000000000
48 --- a/sys-apps/fwupdate/fwupdate-10.ebuild
49 +++ /dev/null
50 @@ -1,48 +0,0 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=6
55 -
56 -inherit mount-boot toolchain-funcs
57 -
58 -DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates"
59 -HOMEPAGE="https://github.com/rhinstaller/fwupdate"
60 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
61 -
62 -LICENSE="GPL-2+"
63 -SLOT="0"
64 -KEYWORDS="~amd64 ~x86"
65 -IUSE=""
66 -
67 -RDEPEND="
68 - dev-libs/popt
69 - >=sys-libs/efivar-32-r1
70 - >=sys-libs/libsmbios-2.3.3
71 -"
72 -DEPEND="
73 - ${RDEPEND}
74 - sys-boot/gnu-efi
75 -"
76 -
77 -do_make() {
78 - emake \
79 - CC="$(tc-getCC)" \
80 - EFIDIR="gentoo" \
81 - GNUEFIDIR="/usr/$(get_libdir)" \
82 - "${@}"
83 -}
84 -
85 -src_prepare() {
86 - default
87 -
88 - # Remove -Werror
89 - sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
90 -}
91 -
92 -src_compile() {
93 - do_make
94 -}
95 -
96 -src_install() {
97 - do_make DESTDIR="${D}" install
98 -}
99
100 diff --git a/sys-apps/fwupdate/fwupdate-12.ebuild b/sys-apps/fwupdate/fwupdate-12.ebuild
101 deleted file mode 100644
102 index 77dcb16f8ac..00000000000
103 --- a/sys-apps/fwupdate/fwupdate-12.ebuild
104 +++ /dev/null
105 @@ -1,49 +0,0 @@
106 -# Copyright 1999-2018 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=7
110 -
111 -inherit mount-boot toolchain-funcs
112 -
113 -DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware updates"
114 -HOMEPAGE="https://github.com/rhinstaller/fwupdate"
115 -SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -LICENSE="GPL-2+"
118 -SLOT="0"
119 -KEYWORDS="~amd64 ~x86"
120 -IUSE=""
121 -
122 -RDEPEND="
123 - dev-libs/popt
124 - >=sys-libs/efivar-32-r1
125 - >=sys-libs/libsmbios-2.3.3
126 -"
127 -DEPEND="
128 - ${RDEPEND}
129 - sys-boot/gnu-efi
130 -"
131 -
132 -do_make() {
133 - emake \
134 - CC="$(tc-getCC)" \
135 - EFIDIR="gentoo" \
136 - GNUEFIDIR="/usr/$(get_libdir)" \
137 - "${@}"
138 -}
139 -
140 -src_prepare() {
141 - default
142 -
143 - # Remove -Werror
144 - sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
145 -}
146 -
147 -src_compile() {
148 - do_make
149 -}
150 -
151 -src_install() {
152 - do_make DESTDIR="${D}" install
153 - keepdir /var/lib/${PN}
154 -}
155
156 diff --git a/sys-apps/fwupdate/metadata.xml b/sys-apps/fwupdate/metadata.xml
157 deleted file mode 100644
158 index ce6167e4230..00000000000
159 --- a/sys-apps/fwupdate/metadata.xml
160 +++ /dev/null
161 @@ -1,11 +0,0 @@
162 -<?xml version="1.0" encoding="UTF-8"?>
163 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
164 -<pkgmetadata>
165 - <maintainer type="person">
166 - <email>polynomial-c@g.o</email>
167 - <name>Lars Wendler</name>
168 - </maintainer>
169 - <upstream>
170 - <remote-id type="github">rhinstaller/fwupdate</remote-id>
171 - </upstream>
172 -</pkgmetadata>