Diff maildrop-3.1.4 with a maildrop-3.1.5
/usr/portage/mail-filter/maildrop/maildrop-3.1.5.ebuild 2023-10-09 14:52:31.580368403 +0300 | ||
---|---|---|
20 | 20 |
dev-libs/libpcre2 |
21 | 21 |
net-dns/libidn2:= |
22 | 22 |
>=net-libs/courier-unicode-2.0:= |
23 |
net-mail/courier-common[berkdb?,gdbm?] |
|
23 | 24 |
gdbm? ( >=sys-libs/gdbm-1.8.0:= ) |
24 | 25 |
mysql? ( net-libs/courier-authlib ) |
25 | 26 |
postgres? ( net-libs/courier-authlib ) |
... | ... | |
49 | 50 | |
50 | 51 |
PATCHES=( |
51 | 52 |
"${FILESDIR}"/${PN}-3.1.1-testsuite.patch |
52 |
"${FILESDIR}"/${PN}-3.0.2-makedat.patch |
|
53 |
"${FILESDIR}"/${P}-common.patch |
|
53 | 54 |
) |
54 | 55 | |
55 | 56 |
src_prepare() { |
... | ... | |
124 | 125 | |
125 | 126 |
# bugs 61116, 374009, and 639124 |
126 | 127 |
if ! use tools ; then |
127 |
for tool in "maildirmake" "deliverquota"; do |
|
128 |
for tool in "maildirmake"; do |
|
128 | 129 |
rm "${D}/usr/bin/${tool}" || die |
129 | 130 |
rm "${D}/usr/share/man/man"[0-9]"/${tool}."[0-9] || die |
130 | 131 |
done |