2021-01-05 15:36:58 UTC

This commit is contained in:
Repository mirror & CI
2021-01-05 15:36:59 +00:00
parent 74f3c09e66
commit e1daa68f60
40 changed files with 192 additions and 90 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
BDEPEND=dev-libs/libxml2 dev-libs/boost dev-libs/octetos-coreutils sys-devel/bison sys-devel/flex gtk? ( x11-libs/gtk+ ) dev-libs/libtar mariadb? ( dev-libs/octetos-db-maria ) postgresql? ( dev-libs/octetos-db-postgresql ) media-gfx/imagemagick dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=API Generator for Database acces.
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/apidb
IUSE=+mariadb postgresql commands gtk +corelibs
KEYWORDS=~amd64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://github.com/azaeldevel/apidb/archive/5.8.0-beta.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=86f39e77e630820be3a2dfa6d1983409

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( python_single_target_python3_7? ( >=dev-python/beautifulsoup-4[python_targets_python3_7(-)] >=dev-python/bottle-0.12[python_targets_python3_7(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_7(-)] >=dev-python/httplib2-0.10[python_targets_python3_7(-)] >=dev-python/lxml-3.0[python_targets_python3_7(-)] >=dev-python/oauth2client-4.0[python_targets_python3_7(-)] >=dev-python/ply-3.4[python_targets_python3_7(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_7(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_7(-)] >=dev-python/requests-2.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/beautifulsoup-4[python_targets_python3_8(-)] >=dev-python/bottle-0.12[python_targets_python3_8(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_8(-)] >=dev-python/httplib2-0.10[python_targets_python3_8(-)] >=dev-python/lxml-3.0[python_targets_python3_8(-)] >=dev-python/oauth2client-4.0[python_targets_python3_8(-)] >=dev-python/ply-3.4[python_targets_python3_8(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_8(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_8(-)] >=dev-python/requests-2.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/beautifulsoup-4[python_targets_python3_9(-)] >=dev-python/bottle-0.12[python_targets_python3_9(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_9(-)] >=dev-python/httplib2-0.10[python_targets_python3_9(-)] >=dev-python/lxml-3.0[python_targets_python3_9(-)] >=dev-python/oauth2client-4.0[python_targets_python3_9(-)] >=dev-python/ply-3.4[python_targets_python3_9(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_9(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_9(-)] >=dev-python/requests-2.0[python_targets_python3_9(-)] ) python_single_target_python3_7? ( >=dev-python/pytest-5.4.2[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/pytest-5.4.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/pytest-5.4.2[python_targets_python3_9(-)] ) ) python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] ) python_single_target_python3_7? ( >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/setuptools-42.0.2[python_targets_python3_9(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=A double-entry accounting system that uses text files as input
EAPI=7
HOMEPAGE=https://github.com/beancount/beancount
IUSE=test python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=python_single_target_python3_7? ( >=dev-python/beautifulsoup-4[python_targets_python3_7(-)] >=dev-python/bottle-0.12[python_targets_python3_7(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_7(-)] >=dev-python/httplib2-0.10[python_targets_python3_7(-)] >=dev-python/lxml-3.0[python_targets_python3_7(-)] >=dev-python/oauth2client-4.0[python_targets_python3_7(-)] >=dev-python/ply-3.4[python_targets_python3_7(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_7(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_7(-)] >=dev-python/requests-2.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/beautifulsoup-4[python_targets_python3_8(-)] >=dev-python/bottle-0.12[python_targets_python3_8(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_8(-)] >=dev-python/httplib2-0.10[python_targets_python3_8(-)] >=dev-python/lxml-3.0[python_targets_python3_8(-)] >=dev-python/oauth2client-4.0[python_targets_python3_8(-)] >=dev-python/ply-3.4[python_targets_python3_8(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_8(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_8(-)] >=dev-python/requests-2.0[python_targets_python3_8(-)] ) python_single_target_python3_9? ( >=dev-python/beautifulsoup-4[python_targets_python3_9(-)] >=dev-python/bottle-0.12[python_targets_python3_9(-)] >=dev-python/google-api-python-client-1.8.2[python_targets_python3_9(-)] >=dev-python/httplib2-0.10[python_targets_python3_9(-)] >=dev-python/lxml-3.0[python_targets_python3_9(-)] >=dev-python/oauth2client-4.0[python_targets_python3_9(-)] >=dev-python/ply-3.4[python_targets_python3_9(-)] >=dev-python/python-dateutil-2.6.0[python_targets_python3_9(-)] >=dev-python/python-magic-0.4.12[python_targets_python3_9(-)] >=dev-python/requests-2.0[python_targets_python3_9(-)] ) python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_9? ( dev-lang/python:3.9 >=dev-lang/python-exec-2:=[python_targets_python3_9] )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/beancount/beancount/archive/2.3.3.tar.gz -> beancount-2.3.3.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=19da2d929d66d6ec95445923ca5b4076

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure prepare
DEPEND=dev-libs/octetos-coreutils
DESCRIPTION=A command line function for package version management.
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-version
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/octetos-coreutils
SLOT=0
SRC_URI=https://github.com/azaeldevel/octetos-version/archive/0.19.0-alpha.tar.gz -> version-0.19.0_alpha.tar.gz
_eclasses_=autotools 3ec5e49b810b2571ca9c6d76f55867bb libtool f143db5a74ccd9ca28c1234deffede96 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=aae9d545dbadbe35135e22a3b2eeae2d

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure prepare
DEPEND=dev-libs/octetos-coreutils
DESCRIPTION=A command line function for package version management.
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-version
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/octetos-coreutils
SLOT=0
SRC_URI=https://github.com/azaeldevel/octetos-version/archive/0.20.1-alpha.tar.gz -> version-0.20.1_alpha.tar.gz
_eclasses_=autotools 3ec5e49b810b2571ca9c6d76f55867bb libtool f143db5a74ccd9ca28c1234deffede96 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=aae9d545dbadbe35135e22a3b2eeae2d

View File

@@ -1,13 +1,13 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/lz4 app-arch/snappy app-arch/xz-utils app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib sys-devel/binutils:*
DEPEND=app-arch/lz4 app-arch/snappy app-arch/xz-utils app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib sys-devel/binutils:*
DESCRIPTION=An open-source C++ library developed and used at Facebook
EAPI=7
HOMEPAGE=https://github.com/facebook/folly
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=app-arch/lz4 app-arch/snappy app-arch/xz-utils app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib sys-devel/binutils:*
RDEPEND=app-arch/lz4 app-arch/snappy app-arch/xz-utils app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib sys-devel/binutils:*
SLOT=0
SRC_URI=https://github.com/facebook/folly/archive/v2020.11.30.00.tar.gz -> folly-2020.11.30.00.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=c24afa7154fca5410295611a7fbef1e3
_md5_=39fae35a612206fd577c42bd494c48e8

View File

@@ -0,0 +1,13 @@
BDEPEND=dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/lz4 app-arch/snappy app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib
DESCRIPTION=An open-source C++ library developed and used at Facebook
EAPI=7
HOMEPAGE=https://github.com/facebook/folly
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=app-arch/lz4 app-arch/snappy app-arch/zstd dev-libs/double-conversion dev-libs/libevent dev-libs/libfmt dev-cpp/gflags dev-cpp/glog[gflags] dev-libs/boost[context,threads] sys-libs/binutils-libs sys-libs/zlib
SLOT=0
SRC_URI=https://github.com/facebook/folly/archive/v2021.01.04.00.tar.gz -> folly-2021.01.04.00.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=dbade1f268f89188208a9a975c0b3532

View File

@@ -5,11 +5,11 @@ DESCRIPTION=DBus API that allows cloud storage sync clients to expose their serv
EAPI=7
HOMEPAGE=https://gitlab.gnome.org/World/libcloudproviders
IUSE=doc introspection vala
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=LGPL-3+
RDEPEND=>=dev-libs/glib-2.58.0:2
REQUIRED_USE=vala? ( introspection )
SLOT=0
SRC_URI=https://gitlab.gnome.org/World/libcloudproviders/-/archive/0.3.1/libcloudproviders-0.3.1.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e l10n 8cdd85e169b835d518bc2fd59f780d8e meson fdaf2a7b9376934c1c7ddbd32114defb multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb vala 2cd99cd72bb91f3f190fa4ca576be580 wrapper 4251d4c84c25f59094fd557e0063a974
_md5_=22c4d613ef6c44bd1963a688b3be3e77
_md5_=3bab8d8c38ba0d39a9c49fbde9807e0e

View File

@@ -0,0 +1,13 @@
BDEPEND=dev-util/cunit dev-util/intltool sys-devel/bison >=sys-devel/gcc-8.1 >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=prepare
DEPEND=dev-libs/libconfig dev-perl/XML-Parser
DESCRIPTION=C/C++ library to mainly provide Semantic Versioned implementation
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-core
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/libconfig dev-perl/XML-Parser
SLOT=0
SRC_URI=https://github.com/azaeldevel/octetos-core/archive/2.20.0-beta/.tar.gz -> octetos-core-2.20.0_beta.tar.gz
_eclasses_=autotools 3ec5e49b810b2571ca9c6d76f55867bb libtool f143db5a74ccd9ca28c1234deffede96 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=5089ae02aba7614becfee8435579de83

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=configure prepare
DEPEND=dev-libs/octetos-db-abstract dev-db/mariadb-connector-c dev-db/mariadb:=
DESCRIPTION=C++ library for Database Acces.
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-db-maria
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/octetos-db-abstract dev-db/mariadb-connector-c dev-db/mariadb:=
SLOT=0
SRC_URI=https://github.com/azaeldevel/octetos-db-maria/archive/1.9.2-alpha.tar.gz -> octetos-db-maria-1.9.2_alpha.tar.gz
_eclasses_=autotools 3ec5e49b810b2571ca9c6d76f55867bb libtool f143db5a74ccd9ca28c1234deffede96 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=68da5ab6f4bbdf7f5630203d05e0753f

View File

@@ -5,7 +5,7 @@ DESCRIPTION=A Cython interface to the hidapi
EAPI=7
HOMEPAGE=https://github.com/trezor/cython-hidapi
IUSE=test python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=|| ( BSD GPL-3 )
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/h/hidapi/hidapi-0.10.1.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=4af529e1cfd70c7911fb861237bf9159
_md5_=7b360b3ccee1eae1f7fd636213079f3a

View File

@@ -5,7 +5,7 @@ DESCRIPTION=A Cython interface to the hidapi
EAPI=7
HOMEPAGE=https://github.com/trezor/cython-hidapi
IUSE=test python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=|| ( BSD GPL-3 )
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/h/hidapi/hidapi-0.9.0.post3.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=16400fa2db4ef2e63725689ce90ca8c9
_md5_=c29c801cd74cfda1739c0c967d807515

View File

@@ -5,11 +5,11 @@ DESCRIPTION=Python API client for Jellyfin
EAPI=7
HOMEPAGE=https://github.com/iwalton3/jellyfin-apiclient-python
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/j/jellyfin-apiclient-python/jellyfin-apiclient-python-1.6.2.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=50620647e057efb4583a5ccfb868a812
_md5_=2aef79f05e8fabf88fefcf1d5e8fbede

View File

@@ -1,15 +1,15 @@
BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
BDEPEND=dev-python/pillow[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/pillow[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEPEND=dev-python/sphinx[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DESCRIPTION=System tray icon creation via python
EAPI=7
HOMEPAGE=https://github.com/moses-palmer/pystray
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=LGPL-3
RDEPEND=dev-python/sphinx[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/python-xlib[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/pystray/pystray-0.17.2.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=8bb075d0d4afa70067e62726c7bbd015
_md5_=89385f3ac972e3f0f2facbd143a4f78f

View File

@@ -4,11 +4,11 @@ DESCRIPTION=Python API to MPV using JSON IPC
EAPI=7
HOMEPAGE=https://github.com/iwalton3/python-mpv-jsonipc
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/python-mpv-jsonipc/python-mpv-jsonipc-1.1.12.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=3928d03b2bcdbbe3c15688a6d0f20e42
_md5_=5b2c47758685d29e55331ef4d1e6361a

View File

@@ -4,11 +4,11 @@ DESCRIPTION=Python API to MPV using JSON IPC
EAPI=7
HOMEPAGE=https://github.com/iwalton3/python-mpv-jsonipc
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/python-mpv-jsonipc/python-mpv-jsonipc-1.1.13.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=3928d03b2bcdbbe3c15688a6d0f20e42
_md5_=5b2c47758685d29e55331ef4d1e6361a

View File

@@ -4,11 +4,11 @@ DESCRIPTION=A lightweight cross-platform wrapper around a webview component
EAPI=7
HOMEPAGE=https://github.com/r0x0r/pywebview
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD
RDEPEND=dev-python/pygobject[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/PyQt5[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/PyQtWebEngine[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/p/pywebview/pywebview-3.4.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=0dfc44e1951e5b37ef1ae0cee0dcbe35
_md5_=45fc0df95b644b4e06a131cc4b4c5250

View File

@@ -4,11 +4,11 @@ DESCRIPTION=System V IPC primitives for python
EAPI=7
HOMEPAGE=http://semanchuk.com/philip/sysv_ipc/
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD
RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/s/sysv_ipc/sysv_ipc-1.0.1.tar.gz
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=f197a093d1102f39c9f58c20df7fc18a
_md5_=076d7183cea2fce1bfecb7a4da2e0f61

File diff suppressed because one or more lines are too long

View File

@@ -3,9 +3,9 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
EAPI=7
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-AV1
KEYWORDS=~amd64 -x86
KEYWORDS=~amd64 -arm ~arm64 -x86
LICENSE=AOM BSD-2
SLOT=0/0.8.5
SRC_URI=https://github.com/OpenVisualCloud/SVT-AV1/archive/v0.8.5.tar.gz -> svt-av1-0.8.5.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=d8a24aa5f48d6f4e1a502e7019273507
_md5_=0c63cbfdc642eca92a7992fcbaf7f351

View File

@@ -3,9 +3,9 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
EAPI=7
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-AV1
KEYWORDS=~amd64 -x86
KEYWORDS=~amd64 -arm ~arm64 -x86
LICENSE=AOM BSD-2
SLOT=0/0.8.6
SRC_URI=https://github.com/OpenVisualCloud/SVT-AV1/archive/v0.8.6.tar.gz -> svt-av1-0.8.6.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=34b7c8e4387c10f1eb57a6bf3e6be8e6
_md5_=08d7382e1a8fd37b2f142af681e486b1

View File

@@ -7,4 +7,4 @@ LICENSE=AOM BSD-2
PROPERTIES=live
SLOT=0/0.8.6
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=34b7c8e4387c10f1eb57a6bf3e6be8e6
_md5_=08d7382e1a8fd37b2f142af681e486b1

View File

@@ -4,9 +4,9 @@ DEPEND=dev-lang/nasm
DESCRIPTION=Scalable Video Technology for HEVC (SVT-HEVC Encoder)
EAPI=7
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-HEVC
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm64
LICENSE=AOM BSD-2
SLOT=0/1
SRC_URI=https://github.com/OpenVisualCloud/SVT-HEVC/archive/v1.5.0.tar.gz -> svt-hevc-1.5.0.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=44d224e80885f4dd1205ab9b2a5a5381
_md5_=44086f77038ea678c36a0f448c997325

View File

@@ -8,4 +8,4 @@ LICENSE=AOM BSD-2
PROPERTIES=live
SLOT=0/1
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=44d224e80885f4dd1205ab9b2a5a5381
_md5_=44086f77038ea678c36a0f448c997325

View File

@@ -4,9 +4,9 @@ DEPEND=dev-lang/nasm
DESCRIPTION=Scalable Video Technology for VP9 (SVT-VP9 Encoder)
EAPI=7
HOMEPAGE=https://github.com/OpenVisualCloud/SVT-VP9
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm64
LICENSE=AOM BSD-2
SLOT=0/1
SRC_URI=https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0.tar.gz -> svt-vp9-0.3.0.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=beee73b890b96ca11df2522b6a06b669
_md5_=2f06be74b47b461b2661b446017896f2

View File

@@ -8,4 +8,4 @@ LICENSE=AOM BSD-2
PROPERTIES=live
SLOT=0/1
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=beee73b890b96ca11df2522b6a06b669
_md5_=2f06be74b47b461b2661b446017896f2

View File

@@ -13,4 +13,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/monero-project/monero/archive/v0.17.1.7.tar.gz -> monero-0.17.1.7.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=46f059415378cfa6f7971f0e26d9650f
_md5_=d5ff3e73091e497491b307e6c22d7ef7

View File

@@ -13,4 +13,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/monero-project/monero/archive/v0.17.1.8.tar.gz -> monero-0.17.1.8.tar.gz
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=f6093d021e62c35afda15f39c8ef3acf
_md5_=d5ff3e73091e497491b307e6c22d7ef7

View File

@@ -0,0 +1,15 @@
BDEPEND=virtual/pkgconfig dev-util/ninja dev-util/cmake virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst prepare test unpack
DEPEND=acct-group/monero acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= )
DESCRIPTION=The secure, private, untraceable cryptocurrency
EAPI=7
HOMEPAGE=https://github.com/monero-project/monero
IUSE=+daemon libressl readline +tools +wallet-cli +wallet-rpc
LICENSE=BSD MIT
PROPERTIES=live
RDEPEND=acct-group/monero acct-user/monero dev-libs/boost:=[nls,threads] dev-libs/libsodium:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] net-libs/czmq:= net-libs/miniupnpc !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) readline? ( sys-libs/readline:0= )
REQUIRED_USE=|| ( daemon tools wallet-cli wallet-rpc )
RESTRICT=test
SLOT=0
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 git-r3 3e7ec3d6619213460c85e2aa48398441 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=8d27bd42f707edb34485d1b922e3f98c

View File

@@ -0,0 +1,12 @@
BDEPEND=dev-haskell/cabal:0= dev-lang/ghc:0= dev-util/gperf sys-devel/autoconf sys-devel/bison sys-devel/flex >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DEPEND=dev-haskell/old-time:0= dev-haskell/regex-compat:0= dev-haskell/split:0= dev-haskell/syb:0= dev-lang/tcl
DESCRIPTION=Bluespec High Level Hardware Design Language
EAPI=7
HOMEPAGE=https://github.com/B-Lang-org/bsc
LICENSE=BSD GPL-3+ MIT
PROPERTIES=live
RDEPEND=dev-haskell/old-time:0= dev-haskell/regex-compat:0= dev-haskell/split:0= dev-haskell/syb:0= dev-lang/tcl
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=83a6e4bf4a2528145940751bfb9db5c2

View File

@@ -1,16 +0,0 @@
BDEPEND=virtual/pkgconfig >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) mpi? ( virtual/mpi[cxx] ) mkl? ( sci-libs/mkl ) openblas? ( sci-libs/openblas ) tecio? ( dev-libs/boost:= )
DESCRIPTION=SU2: An Open-Source Suite for Multiphysics Simulation and Design
EAPI=7
HOMEPAGE=https://su2code.github.io/
IUSE=cgns -mkl +mpi openblas tecio test tutorials python_single_target_python3_7 python_single_target_python3_8
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) mpi? ( virtual/mpi[cxx] ) mkl? ( sci-libs/mkl ) openblas? ( sci-libs/openblas )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 ) mkl? ( !openblas )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/su2code/SU2/archive/v7.0.6.tar.gz -> SU2-7.0.6.tar.gz test? ( https://github.com/su2code/TestCases/archive/v7.0.6.tar.gz -> SU2-7.0.6-TestCases.tar.gz ) tutorials? ( https://github.com/su2code/Tutorials/archive/v7.0.6.tar.gz -> SU2-7.0.6-Tutorials.tar.gz )
_eclasses_=meson fdaf2a7b9376934c1c7ddbd32114defb multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=5160296b6b078cb2d55026d0f9d3b7fb

View File

@@ -1,16 +0,0 @@
BDEPEND=virtual/pkgconfig >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install setup test unpack
DEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) mpi? ( virtual/mpi[cxx] ) mkl? ( sci-libs/mkl ) openblas? ( sci-libs/openblas ) tecio? ( dev-libs/boost:= )
DESCRIPTION=SU2: An Open-Source Suite for Multiphysics Simulation and Design
EAPI=7
HOMEPAGE=https://su2code.github.io/
IUSE=cgns -mkl +mpi openblas tecio test tutorials python_single_target_python3_7 python_single_target_python3_8
KEYWORDS=~amd64
LICENSE=LGPL-2.1
RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8 >=dev-lang/python-exec-2:=[python_targets_python3_8] ) mpi? ( virtual/mpi[cxx] ) mkl? ( sci-libs/mkl ) openblas? ( sci-libs/openblas )
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 ) mkl? ( !openblas )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/su2code/SU2/archive/v7.0.7.tar.gz -> SU2-7.0.7.tar.gz test? ( https://github.com/su2code/TestCases/archive/v7.0.7.tar.gz -> SU2-7.0.7-TestCases.tar.gz ) tutorials? ( https://github.com/su2code/Tutorials/archive/v7.0.7.tar.gz -> SU2-7.0.7-Tutorials.tar.gz )
_eclasses_=meson fdaf2a7b9376934c1c7ddbd32114defb multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=be84b1180d02f6d44323ed707d879144

View File

@@ -11,6 +11,6 @@ RDEPEND=python_single_target_python3_7? ( dev-lang/python:3.7 >=dev-lang/python-
REQUIRED_USE=^^ ( python_single_target_python3_7 python_single_target_python3_8 python_single_target_python3_9 ) mkl? ( !openblas )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/su2code/SU2/archive/v7.0.8.tar.gz -> SU2-7.0.8.tar.gz test? ( https://github.com/su2code/TestCases/archive/v7.0.7.tar.gz -> SU2-7.0.7-TestCases.tar.gz ) tutorials? ( https://github.com/su2code/Tutorials/archive/v7.0.7.tar.gz -> SU2-7.0.7-Tutorials.tar.gz )
SRC_URI=https://github.com/su2code/SU2/archive/v7.0.8.tar.gz -> SU2-7.0.8.tar.gz https://github.com/band-a-prend/gentoo-overlay/raw/master/sci-physics/SU2/files/SU2-7.0.8-fix-python-optimize.patch test? ( https://github.com/su2code/TestCases/archive/v7.0.7.tar.gz -> SU2-7.0.7-TestCases.tar.gz ) tutorials? ( https://github.com/su2code/Tutorials/archive/v7.0.7.tar.gz -> SU2-7.0.7-Tutorials.tar.gz )
_eclasses_=meson fdaf2a7b9376934c1c7ddbd32114defb multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 d3100de905f978df912135806cf27188 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=2b96465b70cc31516edbb24cc487a3af
_md5_=788c790d65377368cf03d01c6eca2e21

File diff suppressed because one or more lines are too long

View File

@@ -3,10 +3,10 @@ DESCRIPTION=Script for creating swap space from zram swaps, swap files and swap
EAPI=7
HOMEPAGE=https://github.com/Nefelim4ag/systemd-swap/
IUSE=kernel_linux
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=|| ( ( dev-lang/python:3.8 dev-python/python-systemd[python_targets_python3_8(-),-python_single_target_python3_8(-)] dev-python/sysv_ipc[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/python-systemd[python_targets_python3_7(-),-python_single_target_python3_7(-)] dev-python/sysv_ipc[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) )
SLOT=0
SRC_URI=https://github.com/Nefelim4ag/systemd-swap/archive/4.4.0.tar.gz -> systemd-swap-4.4.0.tar.gz
_eclasses_=linux-info c90a203b1c14cfa77bd3e37a0e96c955 multilib d410501a125f99ffb560b0c523cd3d1e python-any-r1 f630b6d8702353cdc13f2d4dd882e16e python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=c196554fd0012de1f721eb6bb338ed6a
_md5_=c5daf0099b71342f15fcde68f304807c

View File

@@ -9,4 +9,4 @@ PROPERTIES=live
RDEPEND=|| ( ( dev-lang/python:3.8 dev-python/python-systemd[python_targets_python3_8(-),-python_single_target_python3_8(-)] dev-python/sysv_ipc[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/python-systemd[python_targets_python3_7(-),-python_single_target_python3_7(-)] dev-python/sysv_ipc[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) )
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 linux-info c90a203b1c14cfa77bd3e37a0e96c955 multilib d410501a125f99ffb560b0c523cd3d1e python-any-r1 f630b6d8702353cdc13f2d4dd882e16e python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=c196554fd0012de1f721eb6bb338ed6a
_md5_=c5daf0099b71342f15fcde68f304807c

View File

@@ -37,7 +37,7 @@ app-editors/vscodium-bin 1.52.1: Free/Libre Open Source Software Binaries of VSC
app-emulation/dxvk-bin 1.7.2 1.7.3: Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine
app-emulation/nvidia-container-toolkit 1.4.0: NVIDIA container runtime toolkit
app-i18n/fcitx-skk 0.1.4: An input method engine for Fcitx
app-misc/apidb 4.3.0_beta 5.0.0_alpha 5.0.0_alpha8 5.0.0_alpha19 5.0.0_alpha20: API Generator for Database acces.
app-misc/apidb 4.3.0_beta 5.0.0_alpha 5.0.0_alpha8 5.0.0_alpha19 5.0.0_alpha20 5.8.0_beta: API Generator for Database acces.
app-misc/cheat 4.0.2 4.2.0 4.2.0-r1: cheat allows you to create and view interactive cheatsheets on the command-line
app-misc/doublecmd-bin 0.9.9: Free cross platform open source file manager with two panels side by side.
app-misc/fetsh 1.7 1.8 9999: A fetch written in POSIX shell without any external commands
@@ -55,6 +55,7 @@ app-misc/telegram-send 0.25-r1: Send messages and files over Telegram from the c
app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vrms-gentoo 0_pre20181120: vrms clone for Gentoo Linux
app-misc/watchexec 1.14.1: Executes commands in response to file modifications
app-office/beancount 2.3.3: A double-entry accounting system that uses text files as input
app-office/openoffice-bin 4.1.8: Apache OpenOffice productivity suite
app-office/pyspread 1.99.4 1.99.5 9999: Pyspread is a non-traditional spreadsheet written in Python
app-portage/emlop 0.4.1: A fast, accurate, ergonomic emerge.log parser
@@ -62,7 +63,7 @@ app-portage/pacvis 0.4.2 9999: Displays dependency graphs of packages
app-portage/portage-lostfiles 0.2.0: A simple script to identify files not tracked by Portage package manager
app-portage/portconf 1.6.8-r1 9999: /etc/portage cleaner
app-portage/showbuild 0.9.1-r1: Script to follow log of running portage builds
app-portage/version 0.6.1_alpha 0.6.2_alpha 0.9.0_alpha 0.9.1_alpha 0.10.0_alpha 0.14.2_alpha 0.14.4_alpha 0.15.0_alpha 0.17.0_alpha 0.18.0_alpha: A command line function for package version management.
app-portage/version 0.6.1_alpha 0.6.2_alpha 0.9.0_alpha 0.9.1_alpha 0.10.0_alpha 0.14.2_alpha 0.14.4_alpha 0.15.0_alpha 0.17.0_alpha 0.18.0_alpha 0.19.0_alpha 0.20.1_alpha: A command line function for package version management.
app-shells/antibody 6.1.0 6.1.1: Fast Zsh plugin manager
app-shells/fish-command-timer 0.1.3 0.1.3_p20201002: Fish shell extension for printing execution time for each command
app-shells/k 0.0.5: Directory listings for zsh with git features
@@ -100,7 +101,7 @@ dev-R/tibble 3.0.1: Simple Data Frames
dev-R/tidyselect 1.0.0 1.1.0: Select from a Set of Strings
dev-R/utf8 1.1.4: Unicode Text Processing
dev-R/vctrs 0.2.4 0.3.0: Vector Helpers
dev-cpp/folly 2020.11.30.00: An open-source C++ library developed and used at Facebook
dev-cpp/folly 2020.11.30.00 2021.01.04.00: An open-source C++ library developed and used at Facebook
dev-cpp/mastodonpp 0.5.7 9999: C++ wrapper for the Mastodon and Pleroma APIs.
dev-cpp/plog 1.1.5_p20200501: Portable, simple and extensible C++ logging library
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
@@ -126,11 +127,11 @@ dev-libs/libnodave 0.8.5.1: Connect to and exchange data with Siemens PLCs
dev-libs/monero-seed 0.1.0: 14-word mnemonic seed for Monero
dev-libs/mtxclient 0.3.0 0.3.1: Client API library for Matrix, built on top of Boost.Asio
dev-libs/octetos-biblion 0.1.1_alpha: Library for reading biblia.
dev-libs/octetos-core 1.2.2_beta 2.0.0_beta 2.2.0_beta 2.2.1_beta 2.3.0_beta 2.3.1_beta 2.3.1_rc1 2.3.2_beta 2.3.3_beta 2.5.0_alpha 2.8.2_beta 2.15.0_beta: C/C++ library to mainly provide Semantic Versioned implementation
dev-libs/octetos-core 1.2.2_beta 2.0.0_beta 2.2.0_beta 2.2.1_beta 2.3.0_beta 2.3.1_beta 2.3.1_rc1 2.3.2_beta 2.3.3_beta 2.5.0_alpha 2.8.2_beta 2.15.0_beta 2.20.0_beta: C/C++ library to mainly provide Semantic Versioned implementation
dev-libs/octetos-coreutils 0.3.0_alpha 0.4.0_alpha 0.4.0_alpha2 0.6.1_alpha 0.7.0_alpha 0.11.1_alpha 0.12.0_alpha: Similar to coreutils but is a C++ API.
dev-libs/octetos-db 1.3.2_alpha 1.3.3_alpha: C++ library for Database Acces.
dev-libs/octetos-db-abstract 0.1.2_alpha: API to access database, abstract component.
dev-libs/octetos-db-maria 1.2.2_beta 1.3.2_alpha 1.4.2_alpha: C++ library for Database Acces.
dev-libs/octetos-db-maria 1.2.2_beta 1.3.2_alpha 1.4.2_alpha 1.9.2_alpha: C++ library for Database Acces.
dev-libs/octetos-db-postgresql 1.3.2_alpha 1.3.3_alpha 1.3.6_alpha 1.3.9_alpha 1.3.10_alpha: C++ library for Database Acces.
dev-libs/olm 3.1.5 3.2.1: Implementation of the olm and megolm cryptographic ratchets
dev-libs/open62541 1.0.3 1.1.3: Open source C implementation of OPC UA
@@ -367,7 +368,7 @@ media-gfx/fontpreview 1.0.6: Highly customizable and minimal font previewer writ
media-gfx/glimpse 0.2.0: Image editor based on the GNU Image Manipulation Program
media-gfx/grafx2 2.7.2978 2.7.2978-r100: A pixelart-oriented painting program
media-gfx/memethesis-cli 3.2.1 9999: Create memes from the terminal
media-gfx/oxipng 2.3.0 3.0.1 4.0.0 4.0.2: A lossless PNG compression optimizer
media-gfx/oxipng 2.3.0 3.0.1 4.0.0 4.0.2 4.0.3: A lossless PNG compression optimizer
media-gfx/silicon 0.3.2 0.4.0: Create beautiful image of your code
media-gfx/svgcleaner 0.9.5: svgcleaner could help you to clean up your SVG files from the unnecessary data.
media-libs/amdvlk 2020.4.5 2020.4.6: AMD Open Source Driver for Vulkan
@@ -429,7 +430,7 @@ net-misc/xmrig 6.7.0: RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU
net-misc/xmrig-mo 6.7.0: RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
net-news/sfeed 0.9.18 0.9.20 9999: simple RSS and Atom parser
net-p2p/lbry 0.48.2 0.49.1: A browser for the LBRY network, a digital marketplace controlled by its users.
net-p2p/monero 0.17.1.7 0.17.1.8: The secure, private, untraceable cryptocurrency
net-p2p/monero 0.17.1.7 0.17.1.8 9999: The secure, private, untraceable cryptocurrency
net-p2p/nuxhash 1.0.0_beta2_p20191013: NiceHash cryptocurrency mining client for Linux
net-p2p/trezord-go 2.0.29-r1 2.0.30: TREZOR Communication Daemon
net-p2p/yggdrasil-go 0.3.13-r1 0.3.14 0.3.15: An experiment in scalable routing as an encrypted IPv6 overlay network
@@ -438,6 +439,7 @@ net-wireless/eiwd 1.6.1 1.7_pre20200606 9999: iwd without dbus
net-wireless/rtl8192eu 0_pre20201219: Realtek 8192EU driver module for Linux kernel
net-wireless/rtl8821ce 0_pre20201216: Realtek RTL8821CE Driver module for Linux kernel
net-wireless/rtl8821cu 0_pre20201224: Realtek 8821CU/RTL8811CU module for Linux kernel
sci-electronics/bsc 9999: Bluespec High Level Hardware Design Language
sci-electronics/dsview 1.12 9999: An open source multi-function instrument
sci-electronics/kactus2 3.8.0 9999: A open source IP-XACT-based tool
sci-electronics/verilator 4.106 9999: The fast free Verilog/SystemVerilog simulator
@@ -449,7 +451,7 @@ sci-libs/kissfft 131 9999: A Fast Fourier Transform (FFT) library that tries to
sci-libs/meschach 1.2b: Meschach is a C-language library of routines for performing matrix computations.
sci-libs/saclib 2.2.7-r1 2.2.7-r2: Reference implementations of algorithms and forms the basis of QEPCAD
sci-libs/slicot 5.0_p20101122: Subroutine Library in Systems and Control Theory
sci-physics/SU2 7.0.6 7.0.7 7.0.8: SU2: An Open-Source Suite for Multiphysics Simulation and Design
sci-physics/SU2 7.0.8-r1: SU2: An Open-Source Suite for Multiphysics Simulation and Design
sys-apps/0xFFFF 0.8: The 0pen Free Fiasco Firmware Flasher
sys-apps/drm_info 2.2.0 9999: Small utility to dump info about DRM devices
sys-apps/dust 0.5.3: A more intuitive version of du

View File

@@ -1 +1 @@
Tue, 05 Jan 2021 01:07:23 +0000
Tue, 05 Jan 2021 15:36:58 +0000