commit: d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jul 9 20:48:39 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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
