2021-04-21 20:09:11 UTC

This commit is contained in:
Repository mirror & CI
2021-04-21 20:09:11 +00:00
parent 02550ef044
commit 70fa9e21ee
10 changed files with 36 additions and 17 deletions

View File

@@ -2,6 +2,7 @@ DEFINED_PHASES=install preinst pretend
DESCRIPTION=A user group for www-servers/hinsightd
EAPI=7
INHERIT=acct-group
KEYWORDS=~amd64
SLOT=0
_eclasses_=user-info a2abd4e2f4c3b9b06d64bf1329359a02 user 26d8ce6329c43cbac965617f1c0627e2 acct-group 207adc497ea35d11dcf8959e7546a459
_md5_=c581ce864df2863b92ccd7f44ba6979a
_md5_=4b1515f1e7ce8bbaffafad82f53e64f9

View File

@@ -2,7 +2,8 @@ DEFINED_PHASES=install postinst preinst prerm pretend
DESCRIPTION=A user account for www-servers/hinsightd
EAPI=7
INHERIT=acct-user
KEYWORDS=~amd64
RDEPEND=acct-group/hinsightd
SLOT=0
_eclasses_=user-info a2abd4e2f4c3b9b06d64bf1329359a02 user 26d8ce6329c43cbac965617f1c0627e2 acct-user d32fbb1f9b68d1a1c2adf200d92350af
_md5_=e48d94fb2f241091eefc4fffb5c1b182
_md5_=2ca3466ef19de53ea0232cd32ee58ebf

View File

@@ -1,15 +1,17 @@
BDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
BDEPEND=test? ( !dev-python/glicko2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] ) python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-python/pytest[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] )
DESCRIPTION=An implementation of the Glicko-2 rating system for Python
EAPI=7
HOMEPAGE=https://github.com/sublee/glicko2
INHERIT=distutils-r1
IUSE=python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
IUSE=test python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
RDEPEND=!dev-python/glicko2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_pypy3? ( >=dev-python/pypy3-7.3.0:0= ) 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_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_pypy3(-)?,python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_pypy3(-),-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/sublee/glicko2/archive/99285aa6b5250b91a837b842dc61b2a96007f3c5.tar.gz -> github-sublee-glicko2-0_pre20191010.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 d8655e1387589a2e1930339b1627d5c1
_md5_=ea73fa73f525f8c467c99c7873561633
_md5_=77229dff5092bf50b3824042bc48310f

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/glimpse-editor/Glimpse/archive/v0.2.0.tar.gz -> glimpse-0.2.0.tar.gz
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 gnome.org df5c6c53843e1be0aad724138e78bbc3 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 xdg c7ba313ea1eaf266f95cc6235f7d6a07 gnome2 c156bb2ac81c822dd861424ce19bc168 virtualx d828f8a6cfc731f2683d0967d3f2f95a
_md5_=73466affe5d03fbdb6eec31906f77bbe
_md5_=8c3257a16e3f7dfa29b0f8d40554bb39

View File

@@ -7,6 +7,6 @@ INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/nukeop/nuclear/releases/download/v0.6.11/nuclear-0.6.11.tar.gz -> nuclear-bin-0.6.11.tar.gz
SRC_URI=https://github.com/nukeop/nuclear/releases/download/v0.6.12/nuclear-v0.6.12.tar.gz -> nuclear-bin-0.6.12.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=44a027ea533d820eb6d5b46e108a2151
_md5_=06cbda6ea31621e9ff90cd326b9baeed

View File

