2022-04-18 12:09:09 UTC

This commit is contained in:
Repository mirror & CI
2022-04-18 12:09:09 +00:00
parent fc07d83ac4
commit f3dfbc7446
13 changed files with 102 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
DEFINED_PHASES=install preinst pretend
DESCRIPTION=Group for tang daemon
EAPI=8
INHERIT=acct-group
KEYWORDS=~amd64
SLOT=0
_eclasses_=user-info df8c432bdcb3cdcef6c8250f0ab9e4ea user cccf4b1f43c35defc6e448e73cc44ca0 acct-group 40a462ed2ad09e051d376a55f8c794cb
_md5_=e2c78f93b710b2e8b3a23bf242d7c8e6

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=install postinst preinst prerm pretend
DESCRIPTION=User for tang daemon
EAPI=8
INHERIT=acct-user
KEYWORDS=~amd64
RDEPEND=acct-group/tang
SLOT=0
_eclasses_=user-info df8c432bdcb3cdcef6c8250f0ab9e4ea user cccf4b1f43c35defc6e448e73cc44ca0 acct-user b1b77f98e85cd9473ed7798985a4a980
_md5_=19d2a5486d30b540925349ead4a33ca4

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-util/meson-0.59.4 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst test
DEPEND=acct-user/tang app-text/asciidoc net-misc/socat >=net-libs/http-parser-2.8.0 >=dev-libs/jose-8
DESCRIPTION=Tang binding daemon
EAPI=8
HOMEPAGE=https://github.com/latchset/tang
INHERIT=meson
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=acct-user/tang app-text/asciidoc net-misc/socat >=net-libs/http-parser-2.8.0 >=dev-libs/jose-8
SLOT=0
SRC_URI=https://github.com/latchset/tang/archive/v11.tar.gz -> tang-11.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils fef481272d4a8e136a7d8a0fb1329384 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b python-utils-r1 59dddabd6a41ab69723654916142f63b meson 2d8a51910bc57e004c37aa55c7d99ce4
_md5_=06e7f195c08f7fb3ed872c93f1d4d448

View File

