| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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.0.5-r1.ebuild,v 1.8 2010/08/05 17:18:27 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/Attic/netatalk-2.0.5-r1.ebuild,v 1.9 2010/10/15 02:05:39 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | |
6 | |
| 7 | inherit eutils pam |
7 | inherit eutils pam |
| 8 | |
8 | |
| … | |
… | |
| 24 | cups? ( net-print/cups ) |
24 | cups? ( net-print/cups ) |
| 25 | kerberos? ( virtual/krb5 ) |
25 | kerberos? ( virtual/krb5 ) |
| 26 | >=sys-apps/coreutils-7.1 |
26 | >=sys-apps/coreutils-7.1 |
| 27 | !app-text/yudit" |
27 | !app-text/yudit" |
| 28 | DEPEND="${RDEPEND} |
28 | DEPEND="${RDEPEND} |
| 29 | xfs? ( sys-fs/xfsprogs <sys-kernel/linux-headers-2.6.16 )" |
29 | xfs? ( sys-fs/xfsprogs )" |
| 30 | |
30 | |
| 31 | src_prepare() { |
31 | src_prepare() { |
| 32 | epatch "${FILESDIR}"/${P}-control-pam.patch |
32 | epatch "${FILESDIR}"/${P}-control-pam.patch |
| 33 | |
33 | |
| 34 | # until someone that understands their config script build |
34 | # until someone that understands their config script build |