Diff courier-imap-5.2.3 with a courier-imap-5.2.4

/usr/portage/net-mail/courier-imap/courier-imap-5.2.4.ebuild 2023-10-09 14:52:34.608368479 +0300
24 24
	>=net-libs/courier-unicode-2:=
25 25
	>=net-mail/mailbase-0.00-r8
26 26
	net-dns/libidn:=
27
	net-mail/courier-makedat[berkdb?,gdbm?]
27
	net-mail/courier-common[berkdb?,gdbm?]
28 28
	berkdb? ( sys-libs/db:= )
29 29
	gdbm? ( >=sys-libs/gdbm-1.8.0:= )
30 30
"
......
65 65
PATCHES=(
66 66
	"${FILESDIR}/${PN}-5.1.8-aclocal-fix.patch"
67 67
	"${FILESDIR}/${PN}-5.0.8-ar-fix.patch"
68
	"${FILESDIR}/${PN}-5.2.1-makedat.patch"
68
	"${FILESDIR}/${P}-common.patch"
69 69
)
70 70

  
71 71
src_prepare() {
......
215 215
	mv "${D}/usr/share/man/man1/"{,courier-}maildirmake.1 \
216 216
		|| die "failed to rename maildirmake.1 to courier-maildirmake.1"
217 217

  
218
	rm -rf "${D}"/usr/sbin/doc
219

  
218 220
	dodoc AUTHORS INSTALL NEWS README ChangeLog
219 221
	readme.gentoo_create_doc
220 222
	dodoc "${FILESDIR}/${PN}-gentoo.readme"
Thank you!