commit:     0b9e6c1961ce0578e0fb916fceb4054f34847602
Author:     Thomas Deutschmann <whissi <AT> whissi <DOT> de>
AuthorDate: Tue Aug  2 13:09:07 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Aug  3 08:17:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9e6c19

app-admin/rsyslog: Fix REPLACING_VERSIONS usage

We no longer need this check because the previous major version was already
removed in 2015.

Gentoo-Bug: https://bugs.gentoo.org/589448

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2001

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild | 9 ---------
 app-admin/rsyslog/rsyslog-8.18.0.ebuild    | 9 ---------
 app-admin/rsyslog/rsyslog-8.19.0.ebuild    | 9 ---------
 3 files changed, 27 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
index 1d16b3a..7716605 100644
--- a/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
@@ -315,15 +315,6 @@ pkg_postinst() {
                fi
        fi
 
-       if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 
]]; then
-               # Show this message until rsyslog-8.x
-               echo
-               elog "Since ${PN}-7.6.3 we no longer use the catch-all log 
target"
-               elog "\"/var/log/syslog\" due to its redundancy to the other 
log targets."
-
-               advertise_readme=1
-       fi
-
        if [[ ${advertise_readme} -gt 0 ]]; then
                # We need to show the README file location
 

diff --git a/app-admin/rsyslog/rsyslog-8.18.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
index 3b0302e..0b12c85 100644
--- a/app-admin/rsyslog/rsyslog-8.18.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
@@ -346,15 +346,6 @@ pkg_postinst() {
                fi
        fi
 
-       if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 
]]; then
-               # Show this message until rsyslog-8.x
-               echo
-               elog "Since ${PN}-7.6.3 we no longer use the catch-all log 
target"
-               elog "\"/var/log/syslog\" due to its redundancy to the other 
log targets."
-
-               advertise_readme=1
-       fi
-
        if [[ ${advertise_readme} -gt 0 ]]; then
                # We need to show the README file location
 

diff --git a/app-admin/rsyslog/rsyslog-8.19.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
index 34a7983..bf88553 100644
--- a/app-admin/rsyslog/rsyslog-8.19.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
@@ -341,15 +341,6 @@ pkg_postinst() {
                fi
        fi
 
-       if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 
]]; then
-               # Show this message until rsyslog-8.x
-               echo
-               elog "Since ${PN}-7.6.3 we no longer use the catch-all log 
target"
-               elog "\"/var/log/syslog\" due to its redundancy to the other 
log targets."
-
-               advertise_readme=1
-       fi
-
        if [[ ${advertise_readme} -gt 0 ]]; then
                # We need to show the README file location
 

Reply via email to