2020-11-23 22:35:24 UTC

This commit is contained in:
Repository mirror & CI
2020-11-23 22:35:24 +00:00
parent f03d1d9f61
commit c5df99b67f
16 changed files with 64 additions and 67 deletions

View File

@@ -0,0 +1,16 @@
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(-)] ) 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/jinja[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/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(-)] dev-python/nose[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=A simple code complexity analyser, supports most of the popular languages.
EAPI=7
HOMEPAGE=http://www.lizard.ws/
IUSE=test python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
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/terryyin/lizard/archive/1.17.7.tar.gz -> lizard-1.17.7.tar.gz
_eclasses_=distutils-r1 409cd1220f9f980d21980293a50e2a8e multibuild b2c915190b051f55a23b9354b9849847 multilib 98584e405e2b0264d37e8f728327fed1 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8d03325e7e3cf3e1465d9c32031e2517 python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=10bdb4c815baf4c345aceea5a614f902

View File

@@ -7,7 +7,8 @@ HOMEPAGE=https://github.com/GhostNaN/mpvpaper
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=media-video/mpv[libmpv] gui-libs/wlroots
RESTRICT=mirror test
SLOT=0
SRC_URI=https://github.com/GhostNaN/mpvpaper/archive/1.0.tar.gz -> mpvpaper-1.0.tar.gz
_eclasses_=meson 71d293a701d6362387e1214da368c848 multilib 98584e405e2b0264d37e8f728327fed1 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=20628aede26acd541688602c2b022814
_md5_=3799253b660c137c7debd47877102fa4

View File

@@ -7,6 +7,7 @@ HOMEPAGE=https://github.com/GhostNaN/mpvpaper
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=media-video/mpv[libmpv] gui-libs/wlroots
RESTRICT=mirror test
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 meson 71d293a701d6362387e1214da368c848 multilib 98584e405e2b0264d37e8f728327fed1 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 e41e32d357e5bdd388b5be2ce24f3883 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=20628aede26acd541688602c2b022814
_md5_=3799253b660c137c7debd47877102fa4

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=compile install
DEPEND=ssl? ( libressl? ( >=dev-libs/libressl-3.0.0:=[static-libs?] ) !libressl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
DESCRIPTION=tiny eventing, networking & crypto for async applications
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uSockets
IUSE=libuv +ssl libressl static-libs
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=ssl? ( libressl? ( >=dev-libs/libressl-3.0.0:=[static-libs?] ) !libressl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
SLOT=0
SRC_URI=https://github.com/uNetworking/uSockets/archive/v0.6.0.tar.gz -> usockets-0.6.0.tar.gz
_eclasses_=multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=a6ef6089501e25583e25998b89c26f90

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile install
DEPEND=ssl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) libuv? ( dev-libs/libuv[static-libs?] )
DESCRIPTION=tiny eventing, networking & crypto for async applications
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uSockets
IUSE=libuv +ssl static-libs
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=ssl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) libuv? ( dev-libs/libuv[static-libs?] )
SLOT=0
SRC_URI=https://github.com/uNetworking/uSockets/archive/7683672d87067cd75b854f4e36b9820f4809a4be.tar.gz -> usockets-0.6.0_p1.tar.gz
_eclasses_=multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=303ab4d2c772ab0c9d1096ff6886cbbf

View File

@@ -1,13 +1,13 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install unpack
DEPEND=ssl? ( libressl? ( >=dev-libs/libressl-3.0.0:=[static-libs?] ) !libressl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
DEPEND=ssl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) libuv? ( dev-libs/libuv[static-libs?] )
DESCRIPTION=tiny eventing, networking & crypto for async applications
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uSockets
IUSE=libuv +ssl libressl static-libs
IUSE=libuv +ssl static-libs
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=ssl? ( libressl? ( >=dev-libs/libressl-3.0.0:=[static-libs?] ) !libressl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
RDEPEND=ssl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) libuv? ( dev-libs/libuv[static-libs?] )
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=a6ef6089501e25583e25998b89c26f90
_md5_=303ab4d2c772ab0c9d1096ff6886cbbf

View File

@@ -1,12 +0,0 @@
DEFINED_PHASES=compile install prepare
DEPEND=net-libs/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] ) www-apps/uwebsockets
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
IUSE=libuv static-libs
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-2
RDEPEND=net-libs/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.2.4.tar.gz -> purritobin-0.2.4.tar.gz
_md5_=2b4c3e4cc20c734340719e46cc03b742

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=configure install
DEPEND=net-libs/usockets www-apps/uwebsockets
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=ISC
RDEPEND=net-libs/usockets
SLOT=0
SRC_URI=https://github.com/PurritoBin/PurritoBin/archive/0.3.0.tar.gz -> purritobin-0.3.0.tar.gz
_eclasses_=multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=2351ce42e86a7436eefe7592012decdd

View File

