diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 14:40:37 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 15:01:44 -0500 |
commit | b2350dae8e6bcccf568e98565150108f4a512db8 (patch) | |
tree | d5b9cc0f6c9e76ee5675d97b57ef37c981bd0fd9 | |
parent | profiles/features/selinux/package.use.mask: remove gnome related USE flags (diff) | |
download | gentoo-b2350dae8e6bcccf568e98565150108f4a512db8.tar.gz gentoo-b2350dae8e6bcccf568e98565150108f4a512db8.tar.bz2 gentoo-b2350dae8e6bcccf568e98565150108f4a512db8.zip |
sys-apps/bolt: 0.9.1 stable amd64/x86 with cleanup
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | sys-apps/bolt/bolt-0.9-r2.ebuild | 57 | ||||
-rw-r--r-- | sys-apps/bolt/bolt-0.9.1.ebuild | 2 |
2 files changed, 1 insertions, 58 deletions
diff --git a/sys-apps/bolt/bolt-0.9-r2.ebuild b/sys-apps/bolt/bolt-0.9-r2.ebuild deleted file mode 100644 index 778cd7da043b..000000000000 --- a/sys-apps/bolt/bolt-0.9-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info meson systemd - -DESCRIPTION="Userspace system daemon to enable security levels for Thunderbolt 3" -HOMEPAGE="https://gitlab.freedesktop.org/bolt/bolt" -SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc systemd" - -DEPEND=" - >=dev-libs/glib-2.56.0:2 - dev-util/glib-utils - virtual/libudev - virtual/udev - dev-util/umockdev - sys-auth/polkit[introspection] - systemd? ( sys-apps/systemd ) - doc? ( app-text/asciidoc )" -RDEPEND="${DEPEND}" - -pkg_pretend() { - if use kernel_linux && kernel_is lt 5 6; then - CONFIG_CHECK="~THUNDERBOLT" - ERROR_THUNDERBOLT="This package requires the thunderbolt kernel driver." - else - CONFIG_CHECK="~USB4" - ERROR_USB4="This package requires the USB4 kernel driver for Thunderbolt support." - fi - check_extra_config - - CONFIG_CHECK="~HOTPLUG_PCI" - ERROR_HOTPLUG_PCI="Thunderbolt requires PCI hotplug support." - check_extra_config -} - -src_configure() { - local emesonargs=( - -Dman=$(usex doc true false) - --sysconfdir=/etc - --localstatedir=/var - --sharedstatedir=/var/lib - ) - meson_src_configure -} - -src_install() { - meson_src_install - newinitd "${FILESDIR}"/${PN}.openrc boltd - keepdir /var/lib/boltd -} diff --git a/sys-apps/bolt/bolt-0.9.1.ebuild b/sys-apps/bolt/bolt-0.9.1.ebuild index 34cd766665ec..d0f8d019bc70 100644 --- a/sys-apps/bolt/bolt-0.9.1.ebuild +++ b/sys-apps/bolt/bolt-0.9.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc systemd" DEPEND=" |