commit: 96c1ea35173aa5e56ff1cf848b7bd0a9e16efa07
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 3 11:26:28 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 18:55:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c1ea35
net-misc/capi4hylafax: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
index 50cce3b0405..8332aaea224 100644
--- a/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
+++ b/net-misc/capi4hylafax/capi4hylafax-01.03.00.99.300.20-r2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit autotools epatch optfeature versionator
FAX_SPOOL_DIR="${ROOT}/var/spool/fax"
@@ -111,7 +112,7 @@ src_install() {
}
pkg_postinst() {
- einfo
+ elog
elog "To use capi4hylafax:"
elog "Make sure that your isdn/capi devices are owned by"
elog "the \"uucp\" user (see udev or devfsd config)."
@@ -133,13 +134,12 @@ pkg_postinst() {
elog "You should also check special options in:"
elog "/etc/conf.d/${PN}"
elog
- elog "The following optional dependency is also available:"
optfeature "hylafax integration" net-misc/hylafax
elog
elog "Then append the following line to your hylafax"
elog "config file (${FAX_SPOOL_DIR}/etc/config):"
elog "SendFaxCmd: /usr/bin/c2faxsend"
- einfo
+ elog
}
pkg_config() {