blob: 39d9ba80a7081ec85862f8b924668f03927a70da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install unpack
DEPEND=sys-libs/zlib openssl? ( dev-libs/openssl:0= ) !openssl? ( gcrypt? ( dev-libs/libgcrypt:0= ) mhash? ( app-crypt/mhash ) ) >=dev-vcs/git-1.8.2.1[curl]
DESCRIPTION=portable CVS repository synchronization utility
EAPI=6
HOMEPAGE=https://github.com/cvsync/cvsync
INHERIT=toolchain-funcs git-r3
IUSE=gcrypt mhash +openssl
LICENSE=BSD
PROPERTIES=live
RDEPEND=sys-libs/zlib openssl? ( dev-libs/openssl:0= ) !openssl? ( gcrypt? ( dev-libs/libgcrypt:0= ) mhash? ( app-crypt/mhash ) )
REQUIRED_USE=!openssl? ( ^^ ( gcrypt mhash ) )
SLOT=0
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4b66d835ec72e021e359bb81eacfe988 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=75e58163511a3fe6716550d90e90a4af
|