2020-06-25 07:35:13 UTC

This commit is contained in:
Repository mirror & CI
2020-06-25 07:35:13 +00:00
parent 7d6b896deb
commit 50093c5542
19 changed files with 72 additions and 47 deletions

View File

@@ -9,6 +9,6 @@ LICENSE=BSD
RDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) 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_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/h/hstspreload/hstspreload-2020.6.16.tar.gz
SRC_URI=mirror://pypi/h/hstspreload/hstspreload-2020.6.23.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=699a59ea3a0b6b18da2ef5b995c5d4d1

View File

@@ -9,6 +9,6 @@ LICENSE=MIT
RDEPEND=>=dev-python/markdown-3.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/mkdocs-1.1[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pygments-2.4[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pymdown-extensions-7.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/mkdocs-material-extensions-1.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
SLOT=0
SRC_URI=https://github.com/squidfunk/mkdocs-material/archive/5.3.2.tar.gz -> mkdocs-material-5.3.2.tar.gz
SRC_URI=https://github.com/squidfunk/mkdocs-material/archive/5.3.3.tar.gz -> mkdocs-material-5.3.3.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 docs be9c1076914af89ca820db1983080651 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=f36eb4e443e32a35d72586f7bcde9e7d

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/setuptools_scm[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] test? ( dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/pytest-4.5.0[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/sphobjinv[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/typing-extensions[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] )
DESCRIPTION=Type hints support for the Sphinx autodoc extension
EAPI=7
HOMEPAGE=https://github.com/agronholm/sphinx-autodoc-typehints https://pypi.org/project/sphinx-autodoc-typehints
IUSE=test python_targets_python3_6 python_targets_python3_7
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-python/sphinx[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=|| ( python_targets_python3_6 python_targets_python3_7 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.11.0.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=4e3460c433ec10420ce1431baf336b9a

View File

@@ -6,6 +6,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-vcs/git
SLOT=0
SRC_URI=https://github.com/tj/git-extras/archive/5.1.0.tar.gz -> git-extras-5.1.0.tar.gz
SRC_URI=https://github.com/tj/git-extras/archive/6.0.0.tar.gz -> git-extras-6.0.0.tar.gz
_eclasses_=bash-completion-r1 e5f9c3faab3ab3d1e7e007daa8c736ef multilib 2477ebe553d3e4d2c606191fe6c33602 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=2bdabf19b0f0eb53ca798487c3385106

View File

@@ -8,6 +8,6 @@ LICENSE=Mojang
RDEPEND=>=x11-libs/gtk+-2.24.32-r1[X] dev-libs/nss dev-libs/libbsd dev-libs/libffi dev-libs/libpcre gnome-base/gconf media-libs/alsa-lib media-libs/openal net-libs/gnutls[idn] sys-apps/dbus virtual/jre:1.8 virtual/opengl x11-apps/xrandr x11-libs/libXScrnSaver x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender x11-libs/libXtst x11-libs/xcb-util
RESTRICT=bindist mirror
SLOT=2
SRC_URI=https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_2.1.15166.tar.gz -> minecraft-launcher-2.1.15166.tar.gz https://launcher.mojang.com/download/minecraft-launcher.svg
SRC_URI=https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_2.1.15629.tar.gz -> minecraft-launcher-2.1.15629.tar.gz https://launcher.mojang.com/download/minecraft-launcher.svg
_eclasses_=desktop 7fd20552ce4cc97e8acb132a499a7dd8 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=9a226fbeca7ca7a7ad85ec7e2886837a

View File

@@ -10,6 +10,6 @@ LICENSE=technic
RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3
RESTRICT=bindist mirror
SLOT=0
SRC_URI=http://launcher.technicpack.net/launcher4/554/TechnicLauncher.jar -> technic-launcher-4.554.jar https://www.technicpack.net/favicon.ico -> technic-launcher.ico
SRC_URI=http://launcher.technicpack.net/launcher4/560/TechnicLauncher.jar -> technic-launcher-4.560.jar https://www.technicpack.net/favicon.ico -> technic-launcher.ico
_eclasses_=desktop 7fd20552ce4cc97e8acb132a499a7dd8 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 16d46032afaca1d6d0621f82084880cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=efc7bf55f9191263618350dfb64ec342

View File

@@ -0,0 +1,12 @@
BDEPEND=>=kde-frameworks/extra-cmake-modules-5.70:5 dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-qt/qtgui-5.12.3:5 >=media-libs/libavif-0.8.0 >=x11-misc/shared-mime-info-2.0-r1
DESCRIPTION=Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
EAPI=7
HOMEPAGE=https://github.com/novomesk/qt-avif-image-plugin
LICENSE=BSD-2
RDEPEND=>=dev-qt/qtgui-5.12.3:5 >=media-libs/libavif-0.8.0 >=x11-misc/shared-mime-info-2.0-r1
SLOT=0
SRC_URI=https://github.com/novomesk/qt-avif-image-plugin/archive/v0.2.0.tar.gz -> qt-avif-image-plugin-0.2.0.tar.gz
_eclasses_=cmake 19b0421555865baefd505831dd4303e3 eutils fcb2aa98e1948b835b5ae66ca52868c5 flag-o-matic f1194291b9a1baca337c1c89b5f7f365 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=f877b98c5f7c4e7ce14b3d436188bdcd

View File

@@ -10,6 +10,6 @@ LICENSE=Apache-2.0
RDEPEND=dev-python/certifi[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/twisted[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] vlc? ( media-video/vlc[lua] ) mpv? ( media-video/mpv[lua] ) mplayer? ( media-video/mplayer ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=vlc? ( client ) mpv? ( client ) mplayer? ( client ) client? ( || ( vlc mpv mplayer ) ) || ( python_targets_python3_6 python_targets_python3_7 )
SLOT=0
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.6.4a.tar.gz -> syncplay-1.6.4_p1.tar.gz
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.6.5.tar.gz -> syncplay-1.6.5.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 eutils fcb2aa98e1948b835b5ae66ca52868c5 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=5a7d8f74004282e922e23b1bfc5698c1
_md5_=d64af8a808a5cdde2bccfe475e0eae8a

View File

@@ -1,15 +0,0 @@
BDEPEND=python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Client/server to synchronize media playback
EAPI=7
HOMEPAGE=https://github.com/Syncplay/syncplay https://syncplay.pl
IUSE=+client +server vlc mpv mplayer python_targets_python3_6 python_targets_python3_7
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=dev-python/certifi[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] dev-python/twisted[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] vlc? ( media-video/vlc[lua] ) mpv? ( media-video/mpv[lua] ) mplayer? ( media-video/mplayer ) python_targets_python3_6? ( dev-lang/python:3.6 ) python_targets_python3_7? ( dev-lang/python:3.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)?,python_targets_python3_7(-)?,-python_single_target_python3_6(-),-python_single_target_python3_7(-)]
REQUIRED_USE=vlc? ( client ) mpv? ( client ) mplayer? ( client ) client? ( || ( vlc mpv mplayer ) ) || ( python_targets_python3_6 python_targets_python3_7 )
SLOT=0
SRC_URI=https://github.com/Syncplay/syncplay/archive/v1.6.5-Beta1.tar.gz -> syncplay-1.6.5_beta1.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 eutils fcb2aa98e1948b835b5ae66ca52868c5 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=7451cdbacef7a69601153f64f8858f18

View File

@@ -9,6 +9,6 @@ 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.4.0.tar.gz -> usockets-0.4.0.tar.gz
SRC_URI=https://github.com/uNetworking/uSockets/archive/v0.4.1.tar.gz -> usockets-0.4.1.tar.gz
_eclasses_=multilib 2477ebe553d3e4d2c606191fe6c33602 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=d0db9428a70c2c28f93be5acc68de5be

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtmultimedia:5[widgets] dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Visual cross-platform gemini browser
EAPI=7
HOMEPAGE=https://github.com/MasterQ32/kristall
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-qt/qtmultimedia:5[widgets]
SLOT=0
SRC_URI=https://github.com/MasterQ32/kristall/archive/V0.3.tar.gz -> kristall-0.3.tar.gz
_eclasses_=estack 686eaab303305a908fd57b2fd7617800 multilib 2477ebe553d3e4d2c606191fe6c33602 qmake-utils 4eb5e05ef7ee630c003e3f0edc094135 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=bc0d3eeb2a2f25db99af11c9597c8659

View File

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

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-cpp/uwebsockets >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=www-apps/uwebsockets >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install prepare unpack
DEPEND=dev-cpp/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
DEPEND=net-libs/usockets[libuv=,static-libs?] libuv? ( >=dev-libs/libuv-1.35.0[static-libs?] )
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
@@ -9,4 +9,4 @@ LICENSE=GPL-2
PROPERTIES=live
SLOT=0
_eclasses_=git-r3 86a0188f2ad9eb3d65e4d031ab8a0422
_md5_=c03306b5e3c81a965a0277a2c03f0172
_md5_=65da25a18a0f7d7d337c4ad820b00cc7

View File

@@ -4,7 +4,7 @@ EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=~dev-cpp/usockets-0.4.0
RDEPEND=>=net-libs/usockets-0.4.1
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.3.0.tar.gz -> uwebsockets-18.3.0.tar.gz
_md5_=94bd3090971d9a2c796c56a7be2277be
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.6.0.tar.gz -> uwebsockets-18.6.0.tar.gz
_md5_=8d12ecb09232498186f2a86e4295ecb2

View File

@@ -5,7 +5,7 @@ EAPI=7
HOMEPAGE=https://github.com/uNetworking/uWebSockets
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=~dev-cpp/usockets-0.4.0
RDEPEND=>=net-libs/usockets-0.4.1
SLOT=0
_eclasses_=git-r3 86a0188f2ad9eb3d65e4d031ab8a0422
_md5_=94bd3090971d9a2c796c56a7be2277be
_md5_=8d12ecb09232498186f2a86e4295ecb2

View File

@@ -76,8 +76,6 @@ dev-R/vctrs 0.2.4 0.3.0: Vector Helpers
dev-cpp/cpp-taskflow 2.3.1 2.4.0 9999: Modern C++ Parallel Task Programming
dev-cpp/plog 1.1.5_p20200501: Portable, simple and extensible C++ logging library
dev-cpp/sprout 0_pre20190615: C++11/14 constexpr based Containers, Algorithms, Random numbers and others
dev-cpp/usockets 0.4.0 9999: tiny eventing, networking & crypto for async applications
dev-cpp/uwebsockets 18.3.0 9999: ultra fast, simple, secure & standards compliant web I/O
dev-cpp/vectorwrapper 1.1.1 9999: A template vector wrapper class for C++
dev-db/pg_repack 1.4.5: RUM access method - inverted index with additional information in posting lists
dev-db/rum 1.3.6: RUM access method - inverted index with additional information in posting lists
@@ -133,7 +131,7 @@ dev-python/glicko2 0_pre20191010 9999: An implementation of the Glicko-2 rating
dev-python/googletransx 2.4.2: Free Google Translate API for Python. Translates totally free of charge.
dev-python/graphene 2.1.8: GraphQL Framework for Python
dev-python/graphql-relay 3.0.0: Relay library for graphql-core-next
dev-python/hstspreload 2020.6.16: Chromium HSTS Preload list as a Python package
dev-python/hstspreload 2020.6.23: Chromium HSTS Preload list as a Python package
dev-python/httpcore 0.7.0 0.9.1: A minimal HTTP client
dev-python/httptools 0.1.1: httptools is a Python binding for the nodejs HTTP parser
dev-python/httpx 0.9.3 0.11.1 0.12.1 0.13.3: A next generation HTTP client for Python
@@ -144,7 +142,7 @@ dev-python/manhole 1.6.0: Debugging manhole for python application
dev-python/markdown-include 0.5.1: Syntax which allows for inclusion of contents of other Markdown docs
dev-python/mkdocs-exclude 1.0.2: Lets you exclude files or trees from your output
dev-python/mkdocs-git-revision-date-localized-plugin 0.5.0: Display the localized date of the last git modification of a markdown file
dev-python/mkdocs-material 4.6.3 5.0.0_rc2 5.2.3 5.3.2: A Material Design theme for MkDocs
dev-python/mkdocs-material 4.6.3 5.0.0_rc2 5.2.3 5.3.3: A Material Design theme for MkDocs
dev-python/mkdocs-material-extensions 1.0: Extension pack for Python Markdown
dev-python/mkdocs-minify-plugin 0.3.0: An MkDocs plugin to minify HTML and/or JS files prior to being written to disk
dev-python/mkdocs_pymdownx_material_extras 1.0_beta11: Custom alterations based on Mkdocs-Material
@@ -189,7 +187,7 @@ dev-python/skia-pathops 0.4.1: 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/sniffio 1.1.0: Sniff out which async library your code is running under
dev-python/sphinx-argparse 0.2.5: Sphinx extension that automatically documents argparse commands and options
dev-python/sphinx-autodoc-typehints 1.10.3: Type hints support for the Sphinx autodoc extension
dev-python/sphinx-autodoc-typehints 1.10.3 1.11.0: Type hints support for the Sphinx autodoc extension
dev-python/sphinxcontrib-katex 0.6.0 0.6.1: KaTeX Sphinx extension for rendering of math in HTML pages
dev-python/sphinxcontrib-trio 1.1.2: Make Sphinx better at documenting Python functions and methods
dev-python/sphobjinv 2.0.1: Sphinx objects.inv Inspection/Manipulation Tool
@@ -219,15 +217,15 @@ dev-util/insomnia-bin 7.1.1: HTTP and GraphQL client for developers
dev-util/quilttools 0.3: Mailbox to quilt series converter
dev-util/xdp-tools 0.0.3: Utilities and example programs for use with XDP
dev-vcs/git-blame-someone-else 0_pre20180613 9999: Blame someone else for your bad code.
dev-vcs/git-extras 5.1.0 9999: Little git extras
dev-vcs/git-extras 6.0.0 9999: Little git extras
dev-vcs/git-repo-updater 0.5.1: Easily update multiple git repositories at once
dev-vcs/lazygit 0.19 0.20.3 0.20.4: Lazygit, a simple terminal UI for git commands
games-action/ATLauncher 3.3.5.2: Minecraft launcher which integrates multiple different ModPacks
games-action/minecraft-launcher 1.6.93 2.1.15166: An open-world game whose gameplay revolves around breaking and placing blocks
games-action/minecraft-launcher 1.6.93 2.1.15629: An open-world game whose gameplay revolves around breaking and placing blocks
games-action/multimc 0.6.11: An advanced Qt5-based open-source launcher for Minecraft
games-action/netrek-brmh 2.6.0: brmh client for netrek
games-action/netrek-cow 3.3.2: cow client for netrek
games-action/technic-launcher 4.554: Minecraft launcher for community-made modpacks on the Technic Platform
games-action/technic-launcher 4.560: Minecraft launcher for community-made modpacks on the Technic Platform
games-arcade/opensurge 0.5.1.2 9999: fun 2D retro platformer inspired by old-school Sonic games
games-arcade/taisei 1.3.1 9999: Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL.
games-fps/chocolate-doom 3.0.0: A Doom source port that is minimalist and historically accurate
@@ -250,7 +248,7 @@ media-libs/skia 80_p20191220 80_p20191220-r1: A complete 2D graphic library for
media-plugins/alsa-sndio 0.2: Sndio audio sink and source for GStreamer
media-plugins/argotlunar-bin 2.06-r1: Argotlunar is a sound granulator. Binary Linux VST
media-plugins/gst-plugins-sndio 1.8.0.1-r1: Sndio audio sink and source for GStreamer
media-plugins/qt-avif-image-plugin 9999: Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
media-plugins/qt-avif-image-plugin 0.2.0 9999: Qt plug-in to allow Qt and KDE based applications to read/write AVIF images.
media-plugins/qt-heif-image-plugin 0.3.3: Qt plugin for HEIF images
media-plugins/whysynth 20170701_p20180323: A software synthesizer plugin for the DSSI Soft Synth Interface
media-sound/6pm 0.9: 6PM is a polyphonic, touch-sensitive, realtime phase modulation synthesizer
@@ -263,7 +261,7 @@ media-sound/zita-ajbridge 0.8.4: zita-a2j and zita-j2a - bridges between ALSA an
media-tv/droidcam 6.7.7_pre20200506: Use android phone as webcam, using a v4l device driver and app
media-video/kikoplay 0.6.2 0.7.0 9999: KikoPlay is a full-featured danmu player
media-video/mpv-mpris 0.5 9999: MPRIS plugin for mpv
media-video/syncplay 1.6.4_p1 1.6.5_beta1: Client/server to synchronize media playback
media-video/syncplay 1.6.5: Client/server to synchronize media playback
media-video/vidify 2.2.5: Watch music videos in real time for the songs playing on your device
media-video/vidify-audiosync 0.3.0: Audio synchronization feature for vidify
net-dialup/tio 1.32: Simple TTY terminal application
@@ -273,11 +271,12 @@ net-im/discord-canary-bin 0.0.104: 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.0: Modern, beautiful IRC client written in GTK+ 3
net-libs/usockets 0.4.1 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: FORT validator is an open source RPKI validator
net-misc/castor 0.8.13 0.8.14: A graphical browser for plain-text protocols
net-misc/gemserv 0.4.1_pre20200529 0.4.1: A gemini Server written in rust
net-misc/kristall 0.2: Visual cross-platform gemini browser
net-misc/kristall 0.2 0.3: Visual cross-platform gemini browser
net-misc/lyricwikia 0.1.11: Python API to get song lyrics from LyricWikia
net-misc/openbgpd 6.6_p0 6.7_p0 9999: OpenBGPD is a free implementation of BGPv4
net-misc/purritobin 0.2.1 9999: minimalistic commandline pastebin
@@ -324,6 +323,7 @@ sys-process/iotop-c 0_pre20140824: top utility for IO (C port)
sys-process/nvtop 1.0.0 9999: NVIDIA GPUs htop like monitoring tool
www-apps/selfoss 2.18-r1: The multipurpose rss reader, live stream, mashup, aggregation web application
www-apps/twint 2.1.18 2.1.19 2.1.20: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
www-apps/uwebsockets 18.6.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-client/badwolf 1.0.0 9999: Minimalist and privacy-oriented WebKitGTK+ browser
x11-apps/xcur2png 0.7.1: Convert X cursors to PNG images
x11-libs/gtk-fortran 19.04 20.04: A GTK+ binding to build Graphical User Interfaces in Fortran

View File

@@ -1 +1 @@
Sun, 21 Jun 2020 19:35:10 +0000
Thu, 25 Jun 2020 07:35:13 +0000

View File

@@ -9,7 +9,6 @@ app-misc/ntfy:telegram - Add support for telegram backend
app-text/OCRmyPDF:jbig2enc - Uses media-libs/jbig2enc for better compression algorithm
dev-cpp/sprout:texconv - Install texconv from subproject compost
dev-cpp/sprout:wavconv - Install texconv from subproject darkroom
dev-cpp/usockets:libuv - Enable bindings to use the libuv dispatcher
dev-embedded/rauc:json - Add JSON support
dev-embedded/rauc:network - Add network update support
dev-embedded/rauc:service - Add dbus service
@@ -51,6 +50,7 @@ media-video/vidify:vlc - Use python-vlc as backend for vidify
media-video/vidify:zeroconf - Use an external network player
net-im/biboumi:logrotate - Use app-admin/logrotate for rotating logs
net-im/biboumi:udns - Asynchronously resolve domain names using net-libs/udns
net-libs/usockets:libuv - Enable bindings to use the libuv dispatcher
net-misc/purritobin:libuv - use libuv to do async operations, instead of linux kernels epoll
net-misc/tinyssh:sodium - Use dev-libs/libsodium for cryptography
net-p2p/trezord-go:systemd - Install systemd service file