From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 722C3138350 for ; Sun, 9 Feb 2020 16:50:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AD8DE0876; Sun, 9 Feb 2020 16:50:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D213E0876 for ; Sun, 9 Feb 2020 16:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C47C34E860 for ; Sun, 9 Feb 2020 16:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A226B98 for ; Sun, 9 Feb 2020 16:50:46 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1581267024.1c88b4c980a96d634567477079c5571a7e49f5ab.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.54.ebuild www-servers/lighttpd/lighttpd-1.4.55.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 1c88b4c980a96d634567477079c5571a7e49f5ab X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:50:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43848287-e3b2-4ece-974b-04dd5a2bb880 X-Archives-Hash: f2751d8f100fbadc1b5b36e402dcaa99 commit: 1c88b4c980a96d634567477079c5571a7e49f5ab Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 9 16:50:24 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 9 16:50:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c88b4c9 www-servers/lighttpd: Drop user eclass calls Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> www-servers/lighttpd/lighttpd-1.4.54.ebuild | 3 --- www-servers/lighttpd/lighttpd-1.4.55.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.54.ebuild b/www-servers/lighttpd/lighttpd-1.4.54.ebuild index 35b1c45431c..b8d0d13b8ef 100644 --- a/www-servers/lighttpd/lighttpd-1.4.54.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.54.ebuild @@ -104,9 +104,6 @@ pkg_setup() { ewarn "and mod_ssi." fi - enewgroup lighttpd - enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd - DOC_CONTENTS="IPv6 migration guide:\n http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config" } diff --git a/www-servers/lighttpd/lighttpd-1.4.55.ebuild b/www-servers/lighttpd/lighttpd-1.4.55.ebuild index 35b1c45431c..b8d0d13b8ef 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55.ebuild @@ -104,9 +104,6 @@ pkg_setup() { ewarn "and mod_ssi." fi - enewgroup lighttpd - enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd - DOC_CONTENTS="IPv6 migration guide:\n http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config" }