@@ -1,13 +1,12 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install prepare unpack
DEPEND=net-libs/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] ) www-apps/uwebsockets
DEFINED_PHASES=configure install unpack
DEPEND=net-libs/usockets www-apps/uwebsockets
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
IUSE=libuv static-libs
LICENSE=GPL-2
LICENSE=ISC
PROPERTIES=live
RDEPEND=net-libs/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
RDEPEND=net-libs/usockets
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=2b4c3e4cc20c734340719e46cc03b742
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 multilib 98584e405e2b0264d37e8f728327fed1 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=2351ce42e86a7436eefe7592012decdd

View File

@@ -1,10 +0,0 @@
DEFINED_PHASES=compile install prepare
DESCRIPTION=ultra fast, simple, secure & standards compliant web I/O
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=net-libs/usockets-0.4.1
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.13.0.tar.gz -> uwebsockets-18.13.0.tar.gz
_md5_=8d12ecb09232498186f2a86e4295ecb2

View File

@@ -1,10 +0,0 @@
DEFINED_PHASES=compile install prepare
DESCRIPTION=ultra fast, simple, secure & standards compliant web I/O
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=net-libs/usockets-0.4.1
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.14.0.tar.gz -> uwebsockets-18.14.0.tar.gz
_md5_=8d12ecb09232498186f2a86e4295ecb2

View File

@@ -4,7 +4,7 @@ EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=net-libs/usockets-0.4.1
RDEPEND=>=net-libs/usockets-0.6.0
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.15.0.tar.gz -> uwebsockets-18.15.0.tar.gz
_md5_=8d12ecb09232498186f2a86e4295ecb2
_md5_=07aef1ba9fd74248dc447ee0761d1f1d

View File

@@ -5,7 +5,7 @@ EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=>=net-libs/usockets-0.4.1
RDEPEND=>=net-libs/usockets-0.6.0
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=8d12ecb09232498186f2a86e4295ecb2
_md5_=07aef1ba9fd74248dc447ee0761d1f1d

View File

@@ -59,6 +59,7 @@ app-shells/zsh-histdb 0_pre20200405: A slightly better history for zsh
app-text/OCRmyPDF 9.7.2: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/katarakt 0.2: Simple PDF viewer
app-text/komikku 0.12.0 0.15.0: An online/offline manga reader for GNOME
app-text/lizard 1.17.7: A simple code complexity analyser, supports most of the popular languages.
app-text/mdbook 0.3.7 0.4.3 0.4.4: Creates a book from markdown files
app-text/noweb 2.12: a literate programming tool, lighter than web
app-text/stdman 2019.08.27 9999: Formatted C++ stdlib man pages (cppreference)
@@ -358,7 +359,7 @@ net-im/discord-canary-bin 0.0.106 0.0.115: All-in-one voice and text chat
net-im/go-sendxmpp 0_pre20200423: A little tool to send messages to an XMPP contact or MUC
net-im/nheko 0.7.1 0.7.2: Desktop client for Matrix using Qt and C++14
net-im/srain 1.1.1: Modern, beautiful IRC client written in GTK+ 3
net-libs/usockets 0.6.0 9999: tiny eventing, networking & crypto for async applications
net-libs/usockets 0.6.0_p1 9999: tiny eventing, networking & crypto for async applications
net-mail/remail 0.9: A set of tools for crypted mailing lists
net-misc/FORT-validator 1.2.0 1.2.1 1.3.0: FORT validator is an open source RPKI validator
net-misc/castor 0.8.15 0.8.16: A graphical browser for plain-text protocols
@@ -367,7 +368,7 @@ net-misc/kristall 0.2 0.3 9999: Visual cross-platform gemini browser
net-misc/lyricwikia 0.1.11: Python API to get song lyrics from LyricWikia
net-misc/megasync 4.3.3 4.3.5 9999: The official Qt-based program for syncing your MEGA account in your PC
net-misc/openbgpd 6.6_p0 6.7_p0 6.8_p0 9999: OpenBGPD is a free implementation of BGPv4
net-misc/purritobin 0.2.4 9999: minimalistic commandline pastebin
net-misc/purritobin 0.3.0 9999: minimalistic commandline pastebin
net-misc/rpki-client 6.6_p2 6.7_p0 6.7_p1 6.8_p0: Portability shim for OpenBSD's rpki-client
net-misc/tinyssh 20190101: A small SSH server with state-of-the-art cryptography
net-misc/wayback_machine_downloader 2.2.1: Download an entire website from the Wayback Machine
@@ -429,7 +430,7 @@ www-apps/code-server-bin 3.4.1 3.6.1: VS Code in the browser (binary version wit
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
www-apps/selfoss 2.18-r1: The multipurpose rss reader, live stream, mashup, aggregation web application
www-apps/twint 2.1.20: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
www-apps/uwebsockets 18.13.0 18.14.0 18.15.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-apps/uwebsockets 18.15.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-client/badwolf 1.0.3 9999: Minimalist and privacy-oriented WebKitGTK+ browser
www-client/torbrowser-launcher 0.3.2 0.3.3 9999: A program to download, updated, and run the Tor Browser Bundle
x11-apps/xcur2png 0.7.1: Convert X cursors to PNG images

View File

@@ -1 +1 @@
Sun, 22 Nov 2020 17:35:29 +0000
Mon, 23 Nov 2020 22:35:24 +0000