blob: 3af3bc71a439348eea606b341a7940428b1bead4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
DESCRIPTION=portable CVS repository synchronization utility
EAPI=5
HOMEPAGE=https://github.com/cvsync/cvsync
IUSE=gcrypt mhash +openssl
LICENSE=BSD
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
_eclass_exported_funcs=src_unpack:- src_compile:- src_install:-
_eclasses_=git-2 672c3929a162f221a53b4ccb4d25d8a2 multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=9cf49fc3decf0bae5aee46b1cf8b7d6e
|