@@ -1,9 +1,9 @@
BDEPEND=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_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] virtual/pkgconfig
BDEPEND=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_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Bmaptool is a tool for creating and copyng files using block maps
EAPI=7
HOMEPAGE=https://github.com/intel/bmap-tools
INHERIT=distutils-r1 udev
INHERIT=distutils-r1
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
@@ -11,5 +11,5 @@ RDEPEND=dev-python/six python_targets_python3_7? ( dev-lang/python:3.7 ) python_
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=https://github.com/intel/bmap-tools/archive/refs/tags/v3.6.tar.gz -> bmaptools-3.6.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 d8655e1387589a2e1930339b1627d5c1 udev 452708c3f55cf6e918b045adb949a9e6
_md5_=519ec6ea50bf8dd0b7f0ca4f8a3f8a53
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 3ea803de86891185c7b1db2c0b5bc8c8 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 d8655e1387589a2e1930339b1627d5c1
_md5_=22147dea7f1978ea75e259958757a116

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=cluster? ( execution-workflow )
SLOT=0
SRC_URI=https://github.com/bsc-pm/nanos6/archive/refs/tags/version-2.5.1.tar.gz -> nanos6-2.5.1.tar.gz
_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354
_md5_=e47fc80f8bc3d82a1b567a15633e11cb
_md5_=e050ff6297ac555380598ee1b45b4f0f

View File

@@ -0,0 +1,15 @@
BDEPEND=dev-util/ninja filecaps? ( sys-libs/libcap )
DEFINED_PHASES=compile install postinst
DEPEND=acct-user/hinsightd acct-group/hinsightd sys-libs/liburing dev-lang/lua:* sys-libs/zlib dev-libs/openssl
DESCRIPTION=hinsightd a http/1.1 webserver with (hopefully) minimal goals
EAPI=7
HOMEPAGE=https://gitlab.com/tiotags/hin9
INHERIT=fcaps
IUSE=+filecaps
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=acct-user/hinsightd acct-group/hinsightd sys-libs/liburing dev-lang/lua:* sys-libs/zlib dev-libs/openssl filecaps? ( sys-libs/libcap )
SLOT=0
SRC_URI=https://gitlab.com/tiotags/hin9/-/archive/v0.9.0/hin9-v0.9.0.tar.gz
_eclasses_=fcaps da689a8e04bbbb3518888ff668fee45b
_md5_=6d982f2aaa57d745db5dc460c21a014f

View File

@@ -463,7 +463,7 @@ media-sound/ibniz 1.18: virtual machine designed for extremely compact low-level
media-sound/loudgain 0.6.8: Versatile ReplayGain 2.0 loudness normalizer
media-sound/ncpamixer 1.3.3.1 9999: A ncurses mixer for PulseAudio inspired by pavucontrol
media-sound/noson-app 4.4.9: The essential to control music from your SONOS devices on Linux platforms
media-sound/nuclear-bin 0.6.11-r2: Nuclear is a streaming program that pulls content from free sources on internet
media-sound/nuclear-bin 0.6.12: Nuclear is a streaming program that pulls content from free sources on internet
media-sound/pianobooster 1.0.0: A MIDI player/game that displays notes and teaches you how to play the piano
media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file or stream as a PulseAudio source
media-sound/tavu 9999: Terminal-based ALSA VU-meter with peaking
@@ -608,7 +608,7 @@ www-client/badwolf 1.1.0 9999: Minimalist and privacy-oriented WebKitGTK+ browse
www-client/browsh-bin 1.6.4: A fully-modern text-based browser, rendering to TTY and browsers
www-client/torbrowser-launcher 0.3.3 9999: A program to download, updated, and run the Tor Browser Bundle
www-client/woob 2.0 9999: Consume lots of websites without a browser (Web Outside Of Browsers)
www-servers/hinsightd 9999: hinsightd a http/1.1 webserver with (hopefully) minimal goals
www-servers/hinsightd 0.9.0 9999: hinsightd a http/1.1 webserver with (hopefully) minimal goals
www-servers/thin 1.8.0: This a Ruby gem that delivers a thin and fast web server
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 @@
Wed, 21 Apr 2021 07:50:02 +0000
Wed, 21 Apr 2021 20:09:11 +0000