summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-23 10:28:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-23 10:29:36 +0200
commit874ae4c366440b770a49006d15071a4d521a5181 (patch)
tree20dc03f0631dae8c830d2813cbddab1f02837167
parentmedia-fonts/symbola: Remove last-rited pkg (diff)
downloadgentoo-874ae4c366440b770a49006d15071a4d521a5181.tar.gz
gentoo-874ae4c366440b770a49006d15071a4d521a5181.tar.bz2
gentoo-874ae4c366440b770a49006d15071a4d521a5181.zip
sys-apps/fwupdate: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.mask5
-rw-r--r--sys-apps/fwupdate/Manifest2
-rw-r--r--sys-apps/fwupdate/fwupdate-10.ebuild48
-rw-r--r--sys-apps/fwupdate/fwupdate-12.ebuild49
-rw-r--r--sys-apps/fwupdate/metadata.xml11
5 files changed, 0 insertions, 115 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index 1a0e42387731..6d37c5bc8294 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 <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
index 1d97b111b855..000000000000
--- 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 e568ed34d907..000000000000
--- 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 77dcb16f8ac6..000000000000
--- 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 ce6167e42309..000000000000
--- 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>polynomial-c@gentoo.org</email>
- <name>Lars Wendler</name>
- </maintainer>
- <upstream>
- <remote-id type="github">rhinstaller/fwupdate</remote-id>
- </upstream>
-</pkgmetadata>