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