2021-01-29 12:32:50 UTC

This commit is contained in:
Repository mirror & CI
2021-01-29 12:32:50 +00:00
parent 085b8e2dc8
commit 081dd4d2da
13 changed files with 37 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ EAPI=7
HOMEPAGE=https://gitlab.com/jschx/ufetch
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RESTRICT=mirror test
SLOT=0
SRC_URI=https://gitlab.com/jschx/ufetch/-/archive/v0.1/ufetch-v0.1.tar.gz -> ufetch-0.1.tar.gz
_md5_=a2288fb7dc974ecd4517a20a03355588
_md5_=31001477acdf1f578a88036c271dddb6

View File

@@ -4,6 +4,7 @@ EAPI=7
HOMEPAGE=https://gitlab.com/jschx/ufetch
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RESTRICT=mirror test
SLOT=0
SRC_URI=https://gitlab.com/jschx/ufetch/-/archive/v0.2/ufetch-v0.2.tar.gz -> ufetch-0.2.tar.gz
_md5_=a2288fb7dc974ecd4517a20a03355588
_md5_=31001477acdf1f578a88036c271dddb6

View File

@@ -5,6 +5,7 @@ EAPI=7
HOMEPAGE=https://gitlab.com/jschx/ufetch
LICENSE=ISC
PROPERTIES=live
RESTRICT=mirror test
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441
_md5_=a94ec27645500b0b9d147067f25eb9ab
_md5_=31001477acdf1f578a88036c271dddb6

View File

@@ -1,13 +0,0 @@
DEFINED_PHASES=compile install
DEPEND=ssl? ( !libressl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) libressl? ( dev-libs/libressl[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 libressl +ssl static-libs
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=ssl? ( !libressl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) libressl? ( dev-libs/libressl[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 d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=8fce347fd1c56f5d7aa8aa8bb6b503cc

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=configure install
DEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[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=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
SLOT=0
SRC_URI=https://github.com/uNetworking/uSockets/archive/45a70140b191e74c66301e5fefdacbd298b8c518.tar.gz -> usockets-0.6.0_p20210126.tar.gz
_eclasses_=multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=6e220257b4378f7a6ffd7fa19456e8d6

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/openssl-1.1.0[static-libs?] ) libressl? ( dev-libs/libressl[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
DEFINED_PHASES=configure install unpack
DEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
DESCRIPTION=tiny eventing, networking & crypto for async applications
EAPI=7
HOMEPAGE=https://github.com/uNetworking/uSockets
IUSE=libuv libressl +ssl static-libs
IUSE=libuv +ssl static-libs
LICENSE=Apache-2.0
PROPERTIES=live
RDEPEND=ssl? ( !libressl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) libressl? ( dev-libs/libressl[static-libs?] ) ) libuv? ( dev-libs/libuv[static-libs?] )
RDEPEND=libuv? ( dev-libs/libuv[static-libs?] ) ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 multilib d410501a125f99ffb560b0c523cd3d1e toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=8fce347fd1c56f5d7aa8aa8bb6b503cc
_md5_=6e220257b4378f7a6ffd7fa19456e8d6

View File

@@ -1,12 +1,14 @@
BDEPEND=virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install unpack
DEFINED_PHASES=configure install test unpack
DEPEND=net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin www-apps/uwebsockets
DESCRIPTION=minimalistic commandline pastebin
EAPI=7
HOMEPAGE=https://bsd.ac
IUSE=test
LICENSE=ISC
PROPERTIES=live
RDEPEND=net-libs/usockets[ssl] acct-user/purritobin acct-group/purritobin
RESTRICT=!test? ( test )
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 multilib d410501a125f99ffb560b0c523cd3d1e systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=c99918c75d3e9fd479e5e207c6199048
_md5_=83d53f6225ce76ca80dfdb05922b66d5

View File

@@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2+
RDEPEND=sys-libs/ncurses:= !sys-process/iotop
SLOT=0
SRC_URI=https://github.com/Tomas-M/iotop/archive/v1.15.tar.gz -> iotop-c-1.15.tar.gz
_md5_=69ae8419eac026bbf33921fc59e64da1
SRC_URI=https://github.com/Tomas-M/iotop/archive/v1.16.tar.gz -> iotop-c-1.16.tar.gz
_md5_=2e83e052930ff0d661e96aad3ff5459d

View File

@@ -8,6 +8,6 @@ LICENSE=GPL-2
RDEPEND=acct-user/jackett app-crypt/mit-krb5 dev-libs/icu dev-util/lttng-ust
RESTRICT=strip
SLOT=0
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.354/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.354-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.354/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.354-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.354/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.354-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.401/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.401-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.401/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.401-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.401/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.401-arm64.tar.gz )
_eclasses_=multilib d410501a125f99ffb560b0c523cd3d1e systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=12ec0afd3e16912a41117039a0707b9d

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.6.0
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.17.0.tar.gz -> uwebsockets-18.17.0.tar.gz
_md5_=07aef1ba9fd74248dc447ee0761d1f1d

View File

@@ -6,5 +6,5 @@ KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=net-libs/usockets-0.6.0
SLOT=0
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.19.0.tar.gz -> uwebsockets-18.19.0.tar.gz
SRC_URI=https://github.com/uNetworking/uWebSockets/archive/v18.23.0.tar.gz -> uwebsockets-18.23.0.tar.gz
_md5_=a99f14ce808e1157d4d6032cba28906b

View File

@@ -411,7 +411,7 @@ net-im/go-sendxmpp 0_pre20200423: A little tool to send messages to an XMPP cont
net-im/nheko 0.8.0 0.8.1: Desktop client for Matrix using Qt and C++14
net-im/srain 1.1.1 1.1.3: Modern, beautiful IRC client written in GTK+ 3
net-libs/kcgi 0.12.3 9999: minimal CGI library for web applications
net-libs/usockets 0.6.0_p1-r1 9999: tiny eventing, networking & crypto for async applications
net-libs/usockets 0.6.0_p20210126 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.3.0 1.4.0 1.4.1 1.4.2: FORT validator is an open source RPKI validator
net-misc/castor 0.8.15 0.8.16: A graphical browser for plain-text protocols
@@ -492,14 +492,14 @@ sys-libs/nss-tls 1.0 1.1 9999: A DNS over HTTPS resolver for glibc
sys-libs/solo-udev-rules 4.0.0-r1: udev rules for the Solo FIDO2 & U2F USB+NFC security key
sys-process/bottom 0.5.6: A graphical process/system monitor with a customizable interface
sys-process/gotop 4.1.0: A terminal based graphical activity monitor inspired by gtop and vtop
sys-process/iotop-c 1.15: top utility for IO (C port)
sys-process/iotop-c 1.16: top utility for IO (C port)
sys-process/nvtop 1.1.0 9999: NVIDIA GPUs htop like monitoring tool
www-apps/code-server-bin 3.4.1 3.6.1 3.8.0: VS Code in the browser (binary version with unbundled node and ripgrep)
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
www-apps/jackett-bin 0.17.354: API Support for your favorite torrent trackers
www-apps/jackett-bin 0.17.401: API Support for your favorite torrent trackers
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.17.0 18.19.0 9999: ultra fast, simple, secure & standards compliant web I/O
www-apps/uwebsockets 18.23.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
www-servers/thin 1.8.0: This a Ruby gem that delivers a thin and fast web server

View File

@@ -1 +1 @@
Thu, 28 Jan 2021 12:40:46 +0000
Fri, 29 Jan 2021 12:32:50 +0000