2020-07-12 12:05:20 UTC

This commit is contained in:
Repository mirror & CI
2020-07-12 12:05:20 +00:00
parent 3930858198
commit a4818984f5
11 changed files with 71 additions and 23 deletions

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/open62541/open62541/archive/v1.1.tar.gz -> open62541-1.1.tar.gz
_eclasses_=cmake 19b0421555865baefd505831dd4303e3 eutils fcb2aa98e1948b835b5ae66ca52868c5 flag-o-matic f1194291b9a1baca337c1c89b5f7f365 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-single-r1 674c48c926cbb44e91b656e0399d8f54 python-utils-r1 cae3d65c47270c9a8c4880076996c09c toolchain-funcs 605c126bed8d87e4378d5ff1645330cb xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=ad5ebdf8c246a0be5d9bae3d71936ca7
_md5_=ba09b4b5ce3d57530da2bfb156f4fe14

View File

@@ -0,0 +1,15 @@
BDEPEND=python_single_target_python3_6? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_8(-)] ) test? ( app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( dev-python/path-py[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/path-py[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/path-py[python_targets_python3_8(-)] ) ) test? ( app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( >=dev-python/pytest-4.5.0[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/pytest-4.5.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)] ) ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] >=dev-lang/python-exec-2:=[python_targets_python3_6] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8[xml] >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_6? ( >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] )
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=Command line tool for Open Build Service
EAPI=7
HOMEPAGE=https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc
IUSE=test python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] >=dev-lang/python-exec-2:=[python_targets_python3_6] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8[xml] >=dev-lang/python-exec-2:=[python_targets_python3_8] )
REQUIRED_USE=^^ ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://github.com/openSUSE/osc/archive/0.169.1.tar.gz -> osc-0.169.1.tar.gz
_eclasses_=distutils-r1 0dda1d9008ac0b2530588115a772d99d multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-single-r1 674c48c926cbb44e91b656e0399d8f54 python-utils-r1 cae3d65c47270c9a8c4880076996c09c toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=47e41dd5a4435de200d0c8060b434c71

View File

@@ -0,0 +1,14 @@
BDEPEND=python_single_target_python3_6? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/setuptools_scm-1.15.0[python_targets_python3_8(-)] ) test? ( app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( dev-python/path-py[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/path-py[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/path-py[python_targets_python3_8(-)] ) ) test? ( app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( >=dev-python/pytest-4.5.0[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/pytest-4.5.0[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/pytest-4.5.0[python_targets_python3_8(-)] ) ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] >=dev-lang/python-exec-2:=[python_targets_python3_6] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8[xml] >=dev-lang/python-exec-2:=[python_targets_python3_8] ) python_single_target_python3_6? ( >=dev-python/setuptools-42.0.2[python_targets_python3_6(-)] ) python_single_target_python3_7? ( >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)] ) python_single_target_python3_8? ( >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)] ) >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare setup test unpack
DESCRIPTION=Command line tool for Open Build Service
EAPI=7
HOMEPAGE=https://en.opensuse.org/openSUSE:OSC https://github.com/openSUSE/osc
IUSE=test python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=app-arch/rpm[python,python_single_target_python3_6(-)?,python_single_target_python3_7(-)?,python_single_target_python3_8(-)?] python_single_target_python3_6? ( dev-python/m2crypto[python_targets_python3_6(-)] ) python_single_target_python3_7? ( dev-python/m2crypto[python_targets_python3_7(-)] ) python_single_target_python3_8? ( dev-python/m2crypto[python_targets_python3_8(-)] ) python_single_target_python3_6? ( dev-lang/python:3.6[xml] >=dev-lang/python-exec-2:=[python_targets_python3_6] ) python_single_target_python3_7? ( dev-lang/python:3.7[xml] >=dev-lang/python-exec-2:=[python_targets_python3_7] ) python_single_target_python3_8? ( dev-lang/python:3.8[xml] >=dev-lang/python-exec-2:=[python_targets_python3_8] )
REQUIRED_USE=^^ ( python_single_target_python3_6 python_single_target_python3_7 python_single_target_python3_8 )
RESTRICT=test !test? ( test )
SLOT=0
_eclasses_=distutils-r1 0dda1d9008ac0b2530588115a772d99d git-r3 8ec5b53812bce105ae7943930e4660f8 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 python-single-r1 674c48c926cbb44e91b656e0399d8f54 python-utils-r1 cae3d65c47270c9a8c4880076996c09c toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=47e41dd5a4435de200d0c8060b434c71

