Skip to content

Commit

Permalink
net-fs/samba: finally remove samba4 warnings
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/700926

Signed-off-by: Ben Kohler <[email protected]>
  • Loading branch information
benkohler committed Jul 30, 2022
1 parent 324cb92 commit cadcdec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
11 changes: 0 additions & 11 deletions net-fs/samba/samba-4.14.14.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,4 @@ multilib_src_test() {

pkg_postinst() {
tmpfiles_process samba.conf

if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
}
13 changes: 0 additions & 13 deletions net-fs/samba/samba-4.15.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -325,17 +325,4 @@ multilib_src_test() {

pkg_postinst() {
tmpfiles_process samba.conf

if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
if [[ "${PV}" != *_rc* ]] ; then
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
fi
}
13 changes: 0 additions & 13 deletions net-fs/samba/samba-4.16.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -329,17 +329,4 @@ multilib_src_test() {

pkg_postinst() {
tmpfiles_process samba.conf

if [[ -z ${REPLACING_VERSIONS} ]] ; then
elog "Be aware that this release contains the best of all of Samba's"
elog "technology parts, both a file server (that you can reasonably expect"
elog "to upgrade existing Samba 3.x releases to) and the AD domain"
elog "controller work previously known as 'samba4'."
elog
fi
if [[ "${PV}" != *_rc* ]] ; then
elog "For further information and migration steps make sure to read "
elog "https://samba.org/samba/history/${P}.html "
elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
fi
}

0 comments on commit cadcdec

Please sign in to comment.