mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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
|
||||
Reference in New Issue
Block a user