blob: ee94e0dfe760225d156e80fc90e29740c5f155ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/bzip2 app-arch/xz-utils sys-libs/zlib-ng virtual/libiconv compat? ( !sys-libs/zlib[minizip] ) openssl? ( dev-libs/openssl:= ) zstd? ( app-arch/zstd:= ) test? ( dev-cpp/gtest )
DESCRIPTION=Fork of the popular zip manipulation library found in the zlib distribution
EAPI=8
HOMEPAGE=https://github.com/zlib-ng/minizip-ng
INHERIT=cmake
IUSE=compat openssl test zstd
KEYWORDS=~amd64 ~x86
LICENSE=ZLIB
RDEPEND=app-arch/bzip2 app-arch/xz-utils sys-libs/zlib-ng virtual/libiconv compat? ( !sys-libs/zlib[minizip] ) openssl? ( dev-libs/openssl:= ) zstd? ( app-arch/zstd:= )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/zlib-ng/minizip-ng/archive/refs/tags/3.0.7.tar.gz -> minizip-ng-3.0.7.tar.gz
_eclasses_=toolchain-funcs 37a4612ce5522df5a100359a8dbc8491 multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 69394e25812406faa1f90edaf4969395 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 8ed38f92fe095be374d6c4c8d4c0dda7 xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 44afbf15c35884f7c840470f1cf05d0d
_md5_=c712c4e82cb445521f73faaef2a2a7fd
|