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:50:50
Message-Id: 1581267024.1c88b4c980a96d634567477079c5571a7e49f5ab.zlogene@gentoo
1 commit: 1c88b4c980a96d634567477079c5571a7e49f5ab
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 16:50:24 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:50:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c88b4c9
7
8 www-servers/lighttpd: Drop user eclass calls
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/lighttpd-1.4.54.ebuild | 3 ---
14 www-servers/lighttpd/lighttpd-1.4.55.ebuild | 3 ---
15 2 files changed, 6 deletions(-)
16
17 diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
18 index 35b1c45431c..b8d0d13b8ef 100644
19 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild
20 +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild
21 @@ -104,9 +104,6 @@ pkg_setup() {
22 ewarn "and mod_ssi."
23 fi
24
25 - enewgroup lighttpd
26 - enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
27 -
28 DOC_CONTENTS="IPv6 migration guide:\n
29 http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config"
30 }
31
32 diff --git a/www-servers/lighttpd/lighttpd-1.4.55.ebuild b/www-servers/lighttpd/lighttpd-1.4.55.ebuild
33 index 35b1c45431c..b8d0d13b8ef 100644
34 --- a/www-servers/lighttpd/lighttpd-1.4.55.ebuild
35 +++ b/www-servers/lighttpd/lighttpd-1.4.55.ebuild
36 @@ -104,9 +104,6 @@ pkg_setup() {
37 ewarn "and mod_ssi."
38 fi
39
40 - enewgroup lighttpd
41 - enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
42 -
43 DOC_CONTENTS="IPv6 migration guide:\n
44 http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config"
45 }