commit:     874ae4c366440b770a49006d15071a4d521a5181
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 08:28:53 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 23 08:29:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874ae4c3

sys-apps/fwupdate: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                |  5 ----
 sys-apps/fwupdate/Manifest           |  2 --
 sys-apps/fwupdate/fwupdate-10.ebuild | 48 -----------------------------------
 sys-apps/fwupdate/fwupdate-12.ebuild | 49 ------------------------------------
 sys-apps/fwupdate/metadata.xml       | 11 --------
 5 files changed, 115 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1a0e4238773..6d37c5bc829 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -671,11 +671,6 @@ dev-python/invoke
 # Removal in 30 days.  Bug #701820.
 net-misc/ssvnc
 
-# Lars Wendler <polynomia...@gentoo.org> (2020-04-13)
-# Discontinued by upstream. Superseded by sys-apps/fwupd.
-# Masked for removal in 30 days.
-sys-apps/fwupdate
-
 # Matt Turner <matts...@gentoo.org> (2020-04-12)
 # In conjunction with Firefox's sandbox, breaks loading of i965 driver.
 # Bug #716574

diff --git a/sys-apps/fwupdate/Manifest b/sys-apps/fwupdate/Manifest
deleted file mode 100644
index 1d97b111b85..00000000000
--- a/sys-apps/fwupdate/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fwupdate-10.tar.gz 55899 BLAKE2B 
34e74386de5151a977d0e136ac4d022a42d339775c77525fa26a2669ad7b10da2c0882435ac6093cd69d56473b83234c9d808f12565ab029a4f14c006ce6a1d8
 SHA512 
7c01a41a8c2876a954a1047790b45999c07416eeafffdf5a0802c53a877ca300811bc2282cb9398e46df53f761404a8fe4ef8caa1995f326122dbae2af1018da
-DIST fwupdate-12.tar.gz 61523 BLAKE2B 
4adb26e50b69f4c0aeef9e0287dd520f396b3e433e4018651ad125406a1bd160e673da55923c2764c126c1d53d1f12a65c2dd7d9b9e688411ca31426e7b7103f
 SHA512 
1681e97982b22084cb3ca38e2965ce25c4cf72dd0afd2268f0a2612c6aa90b3030e4b6bfa64f42e504a680d60c5e623462238fa148a60359725db0a835dac193

diff --git a/sys-apps/fwupdate/fwupdate-10.ebuild 
b/sys-apps/fwupdate/fwupdate-10.ebuild
deleted file mode 100644
index e568ed34d90..00000000000
--- a/sys-apps/fwupdate/fwupdate-10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mount-boot toolchain-funcs
-
-DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
-HOMEPAGE="https://github.com/rhinstaller/fwupdate";
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/popt
-       >=sys-libs/efivar-32-r1
-       >=sys-libs/libsmbios-2.3.3
-"
-DEPEND="
-       ${RDEPEND}
-       sys-boot/gnu-efi
-"
-
-do_make() {
-       emake \
-               CC="$(tc-getCC)" \
-               EFIDIR="gentoo" \
-               GNUEFIDIR="/usr/$(get_libdir)" \
-               "${@}"
-}
-
-src_prepare() {
-       default
-
-       # Remove -Werror
-       sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
-}
-
-src_compile() {
-       do_make
-}
-
-src_install() {
-       do_make DESTDIR="${D}" install
-}

diff --git a/sys-apps/fwupdate/fwupdate-12.ebuild 
b/sys-apps/fwupdate/fwupdate-12.ebuild
deleted file mode 100644
index 77dcb16f8ac..00000000000
--- a/sys-apps/fwupdate/fwupdate-12.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit mount-boot toolchain-funcs
-
-DESCRIPTION="Tools for using the ESRT and UpdateCapsule() to apply firmware 
updates"
-HOMEPAGE="https://github.com/rhinstaller/fwupdate";
-SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/popt
-       >=sys-libs/efivar-32-r1
-       >=sys-libs/libsmbios-2.3.3
-"
-DEPEND="
-       ${RDEPEND}
-       sys-boot/gnu-efi
-"
-
-do_make() {
-       emake \
-               CC="$(tc-getCC)" \
-               EFIDIR="gentoo" \
-               GNUEFIDIR="/usr/$(get_libdir)" \
-               "${@}"
-}
-
-src_prepare() {
-       default
-
-       # Remove -Werror
-       sed 's@ -Werror\([[:space:]]\|\n\)@\1@' -i linux/Makefile || die
-}
-
-src_compile() {
-       do_make
-}
-
-src_install() {
-       do_make DESTDIR="${D}" install
-       keepdir /var/lib/${PN}
-}

diff --git a/sys-apps/fwupdate/metadata.xml b/sys-apps/fwupdate/metadata.xml
deleted file mode 100644
index ce6167e4230..00000000000
--- a/sys-apps/fwupdate/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>polynomia...@gentoo.org</email>
-    <name>Lars Wendler</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">rhinstaller/fwupdate</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to