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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7CD8158094 for ; Sat, 9 Jul 2022 21:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14962E0B72; Sat, 9 Jul 2022 21:30:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B77F6E0B72 for ; Sat, 9 Jul 2022 21:30:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C595340F16 for ; Sat, 9 Jul 2022 21:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D268052D for ; Sat, 9 Jul 2022 21:30:04 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1657402160.d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.54-r1.ebuild www-servers/apache/apache-2.4.54-r2.ebuild www-servers/apache/apache-2.4.54-r3.ebuild www-servers/apache/apache-2.4.54.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a X-VCS-Branch: master Date: Sat, 9 Jul 2022 21:30:04 +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: c158a9c7-02d3-4dd1-9855-e36481f4b242 X-Archives-Hash: 04687d84914e069c74292a8ff0b2eec3 commit: d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 9 20:48:39 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 9 21:29:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00c6a0f www-servers/apache: migrate to GLEP-81 Doing only a revbump, as handling is done through eclass. Closes: https://bugs.gentoo.org/802495 Signed-off-by: Conrad Kostecki gentoo.org> .../apache/{apache-2.4.54.ebuild => apache-2.4.54-r2.ebuild} | 8 -------- .../apache/{apache-2.4.54-r1.ebuild => apache-2.4.54-r3.ebuild} | 8 -------- 2 files changed, 16 deletions(-) diff --git a/www-servers/apache/apache-2.4.54.ebuild b/www-servers/apache/apache-2.4.54-r2.ebuild similarity index 96% rename from www-servers/apache/apache-2.4.54.ebuild rename to www-servers/apache/apache-2.4.54-r2.ebuild index 3af3cea15036..c28b47066744 100644 --- a/www-servers/apache/apache-2.4.54.ebuild +++ b/www-servers/apache/apache-2.4.54-r2.ebuild @@ -211,14 +211,6 @@ src_install() { } pkg_postinst() { - echo - ewarn "Downgrading to pre-GLEP 81 user for now." - ewarn "See bug #802495 and bug #803500 for more information." - ewarn "" - ewarn "You will need to run the following command to unlock the user:" - ewarn "usermod -e '' -U apache 2>/dev/null" - echo - apache-2_pkg_postinst || die "apache-2_pkg_postinst failed" tmpfiles_process apache.conf #662544 diff --git a/www-servers/apache/apache-2.4.54-r1.ebuild b/www-servers/apache/apache-2.4.54-r3.ebuild similarity index 96% rename from www-servers/apache/apache-2.4.54-r1.ebuild rename to www-servers/apache/apache-2.4.54-r3.ebuild index 1b3ba9f9ea6f..a2b75c48a3c1 100644 --- a/www-servers/apache/apache-2.4.54-r1.ebuild +++ b/www-servers/apache/apache-2.4.54-r3.ebuild @@ -215,14 +215,6 @@ src_install() { } pkg_postinst() { - echo - ewarn "Downgrading to pre-GLEP 81 user for now." - ewarn "See bug #802495 and bug #803500 for more information." - ewarn "" - ewarn "You will need to run the following command to unlock the user:" - ewarn "usermod -e '' -U apache 2>/dev/null" - echo - apache-2_pkg_postinst || die "apache-2_pkg_postinst failed" tmpfiles_process apache.conf #662544