Сравнение courier-authlib-0.72.7 с courier-authlib-0.73.2
| /usr/portage/net-libs/courier-authlib/courier-authlib-0.73.2.ebuild 2026-08-06 20:03:04.749521327 +0300 | ||
|---|---|---|
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-3" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 15 | 15 |
IUSE="berkdb debug gdbm ldap mysql pam postgres sqlite static-libs" |
| 16 | 16 | |
| 17 | 17 |
RESTRICT="!berkdb? ( test )" |
| 18 | 18 | |
| 19 | 19 |
DEPEND="net-mail/mailbase |
| 20 |
>=net-libs/courier-unicode-2.5.0:= |
|
| 20 |
>=net-libs/courier-unicode-2.6.0:= |
|
| 21 | 21 |
virtual/libcrypt:= |
| 22 | 22 |
dev-libs/libltdl |
| 23 | 23 |
gdbm? ( sys-libs/gdbm:= ) |
| ... | ... | |
| 128 | 128 |
if use ldap ; then |
| 129 | 129 |
DOCS+=( README.ldap ) |
| 130 | 130 |
dodir /etc/openldap/schema |
| 131 |
cp -f authldap.schema "${D}/etc/openldap/schema/" || die
|
|
| 131 |
cp -f authldap.ldif "${D}/etc/openldap/schema/" || die
|
|
| 132 | 132 |
fi |
| 133 | 133 |
if use sqlite ; then |
| 134 | 134 |
HTML_DOCS+=( README.authsqlite.html README.authmysql.html ) |