| 1 | # Copyright 1999-2011 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/sys-fs/encfs/encfs-1.7.4.ebuild,v 1.4 2011/12/04 16:43:32 hwoarang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/encfs-1.7.4.ebuild,v 1.5 2012/05/04 19:09:17 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | inherit eutils multilib versionator |
6 | inherit eutils multilib versionator |
| 7 | |
7 | |
| 8 | DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE" |
8 | DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE" |
| … | |
… | |
| 19 | >=dev-libs/rlog-1.4 |
19 | >=dev-libs/rlog-1.4 |
| 20 | >=sys-fs/fuse-2.7.0 |
20 | >=sys-fs/fuse-2.7.0 |
| 21 | sys-libs/zlib" |
21 | sys-libs/zlib" |
| 22 | DEPEND="${RDEPEND} |
22 | DEPEND="${RDEPEND} |
| 23 | dev-lang/perl |
23 | dev-lang/perl |
| 24 | dev-util/pkgconfig |
24 | virtual/pkgconfig |
| 25 | xattr? ( sys-apps/attr ) |
25 | xattr? ( sys-apps/attr ) |
| 26 | sys-devel/gettext" |
26 | sys-devel/gettext" |
| 27 | |
27 | |
| 28 | src_prepare() { |
28 | src_prepare() { |
| 29 | epatch "${FILESDIR}"/${PN}-1.7.4-r68:69.patch |
29 | epatch "${FILESDIR}"/${PN}-1.7.4-r68:69.patch |