diff options
author | 2022-07-09 22:48:39 +0200 | |
---|---|---|
committer | 2022-07-09 23:29:20 +0200 | |
commit | d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a (patch) | |
tree | 0f2d2f0498e1bb524380e01f956895c6b6c3e54a /www-servers | |
parent | www-servers/apache: drop 2.4.53, 2.4.53-r1 (diff) | |
download | gentoo-d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a.tar.gz gentoo-d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a.tar.bz2 gentoo-d00c6a0fb3b0fe2b99837670b3abfbe8529dc96a.zip |
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@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/apache-2.4.54-r2.ebuild (renamed from www-servers/apache/apache-2.4.54.ebuild) | 8 | ||||
-rw-r--r-- | www-servers/apache/apache-2.4.54-r3.ebuild (renamed from www-servers/apache/apache-2.4.54-r1.ebuild) | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/www-servers/apache/apache-2.4.54.ebuild b/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 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 |