diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:25:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:05 +0200 |
commit | 486b41f1aea7fda361a5b7923d28f15948c34e66 (patch) | |
tree | fcb923ce8b6cb5988c6b31dd73988b436fbc14fb /net-misc/anydesk | |
parent | net-dns/dnsviz: Drop superfluous optfeature header (diff) | |
download | gentoo-486b41f1aea7fda361a5b7923d28f15948c34e66.tar.gz gentoo-486b41f1aea7fda361a5b7923d28f15948c34e66.tar.bz2 gentoo-486b41f1aea7fda361a5b7923d28f15948c34e66.zip |
net-misc/anydesk: Use optfeature_header() instead of custom elog
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-misc/anydesk')
-rw-r--r-- | net-misc/anydesk/anydesk-5.5.6-r1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/anydesk/anydesk-6.0.0-r1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/anydesk/anydesk-6.0.1.ebuild | 7 | ||||
-rw-r--r-- | net-misc/anydesk/anydesk-6.1.0.ebuild | 5 |
4 files changed, 7 insertions, 19 deletions
diff --git a/net-misc/anydesk/anydesk-5.5.6-r1.ebuild b/net-misc/anydesk/anydesk-5.5.6-r1.ebuild index 19f3fc159bd9..d498d8b7ae03 100644 --- a/net-misc/anydesk/anydesk-5.5.6-r1.ebuild +++ b/net-misc/anydesk/anydesk-5.5.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -103,10 +103,7 @@ pkg_postinst() { elog fi - elog "For querying information about the host PC AnyDesk calls" - elog "the following commands. Feel free to install them, but it" - elog "should run without as well." - elog + optfeature_header "AnyDesk uses additional tools to query information about the host:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils diff --git a/net-misc/anydesk/anydesk-6.0.0-r1.ebuild b/net-misc/anydesk/anydesk-6.0.0-r1.ebuild index 19f3fc159bd9..d498d8b7ae03 100644 --- a/net-misc/anydesk/anydesk-6.0.0-r1.ebuild +++ b/net-misc/anydesk/anydesk-6.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -103,10 +103,7 @@ pkg_postinst() { elog fi - elog "For querying information about the host PC AnyDesk calls" - elog "the following commands. Feel free to install them, but it" - elog "should run without as well." - elog + optfeature_header "AnyDesk uses additional tools to query information about the host:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils diff --git a/net-misc/anydesk/anydesk-6.0.1.ebuild b/net-misc/anydesk/anydesk-6.0.1.ebuild index 3d912fed07f2..3818d457efc3 100644 --- a/net-misc/anydesk/anydesk-6.0.1.ebuild +++ b/net-misc/anydesk/anydesk-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -103,10 +103,7 @@ pkg_postinst() { elog fi - elog "For querying information about the host PC AnyDesk calls" - elog "the following commands. Feel free to install them, but it" - elog "should run without as well." - elog + optfeature_header "AnyDesk uses additional tools to query information about the host:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils diff --git a/net-misc/anydesk/anydesk-6.1.0.ebuild b/net-misc/anydesk/anydesk-6.1.0.ebuild index 84f711fbaf94..258fe9e1b0d6 100644 --- a/net-misc/anydesk/anydesk-6.1.0.ebuild +++ b/net-misc/anydesk/anydesk-6.1.0.ebuild @@ -97,10 +97,7 @@ pkg_postinst() { elog fi - elog "For querying information about the host PC AnyDesk calls" - elog "the following commands. Feel free to install them, but it" - elog "should run without as well." - elog + optfeature_header "AnyDesk uses additional tools to query information about the host:" optfeature "lsb_release" sys-apps/lsb-release optfeature "lspci" sys-apps/pciutils optfeature "lsusb" sys-apps/usbutils |