mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
2023-09-24 02:56:48 UTC
This commit is contained in:
@@ -6,10 +6,10 @@ HOMEPAGE=https://github.com/hykilpikonna/hyfetch
|
||||
INHERIT=optfeature distutils-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT-with-advertising
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/typing-extensions[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/hykilpikonna/hyfetch/archive/1.4.10/hyfetch-1.4.10.tar.gz
|
||||
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce
|
||||
_md5_=c602d0854bc31bd41e71dbdab5b0d218
|
||||
_md5_=d90edb2c0c7bb50befb2f16b2d79fc5b
|
||||
|
||||
@@ -5,10 +5,10 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/hykilpikonna/hyfetch
|
||||
INHERIT=optfeature distutils-r1 git-r3
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
LICENSE=MIT-with-advertising
|
||||
LICENSE=MIT
|
||||
PROPERTIES=live
|
||||
RDEPEND=dev-python/typing-extensions[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
_eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce git-r3 2358a7b20091609e24bd3a83b3ac5991
|
||||
_md5_=10709cb87396dfebe4f5523db6644f7c
|
||||
_md5_=857b34caf769c5b11264cfa19e3f1396
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) virtual/pkgconfig doc? ( media-gfx/graphviz python_single_target_python3_10? ( dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:0= )
|
||||
DESCRIPTION=Open source C implementation of OPC UA
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.open62541.org/
|
||||
INHERIT=cmake python-single-r1
|
||||
IUSE=doc encryption examples mbedtls pubsub openssl tools python_single_target_python3_10 python_single_target_python3_11
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:0= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 ) encryption? ( || ( mbedtls openssl ) )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/open62541/open62541/archive/v1.3.6.tar.gz -> open62541-1.3.6.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c xdg-utils baea6080dd821f5562d715887954c9d3 cmake fc2f89084f590ac95c004ea95b0d2f80 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=4b18ee9a55b41ceb03e7b21db2caee86
|
||||
17
metadata/md5-cache/dev-libs/open62541-1.3.7
Normal file
17
metadata/md5-cache/dev-libs/open62541-1.3.7
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) virtual/pkgconfig doc? ( media-gfx/graphviz python_single_target_python3_10? ( dev-python/sphinx[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/sphinx[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/sphinx[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ) >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:0= )
|
||||
DESCRIPTION=Open source C implementation of OPC UA
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.open62541.org/
|
||||
INHERIT=cmake python-single-r1
|
||||
IUSE=doc encryption examples mbedtls pubsub openssl tools python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
|
||||
KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=MPL-2.0
|
||||
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) mbedtls? ( net-libs/mbedtls:= ) openssl? ( dev-libs/openssl:0= )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) encryption? ( || ( mbedtls openssl ) )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/open62541/open62541/archive/v1.3.7.tar.gz -> open62541-1.3.7.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c xdg-utils baea6080dd821f5562d715887954c9d3 cmake fc2f89084f590ac95c004ea95b0d2f80 python-utils-r1 12aa0037eb004139215ff04894d52b28 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=8e749703146b691bc35d23bfb1d8213f
|
||||
15
metadata/md5-cache/dev-python/types-protobuf-4.24.0.2
Normal file
15
metadata/md5-cache/dev-python/types-protobuf-4.24.0.2
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Typing stubs for protobuf
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/types-protobuf/ https://github.com/python/typeshed/tree/master/stubs/protobuf/
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-protobuf/types-protobuf-4.24.0.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=e6198f6bda3d1d362f2afc04ccae8478
|
||||
15
metadata/md5-cache/dev-python/types-requests-2.31.0.3
Normal file
15
metadata/md5-cache/dev-python/types-requests-2.31.0.3
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-13[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Typing stubs for requests
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/types-requests/ https://github.com/python/typeshed/tree/master/stubs/requests
|
||||
INHERIT=distutils-r1 pypi
|
||||
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/types-urllib3 python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.31.0.3.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||
_md5_=865176c6ef0d110ba2f6bc4b18d553f0
|
||||
@@ -1,14 +0,0 @@
|
||||
BDEPEND=app-arch/unzip >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-libs/libyaml media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-image media-libs/sdl2-ttf
|
||||
DESCRIPTION=Artisanal video-game about Superflu, the useless super-hero (french)
|
||||
EAPI=7
|
||||
HOMEPAGE=https://ptilouk.net/superflu-riteurnz/
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=CC-BY-SA-2.0 GPL-3+ CC-BY-3.0
|
||||
RDEPEND=dev-libs/libyaml media-libs/libsdl2 media-libs/sdl2-mixer media-libs/sdl2-image media-libs/sdl2-ttf
|
||||
SLOT=0
|
||||
SRC_URI=https://framagit.org/Gee/sosage/-/archive/v1.0.0/sosage-v1.0.0.tar.gz https://ptilouk.net/superflu-riteurnz/superflu-riteurnz-v1.0.0-xmas2020demo-data.zip
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c xdg-utils baea6080dd821f5562d715887954c9d3 cmake fc2f89084f590ac95c004ea95b0d2f80
|
||||
_md5_=494391fb111224c965dbfc2309000352
|
||||
15
metadata/md5-cache/games-puzzle/superflu-riteurnz-1.5.4
Normal file
15
metadata/md5-cache/games-puzzle/superflu-riteurnz-1.5.4
Normal file
@@ -0,0 +1,15 @@
|
||||
BDEPEND=app-arch/unzip >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-libs/libyaml app-arch/lz4 >=media-libs/libsdl2-2.0.14 media-libs/sdl2-mixer media-libs/sdl2-image media-libs/sdl2-ttf >=games-puzzle/superflu-riteurnz-data-11
|
||||
DESCRIPTION=Artisanal video-game about Superflu, the useless super-hero
|
||||
EAPI=8
|
||||
HOMEPAGE=https://studios.ptilouk.net/superflu-riteurnz/
|
||||
INHERIT=cmake
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+ all-rights-reserved
|
||||
RDEPEND=dev-libs/libyaml app-arch/lz4 >=media-libs/libsdl2-2.0.14 media-libs/sdl2-mixer media-libs/sdl2-image media-libs/sdl2-ttf >=games-puzzle/superflu-riteurnz-data-11
|
||||
RESTRICT=bindist
|
||||
SLOT=0
|
||||
SRC_URI=https://framagit.org/Gee/sosage/-/archive/v/sosage-v1.5.4.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c xdg-utils baea6080dd821f5562d715887954c9d3 cmake fc2f89084f590ac95c004ea95b0d2f80
|
||||
_md5_=a714b0e354f9fe241cee372e2b5f457c
|
||||
11
metadata/md5-cache/games-puzzle/superflu-riteurnz-data-11
Normal file
11
metadata/md5-cache/games-puzzle/superflu-riteurnz-data-11
Normal file
@@ -0,0 +1,11 @@
|
||||
BDEPEND=app-arch/unzip
|
||||
DEFINED_PHASES=install nofetch
|
||||
DESCRIPTION=Artisanal video-game about Superflu, the useless super-hero (data files)
|
||||
EAPI=8
|
||||
HOMEPAGE=https://studios.ptilouk.net/superflu-riteurnz/ https://ptilouk.itch.io/superfluous-returnz/
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=all-rights-reserved
|
||||
RESTRICT=bindist fetch
|
||||
SLOT=0
|
||||
SRC_URI=superfluous-returnz-d11-data-only.zip
|
||||
_md5_=0eef71784dd20734137b09d0eb5a02b6
|
||||
@@ -7,5 +7,5 @@ KEYWORDS=~amd64
|
||||
LICENSE=Unlicense
|
||||
RDEPEND=app-misc/jq[oniguruma] dev-libs/openssl dev-util/dialog media-video/mpv net-misc/curl
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/yne/dzr/archive/refs/tags/230912.tar.gz -> dzr-230912.tar.gz
|
||||
SRC_URI=https://github.com/yne/dzr/archive/refs/tags/230919.tar.gz -> dzr-230919.tar.gz
|
||||
_md5_=19433c7a88bb029d3e1ad3ea65921aa3
|
||||
@@ -9,6 +9,6 @@ KEYWORDS=~amd64 ~arm64 ~x86
|
||||
LICENSE=GPL-2+
|
||||
RDEPEND=dev-libs/inih
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v2.6/tio-2.6.tar.xz
|
||||
SRC_URI=https://github.com/tio/tio/releases/download/v2.7/tio-2.7.tar.xz
|
||||
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 12aa0037eb004139215ff04894d52b28 meson 08b7183c3f4811568ee93eb0f79a89fe bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
|
||||
_md5_=138baa0dc8fa8a2add32abcaa1a169f2
|
||||
@@ -11,6 +11,6 @@ LICENSE=AGPL-3
|
||||
RDEPEND=acct-user/mautrix-telegram app-arch/brotli[python] dev-python/aiohttp[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/aiodns[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/asyncpg[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/commonmark[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/cryptg[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mako[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/mautrix[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/olm[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/phonenumbers[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pycryptodome[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/python-magic[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/qrcode[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ruamel-yaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/tulir-telethon-1.28.0_alpha9[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/unpaddedbase64[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/yarl[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/mautrix/telegram/archive/v0.14.0.tar.gz -> mautrix-telegram-0.14.0.gh.tar.gz
|
||||
SRC_URI=https://github.com/mautrix/telegram/archive/v0.14.2.tar.gz -> mautrix-telegram-0.14.2.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 systemd 5f4bb0758df2e483babf68cd517078ca
|
||||
_md5_=5f4bdcd69c250340eee60a3a45da0e73
|
||||
@@ -12,6 +12,6 @@ LICENSE=Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0
|
||||
RDEPEND=acct? ( acct-group/git acct-user/git[gitea] ) pam? ( sys-libs/pam ) dev-vcs/git !www-apps/gitea virtual/tmpfiles
|
||||
RESTRICT=test strip
|
||||
SLOT=0
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v1.20.3-0/forgejo-src-1.20.3-0.tar.gz -> forgejo-1.20.3.0.tar.gz
|
||||
SRC_URI=https://codeberg.org/forgejo/forgejo/releases/download/v1.20.4-1/forgejo-src-1.20.4-1.tar.gz -> forgejo-1.20.4.1.tar.gz
|
||||
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 862d337d98edb576796827be2c6b11ca multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22 tmpfiles 216aa76c3a6fcb5d893c23a0de86048f systemd 5f4bb0758df2e483babf68cd517078ca flag-o-matic be27a904c614cb93ae037762dc69bcc2
|
||||
_md5_=7dab74b5a1f1c3a2f11fe632a6bd2896
|
||||
@@ -671,7 +671,7 @@ dev-libs/octetos-db 1.3.2_alpha 1.3.3_alpha: C++ library for Database Acces.
|
||||
dev-libs/octetos-db-abstract 0.1.2_alpha 0.6.0_alpha: API to access database, abstract component.
|
||||
dev-libs/octetos-db-maria 1.4.2_alpha 1.9.2_alpha 9999: C++ library for Database Acces.
|
||||
dev-libs/octetos-db-postgresql 1.3.9_alpha 1.3.10_alpha: C++ library for Database Acces.
|
||||
dev-libs/open62541 1.3.6: Open source C implementation of OPC UA
|
||||
dev-libs/open62541 1.3.7: Open source C implementation of OPC UA
|
||||
dev-libs/perfstubs 0_pre20210915: Profiling API for adding external tool instrumentation support to any project
|
||||
dev-libs/polyseed 1.0.0 2.0.0 9999: Mnemonic seed library for Monero and other CryptoNote-based currencies.
|
||||
dev-libs/properties-cpp 0.0.2: Simple convenience library for handling properties and signals in C++11
|
||||
@@ -1161,10 +1161,10 @@ dev-python/ttfautohint-py 0.5.1-r1: Python wrapper for ttfautohint, a free auto-
|
||||
dev-python/tulir-telethon 1.29.0_alpha2 1.30.0_alpha2: Pure Python 3 MTProto API Telegram client library, for bots too!
|
||||
dev-python/tweepy 4.14.0: An easy-to-use Python library for accessing the Twitter API.
|
||||
dev-python/types-paramiko 2.10.0 2.11.1: Typing stubs for paramiko
|
||||
dev-python/types-protobuf 4.24.0.1: Typing stubs for protobuf
|
||||
dev-python/types-protobuf 4.24.0.1 4.24.0.2: Typing stubs for protobuf
|
||||
dev-python/types-python-dateutil 2.8.17 2.8.18: Typing stubs for python-dateutil
|
||||
dev-python/types-pytz 2021.3.8 2022.1.1: Typing stubs for pytz
|
||||
dev-python/types-requests 2.31.0.2: Typing stubs for requests
|
||||
dev-python/types-requests 2.31.0.2 2.31.0.3: Typing stubs for requests
|
||||
dev-python/types-urllib3 1.26.25.14: Typing stubs for urllib3
|
||||
dev-python/typing_inspect 0.7.1: Runtime inspection utilities for Python typing module
|
||||
dev-python/ufo2ft 2.31.1: A bridge from UFOs to FontTools
|
||||
@@ -1341,7 +1341,8 @@ games-puzzle/atris 1.0.7: Alizarin tetris
|
||||
games-puzzle/baba-is-you 474: Puzzle game where you can change the rules by which you play
|
||||
games-puzzle/generic-tetromino-game 9999: Faithful clone of NES Tetris but with new features and mods API
|
||||
games-puzzle/krank 8: Little casual game
|
||||
games-puzzle/superflu-riteurnz 1.0.0: Artisanal video-game about Superflu, the useless super-hero (french)
|
||||
games-puzzle/superflu-riteurnz 1.5.4: Artisanal video-game about Superflu, the useless super-hero
|
||||
games-puzzle/superflu-riteurnz-data 11: Artisanal video-game about Superflu, the useless super-hero (data files)
|
||||
games-rpg/airshipper 0.7.0-r1: Provides automatic updates for the voxel RPG Veloren
|
||||
games-rpg/snoot-game 1.8 1.8-r1: Visual novel parody of Goodbye Volcano High
|
||||
games-server/among-sus 20210519: Among Us, but it's a text adventure
|
||||
@@ -1548,7 +1549,7 @@ media-sound/add64 3.8.0 3.9.3: Add64 is a realtime additive/subtractive-synthesi
|
||||
media-sound/amberol 0.9.2 0.10.3: Simple GUI Music Player
|
||||
media-sound/callaudiod 0.1.7 0.1.9: Call audio routing daemon
|
||||
media-sound/drumgizmo 0.9.20 9999: Cross-platform drum plugin and stand-alone application
|
||||
media-sound/dzr 230912: DZR: the command line deezer.com player
|
||||
media-sound/dzr 230919: DZR: the command line deezer.com player
|
||||
media-sound/g4music 3.2 3.3: A GTK4 music player
|
||||
media-sound/hushboard 0.0_pre20220518 9999: Mutes your microphone while you are typing
|
||||
media-sound/ibniz 1.18-r1: virtual machine designed for extremely compact low-level audiovisual programs
|
||||
@@ -1615,7 +1616,7 @@ net-client/offpunk 1.8 1.9.1: Offline-First Gemini/Web/Gopher/RSS reader and bro
|
||||
net-client/starfish 1.2.0 1.3.1: A Gemini browser for elementary OS
|
||||
net-client/telescope 0.7.1 0.8.1: w3m-like browser for Gemini
|
||||
net-dialup/atinout 0.9.1-r1: AT commands as input are sent to modem and responses given as output
|
||||
net-dialup/tio 2.6: Simple TTY terminal application
|
||||
net-dialup/tio 2.7: Simple TTY terminal application
|
||||
net-fs/httpdirfs 1.2.0: Filesystem to mount HTTP directory listings, with a permanent cache
|
||||
net-fs/hubicfuse 3.0.1: Support for mounting HubiC drive in GNU/Linux
|
||||
net-im/Quaternion 0.0.95.1 0.0.96_beta4: A Qt-based IM client for Matrix
|
||||
@@ -1638,7 +1639,7 @@ net-im/mautrix-discord 0.5.0-r1 0.6.2: A Matrix-Discord puppeting bridge
|
||||
net-im/mautrix-facebook 0.4.1 0.5.0: A Matrix-Facebook Messenger puppeting bridge
|
||||
net-im/mautrix-signal 0.4.2 0.4.3: A Matrix-Signal Messenger puppeting bridge
|
||||
net-im/mautrix-slack 0_pre20230414 0_pre20230517: A Matrix-Slack puppeting bridge based on slack-go
|
||||
net-im/mautrix-telegram 0.14.0 0.14.1: A Matrix-Telegram Messenger puppeting bridge
|
||||
net-im/mautrix-telegram 0.14.1 0.14.2: A Matrix-Telegram Messenger puppeting bridge
|
||||
net-im/mautrix-whatsapp 0.10.0: A Matrix-WhatsApp puppeting bridge
|
||||
net-im/nheko 0.11.3 9999: Native desktop client for Matrix using Qt
|
||||
net-im/ruqola 1.3.1: Rocket.Chat client for the KDE desktop
|
||||
@@ -1974,7 +1975,7 @@ virtual/nnet 0: Virtual of a R recommended package
|
||||
virtual/survival 0: Virtual of a R recommended package
|
||||
www-apps/castopod 1.4.3 1.4.5: Open-source hosting platform made for podcasters
|
||||
www-apps/code-server-bin 4.14.1 4.15.0 4.16.0 4.16.1: VS Code in the browser (binary version with unbundled node and ripgrep)
|
||||
www-apps/forgejo 1.19.4.0 1.20.3.0 1.20.4.0: A self-hosted lightweight software forge
|
||||
www-apps/forgejo 1.19.4.0 1.20.4.0 1.20.4.1: A self-hosted lightweight software forge
|
||||
www-apps/gotosocial 0.9.0 0.10.0: Fast, fun, ActivityPub server, powered by Go
|
||||
www-apps/honk 0.9.8 0.9.91: ActivityPub server with minimal setup and support costs
|
||||
www-apps/invidious 2023.07.05: Invidious is an alternative front-end to YouTube
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 23 Sep 2023 06:46:33 +0000
|
||||
Sun, 24 Sep 2023 02:56:48 +0000
|
||||
|
||||
Reference in New Issue
Block a user