diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 16:23:16 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-04-28 16:23:16 +0300 |
commit | fd7a0c3faae4ad06d269a5121b28c8035cefe7c1 (patch) | |
tree | b11126097c09a92313b12232b3f6bfce2f5a24d3 /www-servers | |
parent | www-servers/lighttpd: Drop old (diff) | |
download | gentoo-fd7a0c3faae4ad06d269a5121b28c8035cefe7c1.tar.gz gentoo-fd7a0c3faae4ad06d269a5121b28c8035cefe7c1.tar.bz2 gentoo-fd7a0c3faae4ad06d269a5121b28c8035cefe7c1.zip |
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
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.49.ebuild | 9 |
1 files 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 |