Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Sat, 28 Apr 2018 13:23:52
Message-Id: 1524921796.fd7a0c3faae4ad06d269a5121b28c8035cefe7c1.zlogene@gentoo
1 commit: fd7a0c3faae4ad06d269a5121b28c8035cefe7c1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 13:23:16 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 13:23:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7a0c3f
7
8 www-servers/lighttpd: minor QA fixes
9
10 - switch to libmemcached
11 - add missing || die statement
12 - dohtml -> dodoc
13 - remove .la files explicitly
14 - call `default` install
15 - do not pull sqlite within webdav? () as it is controlled by the REQUIRED_USE now
16
17 Package-Manager: Portage-2.3.24, Repoman-2.3.6
18
19 www-servers/lighttpd/lighttpd-1.4.49.ebuild | 9 ++++-----
20 1 file changed, 4 insertions(+), 5 deletions(-)
21
22 diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
23 index 228a2750f05..a8b1cc10cf2 100644
24 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild
25 +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
26 @@ -3,7 +3,7 @@
27
28 EAPI=6
29
30 -inherit autotools flag-o-matic readme.gentoo-r1 user systemd
31 +inherit autotools flag-o-matic readme.gentoo-r1 systemd user
32
33 DESCRIPTION="Lightweight high-performance web server"
34 HOMEPAGE="http://www.lighttpd.net/"
35 @@ -37,10 +37,9 @@ CDEPEND="
36 !libressl? ( >=dev-libs/openssl-0.9.7:0=[kerberos?] )
37 libressl? ( dev-libs/libressl:= )
38 )
39 - sqlite? ( dev-db/sqlite:3 )
40 + sqlite? ( dev-db/sqlite:3 )
41 webdav? (
42 dev-libs/libxml2
43 - >=dev-db/sqlite-3
44 sys-fs/e2fsprogs
45 )
46 xattr? ( kernel_linux? ( sys-apps/attr ) )
47 @@ -81,7 +80,7 @@ remove_non_essential() {
48
49 # non-essential modules
50 rm -f \
51 - ${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.*
52 + ${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.* || die
53
54 # allow users to keep some based on USE flags
55 use pcre || rm -f ${libdir}/mod_{ssi,re{direct,write}}.*
56 @@ -192,7 +191,7 @@ src_install() {
57 newdoc doc/config//lighttpd.conf lighttpd.conf.distrib
58 use ipv6 && readme.gentoo_create_doc
59
60 - use doc && dodoc -r doc/*
61 + use doc && dodoc -r doc
62
63 docinto txt
64 dodoc doc/outdated/*.txt