summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-03 13:23:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-04 20:55:07 +0200
commit33163aaaae4b01667a8e6aba60ebaa852eeb0c20 (patch)
tree7afbd408a01148e9f110356ba12d40d64819a52e /www-apps/bugzilla
parentsys-kernel/pf-sources: Drop superfluous optfeature header (diff)
downloadgentoo-33163aaaae4b01667a8e6aba60ebaa852eeb0c20.tar.gz
gentoo-33163aaaae4b01667a8e6aba60ebaa852eeb0c20.tar.bz2
gentoo-33163aaaae4b01667a8e6aba60ebaa852eeb0c20.zip
www-apps/bugzilla: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-apps/bugzilla')
-rw-r--r--www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild23
1 files changed, 11 insertions, 12 deletions
diff --git a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild b/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
index 76a3fa9ba508..e74645a9f179 100644
--- a/www-apps/bugzilla/bugzilla-5.0.6-r1.ebuild
+++ b/www-apps/bugzilla/bugzilla-5.0.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
@@ -96,21 +96,20 @@ src_install() {
}
pkg_postinst() {
- elog "Optional dependencies:"
- optfeature "Graphical reports, new charts, old charts" "dev-perl/GD dev-perl/Chart dev-perl/Template-GD dev-perl/GDTextUtil dev-perl/GDGraph"
- optfeature "Move bugs between installations, automatic update notifications" "dev-perl/MIME-tools dev-perl/libwww-perl dev-perl/XML-Twig"
- optfeature "Patch Viewer" "dev-perl/PatchReader"
+ optfeature "graphical reports, new charts, old charts" "dev-perl/GD dev-perl/Chart dev-perl/Template-GD dev-perl/GDTextUtil dev-perl/GDGraph"
+ optfeature "moving bugs between installations, automatic update notifications" "dev-perl/MIME-tools dev-perl/libwww-perl dev-perl/XML-Twig"
+ optfeature "patch viewer" "dev-perl/PatchReader"
optfeature "LDAP authentication" "dev-perl/perl-ldap"
optfeature "SMTP authentication" "dev-perl/Authen-SASL"
optfeature "XML-RPC Interface" "dev-perl/SOAP-Lite dev-perl/XMLRPC-Lite dev-perl/Test-Taint"
- optfeature "JSON-RPC Interface, REST Interface" "dev-perl/JSON-RPC dev-perl/Test-Taint"
- optfeature "More HTML in Product/Group description" "dev-perl/HTML-Scrubber"
- optfeature "Automatic charset detection for text attachments" "dev-perl/Encode-Detect"
- optfeature "Inbound Email" "dev-perl/Email-Reply dev-perl/HTML-FormatText-WithLinks"
- optfeature "Mail Queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
- optfeature "Sniff MIME type of attachments" "dev-perl/File-MimeInfo dev-perl/IO-stringy"
+ optfeature "JSON-RPC interface, REST interface" "dev-perl/JSON-RPC dev-perl/Test-Taint"
+ optfeature "more HTML in Product/Group description" "dev-perl/HTML-Scrubber"
+ optfeature "automatic charset detection for text attachments" "dev-perl/Encode-Detect"
+ optfeature "inbound email" "dev-perl/Email-Reply dev-perl/HTML-FormatText-WithLinks"
+ optfeature "mail queueing" "dev-perl/TheSchwarz dev-perl/Daemon-Generic"
+ optfeature "MIME type sniffing of attachments" "dev-perl/File-MimeInfo dev-perl/IO-stringy"
optfeature "Memcached support" "dev-perl/Cache-Memcached"
- optfeature "SSL Support for SMTP" "dev-perl/IO-Socket-SSL"
+ optfeature "SSL support for SMTP" "dev-perl/IO-Socket-SSL"
ewarn "If Apache is the chosen webserver, please consider turning the apache2 use flag on"
ewarn "Not doing so may result in unexpected runtime errors"