2022-03-10 09:51:25 UTC

This commit is contained in:
Repository mirror & CI
2022-03-10 09:51:26 +00:00
parent be88c0bff7
commit 582684f9f7
26 changed files with 150 additions and 99 deletions

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install postinst postrm unpack
DESCRIPTION=A system rescue cd or usbstick for desktop and server based on gentoo
EAPI=7
HOMEPAGE=https://sourceforge.net/projects/customrescuecd
KEYWORDS=~amd64
LICENSE=GPL-3
RESTRICT=bindist mirror
SLOT=0.12.6
SRC_URI=mirror://sourceforge/customrescuecd/CUSTOMRESCUECD-x86_64-0.12.6.iso
_md5_=82fa76afb59c372272615edd65db8246

View File

@@ -11,6 +11,6 @@ LICENSE=MIT
RDEPEND=X? ( x11-libs/libX11 ) gnome? ( dev-libs/glib gnome-base/dconf ) pci? ( sys-apps/pciutils ) vulkan? ( media-libs/vulkan-loader ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf ) xrandr? ( x11-libs/libXrandr )
REQUIRED_USE=xrandr? ( X )
SLOT=0
SRC_URI=https://github.com/LinusDierheimer/fastfetch/archive/0cb6e40bacfed8c217afc4bd580b7905d6d6893b.tar.gz -> fastfetch-0.604.tar.gz
SRC_URI=https://github.com/LinusDierheimer/fastfetch/archive/4e68c09f2795e3bd91bdfa06998b688db0326a67.tar.gz -> fastfetch-0.612.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68
_md5_=4835048e85bb7d4189b46103bc287dd3
_md5_=97b582dbd92700888cc05643114b5761

File diff suppressed because one or more lines are too long

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=BSD-2
RDEPEND=dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/commonmark_1.7.tar.gz
SRC_URI=mirror://cran/src/contrib/commonmark_1.8.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=f74d34ef31d952646c0b3f7d447a93bc
_md5_=939a5a1b978e53fbb3d6afb2c933b2cd

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/isoband_0.2.4.tar.gz
SRC_URI=mirror://cran/src/contrib/isoband_0.2.5.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=2577c1aca864a9771ec5a7fef724aebc
_md5_=1178e889a19fac24162bb6085225a400

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/jsonlite_1.7.2.tar.gz
SRC_URI=mirror://cran/src/contrib/jsonlite_1.8.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=0bb0deff905bd50cea5ec33a59a57a97
_md5_=a63f538d3f9682092b2c09077c2d0c75

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=>=dev-R/yaml-2.1.19 >=dev-R/xfun-0.21 >=dev-R/evaluate-0.10 dev-R/highr >=dev-lang/R-3.2.3 dev-R/markdown >=dev-R/stringr-0.6 dev-lang/R
DEPEND=>=dev-R/yaml-2.1.19 >=dev-R/xfun-0.27 >=dev-R/evaluate-0.10 dev-R/highr >=dev-lang/R-3.2.3 >=dev-R/stringr-0.6 dev-lang/R
DESCRIPTION=A General-Purpose Package for Dynamic report generation in R
EAPI=7
HOMEPAGE=https://cran.r-project.org/package=knitr
INHERIT=R-packages
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=>=dev-R/yaml-2.1.19 >=dev-R/xfun-0.21 >=dev-R/evaluate-0.10 dev-R/highr >=dev-lang/R-3.2.3 dev-R/markdown >=dev-R/stringr-0.6 app-text/pandoc dev-lang/R
RDEPEND=>=dev-R/yaml-2.1.19 >=dev-R/xfun-0.27 >=dev-R/evaluate-0.10 dev-R/highr >=dev-lang/R-3.2.3 >=dev-R/stringr-0.6 app-text/pandoc dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/knitr_1.33.tar.gz
SRC_URI=mirror://cran/src/contrib/knitr_1.37.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=34ee37d351455be3a0e497843adb788f
_md5_=120857ecdfaab9242caf9ddcedca12a5

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=>=dev-lang/R-3.3 dev-R/glue >=dev-R/rlang-0.4.10 dev-lang/R
DEPEND=dev-lang/R
DESCRIPTION=A Forward-Pipe Operator for R
EAPI=7
HOMEPAGE=https://cran.r-project.org/package=magrittr
INHERIT=R-packages
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-lang/R-3.3 dev-R/glue >=dev-R/rlang-0.4.10 dev-lang/R
RDEPEND=dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/magrittr_2.0.1.tar.gz
SRC_URI=mirror://cran/src/contrib/magrittr_2.0.2.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=cd312b3900b89ef145a898b55c58cc50
_md5_=81ed41fca87f7eb1cb189480cb1cb10a

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/mime_0.10.tar.gz
SRC_URI=mirror://cran/src/contrib/mime_0.12.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=e0475617c48eaf93083e1da718663bc3
_md5_=df61ce7074f1ed6a26a52ffc324593a7

