Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Sat, 30 Jul 2022 16:48:45
Message-Id: 1659199680.cadcdec7947c6e0dea071e3cec85dadf71805997.bkohler@gentoo
1 commit: cadcdec7947c6e0dea071e3cec85dadf71805997
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 16:48:00 2022 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 16:48:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cadcdec7
7
8 net-fs/samba: finally remove samba4 warnings
9
10 Closes: https://bugs.gentoo.org/700926
11
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 net-fs/samba/samba-4.14.14.ebuild | 11 -----------
15 net-fs/samba/samba-4.15.9.ebuild | 13 -------------
16 net-fs/samba/samba-4.16.4.ebuild | 13 -------------
17 3 files changed, 37 deletions(-)
18
19 diff --git a/net-fs/samba/samba-4.14.14.ebuild b/net-fs/samba/samba-4.14.14.ebuild
20 index 82300ebb6402..31aaeb385a35 100644
21 --- a/net-fs/samba/samba-4.14.14.ebuild
22 +++ b/net-fs/samba/samba-4.14.14.ebuild
23 @@ -330,15 +330,4 @@ multilib_src_test() {
24
25 pkg_postinst() {
26 tmpfiles_process samba.conf
27 -
28 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
29 - elog "Be aware that this release contains the best of all of Samba's"
30 - elog "technology parts, both a file server (that you can reasonably expect"
31 - elog "to upgrade existing Samba 3.x releases to) and the AD domain"
32 - elog "controller work previously known as 'samba4'."
33 - elog
34 - fi
35 - elog "For further information and migration steps make sure to read "
36 - elog "https://samba.org/samba/history/${P}.html "
37 - elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
38 }
39
40 diff --git a/net-fs/samba/samba-4.15.9.ebuild b/net-fs/samba/samba-4.15.9.ebuild
41 index 2ba0530bb6ae..3ea8aa274e59 100644
42 --- a/net-fs/samba/samba-4.15.9.ebuild
43 +++ b/net-fs/samba/samba-4.15.9.ebuild
44 @@ -325,17 +325,4 @@ multilib_src_test() {
45
46 pkg_postinst() {
47 tmpfiles_process samba.conf
48 -
49 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
50 - elog "Be aware that this release contains the best of all of Samba's"
51 - elog "technology parts, both a file server (that you can reasonably expect"
52 - elog "to upgrade existing Samba 3.x releases to) and the AD domain"
53 - elog "controller work previously known as 'samba4'."
54 - elog
55 - fi
56 - if [[ "${PV}" != *_rc* ]] ; then
57 - elog "For further information and migration steps make sure to read "
58 - elog "https://samba.org/samba/history/${P}.html "
59 - elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
60 - fi
61 }
62
63 diff --git a/net-fs/samba/samba-4.16.4.ebuild b/net-fs/samba/samba-4.16.4.ebuild
64 index 02f5797dfdc2..0285da3c90ea 100644
65 --- a/net-fs/samba/samba-4.16.4.ebuild
66 +++ b/net-fs/samba/samba-4.16.4.ebuild
67 @@ -329,17 +329,4 @@ multilib_src_test() {
68
69 pkg_postinst() {
70 tmpfiles_process samba.conf
71 -
72 - if [[ -z ${REPLACING_VERSIONS} ]] ; then
73 - elog "Be aware that this release contains the best of all of Samba's"
74 - elog "technology parts, both a file server (that you can reasonably expect"
75 - elog "to upgrade existing Samba 3.x releases to) and the AD domain"
76 - elog "controller work previously known as 'samba4'."
77 - elog
78 - fi
79 - if [[ "${PV}" != *_rc* ]] ; then
80 - elog "For further information and migration steps make sure to read "
81 - elog "https://samba.org/samba/history/${P}.html "
82 - elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
83 - fi
84 }