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

View File

@@ -32,7 +32,7 @@ app-admin/awscli-bin 2.3.2-r1: Universal Command Line Interface for Amazon Web S
app-admin/chamber 2.10.7: Managing secrets in AWS SSM Parameter Store
app-admin/chezmoi 2.11.2: Manage your dotfiles across multiple machines, securely
app-admin/customrescuecd-x86 0.4.1: A system rescue cd or usbstick for desktop and server based on gentoo
app-admin/customrescuecd-x86_64 0.12.5: A system rescue cd or usbstick for desktop and server based on gentoo
app-admin/customrescuecd-x86_64 0.12.5 0.12.6: A system rescue cd or usbstick for desktop and server based on gentoo
app-admin/glance 23.0.0: Services for discovering, registering, and retrieving VM images
app-admin/gnome-passwordsafe 4.0-r1 4.1: A password manager for GNOME
app-admin/grub-customizer 5.1.0: A graphical grub2 settings manager
@@ -99,7 +99,7 @@ app-misc/diff-so-fancy 1.4.3-r1: Good-lookin' diffs. Actually... nah... The best
app-misc/doublecmd-bin 1.0.1 1.0.2 1.0.4: Free cross platform open source file manager with two panels side by side.
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
app-misc/far2l 2.3.2_alpha 2.4.0_beta 9999: Linux port of FAR Manager v2
app-misc/fastfetch 0.604 9999: Like neofetch but faster
app-misc/fastfetch 0.612 9999: Like neofetch but faster
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
app-misc/fff 2.2: A simple file manager written in bash
app-misc/ghq 1.1.0 1.1.5: Remote repository management made easy
@@ -208,7 +208,7 @@ dev-R/callr 3.7.0: Call R from R
dev-R/cellranger 1.1.0: Translate Spreadsheet Cell Ranges to Rows and Columns
dev-R/cli 3.2.0: Helpers for Developing Command Line Interfaces
dev-R/colorspace 2.0.1: A Toolbox for Manipulating and Assessing colors and palettes
dev-R/commonmark 1.7: High Performance CommonMark and github markdown rendering in R
dev-R/commonmark 1.8.0: High Performance CommonMark and github markdown rendering in R
dev-R/covr 3.5.1: Test Coverage for Packages
dev-R/crayon 1.5.0: Colored Terminal Output
dev-R/curl 4.3.2: A Modern and Flexible Web Client for R
@@ -230,22 +230,22 @@ dev-R/highr 0.9: Syntax Highlighting for R Source Code
dev-R/httr 1.4.2: Tools for Working with URLs and HTTP
dev-R/hunspell 3.0.1: High-Performance Stemmer, Tokenizer and Spell Checker
dev-R/ini 0.3.1: Read and Write .ini Files
dev-R/isoband 0.2.4: Generate Isolines and Isobands from regularky spaced elevation grids
dev-R/jsonlite 1.7.2: A Simple and Robust JSON Parser and generator for R
dev-R/knitr 1.33: A General-Purpose Package for Dynamic report generation in R
dev-R/isoband 0.2.5: Generate Isolines and Isobands from regularky spaced elevation grids
dev-R/jsonlite 1.8.0: A Simple and Robust JSON Parser and generator for R
dev-R/knitr 1.37: A General-Purpose Package for Dynamic report generation in R
dev-R/labeling 0.4.2: Axis Labeling
dev-R/lattice 0.20.44 0.20.45: Trellis Graphics for R
dev-R/lazyeval 0.2.2: Lazy (Non-Standard) Evaluation
dev-R/lifecycle 1.0.1: Manage the Life Cycle of your Package Functions
dev-R/magrittr 2.0.1: A Forward-Pipe Operator for R
dev-R/magrittr 2.0.2: A Forward-Pipe Operator for R
dev-R/markdown 1.1: Render Markdown with the C Library Sundown
dev-R/mgcv 1.8.36: Mixed GAM Computation Vehicle with automatic smoothness estimation
dev-R/mime 0.10: Map Filenames to MIME Types
dev-R/mime 0.12: Map Filenames to MIME Types
dev-R/munsell 0.5.0: Utilities for Using Munsell Colours
dev-R/nlme 3.1.152: Linear and Nonlinear Mixed Effects Models
dev-R/nnet 7.3.16: Feed-Forward Neural Networks and multinomial log-linear models
dev-R/openssl 1.4.5: Toolkit for Encryption, Signatures and certificates based on openssl
dev-R/pillar 1.6.1: Coloured Formatting for Columns
dev-R/openssl 2.0.0: Toolkit for Encryption, Signatures and certificates based on openssl
dev-R/pillar 1.7.0: Coloured Formatting for Columns
dev-R/pkgconfig 2.0.3: Private Configuration for R Packages
dev-R/pkgload 1.2.1: Simulate Package Installation and Attach
dev-R/plogr 0.2.0: The plog C++ Logging Library
@@ -266,7 +266,7 @@ dev-R/stringi 1.6.2: Character String Processing Facilities
dev-R/stringr 1.4.0: Simple, Consistent Wrappers for common string operations
dev-R/survival 3.2.11: Survival Analysis
dev-R/sys 3.4: Powerful and Reliable Tools for Running System Commands in R
dev-R/testthat 3.0.3: Unit Testing for R
dev-R/testthat 3.1.2: Unit Testing for R
dev-R/tibble 3.1.6: Simple Data Frames
dev-R/tidyselect 1.1.2: Select from a Set of Strings
dev-R/utf8 1.2.2: Unicode Text Processing
@@ -282,7 +282,7 @@ dev-cpp/cli11 2.1.0 2.1.2: Command line parser for C++11
dev-cpp/coeurl 0.1.1 0.2.0: A simple async wrapper around CURL for C++
dev-cpp/drogon 1.7.4 1.7.5: C++14/17 based HTTP web application framework
dev-cpp/dtl 1.19_p20210531: diff template library written by C++
dev-cpp/fbthrift 2022.02.28.00: Facebook's branch of Apache Thrift, including a new C++ server
dev-cpp/fbthrift 2022.02.28.00-r1: Facebook's branch of Apache Thrift, including a new C++ server
dev-cpp/fizz 2022.02.28.00: C++14 implementation of the TLS-1.3 standard
dev-cpp/gsl-lite 0.38.0: C++ Guideline Support Library implementation
dev-cpp/highway 0.14.2 0.15.0 9999: Performance-portable, length-agnostic SIMD with runtime dispatch
@@ -647,6 +647,7 @@ dev-python/strictyaml 1.5.0 1.6.1: A type-safe YAML parser built atop ruamel.yam
dev-python/stringbrewer 0.0.1: Generate random strings matching a pattern
dev-python/stringcase 1.2.0: Convert string cases between camel case, pascal case, snake case etc.
dev-python/survey 3.4.3: A simple library for creating beautiful interactive prompts
dev-python/sysv_ipc 1.1.0: System V IPC primitives for python
dev-python/taskflow 4.6.3: A library to do [jobs, tasks, flows] in a HA manner using different backends
dev-python/tchannel 2.1.0: Network multiplexing and framing protocol for RPC
dev-python/tempus-themes 2.3.0.20220206: Accessible themes for Pygments
@@ -654,7 +655,7 @@ dev-python/testrepository 0.0.20-r200: A repository of test results
dev-python/threadloop 1.0.2: Run Tornado Coroutines from Synchronous Python
dev-python/thriftrw 1.8.1: A Thrift encoding library for Python
dev-python/tinyrpc 1.1.2: A protocol neutral RPC library that supports JSON-RPC and zmq.
dev-python/tooz 2.9.0: Library centralizing the most common distributed primitives
dev-python/tooz 2.10.1: Library centralizing the most common distributed primitives
dev-python/transaction 3.0.1: Transaction management for Python
dev-python/trueskill 0.4.5_p20191014: Python Implementation of the TrueSkill Algorithm
dev-python/ttfautohint-py 0.4.3: A Python wrapper for ttfautohint
@@ -684,6 +685,7 @@ dev-python/xunitparser 1.3.3: Read JUnit/XUnit XML files and map them to Python
dev-python/yams 0.7.3 9999: Yet Another MPD Scrobbler (for Last.FM)
dev-python/yaql 2.0.0: YAQL: Yet Another Query Language
dev-python/zVMCloudConnector 1.4.1: a development sdk for managing z/VM
dev-python/zake 0.2.2: Provide a nice set of testing utilities for the kazoo library
dev-ruby/byebug 11.1.3: a Ruby 2 debugger
dev-ruby/chruby 0.3.9-r3 9999: Changes the current Ruby
dev-ruby/pry-byebug 3.9.0: Step-by-step debugging and stack navigation in Pry
@@ -840,7 +842,7 @@ kde-misc/plasma-applet-thermal-monitor 1.3.0: Plasma 5 applet for monitoring CPU
kde-misc/plasma5-wallpapers-dynamic 3.3.9 9999: A KDE Plasma wallpaper plugin to set your wallpaper based on the time of day.
kde-misc/skanpage 0_p20210402: Simple pdf scanning application based on libksane and KDE Frameworks
mail-client/heirloom-mailx 12.5: The mailx utility from CentOS
mail-client/mailspring-bin 1.9.2: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
mail-client/mailspring-bin 1.9.2 1.10.0: A beautiful, fast and fully open source mail client for Mac, Windows and Linux
media-fonts/3270font 2.3.0: A IBM 3270 Terminal font in a modern format
media-fonts/gohufont 2.1_p20170627: A monospace bitmap font
media-fonts/inconsolata_dz 20201205: A beautiful sans-serif monotype font designed for code listings
@@ -888,7 +890,7 @@ media-libs/openxr-loader 1.0.20 9999: OpenXR loader
media-libs/portsmf 239 9999: C++ library for Standard Midi Files (SMF)
media-libs/sjpeg 1.0_p20210422-r1: simple jpeg encoder
media-libs/skcms 0_pre20211006: A complete 2D graphic library for drawing Text, Geometries, and Images
media-libs/skia 97: A complete 2D graphic library for drawing Text, Geometries, and Images
media-libs/skia 97 97-r1: A complete 2D graphic library for drawing Text, Geometries, and Images
media-libs/svt-hevc 1.5.0 1.5.1 9999: Scalable Video Technology for HEVC (SVT-HEVC Encoder)
media-libs/svt-vp9 0.3.0 9999: Scalable Video Technology for VP9 (SVT-VP9 Encoder)
media-libs/vips 8.10.6: VIPS Image Processing Library
@@ -1165,7 +1167,7 @@ sys-kernel/xpmem 2.6.5_p20210809: Linux Cross-Memory Attach
sys-kernel/zenpower3 0.2.0: Linux kernel driver for reading sensors of AMD Zen family CPUs
sys-libs/libnvidia-container 1.4.0 1.7.0 1.8.0_rc1: NVIDIA container runtime library
sys-libs/nss-tls 1.0 1.1 9999: A DNS over HTTPS resolver for glibc
sys-libs/safeclib 3.6.0_p20210407-r2 3.6.0_p20210407-r3 3.7.1: safec libc extension with all C11 Annex K functions
sys-libs/safeclib 3.7.1-r1: safec libc extension with all C11 Annex K functions
sys-libs/solo-udev-rules 4.0.0-r1: udev rules for the Solo FIDO2 & U2F USB+NFC security key
sys-power/ZenStates-Linux 0_p20170507: Dynamically edit AMD Ryzen processor P-States
sys-power/amdgpu-fan 0.1.0-r1: Fan controller for AMD graphics cards running the amdgpu driver on Linux

View File

@@ -1 +1 @@
Tue, 08 Mar 2022 13:51:42 +0000
Thu, 10 Mar 2022 09:51:25 +0000