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/fwupd/
Date: Sat, 02 Nov 2019 10:17:25
Message-Id: 1572689836.07534f5ac4c6333c05aa5ad60371786d466fd4f5.polynomial-c@gentoo
1 commit: 07534f5ac4c6333c05aa5ad60371786d466fd4f5
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 10:17:03 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 10:17:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07534f5a
7
8 sys-apps/fwupd: Removed old
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-apps/fwupd/Manifest | 1 -
14 sys-apps/fwupd/fwupd-1.2.10.ebuild | 142 -------------------------------------
15 2 files changed, 143 deletions(-)
16
17 diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
18 index a9629791b8f..8d037a43335 100644
19 --- a/sys-apps/fwupd/Manifest
20 +++ b/sys-apps/fwupd/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST fwupd-1.2.10.tar.gz 1943920 BLAKE2B 5aec740c777d8749901ee35915f3510998b7477d2964ea4adc7079d12702e971a4eb0c4eef1b5c0fec0b34ba5e3fc82c25d7df7800b5bc0aa3d10229370a958e SHA512 4d311d2ed5fbe06e1a8fb22d77e67823f58debd3465dc973945c98746ae00f137d15a0e46e93fa3529b4d8a157558339295f82cacdab9d79c83514300b3b6a22
23 DIST fwupd-1.2.11.tar.gz 1945646 BLAKE2B 4eb6d5008d0e515880147a94b2632ed70b5f7ab1891775ac121347653c06bf4403ab7f4a1fe160000a6195d360fe06d64c8971dd53c1538aeac40d155f59979a SHA512 a8d6a76ac59937547c6866d414e95a67779574901b0a15ecfde763f49b434b284be2ade1194179225785006e5f93836667469d08f32d4c87fc85927aa0bfe9de
24 DIST fwupd-1.2.8.tar.gz 1911999 BLAKE2B 61a24ce24f778b96f7ad23496890f7a1d20c09e6bbd707f29d154992668d5c0a25cfd31b5d0d11519740e086c098cbdfd440fe9f5cab4dde0ac43fe6b438e911 SHA512 d603f9f4e5a4c0fc6abb0b75f7d884eff47fb8a16285aa545f7140fe98ce781d127ff3769f9c206bb3bfd084bbc5bf6abf9424f70e727ff79162416fe7881154
25 DIST fwupd-1.3.2.tar.gz 2100817 BLAKE2B 49441603ac0934a10b730b82b4f86cbdac03c3ab9de6051af6ca0c5f3d610cda1a619b7f0af9de61de3bd926175cf37523f47cf3fe2743ae54e5327d5ae8a518 SHA512 5b302d0ba1eb10f3ec440ed1a5ad25b5a9398c7601dc2e058d0df57e16a2e3b65ab3b7e93a07300e3db21789909fc2a72feebab0271fa0669dd792f290506c1b
26
27 diff --git a/sys-apps/fwupd/fwupd-1.2.10.ebuild b/sys-apps/fwupd/fwupd-1.2.10.ebuild
28 deleted file mode 100644
29 index 0c63f4d6715..00000000000
30 --- a/sys-apps/fwupd/fwupd-1.2.10.ebuild
31 +++ /dev/null
32 @@ -1,142 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{5,6,7} )
39 -
40 -inherit meson python-single-r1 vala xdg-utils
41 -
42 -DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and reliable"
43 -HOMEPAGE="https://fwupd.org"
44 -SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1+"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm ~x86"
49 -IUSE="agent colorhug consolekit dell doc elogind +gpg +man nvme pkcs7 redfish systemd test thunderbolt uefi"
50 -
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}
52 - ^^ ( consolekit elogind systemd )
53 - dell? ( uefi )
54 -"
55 -
56 -RDEPEND="${PYTHON_DEPS}
57 - app-arch/gcab
58 - app-arch/libarchive:=
59 - dev-db/sqlite
60 - >=dev-libs/glib-2.45.8:2
61 - dev-libs/json-glib
62 - dev-libs/libgpg-error
63 - dev-libs/libgudev:=
64 - >=dev-libs/libgusb-0.2.9[introspection]
65 - >=dev-libs/libxmlb-0.1.7
66 - dev-python/pillow[${PYTHON_USEDEP}]
67 - dev-python/pycairo[${PYTHON_USEDEP}]
68 - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
69 - >=net-libs/libsoup-2.51.92:2.4[introspection]
70 - >=sys-auth/polkit-0.103
71 - virtual/libelf:0=
72 - colorhug? ( >=x11-misc/colord-1.2.12:0= )
73 - consolekit? ( >=sys-auth/consolekit-1.0.0 )
74 - dell? (
75 - sys-libs/efivar
76 - >=sys-libs/libsmbios-2.4.0
77 - )
78 - elogind? ( sys-auth/elogind )
79 - gpg? (
80 - app-crypt/gpgme
81 - dev-libs/libgpg-error
82 - )
83 - nvme? ( sys-libs/efivar )
84 - pkcs7? ( >=net-libs/gnutls-3.4.4.1:= )
85 - redfish? ( sys-libs/efivar )
86 - systemd? ( >=sys-apps/systemd-211 )
87 - thunderbolt? ( sys-apps/thunderbolt-software-user-space )
88 - uefi? (
89 - media-libs/fontconfig
90 - media-libs/freetype
91 - sys-boot/gnu-efi
92 - >=sys-libs/efivar-33
93 - x11-libs/cairo
94 - )
95 -"
96 -DEPEND="${RDEPEND}
97 - $(vala_depend)
98 - x11-libs/pango[introspection]
99 - nvme? ( >=sys-kernel/linux-headers-4.4 )
100 - test? ( net-libs/gnutls[tools] )
101 -"
102 -BDEPEND="
103 - >=dev-util/meson-0.47.0
104 - virtual/pkgconfig
105 - doc? ( dev-util/gtk-doc )
106 - man? (
107 - app-text/docbook-sgml-utils
108 - sys-apps/help2man
109 - )
110 -"
111 -
112 -# required for fwupd daemon to run.
113 -# NOT a build time dependency. The build system does not check for dbus.
114 -PDEPEND="sys-apps/dbus"
115 -
116 -src_prepare() {
117 - default
118 - sed -e "s/'--create'/'--absolute-name', '--create'/" \
119 - -i data/tests/builder/meson.build || die
120 - sed -e "/'-Werror',/d" \
121 - -i plugins/uefi/efi/meson.build || die
122 - vala_src_prepare
123 -}
124 -
125 -src_configure() {
126 - xdg_environment_reset
127 - local emesonargs=(
128 - --localstatedir "${EPREFIX}"/var
129 - -Dagent="$(usex agent true false)"
130 - -Dconsolekit="$(usex consolekit true false)"
131 - -Dgtkdoc="$(usex doc true false)"
132 - -Delogind="$(usex elogind true false)"
133 - -Dgpg="$(usex gpg true false)"
134 - -Dman="$(usex man true false)"
135 - -Dpkcs7="$(usex pkcs7 true false)"
136 - -Dplugin_dell="$(usex dell true false)"
137 - # Requires libflashrom which our sys-apps/flashrom
138 - # package does not provide
139 - -Dplugin_flashrom="false"
140 - # Dependencies are not available (yet?)
141 - -Dplugin_modem_manager="false"
142 - -Dplugin_nvme="$(usex nvme true false)"
143 - -Dplugin_redfish="$(usex redfish true false)"
144 - -Dplugin_synaptics="$(usex dell true false)"
145 - -Dplugin_thunderbolt="$(usex thunderbolt true false)"
146 - -Dplugin_uefi="$(usex uefi true false)"
147 - -Dsystemd="$(usex systemd true false)"
148 - -Dtests="$(usex test true false)"
149 - )
150 -
151 - meson_src_configure
152 -}
153 -
154 -src_install() {
155 - meson_src_install
156 -
157 - sed "s@%SEAT_MANAGER%@$(usex elogind elogind consolekit)@" \
158 - "${FILESDIR}"/${PN}-r1 \
159 - > "${T}"/${PN} || die
160 - doinitd "${T}"/${PN}
161 -
162 - if ! use systemd ; then
163 - # Don't timeout when fwupd is running (#673140)
164 - sed '/^IdleTimeout=/s@=[[:digit:]]\+@=0@' \
165 - -i "${ED}"/etc/${PN}/daemon.conf || die
166 - fi
167 -}
168 -
169 -pkg_postinst() {
170 - elog "In case you are using openrc as init system"
171 - elog "and you're upgrading from <fwupd-1.1.0, you"
172 - elog "need to start the fwupd daemon via the openrc"
173 - elog "init script that comes with this package."
174 -}