From fd7a0c3faae4ad06d269a5121b28c8035cefe7c1 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 28 Apr 2018 16:23:16 +0300 Subject: www-servers/lighttpd: minor QA fixes - switch to libmemcached - add missing || die statement - dohtml -> dodoc - remove .la files explicitly - call `default` install - do not pull sqlite within webdav? () as it is controlled by the REQUIRED_USE now Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- www-servers/lighttpd/lighttpd-1.4.49.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild index 228a2750f057..a8b1cc10cf28 100644 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools flag-o-matic readme.gentoo-r1 user systemd +inherit autotools flag-o-matic readme.gentoo-r1 systemd user DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" @@ -37,10 +37,9 @@ CDEPEND=" !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] ) libressl? ( dev-libs/libressl:= ) ) - sqlite? ( dev-db/sqlite:3 ) + sqlite? ( dev-db/sqlite:3 ) webdav? ( dev-libs/libxml2 - >=dev-db/sqlite-3 sys-fs/e2fsprogs ) xattr? ( kernel_linux? ( sys-apps/attr ) ) @@ -81,7 +80,7 @@ remove_non_essential() { # non-essential modules rm -f \ - ${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.* + ${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.* || die # allow users to keep some based on USE flags use pcre || rm -f ${libdir}/mod_{ssi,re{direct,write}}.* @@ -192,7 +191,7 @@ src_install() { newdoc doc/config//lighttpd.conf lighttpd.conf.distrib use ipv6 && readme.gentoo_create_doc - use doc && dodoc -r doc/* + use doc && dodoc -r doc docinto txt dodoc doc/outdated/*.txt -- cgit v1.2.3-65-gdbad