@@ -0,0 +1,11 @@
DEFINED_PHASES=install postinst
DESCRIPTION=PowerPanel software for CyberPower UPS systems
EAPI=8
HOMEPAGE=https://www.cyberpowersystems.com/
IUSE=systemd
KEYWORDS=~amd64 ~x86
LICENSE=PowerPanel
RDEPEND=dev-libs/json-c dev-libs/openssl virtual/libusb
SLOT=0
SRC_URI=x86? ( https://dl4jz3rbrsfum.cloudfront.net/software/PPL_32bit_v1.4.1.tar.gz -> powerpanel-1.4.1.tar.gz ) amd64? ( https://dl4jz3rbrsfum.cloudfront.net/software/PPL_64bit_v1.4.1.tar..gz -> powerpanel-1.4.1.tar.gz )
_md5_=815af93099008c9efc288d4eb9c0d849

View File

@@ -0,0 +1,14 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=install postinst
DEPEND=dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick
DESCRIPTION=A Wallpaper daemon
EAPI=8
HOMEPAGE=https://github.com/Dotz0cat/walld
INHERIT=optfeature
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-libs/libevent media-gfx/feh dev-libs/libconfig media-gfx/imagemagick
SLOT=0
SRC_URI=https://github.com/Dotz0cat/walld/archive/refs/tags/1.2.tar.gz -> walld-1.2.tar.gz
_eclasses_=optfeature d524f291c80f9d21ad80fe978e3ca760
_md5_=5082fb12c3ca6d57d6c0e45a21bd21e4

View File

@@ -1,10 +1,10 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=setup
DEFINED_PHASES=configure setup
DEPEND=sys-libs/ncurses lua? ( lua_single_target_luajit? ( dev-lang/luajit:= ) lua_single_target_lua5-1? ( dev-lang/lua:5.1 ) ) ods? ( dev-haskell/libxml dev-libs/libzip ) plots? ( sci-visualization/gnuplot ) tmux? ( app-misc/tmux ) wayland? ( gui-apps/wl-clipboard ) X? ( x11-misc/xclip ) xls? ( dev-libs/libxls ) xlsx? ( dev-libs/libxlsxwriter dev-haskell/libxml dev-libs/libzip )
DESCRIPTION=Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
EAPI=7
HOMEPAGE=https://github.com/andmarti1424/sc-im
INHERIT=lua-single
INHERIT=lua-single toolchain-funcs
IUSE=X plots wayland xls xlsx lua ods tmux lua_single_target_luajit lua_single_target_lua5-1
KEYWORDS=~amd64 ~x86
LICENSE=BSD-4
@@ -13,4 +13,4 @@ REQUIRED_USE=lua? ( ^^ ( lua_single_target_luajit lua_single_target_lua5-1 ) )
SLOT=0
SRC_URI=https://github.com/andmarti1424/sc-im/archive/v0.8.2.tar.gz -> sc-im-0.8.2.tar.gz
_eclasses_=toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b lua-utils e69ff116248d78546ae1a234c086fe80 lua-single f2c2fb82c912dd65d53bdae3613a331f
_md5_=a866b155842b948a2b37f20f1e761edf
_md5_=d0587ea9a7c7c4eb14ccaedb7f34607d

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.5:1.16 ) >=sys-devel/autoconf-2.71 >=sys-devel/libtool-2.4 virtual/pkgconfig
DEFINED_PHASES=configure install prepare
DEPEND=acct-group/haclient acct-user/hacluster dev-libs/libxml2 sys-cluster/pacemaker sys-libs/zlib || ( dev-libs/libgcrypt app-crypt/mhash ) glue? ( sys-cluster/cluster-glue ) !glue? ( dev-libs/glib sys-apps/systemd sys-cluster/libqb )
DESCRIPTION=The Booth Cluster Ticket Manager
EAPI=8
HOMEPAGE=https://github.com/ClusterLabs/booth
INHERIT=autotools systemd
IUSE=+glue test
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=acct-group/haclient acct-user/hacluster dev-libs/libxml2 sys-cluster/pacemaker sys-libs/zlib || ( dev-libs/libgcrypt app-crypt/mhash ) glue? ( sys-cluster/cluster-glue ) !glue? ( dev-libs/glib sys-apps/systemd sys-cluster/libqb )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ClusterLabs/booth/archive/95d854b32a7cb20cb9a0e90c71d8cc269657304d.tar.gz -> booth-1.0_p20210730.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs badd6e329e1f3e6bee99b35bf8763ce8 multilib 4a33c9008e5ee30cb8840a3fdc24df2b libtool 241a8f577b9781a42a7421e53448a44e autotools 9724194ab651ce63fd9bc06e4e1410b4 systemd 2736b403a83f194b59b767f3b344c2c1
_md5_=1d220ba8fae0940822cbd01b0a878a6f

View File