View File

@@ -1,14 +1,15 @@
BDEPEND=>=dev-lang/go-1.10
DEFINED_PHASES=compile install test unpack
DEPEND=sys-libs/glibc
DESCRIPTION=Lazygit, a simple terminal UI for git commands
EAPI=7
HOMEPAGE=https://github.com/jesseduffield/lazygit
IUSE=doc
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-vcs/git
RDEPEND=sys-libs/glibc
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.19.tar.gz -> lazygit-0.19.tar.gz
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.20.5.tar.gz -> lazygit-0.20.5.tar.gz
_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b
_md5_=1a071d617cd19af851a756149ff5157f
_md5_=d80c9cc7acdb825503a577c7b24e5493

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] >=dev-util/meson-0.54.0 >=dev-util/ninja-1.8.2
DEFINED_PHASES=compile configure install test unpack
DEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json
DESCRIPTION=GTK+ launchers for sway, i3 and some other WMs
EAPI=7
HOMEPAGE=https://github.com/nwg-piotr/nwg-launchers
IUSE=+bar +dmenu +grid
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=x11-libs/gtk+:3 dev-cpp/gtkmm:3.0 dev-cpp/nlohmann_json
SLOT=0
_eclasses_=git-r3 8ec5b53812bce105ae7943930e4660f8 meson 71d293a701d6362387e1214da368c848 multilib 2477ebe553d3e4d2c606191fe6c33602 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f python-utils-r1 cae3d65c47270c9a8c4880076996c09c toolchain-funcs 605c126bed8d87e4378d5ff1645330cb
_md5_=4c9713da9f04a213387ad8c1ee92c0ec

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,4 +11,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://github.com/trezor/trezord-go/archive/v2.0.29.tar.gz -> trezord-go-2.0.29.tar.gz
_eclasses_=golang-base c57d2c3f9e1a02d0feb8b87c7b689892 golang-build dc25bafa8fc1305a4de66a0a448472e7 golang-vcs-snapshot 12177e83bede6f7fb87eae383864b40b multilib 2477ebe553d3e4d2c606191fe6c33602 systemd 71fd8d2065d102753fb9e4d20eaf3e9f toolchain-funcs 605c126bed8d87e4378d5ff1645330cb udev 452708c3f55cf6e918b045adb949a9e6
_md5_=b0a016eeb1aa07ab8a3ae0f7a2b085bb
_md5_=1f34600c28f3ab4ce75d5b5611813a1e

View File

@@ -211,12 +211,13 @@ dev-util/FoBiS 3.0.2: FoBiS.py, a Fortran Building System for poor men
dev-util/codespell 1.17.1: Check text files for common misspellings
dev-util/go-deblob 1.0.0: remove binary blobs from a directory
dev-util/insomnia-bin 2020.2.2: HTTP and GraphQL client for developers
dev-util/osc 0.169.1 9999: Command line tool for Open Build Service
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 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
dev-vcs/lazygit 0.20.3 0.20.4 0.20.5: Lazygit, a simple terminal UI for git commands
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.15852: 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
@@ -232,6 +233,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/nwg-launchers 9999: GTK+ launchers for sway, i3 and some other WMs
gui-apps/wdisplays 1.0-r1 9999: GUI display configurator for wlroots compositors
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
@@ -275,7 +277,7 @@ net-libs/usockets 0.4.1-r1 9999: tiny eventing, networking & crypto for async ap
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
net-misc/gemserv 0.4.1 0.4.2: A gemini Server written in rust
net-misc/gemserv 0.4.2 0.4.4: A gemini Server written in rust
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
@@ -285,7 +287,7 @@ 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/trezord-go 2.0.29-r1: 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
net-wireless/rtl8192eu 0_pre20200123 0_pre20200619: Realtek 8192EU driver module for Linux kernel

View File

@@ -1 +1 @@
Thu, 09 Jul 2020 14:35:16 +0000
Sun, 12 Jul 2020 12:05:20 +0000