1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

metadata: update md5-cache

This commit is contained in:
2024-05-08 21:40:07 +02:00
parent 1e1fc7e08a
commit b55fdc561a
40 changed files with 147 additions and 211 deletions

View File

@@ -1,13 +0,0 @@
BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=A Python Byte-code Disassembler/Decompiler
EAPI=7
HOMEPAGE=https://github.com/zrax/pycdc
INHERIT=cmake python-single-r1
IUSE=python_single_target_python3_10 python_single_target_python3_11
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
SLOT=0
SRC_URI=https://github.com/zrax/pycdc/archive/c8156739f187c7ddbbeb8c52488405e83bea0ddd.tar.gz -> decompyle++-0_p20230427.tar.gz
_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=9b513d8f1f17316f0a1acdfc7d7c6778

View File

@@ -0,0 +1,15 @@
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 ) app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare setup test
DESCRIPTION=A Python Byte-code Disassembler/Decompiler
EAPI=8
HOMEPAGE=https://github.com/zrax/pycdc
INHERIT=cmake python-single-r1
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
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 )
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
SLOT=0
SRC_URI=https://github.com/zrax/pycdc/archive/6467c2cc52aa714876e131a1b6c6cf25f129460f.tar.gz -> decompyle++-0_p20240312.tar.gz
_eclasses_=cmake c7c9a62d6232cac66d4ea32d575c3e7c flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multilib c19072c3cd7ac5cb21de013f7e9832e0 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-single-r1 75118e916668a74c660a13b0ecb22562 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca toolchain-funcs e56c7649b804f051623c8bc1a1c44084 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=eb60ac8c946edf1144d8e68bf91dce66

View File

@@ -1,9 +1,9 @@
BDEPEND=lua_single_target_lua5-1? ( dev-lang/lua:5.1 )
DEFINED_PHASES=compile install prepare setup
DESCRIPTION=LuaDec is a Lua decompiler for lua 5.1
EAPI=7
EAPI=8
HOMEPAGE=https://github.com/viruscamp/luadec
INHERIT=lua-single
INHERIT=lua-single toolchain-funcs
IUSE=+lua_single_target_lua5-1
KEYWORDS=~amd64 ~x86
LICENSE=MIT
@@ -11,4 +11,4 @@ REQUIRED_USE=^^ ( lua_single_target_lua5-1 )
SLOT=5.1
SRC_URI=https://github.com/viruscamp/luadec/archive/895d92313fabaee260121c758c8320d1b21dd741.tar.gz -> luadec-0_p20170106.tar.gz https://www.lua.org/ftp/lua-5.1.5.tar.gz
_eclasses_=lua-single 86d497a20c93c7ce83af442f627515c1 lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_md5_=4f6b11cfa1cae72ef107b523e6259c08
_md5_=602c347d6e0af5e18a0144e2179aba6e

View File

@@ -1,11 +0,0 @@
DEFINED_PHASES=prepare
DEPEND=dev-libs/openssl
DESCRIPTION=Multiplatform command line toolkit to work with PE binaries
EAPI=8
HOMEPAGE=https://github.com/merces/pev
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-libs/openssl
SLOT=0
SRC_URI=https://github.com/merces/pev/archive/2d6337beb6fa8be83d9164b45b53fd3b3300fb34.tar.gz -> pev-0.81_p20220203.tar.gz https://github.com/merces/libpe/archive/5f44724e8fcdebf8a6b9fd009543c9dcfae4ea32.tar.gz -> libpe-0_p20210819.tar.gz
_md5_=7793b0e1387178b4af57cfa936d9a3b7

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile prepare
DEPEND=dev-libs/openssl
DESCRIPTION=Multiplatform command line toolkit to work with PE binaries
EAPI=8
HOMEPAGE=https://github.com/mentebinaria/readpe
INHERIT=toolchain-funcs
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-libs/openssl
SLOT=0
SRC_URI=https://github.com/mentebinaria/readpe/archive/v0.84.tar.gz -> readpe-0.84.tar.gz
_eclasses_=multilib c19072c3cd7ac5cb21de013f7e9832e0 toolchain-funcs e56c7649b804f051623c8bc1a1c44084
_md5_=3c2736af397f3c998949ae757d2e33e7