Diff diradm-2.9.7.1 with a diradm-2.9.7.1-r1
/usr/portage/app-admin/diradm/diradm-2.9.7.1-r1.ebuild 2023-10-09 14:52:28.144368316 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
DESCRIPTION="A nearly complete nss/shadow suite for managing POSIX users/groups/data in LDAP" |
7 | 7 |
#HOMEPAGE="http://research.iat.sfu.ca/custom-software/diradm/" |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ~ppc ppc64 x86" |
|
14 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
|
15 | 15 |
IUSE="automount irixpasswd samba test" |
16 | 16 |
RESTRICT="!test? ( test )" |
17 | 17 |
REQUIRED_USE="test? ( automount irixpasswd samba )" |
18 | 18 | |
19 |
RDEPEND=">=net-nds/openldap-2.3 |
|
20 |
sys-apps/gawk |
|
19 |
RDEPEND=" |
|
20 |
app-shells/bash:* |
|
21 |
dev-lang/perl |
|
22 |
>=net-nds/openldap-2.3 |
|
21 | 23 |
sys-apps/coreutils |
24 |
sys-apps/gawk |
|
22 | 25 |
sys-apps/grep |
23 |
dev-lang/perl |
|
24 |
app-shells/bash:* |
|
25 | 26 |
sys-apps/sed |
26 | 27 |
virtual/perl-MIME-Base64 |
27 | 28 |
samba? ( |
28 | 29 |
dev-perl/Crypt-SmbHash |
29 | 30 |
>=net-fs/samba-3.0.6 |
30 |
)" |
|
31 |
DEPEND=" |
|
32 |
${RDEPEND} |
|
31 |
) |
|
32 |
" |
|
33 |
DEPEND="${RDEPEND}" |
|
34 |
BDEPEND=" |
|
33 | 35 |
test? ( |
34 | 36 |
dev-perl/Crypt-SmbHash |
35 |
>=net-fs/samba-3.0.6 |
|
36 | 37 |
dev-util/dejagnu |
38 |
>=net-fs/samba-3.0.6 |
|
37 | 39 |
net-nds/openldap[-minimal] |
38 |
)" |
|
40 |
) |
|
41 |
" |
|
39 | 42 | |
40 | 43 |
src_configure() { |
41 | 44 |
econf \ |