@@ -7,6 +7,7 @@ acct-group/jackett 0: Group for www-apps/jackett-bin
acct-group/monero 0: System group: monero
acct-group/owncast 0: Group for media-video/owncast
acct-group/purritobin 0: Group for net-misc/purritobin
acct-group/tang 0: Group for tang daemon
acct-group/wsdd 0: Group for net-misc/wsdd
acct-group/yggdrasil 1: System group: yggdrasil
acct-user/_bgpd 0-r1: User for OpenBGPD
@@ -19,6 +20,7 @@ acct-user/jackett 0: User for www-apps/jackett-bin
acct-user/monero 0: System user: monero
acct-user/owncast 0: User for media-video/owncast
acct-user/purritobin 0: User for net-misc/purritobin
acct-user/tang 0: User for tang daemon
acct-user/trezord 0: User for TREZOR Bridge
acct-user/wsdd 0: User for net-misc/wsdd
acct-user/yggdrasil 1: Yggdrasil user
@@ -59,6 +61,7 @@ app-crypt/gnome-encfs-manager 1.9: An easy to use manager and mounter for encfs
app-crypt/intel-ipsec-mb 1.1 1.2 9999: Multi-Buffer Crypto for IPSec from Intel
app-crypt/pgp 2.6.3a: Public-key encryption and digital signature utility
app-crypt/reop 2.1.1: reasonable expectation of privacy
app-crypt/tang 11: Tang binding daemon
app-crypt/tomb 2.9-r6: Tomb :: File Encryption on GNU/Linux
app-crypt/tpm2-openssl 1.1.0: OpenSSL Provider for TPM2 integration
app-crypt/uacme 1.7.1: ACMEv2 client written in plain C with minimal dependencies
@@ -125,6 +128,7 @@ app-misc/neo 0.6.1 9999: cmatrix clone with 32-bit color and Unicode support
app-misc/nonsense 0.7-r1: Generates random text from datafiles and templates
app-misc/ntfy 2.7.0: A utility for sending notifications, on demand and when commands finish.
app-misc/pfetch 0.6.0: A pretty system information tool written in POSIX sh
app-misc/powerpanel 1.4.1: PowerPanel software for CyberPower UPS systems
app-misc/pup 0.4.0_p1: Parsing HTML at the command line
app-misc/rememberthemilk 1.3.11-r1: Freemium simple to-do tasks manager
app-misc/spark 1.0.1: sparklines for your shell
@@ -135,6 +139,7 @@ app-misc/termdown 1.17.0: Countdown timer and stopwatch in your terminal
app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vocabsieve 0.7.2: A simple, effective tool for language learning
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/walld 1.2: A Wallpaper daemon
app-misc/watchexec 1.15.3 1.16.2 1.17.1 1.18.11 1.18.12 1.19.0: Executes commands in response to file modifications
app-misc/wego 2.1: Wego is a weather client for the terminal
app-misc/xplr 0.15.2 0.17.0 0.17.1 0.17.2: A hackable, minimal, fast TUI file explorer
@@ -864,7 +869,7 @@ dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
dev-util/reflex 0.3.1: A small tool to watch a directory and rerun a command when certain files change
dev-util/reuse 0.14.0: A tool for compliance with the REUSE recommendations
dev-util/rpmlint 2.1.0 2.2.0: Tool for checking common errors in RPM packages
dev-util/rust-analyzer 20220314 20220321 99999999: An implementation of Language Server Protocol for the Rust programming language
dev-util/rust-analyzer 20220411 20220418 99999999: An implementation of Language Server Protocol for the Rust programming language
dev-util/rust-analyzer-bin 2021.09.06 2021.09.20: An implementation of Language Server Protocol for the Rust programming language
dev-util/tokei 12.1.1 12.1.2: Count code, quickly
dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by all WakaTime plugins
@@ -1271,6 +1276,7 @@ sys-cluster/OpenHPC-meta 2.1: OpenHPC metapackage
sys-cluster/SIONfwd 1.0.1: A minimalistic I/O forwarding server and client library for SIONlib
sys-cluster/SOS 1.5.0: implementation of the OpenSHMEM specification
sys-cluster/TCL 1.0: Transparent Checkpointing Library
sys-cluster/booth 1.0_p20210730: The Booth Cluster Ticket Manager
sys-cluster/cinder 20.0.0: Cinder is the OpenStack Block storage service, a spin out of nova-volumes
sys-cluster/clusteringsuite 2.6.9-r3: Expose the main performance trends in applications computation structure
sys-cluster/dlb 2.1-r3: Dynamically react to application imbalance by modifying the number of resources

View File

@@ -1 +1 @@
Mon, 18 Apr 2022 06:39:02 +0000
Mon, 18 Apr 2022 12:09:09 +0000

View File

@@ -626,6 +626,7 @@ sys-cluster/TCL:tcl-instrumentation - Build the instrumentation version
sys-cluster/TCL:tcl-instrumentation-debug - Build the instrumentation-debug version
sys-cluster/TCL:tcl-performance - Build the performance version
sys-cluster/TCL:veloc - Enable sys-cluster/veloc backend
sys-cluster/booth:glue - Use libraries from sys-cluster/cluster-glue
sys-cluster/cinder:api - Installs the initscripts for the cinder api service
sys-cluster/cinder:iscsi - Allow using an iSCSI remote storage server as pool for disk image storage
sys-cluster/cinder:lvm - Allow using the Logical Volume Manager (sys-fs/lvm2) as pool for disk image storage