diff options
author | Thomas Deutschmann <whissi@whissi.de> | 2016-08-02 15:09:07 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-03 10:17:25 +0200 |
commit | 0b9e6c1961ce0578e0fb916fceb4054f34847602 (patch) | |
tree | 33cc1e5e0d2f07e65718c9d7cb158c196529c81c /app-admin/rsyslog | |
parent | app-office/scribus: Version bump (bug 576018). (diff) | |
download | gentoo-0b9e6c1961ce0578e0fb916fceb4054f34847602.tar.gz gentoo-0b9e6c1961ce0578e0fb916fceb4054f34847602.tar.bz2 gentoo-0b9e6c1961ce0578e0fb916fceb4054f34847602.zip |
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@gentoo.org>
Diffstat (limited to 'app-admin/rsyslog')
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild | 9 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.18.0.ebuild | 9 | ||||
-rw-r--r-- | app-admin/rsyslog/rsyslog-8.19.0.ebuild | 9 |
3 files changed, 0 insertions, 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 1d16b3ac2041..7716605706c0 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 3b0302eaef75..0b12c85ba42e 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 34a79839b18d..bf8855330e6c 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 |