2020-06-29 18:35:13 UTC

This commit is contained in:
Repository mirror & CI
2020-06-29 18:35:13 +00:00
parent 92046f247e
commit d7bdf175ba
14 changed files with 122 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst prepare
DEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Free cross platform open source file manager with two panels side by side.
EAPI=7
HOMEPAGE=https://doublecmd.sourceforge.io/
IUSE=gtk qt5
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
REQUIRED_USE=^^ ( gtk qt5 )
SLOT=0
SRC_URI=amd64? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-0.9.9.gtk2.x86_64.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-0.9.9.qt5.x86_64.tar.xz ) ) x86? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-0.9.9.gtk2.i386.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-0.9.9.qt5.i386.tar.xz ) )
_eclasses_=desktop 7fd20552ce4cc97e8acb132a499a7dd8 eutils fcb2aa98e1948b835b5ae66ca52868c5 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=3ced7510e8d4798ff629413504b0fc8a

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-python/setuptools[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools_scm-1.15.0[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] test? ( dev-python/docutils[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] dev-python/path-py[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/pytest-3.4[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-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/jaraco-packaging-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/jaraco-packaging-3.2[python_targets_python3_7(-),python_single_target_python3_7(+)] ) ( dev-lang/python:3.6 dev-python/sphinx[python_targets_python3_6(-),python_single_target_python3_6(+)] >=dev-python/jaraco-packaging-3.2[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( >=dev-python/pypy3-7.3.0:0 dev-python/sphinx[python_targets_pypy3(-),python_single_target_pypy3(+)] >=dev-python/jaraco-packaging-3.2[python_targets_pypy3(-),python_single_target_pypy3(+)] ) ) ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Checks syntax of reStructuredText and code blocks nested within it
EAPI=7
HOMEPAGE=https://github.com/myint/rstcheck
IUSE=test doc python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/docutils[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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 ) >=dev-lang/python-exec-2:=[python_targets_pypy3(-)?,python_targets_python3_6(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_pypy3(-),-python_single_target_python3_6(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-)]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_6 python_targets_python3_7 python_targets_python3_8 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/r/rstcheck/rstcheck-3.3.1.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=22be228fb242f36a7360189a7448e3a0

View File

@@ -0,0 +1,14 @@
BDEPEND=media-gfx/imagemagick
DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack
DEPEND=>=dev-java/java-config-2.2.0-r3 dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Minecraft launcher which integrates multiple different ModPacks
EAPI=7
HOMEPAGE=https://atlauncher.com https://github.com/ATLauncher/ATLauncher
IUSE=elibc_FreeBSD
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=virtual/jre:1.8 >=dev-java/java-config-2.2.0-r3
SLOT=0
SRC_URI=https://github.com/ATLauncher/ATLauncher/releases/download/v3.3.6.0/ATLauncher-3.3.6.0.jar -> ATLauncher-3.3.6.0_pre.jar https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ATLauncher.ico
_eclasses_=desktop 7fd20552ce4cc97e8acb132a499a7dd8 java-pkg-2 c4e6af2574fd1dc79b43a6e27af4b5fb java-utils-2 16d46032afaca1d6d0621f82084880cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=ff9774b522621229df885c857f13051c

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/564/TechnicLauncher.jar -> technic-launcher-4.564.jar https://www.technicpack.net/favicon.ico -> technic-launcher.ico
SRC_URI=http://launcher.technicpack.net/launcher4/566/TechnicLauncher.jar -> technic-launcher-4.566.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,11 @@
BDEPEND=>=dev-util/meson-0.51.2 >=dev-util/ninja-1.8.2
DEFINED_PHASES=compile configure install test
DESCRIPTION=Wofi is a launcher/menu program for wlroots based wayland compositors like sway
EAPI=7
HOMEPAGE=https://hg.sr.ht/~scoopta/wofi
KEYWORDS=~amd64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wofi/archive/v1.1.1.tar.gz -> wofi-1.1.1.tar.gz
_eclasses_=meson 8f7dc8ed2d76af0b33328789c017e677 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=40d1f2f66f6e67bd0554267f6eadaf58

View File

@@ -0,0 +1,11 @@
BDEPEND=>=dev-util/meson-0.51.2 >=dev-util/ninja-1.8.2
DEFINED_PHASES=compile configure install test
DESCRIPTION=Wofi is a launcher/menu program for wlroots based wayland compositors like sway
EAPI=7
HOMEPAGE=https://hg.sr.ht/~scoopta/wofi
KEYWORDS=~amd64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wofi/archive/v1.1.2.tar.gz -> wofi-1.1.2.tar.gz
_eclasses_=meson 8f7dc8ed2d76af0b33328789c017e677 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=40d1f2f66f6e67bd0554267f6eadaf58

View File

@@ -0,0 +1,11 @@
BDEPEND=>=dev-util/meson-0.51.2 >=dev-util/ninja-1.8.2
DEFINED_PHASES=compile configure install test unpack
DEPEND=dev-vcs/mercurial
DESCRIPTION=Wofi is a launcher/menu program for wlroots based wayland compositors like sway
EAPI=7
HOMEPAGE=https://hg.sr.ht/~scoopta/wofi
LICENSE=GPL-3
PROPERTIES=live
SLOT=0
_eclasses_=eutils fcb2aa98e1948b835b5ae66ca52868c5 mercurial d22fe98ea362174612a57c233239102f meson 8f7dc8ed2d76af0b33328789c017e677 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=4bcff0d60efb8013845a251371a5b5bd

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] dev-util/cmake
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.2.137
DESCRIPTION=AMD Open Source Driver for Vulkan
EAPI=7
HOMEPAGE=https://github.com/GPUOpen-Drivers/AMDVLK
IUSE=debug wayland abi_x86_32 abi_x86_64
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=wayland? ( dev-libs/wayland[abi_x86_32(-)?,abi_x86_64(-)?] ) sys-libs/zlib:0=[abi_x86_32(-)?,abi_x86_64(-)?] >=dev-util/vulkan-headers-1.2.137 x11-libs/libdrm[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libXrandr[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxcb[abi_x86_32(-)?,abi_x86_64(-)?] x11-libs/libxshmfence[abi_x86_32(-)?,abi_x86_64(-)?] >=media-libs/vulkan-loader-1.2.137[abi_x86_32(-)?,abi_x86_64(-)?]
REQUIRED_USE=|| ( abi_x86_32 abi_x86_64 ) || ( abi_x86_32 abi_x86_64 )
SLOT=0
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2020.Q2.5.tar.gz -> AMDVLK-v-2020.Q2.5.tar.gz https://github.com/GPUOpen-Drivers/xgl/archive/6e79dcb897452121463e79d8c4e21c6fc668a6fe.tar.gz -> xgl-6e79dcb897452121463e79d8c4e21c6fc668a6fe.tar.gz https://github.com/GPUOpen-Drivers/pal/archive/b687ca1828258076ac79f08738f6fce3fa688d4a.tar.gz -> pal-b687ca1828258076ac79f08738f6fce3fa688d4a.tar.gz https://github.com/GPUOpen-Drivers/llpc/archive/48fff0a75bb413b55a5e89647cdb37e109aa9eb8.tar.gz -> llpc-48fff0a75bb413b55a5e89647cdb37e109aa9eb8.tar.gz https://github.com/GPUOpen-Drivers/spvgen/archive/0179fdb99e3d4b51e50d1a4c6ef65f065b0df967.tar.gz -> spvgen-0179fdb99e3d4b51e50d1a4c6ef65f065b0df967.tar.gz https://github.com/GPUOpen-Drivers/llvm-project/archive/da64bde85194f895002dbca05ec66e016f1a5a5d.tar.gz -> llvm-project-da64bde85194f895002dbca05ec66e016f1a5a5d.tar.gz https://github.com/GPUOpen-Drivers/MetroHash/archive/712f76fee75d69b23a1ea8f6465752c3ccaaf9a2.tar.gz -> MetroHash-712f76fee75d69b23a1ea8f6465752c3ccaaf9a2.tar.gz https://github.com/GPUOpen-Drivers/CWPack/archive/7387247eb9889ddcabbc1053b9c2052e253b088e.tar.gz -> CWPack-7387247eb9889ddcabbc1053b9c2052e253b088e.tar.gz
_eclasses_=check-reqs 7e3fd1855a5e1b50bb9e80827b3f672d multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multilib-build dfda7934df092a96e439c05b4aeac519 multilib-minimal 8bddda43703ba94d8341f4e247f97566 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=0feb2cc69167b8dff2b17de63d87b0d1

View File

@@ -1,12 +1,12 @@
DEFINED_PHASES=configure install postinst postrm preinst prepare
DEPEND=dev-qt/qtmultimedia[widgets] dev-util/desktop-file-utils x11-misc/shared-mime-info
DEPEND=dev-qt/qtmultimedia[widgets] dev-qt/qtsvg:5 dev-qt/qtnetwork:5[ssl] 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[widgets]
RDEPEND=dev-qt/qtmultimedia[widgets] dev-qt/qtsvg:5 dev-qt/qtnetwork:5[ssl]
SLOT=0
SRC_URI=https://github.com/MasterQ32/kristall/archive/V0.2.tar.gz -> kristall-0.2.tar.gz
_eclasses_=desktop 7fd20552ce4cc97e8acb132a499a7dd8 estack 686eaab303305a908fd57b2fd7617800 multilib 2477ebe553d3e4d2c606191fe6c33602 qmake-utils 4eb5e05ef7ee630c003e3f0edc094135 toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=8cca7cf6062765292b5147441ef89248
_md5_=19b54c7156f56b014eaa708355286ae2

View File

@@ -1,12 +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
DEPEND=dev-qt/qtmultimedia:5[widgets] dev-qt/qtsvg:5 dev-qt/qtnetwork:5[ssl] 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]
RDEPEND=dev-qt/qtmultimedia:5[widgets] dev-qt/qtsvg:5 dev-qt/qtnetwork:5[ssl]
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
_md5_=d9964fa9af3215ffd133669a76e6ecae

View File

@@ -0,0 +1,14 @@
BDEPEND=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 unpack
DESCRIPTION=NiceHash cryptocurrency mining client for Linux
EAPI=7
HOMEPAGE=https://github.com/YoRyan/nuxhash
IUSE=gui python_targets_python3_7 python_targets_python3_8
KEYWORDS=~amd64
LICENSE=GPL-3 excavator-EULA
RDEPEND=dev-libs/libbsd dev-python/requests[python_targets_python3_7(-)?,python_targets_python3_8(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-)] net-misc/curl virtual/opencl >=x11-drivers/nvidia-drivers-387 x11-libs/libxcb x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext x11-libs/libX11 gui? ( dev-python/wxpython:4.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(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 )
SLOT=0
SRC_URI=https://github.com/YoRyan/nuxhash/archive/33e9a095a41a6828959927f867efe4d2df398ede.tar.gz -> nuxhash-1.0.0_beta2_p20191013.tar.gz
_eclasses_=distutils-r1 44725b3eb803b8abcd6978759c231210 multibuild 40fe59465edacd730c644ec2bc197809 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 8386b016a2b3bbefa88443fdaa898057 python-utils-r1 ace0a9a129fcfeaae542c0d15c07f36a toolchain-funcs 605c126bed8d87e4378d5ff1645330cb vcs-snapshot b1abf460a493fc59ebb25de0df3f09dd
_md5_=6850cae5d9664666276e7c4b54a0bec4

View File

@@ -6,5 +6,5 @@ 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.7.0.tar.gz -> uwebsockets-18.7.0.tar.gz
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.8.0.tar.gz -> uwebsockets-18.8.0.tar.gz
_md5_=8d12ecb09232498186f2a86e4295ecb2

View File

@@ -25,7 +25,7 @@ app-emulation/nvidia-container-toolkit 1.1.1 1.1.2: NVIDIA container runtime too
app-i18n/fcitx-skk 0.1.4: An input method engine for Fcitx
app-misc/apidb 4.3.0_beta: API Generator for Database acces.
app-misc/cheat 3.10.1: cheat allows you to create and view interactive cheatsheets on the command-line
app-misc/doublecmd-bin 0.9.8: Free cross platform open source file manager with two panels side by side.
app-misc/doublecmd-bin 0.9.8 0.9.9: Free cross platform open source file manager with two panels side by side.
app-misc/ghq 1.1.0: Remote repository management made easy
app-misc/mat2 0.11.0: Metadata Anonymisation Toolkit: handy tool to trash your metadata
app-misc/mobile-datovka 1.9.1: Mobile optimized GUI to access the Czech data box e-government system
@@ -181,6 +181,7 @@ dev-python/python-telegram-bot 12.4.2 9999: Python wrapper of telegram bots API
dev-python/python-vlc 3.0.10114: Python ctypes-based bindings for libvlc
dev-python/quantities 0.12.4: Support for physical quantities with units, based on numpy
dev-python/redbaron 0.9: A FST for python to make writing refactoring code a realistic task
dev-python/rstcheck 3.3.1: Checks syntax of reStructuredText and code blocks nested within it
dev-python/sanic 19.12.2 20.3.0: Async Python 3.6+ web server/framework | Build fast. Run fast.
dev-python/schedule 0.6.0-r1 9999: Python job scheduling for humans
dev-python/skia-pathops 0.4.1: Python bindings for the Skia Path Ops
@@ -220,12 +221,12 @@ dev-vcs/git-blame-someone-else 0_pre20180613 9999: Blame someone else for your b
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/ATLauncher 3.3.5.2 3.3.6.0_pre: Minecraft launcher which integrates multiple different ModPacks
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.564: Minecraft launcher for community-made modpacks on the Technic Platform
games-action/technic-launcher 4.566: 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
@@ -235,6 +236,7 @@ games-util/NotEnoughProduction 0.0.4: Tool for building production chains for mo
games-util/itch-bin 25.4.0: itch.io game browser, installer and launcher
games-util/legendary 0.0.18 0.0.19: A free and open-source replacement for the Epic Games Launcher
games-util/minigalaxy 0.9.4: A simple GOG client for Linux
gui-apps/wofi 1.1.1 1.1.2 9999: Wofi is a launcher/menu program for wlroots based wayland compositors like sway
gui-libs/webp-pixbuf-loader 0.0.1: WebP Image format GdkPixbuf loader
kde-misc/plasma-applet-thermal-monitor 1.2.9: Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors
media-fonts/symbola 7.17: Unicode font for Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks
@@ -242,7 +244,7 @@ media-gfx/azpainter 2.1.6: Full color painting software for Linux for illustrati
media-gfx/fontpreview 1.0.6: Highly customizable and minimal font previewer written in bash
media-gfx/oxipng 2.3.0: A lossless PNG compression optimizer
media-gfx/svgcleaner 0.9.5: svgcleaner could help you to clean up your SVG files from the unnecessary data.
media-libs/amdvlk 2020.2.1 2020.2.2 2020.2.3 2020.2.4: AMD Open Source Driver for Vulkan
media-libs/amdvlk 2020.2.1 2020.2.2 2020.2.3 2020.2.4 2020.2.5: AMD Open Source Driver for Vulkan
media-libs/libavif 0.6.4-r1 0.7.2-r1 0.7.3 9999: Library for encoding and decoding .avif files
media-libs/skia 80_p20191220 80_p20191220-r1: A complete 2D graphic library for drawing Text, Geometries, and Images
media-plugins/alsa-sndio 0.2: Sndio audio sink and source for GStreamer
@@ -284,6 +286,7 @@ net-misc/rpki-client 6.6_p2 6.7_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
net-misc/wsdd 0.5 0.6: A Web Service Discovery host daemon.
net-p2p/nuxhash 1.0.0_beta2_p20191013: NiceHash cryptocurrency mining client for Linux
net-p2p/trezord-go 2.0.29: TREZOR Communication Daemon
net-p2p/yggdrasil-go 0.3.13-r1 0.3.14: An experiment in scalable routing as an encrypted IPv6 overlay network
net-wireless/eiwd 1.6.1 1.7_pre20200606 9999: iwd without dbus
@@ -323,7 +326,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.7.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-apps/uwebsockets 18.8.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, 28 Jun 2020 22:35:55 +0000
Mon, 29 Jun 2020 18:35:13 +0000