Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/
Date: Wed, 03 Aug 2016 08:17:35
Message-Id: 1470212245.0b9e6c1961ce0578e0fb916fceb4054f34847602.monsieurp@gentoo
1 commit: 0b9e6c1961ce0578e0fb916fceb4054f34847602
2 Author: Thomas Deutschmann <whissi <AT> whissi <DOT> de>
3 AuthorDate: Tue Aug 2 13:09:07 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 08:17:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9e6c19
7
8 app-admin/rsyslog: Fix REPLACING_VERSIONS usage
9
10 We no longer need this check because the previous major version was already
11 removed in 2015.
12
13 Gentoo-Bug: https://bugs.gentoo.org/589448
14
15 Package-Manager: portage-2.3.0
16 Closes: https://github.com/gentoo/gentoo/pull/2001
17
18 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
19
20 app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild | 9 ---------
21 app-admin/rsyslog/rsyslog-8.18.0.ebuild | 9 ---------
22 app-admin/rsyslog/rsyslog-8.19.0.ebuild | 9 ---------
23 3 files changed, 27 deletions(-)
24
25 diff --git a/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
26 index 1d16b3a..7716605 100644
27 --- a/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
28 +++ b/app-admin/rsyslog/rsyslog-8.16.0-r1.ebuild
29 @@ -315,15 +315,6 @@ pkg_postinst() {
30 fi
31 fi
32
33 - if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 ]]; then
34 - # Show this message until rsyslog-8.x
35 - echo
36 - elog "Since ${PN}-7.6.3 we no longer use the catch-all log target"
37 - elog "\"/var/log/syslog\" due to its redundancy to the other log targets."
38 -
39 - advertise_readme=1
40 - fi
41 -
42 if [[ ${advertise_readme} -gt 0 ]]; then
43 # We need to show the README file location
44
45
46 diff --git a/app-admin/rsyslog/rsyslog-8.18.0.ebuild b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
47 index 3b0302e..0b12c85 100644
48 --- a/app-admin/rsyslog/rsyslog-8.18.0.ebuild
49 +++ b/app-admin/rsyslog/rsyslog-8.18.0.ebuild
50 @@ -346,15 +346,6 @@ pkg_postinst() {
51 fi
52 fi
53
54 - if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 ]]; then
55 - # Show this message until rsyslog-8.x
56 - echo
57 - elog "Since ${PN}-7.6.3 we no longer use the catch-all log target"
58 - elog "\"/var/log/syslog\" due to its redundancy to the other log targets."
59 -
60 - advertise_readme=1
61 - fi
62 -
63 if [[ ${advertise_readme} -gt 0 ]]; then
64 # We need to show the README file location
65
66
67 diff --git a/app-admin/rsyslog/rsyslog-8.19.0.ebuild b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
68 index 34a7983..bf88553 100644
69 --- a/app-admin/rsyslog/rsyslog-8.19.0.ebuild
70 +++ b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
71 @@ -341,15 +341,6 @@ pkg_postinst() {
72 fi
73 fi
74
75 - if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 8.0 ]]; then
76 - # Show this message until rsyslog-8.x
77 - echo
78 - elog "Since ${PN}-7.6.3 we no longer use the catch-all log target"
79 - elog "\"/var/log/syslog\" due to its redundancy to the other log targets."
80 -
81 - advertise_readme=1
82 - fi
83 -
84 if [[ ${advertise_readme} -gt 0 ]]; then
85 # We need to show the README file location