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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97FC513832E for ; Wed, 3 Aug 2016 08:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3FC21C038; Wed, 3 Aug 2016 08:17:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1758A21C038 for ; Wed, 3 Aug 2016 08:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC2AA3409A4 for ; Wed, 3 Aug 2016 08:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 519627D3 for ; Wed, 3 Aug 2016 08:17:29 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1470212245.0b9e6c1961ce0578e0fb916fceb4054f34847602.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild app-admin/rsyslog/rsyslog-8.18.0.ebuild app-admin/rsyslog/rsyslog-8.19.0.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0b9e6c1961ce0578e0fb916fceb4054f34847602 X-VCS-Branch: master Date: Wed, 3 Aug 2016 08:17:29 +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-Archives-Salt: f00d7f98-3313-4c37-b4e4-27e80ad03af5 X-Archives-Hash: f973b6dcc125d1ce8c3e79cf7ce5cf1a commit: 0b9e6c1961ce0578e0fb916fceb4054f34847602 Author: Thomas Deutschmann whissi de> AuthorDate: Tue Aug 2 13:09:07 2016 +0000 Commit: Patrice Clement gentoo 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 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