sys-apps/fwupdate: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 08:28:53 +0000 (10:28 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 23 May 2020 08:29:36 +0000 (10:29 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-apps/fwupdate/Manifest [deleted file]
sys-apps/fwupdate/fwupdate-10.ebuild [deleted file]
sys-apps/fwupdate/fwupdate-12.ebuild [deleted file]
sys-apps/fwupdate/metadata.xml [deleted file]

index 1a0e42387731f29bbb3822d014b3b773d8af0523..6d37c5bc8294cb6214030fe2f87e0ba5641d4621 100644 (file)
@@ -671,11 +671,6 @@ dev-python/invoke
 # Removal in 30 days.  Bug #701820.
 net-misc/ssvnc
 
-# Lars Wendler <polynomial-c@gentoo.org> (2020-04-13)
-# Discontinued by upstream. Superseded by sys-apps/fwupd.
-# Masked for removal in 30 days.
-sys-apps/fwupdate
-
 # Matt Turner <mattst88@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 (file)
index 1d97b11..0000000
+++ /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 (file)
index e568ed3..0000000
+++ /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 (file)
index 77dcb16..0000000
+++ /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 (file)
index ce6167e..0000000
+++ /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>polynomial-c@gentoo.org</email>
-    <name>Lars Wendler</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">rhinstaller/fwupdate</remote-id>
-  </upstream>
-</pkgmetadata>