View File

@@ -6,8 +6,8 @@ HOMEPAGE=https://cran.r-project.org/package=openssl
INHERIT=R-packages toolchain-funcs
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-R/askpass dev-libs/openssl dev-lang/R
RDEPEND=dev-R/askpass >=dev-libs/openssl-1.0.2 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/openssl_1.4.5.tar.gz
SRC_URI=mirror://cran/src/contrib/openssl_2.0.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=43f855c420de48b81d6f7712aa026dad
_md5_=de4925f53f412295e710f68a311f5503

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=dev-R/cli >=dev-R/crayon-1.3.4 >=dev-R/ellipsis-0.3.2 dev-R/fansi dev-R/lifecycle >=dev-R/rlang-0.3.0 >=dev-R/utf8-1.1.0 >=dev-R/vctrs-0.3.8 dev-lang/R
DEPEND=>=dev-R/cli-2.3.0 >=dev-R/crayon-1.3.4 >=dev-R/ellipsis-0.3.2 dev-R/fansi dev-R/glue dev-R/lifecycle >=dev-R/rlang-0.3.0 >=dev-R/utf8-1.1.0 >=dev-R/vctrs-0.3.8 dev-lang/R
DESCRIPTION=Coloured Formatting for Columns
EAPI=7
HOMEPAGE=https://github.com/r-lib/pillar https://cran.r-project.org/package=pillar
INHERIT=R-packages
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-R/cli >=dev-R/crayon-1.3.4 >=dev-R/ellipsis-0.3.2 dev-R/fansi dev-R/lifecycle >=dev-R/rlang-0.3.0 >=dev-R/utf8-1.1.0 >=dev-R/vctrs-0.3.8 dev-lang/R
RDEPEND=>=dev-R/cli-2.3.0 >=dev-R/crayon-1.3.4 >=dev-R/ellipsis-0.3.2 dev-R/fansi dev-R/glue dev-R/lifecycle >=dev-R/rlang-0.3.0 >=dev-R/utf8-1.1.0 >=dev-R/vctrs-0.3.8 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/pillar_1.6.1.tar.gz
SRC_URI=mirror://cran/src/contrib/pillar_1.7.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=6f6e92801c4e69c8555ff648fa626c06
_md5_=5f2a924a4339001ba661eabb154c50f1

View File

