| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.2 2011/11/28 00:00:10 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-fs/encfs/encfs-1.7.4.ebuild,v 1.3 2011/11/28 11:43:13 phajdan.jr 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" |
| 9 | HOMEPAGE="http://www.arg0.net/encfs/" |
9 | HOMEPAGE="http://www.arg0.net/encfs/" |
| 10 | SRC_URI="http://encfs.googlecode.com/files/${P}.tgz" |
10 | SRC_URI="http://encfs.googlecode.com/files/${P}.tgz" |
| 11 | |
11 | |
| 12 | LICENSE="GPL-3" |
12 | LICENSE="GPL-3" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~sparc ~x86" |
14 | KEYWORDS="~amd64 ~sparc x86" |
| 15 | IUSE="xattr" |
15 | IUSE="xattr" |
| 16 | |
16 | |
| 17 | RDEPEND=">=dev-libs/boost-1.34 |
17 | RDEPEND=">=dev-libs/boost-1.34 |
| 18 | >=dev-libs/openssl-0.9.7 |
18 | >=dev-libs/openssl-0.9.7 |
| 19 | >=dev-libs/rlog-1.4 |
19 | >=dev-libs/rlog-1.4 |