2021-04-22 07:50:41 UTC

This commit is contained in:
Repository mirror & CI
2021-04-22 07:50:41 +00:00
parent b32eb9148a
commit 1ae02c8b57
10 changed files with 24 additions and 37 deletions

View File

@@ -4,12 +4,13 @@ DEPEND=sys-apps/gawk dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidge
DESCRIPTION=Linux port of Far Manager
EAPI=7
HOMEPAGE=https://github.com/elfmz/far2l
INHERIT=eutils cmake xdg-utils wxwidgets python-any-r1
IUSE=+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs
INHERIT=cmake xdg-utils wxwidgets python-r1
IUSE=+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=sys-apps/gawk dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidgets? ( x11-libs/wxGTK:3.0-gtk3 ) ssl? ( !libressl? ( dev-libs/openssl ) libressl? ( dev-libs/libressl ) ) sftp? ( net-libs/libssh[sftp] ) samba? ( net-fs/samba ) nfs? ( net-fs/libnfs ) webdav? ( net-libs/neon ) archive? ( dev-libs/libpcre2 app-arch/libarchive ) python? ( || ( ( dev-lang/python:3.9 dev-python/virtualenv[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/virtualenv[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/virtualenv[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) )
REQUIRED_USE=python? ( || ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) )
SLOT=0
SRC_URI=https://github.com/elfmz/far2l/archive/v2021-04-19_alpha.tar.gz -> far2l-2.3.20210419_alpha.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da wxwidgets 407be90c398e52298054aff2093912a3 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-any-r1 17241a11501065ff3651350040875aa9
_md5_=6461fd6b970055d9a03cf14c509310a7
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da wxwidgets 407be90c398e52298054aff2093912a3 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535
_md5_=141f43607f006950199611a2ca847f2c

View File

@@ -4,11 +4,12 @@ DEPEND=sys-apps/gawk dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidge
DESCRIPTION=Linux port of Far Manager
EAPI=7
HOMEPAGE=https://github.com/elfmz/far2l
INHERIT=eutils cmake xdg-utils wxwidgets python-any-r1 git-r3
IUSE=+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs
INHERIT=cmake xdg-utils wxwidgets python-r1 git-r3
IUSE=+ssl libressl sftp samba nfs webdav +archive +wxwidgets python +static-libs python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=sys-apps/gawk dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidgets? ( x11-libs/wxGTK:3.0-gtk3 ) ssl? ( !libressl? ( dev-libs/openssl ) libressl? ( dev-libs/libressl ) ) sftp? ( net-libs/libssh[sftp] ) samba? ( net-fs/samba ) nfs? ( net-fs/libnfs ) webdav? ( net-libs/neon ) archive? ( dev-libs/libpcre2 app-arch/libarchive ) python? ( || ( ( dev-lang/python:3.9 dev-python/virtualenv[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/virtualenv[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/virtualenv[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) )
REQUIRED_USE=python? ( || ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) )
SLOT=0
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da wxwidgets 407be90c398e52298054aff2093912a3 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-any-r1 17241a11501065ff3651350040875aa9 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=6461fd6b970055d9a03cf14c509310a7
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic c0964e43ba712cb933da5f65b958fa88 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da wxwidgets 407be90c398e52298054aff2093912a3 multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=141f43607f006950199611a2ca847f2c