blob: ccbbd5f8377872858060f1045c170d7c151d8793 (
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 9a610728b9bcca1919234cceb35a1027 multilib 5ca4e49abed8e3a2f7b56920eadee157 git-r3 2347f8fe2d392b2a091191f94be37e6f
_md5_=75e58163511a3fe6716550d90e90a4af
|