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: Sun, 09 Feb 2020 16:46:07
Message-Id: 1581266759.c7f296436c9aba6c30e83a6c1fd48b687c05bf80.zlogene@gentoo
1 commit: c7f296436c9aba6c30e83a6c1fd48b687c05bf80
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 16:44:08 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:45:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f29643
7
8 www-servers/lighttpd: Version bump (v1.4.55)
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-servers/lighttpd/Manifest | 1 +
14 www-servers/lighttpd/lighttpd-1.4.53.ebuild | 9 ++++-----
15 www-servers/lighttpd/lighttpd-1.4.54.ebuild | 6 ++++--
16 .../{lighttpd-1.4.54.ebuild => lighttpd-1.4.55.ebuild} | 6 ++++--
17 www-servers/lighttpd/lighttpd-9999.ebuild | 15 +++++++++------
18 5 files changed, 22 insertions(+), 15 deletions(-)
19
20 diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest
21 index 02e20318b9b..897f7fd71cd 100644
22 --- a/www-servers/lighttpd/Manifest
23 +++ b/www-servers/lighttpd/Manifest
24 @@ -1,2 +1,3 @@
25 DIST lighttpd-1.4.53.tar.xz 732160 BLAKE2B 75848ab259226fc77b232dfb365c6c656e4605055fb5beba1aea60f54f01cb76c3260ca97e59110dc3dd3d1ba7cb3f2fad646f91f37baee69a8cdbaefcf125a4 SHA512 bf5ea1c9f6f664c9ddcdf33ddba5b2bff760960d03c29a2181e73e3aceb45b523bb90003d0e0bc565334751830e6027cd7be2e92d030cde90813511957c9ea76
26 DIST lighttpd-1.4.54.tar.xz 763248 BLAKE2B 0425dde326dc514a55790256ab7f3e6c704417fe2ac01c49d109d5f463fb41605140c0773dc3988bd27e1dbee316c5fc96231c9c8699ec40db3acf2c54ec077d SHA512 aa180a2751711a77b9da91a6a285c967d2c183ccbabe3e9064aea74e44629c3b0227ac98c7d720c8d4d223ce4b31e8b221b05b928adc917b199ab1015fcdba37
27 +DIST lighttpd-1.4.55.tar.xz 765660 BLAKE2B 7b972de86e7d1a51438718e4d5bd49188c107b0f2e656ead597085ae84f3d41cdb662a7774c6655155d390c26f3e4f0b0dc4243c85cb0255a91d8ca57742f402 SHA512 023d5a54079e710a89a59e259c0b5798103ef6fce4544c36110dc4c5281ef429ef99369923d74123fcf8be37afe622d44cd7149078d21971ff26f3f4ee37c439
28
29 diff --git a/www-servers/lighttpd/lighttpd-1.4.53.ebuild b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
30 index 2a4cc6bdf7c..0097aa1b826 100644
31 --- a/www-servers/lighttpd/lighttpd-1.4.53.ebuild
32 +++ b/www-servers/lighttpd/lighttpd-1.4.53.ebuild
33 @@ -3,7 +3,7 @@
34
35 EAPI=7
36
37 -inherit autotools flag-o-matic readme.gentoo-r1 systemd user
38 +inherit autotools flag-o-matic readme.gentoo-r1 systemd
39
40 DESCRIPTION="Lightweight high-performance web server"
41 HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"
42 @@ -46,7 +46,9 @@ COMMON_DEPEND="
43 sys-fs/e2fsprogs
44 )
45 xattr? ( kernel_linux? ( sys-apps/attr ) )
46 - zlib? ( >=sys-libs/zlib-1.1 )"
47 + zlib? ( >=sys-libs/zlib-1.1 )
48 + acct-group/lighttpd
49 + acct-user/lighttpd"
50
51 DEPEND="${COMMON_DEPEND}
52 doc? ( dev-python/docutils )
53 @@ -102,9 +104,6 @@ pkg_setup() {
54 ewarn "and mod_ssi."
55 fi
56
57 - enewgroup lighttpd
58 - enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
59 -
60 DOC_CONTENTS="IPv6 migration guide:\n
61 http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config"
62 }
63
64 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
65 index d296fa74c41..35b1c45431c 100644
66 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
67 +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
68 @@ -3,7 +3,7 @@
69
70 EAPI=7
71
72 -inherit autotools flag-o-matic readme.gentoo-r1 systemd user
73 +inherit autotools flag-o-matic readme.gentoo-r1 systemd
74
75 DESCRIPTION="Lightweight high-performance web server"
76 HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"
77 @@ -46,7 +46,9 @@ COMMON_DEPEND="
78 sys-fs/e2fsprogs
79 )
80 xattr? ( kernel_linux? ( sys-apps/attr ) )
81 - zlib? ( >=sys-libs/zlib-1.1 )"
82 + zlib? ( >=sys-libs/zlib-1.1 )
83 + acct-group/lighttpd
84 + acct-user/lighttpd"
85
86 DEPEND="${COMMON_DEPEND}
87 doc? ( dev-python/docutils )
88
89 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.55.ebuild
90 similarity index 97%
91 copy from www-servers/lighttpd/lighttpd-1.4.54.ebuild
92 copy to www-servers/lighttpd/lighttpd-1.4.55.ebuild
93 index d296fa74c41..35b1c45431c 100644
94 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
95 +++ b/www-servers/lighttpd/lighttpd-1.4.55.ebuild
96 @@ -3,7 +3,7 @@
97
98 EAPI=7
99
100 -inherit autotools flag-o-matic readme.gentoo-r1 systemd user
101 +inherit autotools flag-o-matic readme.gentoo-r1 systemd
102
103 DESCRIPTION="Lightweight high-performance web server"
104 HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd"
105 @@ -46,7 +46,9 @@ COMMON_DEPEND="
106 sys-fs/e2fsprogs
107 )
108 xattr? ( kernel_linux? ( sys-apps/attr ) )
109 - zlib? ( >=sys-libs/zlib-1.1 )"
110 + zlib? ( >=sys-libs/zlib-1.1 )
111 + acct-group/lighttpd
112 + acct-user/lighttpd"
113
114 DEPEND="${COMMON_DEPEND}
115 doc? ( dev-python/docutils )
116
117 diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild
118 index 50b9cd4b709..4db91887f92 100644
119 --- a/www-servers/lighttpd/lighttpd-9999.ebuild
120 +++ b/www-servers/lighttpd/lighttpd-9999.ebuild
121 @@ -1,8 +1,9 @@
122 # Copyright 1999-2020 Gentoo Authors
123 # Distributed under the terms of the GNU General Public License v2
124
125 -EAPI="6"
126 -inherit autotools eutils readme.gentoo-r1 user systemd git-r3
127 +EAPI=7
128 +
129 +inherit autotools eutils readme.gentoo-r1 systemd git-r3
130
131 DESCRIPTION="Lightweight high-performance web server"
132 HOMEPAGE="https://www.lighttpd.net
133 @@ -17,7 +18,7 @@ RESTRICT="!test? ( test )"
134
135 REQUIRED_USE="kerberos? ( ssl !libressl )"
136
137 -CDEPEND="
138 +COMMON_DEPEND="
139 bzip2? ( app-arch/bzip2 )
140 fam? ( virtual/fam )
141 gdbm? ( sys-libs/gdbm )
142 @@ -39,9 +40,11 @@ CDEPEND="
143 sys-fs/e2fsprogs
144 )
145 xattr? ( kernel_linux? ( sys-apps/attr ) )
146 - zlib? ( >=sys-libs/zlib-1.1 )"
147 + zlib? ( >=sys-libs/zlib-1.1 )
148 + acct-group/lighttpd
149 + acct-user/lighttpd"
150
151 -DEPEND="${CDEPEND}
152 +DEPEND="${COMMON_DEPEND}
153 virtual/pkgconfig
154 doc? ( dev-python/docutils )
155 test? (
156 @@ -49,7 +52,7 @@ DEPEND="${CDEPEND}
157 dev-libs/fcgi
158 )"
159
160 -RDEPEND="${CDEPEND}
161 +RDEPEND="${COMMON_DEPEND}
162 selinux? ( sec-policy/selinux-apache )
163 "