@@ -1,13 +1,13 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=>=dev-lang/R-3.1 dev-R/brio >=dev-R/callr-3.5.1 >=dev-R/cli-2.2.0 >=dev-R/crayon-1.3.4 dev-R/desc dev-R/digest >=dev-R/ellipsis-0.2.0 dev-R/evaluate dev-R/jsonlite dev-R/lifecycle dev-R/magrittr dev-R/pkgload dev-R/praise dev-R/processx >=dev-R/ps-1.3.4 >=dev-R/R6-2.2.0 >=dev-R/rlang-0.4.9 >=dev-R/waldo-0.2.4 >=dev-R/withr-2.3.0 dev-lang/R
DEPEND=>=dev-lang/R-3.1 dev-R/brio >=dev-R/callr-3.5.1 >=dev-R/cli-2.2.0 >=dev-R/crayon-1.3.4 dev-R/desc dev-R/digest >=dev-R/ellipsis-0.2.0 dev-R/evaluate dev-R/jsonlite dev-R/lifecycle dev-R/magrittr dev-R/pkgload dev-R/praise dev-R/processx >=dev-R/ps-1.3.4 >=dev-R/R6-2.2.0 >=dev-R/rlang-0.4.9 >=dev-R/waldo-0.2.4 >=dev-R/withr-2.4.3 dev-lang/R
DESCRIPTION=Unit Testing for R
EAPI=7
HOMEPAGE=https://cran.r-project.org/package=testthat
INHERIT=R-packages
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-lang/R-3.1 dev-R/brio >=dev-R/callr-3.5.1 >=dev-R/cli-2.2.0 >=dev-R/crayon-1.3.4 dev-R/desc dev-R/digest >=dev-R/ellipsis-0.2.0 dev-R/evaluate dev-R/jsonlite dev-R/lifecycle dev-R/magrittr dev-R/pkgload dev-R/praise dev-R/processx >=dev-R/ps-1.3.4 >=dev-R/R6-2.2.0 >=dev-R/rlang-0.4.9 >=dev-R/waldo-0.2.4 >=dev-R/withr-2.3.0 dev-lang/R
RDEPEND=>=dev-lang/R-3.1 dev-R/brio >=dev-R/callr-3.5.1 >=dev-R/cli-2.2.0 >=dev-R/crayon-1.3.4 dev-R/desc dev-R/digest >=dev-R/ellipsis-0.2.0 dev-R/evaluate dev-R/jsonlite dev-R/lifecycle dev-R/magrittr dev-R/pkgload dev-R/praise dev-R/processx >=dev-R/ps-1.3.4 >=dev-R/R6-2.2.0 >=dev-R/rlang-0.4.9 >=dev-R/waldo-0.2.4 >=dev-R/withr-2.4.3 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/testthat_3.0.3.tar.gz
SRC_URI=mirror://cran/src/contrib/testthat_3.1.2.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature 30ce9dec2b8943338c9b015bd32bac6a toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 R-packages 33e1468a652d3e68a29f4c1e4742f527
_md5_=a71732d37d3871b73ff3acf09a32b189
_md5_=842c1d255342b90b0d8c502d8d4a5594

View File

@@ -1,14 +0,0 @@
BDEPEND=sys-devel/bison sys-devel/flex dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib
DESCRIPTION=Facebook's branch of Apache Thrift, including a new C++ server
EAPI=8
HOMEPAGE=https://github.com/facebook/fbthrift
INHERIT=cmake
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib
SLOT=0
SRC_URI=https://github.com/facebook/fbthrift/archive/v2022.02.28.00.tar.gz -> fbthrift-2022.02.28.00.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68
_md5_=055aa27afacc331a8634a9bb3ee63ae9

View File

