2021-05-09 18:20:18 UTC

This commit is contained in:
Repository mirror & CI
2021-05-09 18:20:18 +00:00
parent 7bc3559e5d
commit 8304e28c4b
18 changed files with 142 additions and 50 deletions

View File

@@ -1,14 +0,0 @@
DEFINED_PHASES=install postinst postrm preinst prepare setup
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Multiplatform Visual Studio Code from Microsoft
EAPI=7
HOMEPAGE=https://code.visualstudio.com
INHERIT=desktop pax-utils xdg
KEYWORDS=-* ~amd64 ~arm ~arm64
LICENSE=MIT Microsoft-VSCode
RDEPEND=app-accessibility/at-spi2-atk app-crypt/libsecret[crypt] dev-libs/nss media-libs/alsa-lib media-libs/libpng:0/16 x11-libs/cairo x11-libs/gtk+:3 x11-libs/libnotify x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango
RESTRICT=mirror strip bindist
SLOT=0
SRC_URI=amd64? ( https://update.code.visualstudio.com/1.55.0/linux-x64/stable -> visual-studio-code-bin-1.55.0-amd64.tar.gz ) arm? ( https://update.code.visualstudio.com/1.55.0/linux-armhf/stable -> visual-studio-code-bin-1.55.0-arm.tar.gz ) arm64? ( https://update.code.visualstudio.com/1.55.0/linux-arm64/stable -> visual-studio-code-bin-1.55.0-arm64.tar.gz )
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 pax-utils d3fc79d3d50544347e324864f95206e2 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=fcf83a41e980d185b2b0dec2006a06f4

View File

@@ -9,6 +9,6 @@ LICENSE=MIT Microsoft-VSCode
RDEPEND=app-accessibility/at-spi2-atk app-crypt/libsecret[crypt] dev-libs/nss media-libs/alsa-lib media-libs/libpng:0/16 x11-libs/cairo x11-libs/gtk+:3 x11-libs/libnotify x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXScrnSaver x11-libs/libXtst x11-libs/pango
RESTRICT=mirror strip bindist
SLOT=0
SRC_URI=amd64? ( https://update.code.visualstudio.com/1.54.2/linux-x64/stable -> visual-studio-code-bin-1.54.2-amd64.tar.gz ) arm? ( https://update.code.visualstudio.com/1.54.2/linux-armhf/stable -> visual-studio-code-bin-1.54.2-arm.tar.gz ) arm64? ( https://update.code.visualstudio.com/1.54.2/linux-arm64/stable -> visual-studio-code-bin-1.54.2-arm64.tar.gz )
SRC_URI=amd64? ( https://update.code.visualstudio.com/1.56.0/linux-x64/stable -> visual-studio-code-bin-1.56.0-amd64.tar.gz ) arm? ( https://update.code.visualstudio.com/1.56.0/linux-armhf/stable -> visual-studio-code-bin-1.56.0-arm.tar.gz ) arm64? ( https://update.code.visualstudio.com/1.56.0/linux-arm64/stable -> visual-studio-code-bin-1.56.0-arm64.tar.gz )
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 pax-utils d3fc79d3d50544347e324864f95206e2 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=fcf83a41e980d185b2b0dec2006a06f4

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=>=dev-lang/R-2.1.0 dev-R/glue dev-lang/R
DESCRIPTION=Helpers for Developing Command Line Interfaces
EAPI=7
HOMEPAGE=https://github.com/r-lib/cli https://cran.r-project.org/package=cli
INHERIT=R-packages-guru
IUSE=byte-compile
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-lang/R-2.1.0 dev-R/glue dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/cli_2.5.0.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e R-packages-guru 77ddece43d8fce7d68f6304f5ba11ea1
_md5_=6134611158654d8c549eda4fee04c906

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=dev-cpp/plog dev-libs/boost >=dev-lang/R-3.3.0 dev-R/ellipsis dev-R/generics >=dev-R/glue-1.3.2 >=dev-R/lifecycle-1.0.0 >=dev-R/magrittr-1.5 >=dev-R/pillar-1.5.1 dev-R/R6 >=dev-R/rlang-0.4.10 >=dev-R/tibble-2.1.3 >=dev-R/tidyselect-1.1.0 >=dev-R/vctrs-0.3.5 dev-lang/R
DESCRIPTION=A Grammar of Data Manipulation
EAPI=7
HOMEPAGE=https://dplyr.tidyverse.org https://github.com/tidyverse/dplyr https://cran.r-project.org/package=dplyr
INHERIT=R-packages-guru
IUSE=byte-compile
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-cpp/plog dev-libs/boost >=dev-lang/R-3.3.0 dev-R/ellipsis dev-R/generics >=dev-R/glue-1.3.2 >=dev-R/lifecycle-1.0.0 >=dev-R/magrittr-1.5 >=dev-R/pillar-1.5.1 dev-R/R6 >=dev-R/rlang-0.4.10 >=dev-R/tibble-2.1.3 >=dev-R/tidyselect-1.1.0 >=dev-R/vctrs-0.3.5 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/dplyr_1.0.6.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e R-packages-guru 77ddece43d8fce7d68f6304f5ba11ea1
_md5_=6341c9af5566825ad60d6e7bbb78aa8f

View File

@@ -12,4 +12,4 @@ RDEPEND=app-arch/lz4 app-arch/zstd dev-libs/libpcre2[pcre32] media-libs/alsa-lib
SLOT=0/3
SRC_URI=https://github.com/godotengine/godot/archive/3.3-stable.tar.gz -> godot-3.3.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-any-r1 17241a11501065ff3651350040875aa9 multiprocessing cac3169468f893670dac3e7cb940e045 scons-utils fc8e53815030125602cc608cd1bff857 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=0d5fe6a30eef1ed6d2f40b63baf3ed7d
_md5_=c487f0c65ae6953b37bf0457bcb7e02d

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) doc? ( dev-python/anyio[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sphinx-autodoc-typehints-1.2.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/sphinx_rtd_theme[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) test? ( >=dev-python/hypothesis-4.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/pytest-6.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/trustme[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/uvloop-0.15[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) test? ( >=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) >=dev-python/pytest-4.5.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] doc? ( || ( ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/sphinx[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) )
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Compatibility layer for multiple asynchronous event loop implementations
EAPI=7
HOMEPAGE=https://github.com/agronholm/anyio https://pypi.org/project/anyio
INHERIT=distutils-r1 docs
IUSE=test python_targets_python3_7 python_targets_python3_8 doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/curio-1.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/idna-2.8[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/sniffio-1.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/trio-0.16[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-python/typing-extensions[python_targets_python3_7(-)?,-python_single_target_python3_7(-)] ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/a/anyio/anyio-3.0.1.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb docs 5a0235b1127b58fd6bf54a12c8d21657
_md5_=0147f324e5d9e788e3a4c5acb60099e1

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-python/cython[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools_scm-3.3.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] test? ( dev-python/colorama[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/pytest-4.5.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] ) doc? ( || ( ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),-python_single_target_python3_8(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/sphinx[python_targets_python3_7(-),-python_single_target_python3_7(-)] >=dev-python/sphinx-py3doc-enhanced-theme-2.3.2[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) ) python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/colorama[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] test? ( dev-python/aspectlib[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/ipdb[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/manhole[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/process-tests[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/pytest-benchmark[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/six[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] )
DESCRIPTION=Hunter is a flexible code tracing toolkit
EAPI=7
HOMEPAGE=https://github.com/ionelmc/python-hunter https://pypi.org/project/hunter
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_7 python_targets_python3_8
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=dev-python/colorama[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ionelmc/python-hunter/archive/v3.3.3.tar.gz -> hunter-3.3.3.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb
_md5_=6360adc5a6fd5203404daf1bcdace427

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( >=dev-python/pytest-4.5.0[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(-)] ) doc? ( || ( ( dev-lang/python:3.9 dev-python/sphinx[python_targets_python3_9(-),-python_single_target_python3_9(-)] dev-python/pygments[python_targets_python3_9(-),-python_single_target_python3_9(-)] ) ( dev-lang/python:3.8 dev-python/sphinx[python_targets_python3_8(-),-python_single_target_python3_8(-)] dev-python/pygments[python_targets_python3_8(-),-python_single_target_python3_8(-)] ) ( dev-lang/python:3.7 dev-python/sphinx[python_targets_python3_7(-),-python_single_target_python3_7(-)] dev-python/pygments[python_targets_python3_7(-),-python_single_target_python3_7(-)] ) ) ) 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=test? ( dev-python/mock[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=Python job scheduling for humans
EAPI=7
HOMEPAGE=https://github.com/dbader/schedule
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=MIT
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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/dbader/schedule/archive/1.1.0.tar.gz -> schedule-1.1.0.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb
_md5_=eb2ab16fc2c2fd93d21c05d45a159a5e

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( sys-apps/coreutils ) virtual/pkgconfig
DEFINED_PHASES=configure install test
DEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin www-apps/uwebsockets >=dev-db/lmdb++-1.0.0
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
INHERIT=systemd toolchain-funcs
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.6.2.tar.gz -> purritobin-0.6.2.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6
_md5_=0214e377a49a10e90524f2527b74155d

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( sys-apps/coreutils ) virtual/pkgconfig >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin www-apps/uwebsockets >=dev-db/lmdb++-1.0.0
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
INHERIT=systemd meson
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.6.6.tar.gz -> purritobin-0.6.6.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 meson 00d6fba6e500964c50ba74d1d1fc2e6c
_md5_=4306eccaea8463b07d2d66c399a632c2

View File

@@ -1,15 +1,15 @@
BDEPEND=test? ( sys-apps/coreutils ) virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install test unpack
BDEPEND=test? ( sys-apps/coreutils ) virtual/pkgconfig >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install test unpack
DEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin www-apps/uwebsockets >=dev-db/lmdb++-1.0.0
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
INHERIT=systemd toolchain-funcs git-r3
INHERIT=systemd meson git-r3
IUSE=test
LICENSE=ISC
PROPERTIES=live
RDEPEND=>=dev-db/lmdb-0.9.29 net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=0214e377a49a10e90524f2527b74155d
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e systemd fdf0d765c3f11f91fe54f8def9a8c0e6 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 meson 00d6fba6e500964c50ba74d1d1fc2e6c git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=4306eccaea8463b07d2d66c399a632c2

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targe
SLOT=0
SRC_URI=https://github.com/DreamSourceLab/DSView/archive/v1.12.tar.gz -> dsview-1.12.tar.gz
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic bc2e7662a4a9a8643be851982a837ddc xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-r1 26e4ad0a4190b14f70973dc253e86535 udev 452708c3f55cf6e918b045adb949a9e6 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=5506bb72ef1b0bda2e3023e38a8da862
_md5_=6b94a4199a646d95a50de51dfe8f367f

View File

@@ -12,4 +12,4 @@ RDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic bc2e7662a4a9a8643be851982a837ddc xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 20c4a380a6193a089c8c432f3e5f8402 python-r1 26e4ad0a4190b14f70973dc253e86535 udev 452708c3f55cf6e918b045adb949a9e6 xdg c7ba313ea1eaf266f95cc6235f7d6a07 git-r3 b8e8c92aa5fe8df7187e466138eb4e52
_md5_=5506bb72ef1b0bda2e3023e38a8da862
_md5_=7e03fff1f4afdb91822801e715395a36

View File

@@ -42,7 +42,7 @@ app-editors/featherpad 0.17.2 0.18.0: Lightweight Qt5 Plain-Text Editor for Linu
app-editors/kitscenarist 0.7.2_rc9: Simple and powerful application for creating screenplays.
app-editors/micro 2.0.8: A modern and intuitive terminal-based text editor
app-editors/typora-bin 0.10.7: a markdown editor,markdown reader.
app-editors/visual-studio-code-bin 1.54.2 1.55.0 1.55.2: Multiplatform Visual Studio Code from Microsoft
app-editors/visual-studio-code-bin 1.55.2 1.56.0: Multiplatform Visual Studio Code from Microsoft
app-editors/vscodium-bin 1.53.2 1.54.3 1.55.2: Free/Libre Open Source Software Binaries of VSCode
app-emacs/flycheck 31: On the fly syntax checking for GNU Emacs
app-emulation/arnold 20170513: Amstrad CPC emulator
@@ -80,7 +80,7 @@ app-misc/telegram-send 0.25-r1: Send messages and files over Telegram from the c
app-misc/termdown 1.17.0: Countdown timer and stopwatch in your terminal
app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vrms-gentoo 0_pre20181120 0_pre20201102: vrms clone for Gentoo Linux
app-misc/watchexec 1.14.1 1.15.0 1.15.1 1.15.2 1.15.3: Executes commands in response to file modifications
app-misc/watchexec 1.14.1 1.15.0 1.15.1 1.15.2 1.15.3 1.16.0: 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.10: Apache OpenOffice productivity suite
app-office/pyspread 1.99.4 1.99.5 9999: Pyspread is a non-traditional spreadsheet written in Python
@@ -116,10 +116,10 @@ dev-R/R6 2.4.1 2.5.0: Encapsulated Classes with Reference Semantics
dev-R/Rcpp 1.0.4.6 1.0.6: Seamless R and C++ Integration
dev-R/assertthat 0.2.1: Easy Pre and Post Assertions
dev-R/cellranger 1.1.0: Translate Spreadsheet Cell Ranges to Rows and Columns
dev-R/cli 2.0.2 2.3.1: Helpers for Developing Command Line Interfaces
dev-R/cli 2.0.2 2.3.1 2.5.0: Helpers for Developing Command Line Interfaces
dev-R/crayon 1.3.4 1.4.1: Colored Terminal Output
dev-R/digest 0.6.25 0.6.27: Create Compact Hash Digests of R Objects
dev-R/dplyr 0.8.5 1.0.5: A Grammar of Data Manipulation
dev-R/dplyr 0.8.5 1.0.5 1.0.6: A Grammar of Data Manipulation
dev-R/ellipsis 0.3.0 0.3.1 0.3.2: Tools for Working with ...
dev-R/fansi 0.4.1 0.4.2: ANSI Control Sequence Aware String Functions
dev-R/generics 0.1.0: Common S3 Generics not Provided by Base R Methods Related to Model Fitting
@@ -168,7 +168,7 @@ dev-lang/aldor 1.2.0_p20190730: The Aldor Programming Language
dev-lang/fbc 1.07.3: A free/open source, multi-platform BASIC compiler.
dev-lang/fbc-bootstrap 1.07.3: Bootstrap package for dev-lang/fbc
dev-lang/fennel 0.9.1 9999: Fennel is a lisp that compiles to Lua
dev-lang/gleam 0.14.4: A statically typed functional language for the BEAM
dev-lang/gleam 0.14.4 0.15.1: A statically typed functional language for the BEAM
dev-lang/quickjs 2020.11.08 2021.03.27: Small embeddable Javascript engine
dev-lang/wren 0.3.0: The Wren Programming Language
dev-libs/StringiFor 1.1.1: StringiFor, Strings Fortran Manipulator, yet another strings Fortran module
@@ -207,7 +207,7 @@ dev-python/aiosmtplib 1.1.4: Asynchronous SMTP client for use with asyncio
dev-python/aiosqlite 0.16.0 0.17.0: asyncio bridge to the standard sqlite3 module
dev-python/aiounittest 1.4.0: Test python asyncio-based code with ease
dev-python/almost 0.1.5: A helper for approximate comparison
dev-python/anyio 2.1.0 2.2.0 3.0.0: Compatibility layer for multiple asynchronous event loop implementations
dev-python/anyio 2.1.0 2.2.0 3.0.0 3.0.1: Compatibility layer for multiple asynchronous event loop implementations
dev-python/asciimatics 1.13.0 9999: Package for curses-like operations, text UIs and ASCII art animations
dev-python/ascim 0.1.1 9999: Manipulate ASCII art as you would do with raster images
dev-python/aspectlib 1.5.2: An aspect-oriented programming, monkey-patch and decorators library
@@ -256,7 +256,7 @@ dev-python/hidapi 0.9.0_p3 0.10.1: A Cython interface to the hidapi
dev-python/hijri-converter 2.1.1: Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar
dev-python/hstspreload 2021.3.22: Chromium HSTS Preload list as a Python package
dev-python/httptools 0.1.1: httptools is a Python binding for the nodejs HTTP parser
dev-python/hunter 3.3.2: Hunter is a flexible code tracing toolkit
dev-python/hunter 3.3.2 3.3.3: Hunter is a flexible code tracing toolkit
dev-python/hwi 1.2.1 2.0.1: Library and command line tool for interacting with hardware wallets
dev-python/hypercorn 0.11.2: ASGI Server based on Hyper libraries and inspired by Gunicorn
dev-python/i3ipc 2.2.1: An improved Python library to control i3wm and sway.
@@ -318,7 +318,7 @@ dev-python/redbaron 0.9 0.9.2: A FST for python to make writing refactoring code
dev-python/rstcheck 3.3.1: Checks syntax of reStructuredText and code blocks nested within it
dev-python/sanic 20.9.1: Async Python 3.6+ web server/framework | Build fast. Run fast.
dev-python/scenedetect 0.5.5: Video Scene Cut Detection and Analysis Tool
dev-python/schedule 1.0.0: Python job scheduling for humans
dev-python/schedule 1.0.0 1.1.0: Python job scheduling for humans
dev-python/skia-pathops 0.4.1 0.6.0_p2: Python bindings for the Skia Path Ops
dev-python/skills 0.3.0: Python Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms
dev-python/sphinx-argparse 0.2.5: Sphinx extension that automatically documents argparse commands and options
@@ -528,7 +528,7 @@ net-im/rocketchat-desktop-bin 3.1.1: The Ultimate Open Source Web Chat Platform
net-im/ruqola 1.3.1: Rocket.Chat client for the KDE desktop
net-im/srain 1.1.3 1.2.1: Modern, beautiful IRC client written in GTK+ 3
net-libs/kcgi 0.12.3 0.12.4 9999: minimal CGI library for web applications
net-libs/usockets 0.7.1_p20210214 9999: tiny eventing, networking & crypto for async applications
net-libs/usockets 0.7.1_p20210214-r1 9999: tiny eventing, networking & crypto for async applications
net-mail/remail 0.13: A set of tools for crypted mailing lists
net-misc/FORT-validator 1.4.1 1.4.2 1.5.0: FORT validator is an open source RPKI validator
net-misc/amfora 1.8.0: A fancy terminal browser for the Gemini protocol.
@@ -545,7 +545,7 @@ net-misc/mastorss 0.13.0 0.13.1 9999: Another RSS to Mastodon bot
net-misc/megasync 4.3.8.0 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/myip 1.2.0: Get your external IP address using STUN server
net-misc/openbgpd 6.6_p0 6.7_p0 6.8_p0 9999: OpenBGPD is a free implementation of BGPv4
net-misc/purritobin 0.6.2 9999: minimalistic commandline pastebin
net-misc/purritobin 0.6.6 9999: minimalistic commandline pastebin
net-misc/rpki-client 6.8_p0 6.8_p1: Portability shim for OpenBSD's rpki-client
net-misc/rtv 1.27.0: Browse Reddit from your terminal
net-misc/tinyssh 20210319: A small SSH server with state-of-the-art cryptography

View File

@@ -1 +1 @@
Sat, 08 May 2021 13:50:01 +0000
Sun, 09 May 2021 18:20:18 +0000