1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/Attic/netatalk-2.2.1-r3.ebuild,v 1.5 2012/04/22 14:44:27 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/Attic/netatalk-2.2.1-r3.ebuild,v 1.6 2012/04/24 12:43:03 ago Exp $ |
4 | |
4 | |
5 | EAPI="4" |
5 | EAPI="4" |
6 | |
6 | |
7 | inherit pam flag-o-matic multilib autotools |
7 | inherit pam flag-o-matic multilib autotools |
8 | |
8 | |
… | |
… | |
11 | HOMEPAGE="http://netatalk.sourceforge.net/" |
11 | HOMEPAGE="http://netatalk.sourceforge.net/" |
12 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
12 | SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
13 | |
13 | |
14 | LICENSE="GPL-2 BSD" |
14 | LICENSE="GPL-2 BSD" |
15 | SLOT="0" |
15 | SLOT="0" |
16 | KEYWORDS="~amd64 arm ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" |
16 | KEYWORDS="amd64 arm ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" |
17 | IUSE="acl appletalk avahi cracklib cups debug kerberos ldap pam quota slp ssl static-libs tcpd" |
17 | IUSE="acl appletalk avahi cracklib cups debug kerberos ldap pam quota slp ssl static-libs tcpd" |
18 | |
18 | |
19 | RDEPEND=">=sys-libs/db-4.2.52 |
19 | RDEPEND=">=sys-libs/db-4.2.52 |
20 | avahi? ( net-dns/avahi[dbus] ) |
20 | avahi? ( net-dns/avahi[dbus] ) |
21 | cracklib? ( sys-libs/cracklib ) |
21 | cracklib? ( sys-libs/cracklib ) |