@@ -0,0 +1,16 @@
BDEPEND=sys-devel/bison sys-devel/flex dev-util/ninja >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib python_single_target_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) python_single_target_pypy3? ( dev-python/six[python_targets_pypy3(-)] ) python_single_target_python3_8? ( dev-python/six[python_targets_python3_8(-)] ) python_single_target_python3_9? ( dev-python/six[python_targets_python3_9(-)] ) python_single_target_python3_10? ( dev-python/six[python_targets_python3_10(-)] )
DESCRIPTION=Facebook's branch of Apache Thrift, including a new C++ server
EAPI=8
HOMEPAGE=https://github.com/facebook/fbthrift
INHERIT=cmake python-single-r1
IUSE=python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=app-arch/zstd ~dev-cpp/fizz-2022.02.28.00:= ~dev-cpp/folly-2022.02.28.00:= dev-cpp/gflags dev-cpp/glog ~dev-cpp/wangle-2022.02.28.00:= dev-libs/libfmt dev-libs/openssl:0= sys-libs/zlib python_single_target_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_single_target_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_single_target_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=^^ ( python_single_target_pypy3 python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10 )
SLOT=0
SRC_URI=https://github.com/facebook/fbthrift/archive/v2022.02.28.00.tar.gz -> fbthrift-2022.02.28.00.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 flag-o-matic a500d7cc40da3de38c361e889153bdf7 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 cmake 9f12546ab831b81c615d90e6b9e34e68 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-single-r1 3c5721adc30f98c39739c5970a4762d8
_md5_=02fe790367efa4a4375b49e3664271a8

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/unittest-or-fail[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=System V IPC primitives for python
EAPI=8
HOMEPAGE=https://pypi.org/project/sysv-ipc/ https://semanchuk.com/philip/sysv_ipc/
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.7-r1:0= ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://semanchuk.com/philip/sysv_ipc/sysv_ipc-1.1.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=86bd71bdca9bce38ce055dd748517171

View File

@@ -1,9 +1,9 @@
BDEPEND=test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?] >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?] >=dev-python/nose-1.3.7[python_targets_python3_8(-)?] ) test? ( >=dev-python/pbr-1.6.1[python_targets_python3_8(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?] >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
BDEPEND=test? ( >=dev-python/subunit-0.0.18[python_targets_python3_8(-)?] >=dev-python/testtools-1.4.0[python_targets_python3_8(-)?] >=dev-python/fixtures-3.0.0[python_targets_python3_8(-)?] >=dev-python/pifpaf-0.10.0[python_targets_python3_8(-)?] >=dev-python/ddt-1.2.1[python_targets_python3_8(-)?] >=dev-python/nose-1.3.7[python_targets_python3_8(-)?] dev-python/etcd3[python_targets_python3_8(-)?] dev-python/etcd3gw[python_targets_python3_8(-)?] dev-python/pymemcache[python_targets_python3_8(-)?] dev-python/pymysql[python_targets_python3_8(-)?] dev-python/sysv_ipc[python_targets_python3_8(-)?] dev-python/zake[python_targets_python3_8(-)?] ) test? ( >=dev-python/pbr-1.6.1[python_targets_python3_8(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?] >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/pbr-1.6.1[python_targets_python3_8(-)?] >=dev-python/stevedore-1.16.0[python_targets_python3_8(-)?] >=dev-python/voluptuous-0.8.9[python_targets_python3_8(-)?] >=dev-python/msgpack-0.4.0[python_targets_python3_8(-)?] >=dev-python/fasteners-0.7[python_targets_python3_8(-)?] >=dev-python/tenacity-3.2.1[python_targets_python3_8(-)?] >=dev-python/futurist-1.2.0[python_targets_python3_8(-)?] >=dev-python/oslo-utils-4.7.0[python_targets_python3_8(-)?] >=dev-python/oslo-serialization-1.10.0[python_targets_python3_8(-)?]
DESCRIPTION=Library centralizing the most common distributed primitives
EAPI=8
HOMEPAGE=https://opendev.org/openstack/tooz https://pypi.org/project/tooz https://launchpad.net/python-tooz
HOMEPAGE=https://opendev.org/openstack/tooz https://pypi.org/project/tooz/ https://launchpad.net/python-tooz
INHERIT=distutils-r1
IUSE=test python_targets_python3_8
KEYWORDS=~amd64
@@ -12,6 +12,6 @@ RDEPEND=>=dev-python/pbr-1.6.1[python_targets_python3_8(-)?] >=dev-python/steved
REQUIRED_USE=|| ( python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/t/tooz/tooz-2.9.0.tar.gz
SRC_URI=mirror://pypi/t/tooz/tooz-2.10.1.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=4539a839fcdec4ae16e6e1a14c5e83bc
_md5_=977e53c78ed68ad4c3f08849e8da38f4

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/testtools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) test? ( >=dev-python/kazoo-1.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/nose-1.3.7-r4[python_targets_python3_8(-)?,python_targets_python3_9(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/six[python_targets_python3_8(-)?,python_targets_python3_9(-)?]
DESCRIPTION=Provide a nice set of testing utilities for the kazoo library
EAPI=8
HOMEPAGE=https://pypi.org/project/zake/ https://github.com/yahoo/Zake
INHERIT=distutils-r1
IUSE=test python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=>=dev-python/kazoo-1.3.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/z/zake/zake-0.2.2.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d
_md5_=2afe17f0e4050409723933e92a910772

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=A beautiful, fast and fully open source mail client for Mac, Windows and Linux
EAPI=7
HOMEPAGE=https://getmailspring.com/
INHERIT=unpacker xdg
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-atk:2 app-accessibility/at-spi2-core:2 app-crypt/libsecret app-crypt/mit-krb5 dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-libs/openssl-compat:1.0.0 gnome-base/gvfs media-libs/alsa-lib media-libs/mesa net-print/cups sys-apps/dbus sys-devel/libtool sys-libs/db:5.3 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/libxshmfence x11-libs/pango x11-misc/xdg-utils
SLOT=0
SRC_URI=https://github.com/Foundry376/Mailspring/releases/download/1.10.0/mailspring-1.10.0-amd64.deb
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 unpacker 2e16b7d5aafeda049669c53c05ce03c9 xdg-utils 4f29a8b760a594a212abe9c2ba957c31 xdg 6024fbc93167fad782e2032933654857
_md5_=622c67cffaf3a6fb6148e39f1a1aa67a

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-util/gn
DEFINED_PHASES=compile configure install prepare setup
DEPEND=|| ( >=dev-lang/python-3.9.9-r1:3.9 ) media-libs/skcms:= ffmpeg? ( media-video/ffmpeg ) fontconfig? ( media-libs/fontconfig ) freetype? ( media-libs/freetype ) harfbuzz? ( media-libs/harfbuzz:=[icu?] ) icu? ( dev-libs/icu:= ) jpeg? ( media-libs/libjpeg-turbo ) lua? ( dev-lang/lua:* ) opengl? ( virtual/opengl ) png? ( media-libs/libpng ) webp? ( media-libs/libwebp ) xml? ( dev-libs/expat ) zlib? ( sys-libs/zlib ) opencl? ( dev-util/opencl-headers ) vulkan? ( dev-util/vulkan-headers )
DESCRIPTION=A complete 2D graphic library for drawing Text, Geometries, and Images
EAPI=8
HOMEPAGE=https://skia.org https://github.com/google/skia
INHERIT=ninja-utils python-any-r1 toolchain-funcs
IUSE=+ccpr debug ffmpeg +fontconfig +freetype +harfbuzz +icu jit +jpeg +lottie lua opencl +opengl +pdf +png +rive vulkan +webp +zlib +X +xml
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=media-libs/skcms:= ffmpeg? ( media-video/ffmpeg ) fontconfig? ( media-libs/fontconfig ) freetype? ( media-libs/freetype ) harfbuzz? ( media-libs/harfbuzz:=[icu?] ) icu? ( dev-libs/icu:= ) jpeg? ( media-libs/libjpeg-turbo ) lua? ( dev-lang/lua:* ) opengl? ( virtual/opengl ) png? ( media-libs/libpng ) webp? ( media-libs/libwebp ) xml? ( dev-libs/expat ) zlib? ( sys-libs/zlib ) opencl? ( virtual/opencl )
REQUIRED_USE=X? ( opengl )
SLOT=0
SRC_URI=https://github.com/google/skia/archive/f2093bf1b076210bd017f237eaab84ea4d3d6771.tar.gz -> skia-97.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils a4dab848a4490e8e48cf0baab3e61bc2 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-any-r1 54666a8fa603df658d9284845fc3d755
_md5_=9adedce8913397aa91d2f1ba615f1f39

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/intel/intel-cmt-cat/archive/refs/tags/v4.3.0.tar.gz -> intel-cmt-cat-4.3.0.tar.gz
_eclasses_=multibuild d79bd5b4bc4edcb1f5bc19591f8d4714 multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 python-utils-r1 d3d7da5aff94a677154819e0cb95ee36 python-r1 bcd408f1e4a9669198ef4dfcd5ab8696 distutils-r1 d540d96908dd5622f3dfa41d167e632d perl-functions fea344a91ebf37efadf172c6a3de5a72 readme.gentoo-r1 eebd0164fe61f4f7b64a683e83fdceb1 perl-module bd9574a79c5f0a347a9ea3db5ad9ca72
_md5_=c448b2a01edc28ca674653acb71f05d4
_md5_=e48537c3ba103fa177b0be97f24da2a5

View File

@@ -1,16 +0,0 @@
BDEPEND=doc? ( app-doc/doxygen[dot] ) valgrind? ( dev-util/valgrind ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.4:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf )
DESCRIPTION=safec libc extension with all C11 Annex K functions
EAPI=7
HOMEPAGE=https://github.com/rurban/safeclib
INHERIT=autotools linux-info linux-mod
IUSE=+constraint-handler doc +extensions modules norm-compat +nullslack test unsafe valgrind dist-kernel
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rurban/safeclib/archive/986f6d34e49637d68cb41221307231f0ea79ca4d.tar.gz -> safeclib-3.6.0_p20210407.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 libtool 241a8f577b9781a42a7421e53448a44e autotools 6cc26735fa9dd59e8c62880beda05b6e linux-info 2f039741fe92bcea55c78806d16ac0f5 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff linux-mod 5b3634191f60f8d1f7b860b8a0ea7f89
_md5_=da496b3edd0160a7826701a6d87ab1ae

View File

@@ -1,16 +0,0 @@
BDEPEND=doc? ( app-doc/doxygen[dot] ) valgrind? ( dev-util/valgrind ) sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.4:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) ) sys-apps/sed kernel_linux? ( virtual/linux-sources virtual/libelf )
DESCRIPTION=safec libc extension with all C11 Annex K functions
EAPI=7
HOMEPAGE=https://github.com/rurban/safeclib
INHERIT=autotools linux-info linux-mod
IUSE=+constraint-handler doc +extensions modules norm-compat +nullslack test unsafe valgrind dist-kernel
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=kernel_linux? ( sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rurban/safeclib/archive/986f6d34e49637d68cb41221307231f0ea79ca4d.tar.gz -> safeclib-3.6.0_p20210407.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 libtool 241a8f577b9781a42a7421e53448a44e autotools 6cc26735fa9dd59e8c62880beda05b6e linux-info 2f039741fe92bcea55c78806d16ac0f5 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff linux-mod 5b3634191f60f8d1f7b860b8a0ea7f89
_md5_=704980f92fe84c92fd9b5706a7f85182

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rurban/safeclib/releases/download/v3.7.1/safeclib-3.7.1.tar.xz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 libtool 241a8f577b9781a42a7421e53448a44e autotools 6cc26735fa9dd59e8c62880beda05b6e linux-info 2f039741fe92bcea55c78806d16ac0f5 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff linux-mod 5b3634191f60f8d1f7b860b8a0ea7f89
_md5_=3e0372c081d9729d0349e09d9a59b97d
_md5_=c1b6f0c3ec9d9ef107db6928d445b6a7