mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
2024-06-30 19:49:02 UTC
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=8
|
||||
HOMEPAGE=https://github.com/volatilityfoundation/volatility3/ https://www.volatilityfoundation.org/
|
||||
INHERIT=distutils-r1
|
||||
IUSE=crypt disasm jsonschema leechcore snappy test yara python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=amd64 ~x86
|
||||
KEYWORDS=amd64 x86
|
||||
LICENSE=GPL-2+
|
||||
RDEPEND=>=dev-python/pefile-2023.2.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] crypt? ( >=dev-python/pycryptodome-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) disasm? ( >=dev-libs/capstone-3.0.5[python,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) jsonschema? ( >=dev-python/jsonschema-2.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) leechcore? ( >=dev-python/leechcorepyc-2.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) snappy? ( || ( app-arch/snappy:0/1.1 app-arch/snappy:0/1.2 ) ) yara? ( >=dev-python/yara-python-3.8.0[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=test? ( yara ) || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/volatilityfoundation/volatility3/archive/v2.7.0.tar.gz -> volatility3-2.7.0.gh.tar.gz test? ( https://downloads.volatilityfoundation.org/volatility3/images/win-xp-laptop-2005-06-25.img.gz -> volatility3-win-xp-laptop-2005-06-25.img.gz https://downloads.volatilityfoundation.org/volatility3/images/linux-sample-1.bin.gz -> volatility3-linux-sample-1.bin.gz )
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 f11e1bc907da246e941fbae648327823
|
||||
_md5_=bd29ad1b7aeb4a59ae3ec7436022ef16
|
||||
_md5_=a3e4aac25187abddc2c5eda21909fe0d
|
||||
|
||||
17
metadata/md5-cache/dev-util/ccache-4.10.1
Normal file
17
metadata/md5-cache/dev-util/ccache-4.10.1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=doc? ( dev-ruby/asciidoctor ) test? ( >=dev-cpp/doctest-2.4.6 dev-libs/elfutils ) verify-sig? ( sec-keys/openpgp-keys-joelrosdahl ) app-alternatives/ninja >=dev-build/cmake-3.20.5 verify-sig? ( app-crypt/gnupg >=app-portage/gemato-20 )
|
||||
DEFINED_PHASES=compile configure install postinst prepare prerm test unpack
|
||||
DEPEND=>=app-arch/zstd-1.3.4:= >=dev-cpp/cpp-httplib-0.10.6:= >=dev-libs/blake3-1.4.0:= >=dev-libs/libfmt-8.0.0:= >=dev-libs/xxhash-0.8.0 redis? ( >=dev-libs/hiredis-0.13.3:= )
|
||||
DESCRIPTION=Fast compiler cache
|
||||
EAPI=8
|
||||
HOMEPAGE=https://ccache.dev/
|
||||
IDEPEND=dev-util/shadowman
|
||||
INHERIT=cmake toolchain-funcs flag-o-matic prefix verify-sig
|
||||
IUSE=doc redis +static-c++ test verify-sig
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
|
||||
LICENSE=GPL-3+ || ( CC0-1.0 Apache-2.0 ) Boost-1.0 CC0-1.0 elibc_mingw? ( LGPL-3 ISC PSF-2 )
|
||||
RDEPEND=>=app-arch/zstd-1.3.4:= >=dev-cpp/cpp-httplib-0.10.6:= >=dev-libs/blake3-1.4.0:= >=dev-libs/libfmt-8.0.0:= >=dev-libs/xxhash-0.8.0 redis? ( >=dev-libs/hiredis-0.13.3:= ) dev-util/shadowman sys-apps/gentoo-functions
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/ccache/ccache/releases/download/v4.10.1/ccache-4.10.1.tar.xz verify-sig? ( https://github.com/ccache/ccache/releases/download/v4.10.1/ccache-4.10.1.tar.xz.asc ) !doc? ( https://dev.gentoo.org/~sam/distfiles/dev-util/ccache/ccache-4.10-docs.tar.xz )
|
||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c prefix eab3c99d77fe00506c109c8a736186f7 verify-sig a79ba011daaf532d71a219182474d150
|
||||
_md5_=3355455f63180153745c88766045e057
|
||||
16
metadata/md5-cache/sys-apps/less-661
Normal file
16
metadata/md5-cache/sys-apps/less-661
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( virtual/pkgconfig ) >=app-portage/elt-patches-20240116 sys-devel/gnuconfig dev-build/automake || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 )
|
||||
DEFINED_PHASES=configure install preinst prepare test
|
||||
DEPEND=>=app-misc/editor-wrapper-3 >=sys-libs/ncurses-5.2:= pcre? ( dev-libs/libpcre2 )
|
||||
DESCRIPTION=Excellent text file viewer
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.greenwoodsoftware.com/less/
|
||||
INHERIT=autotools flag-o-matic optfeature toolchain-funcs
|
||||
IUSE=pcre test
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris
|
||||
LICENSE=|| ( GPL-3 BSD-2 )
|
||||
RDEPEND=>=app-misc/editor-wrapper-3 >=sys-libs/ncurses-5.2:= pcre? ( dev-libs/libpcre2 )
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://www.greenwoodsoftware.com/less/less-661.tar.gz
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d flag-o-matic d309b9713dfc18e754cba88d3ba69653 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=6b3850d876cab7f092c7b5e2b4c9050f
|
||||
@@ -12,4 +12,4 @@ RDEPEND=>=app-misc/editor-wrapper-3 >=sys-libs/ncurses-5.2:= pcre? ( dev-libs/li
|
||||
RESTRICT=test !test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools dc70c1dc473b68317fc4a86f5fbfc57d flag-o-matic d309b9713dfc18e754cba88d3ba69653 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 git-r3 fbb2889c81f3a05910c1524db69425c1
|
||||
_md5_=26b1bdd1d5d1d512b42301a007a52858
|
||||
_md5_=6b3850d876cab7f092c7b5e2b4c9050f
|
||||
|
||||
@@ -10709,7 +10709,7 @@ dev-util/cargo-tarpaulin 0.30.0: Cargo-Tarpaulin is a tool to determine code cov
|
||||
dev-util/catalyst 3.0.21-r1 3.0.22-r1 3.0.22-r3 4.0_rc1 4.0_rc2 9999: Release metatool used for creating releases based on Gentoo Linux
|
||||
dev-util/catfish 4.18.0: A frontend for find, (s)locate, doodle, tracker, beagle, strigi and pinot
|
||||
dev-util/cbindgen 0.26.0: A tool for generating C bindings to Rust code
|
||||
dev-util/ccache 4.8.3 4.9.1-r1 4.10-r1: Fast compiler cache
|
||||
dev-util/ccache 4.8.3 4.9.1-r1 4.10-r1 4.10.1: Fast compiler cache
|
||||
dev-util/cccc 3.1.6-r1: Source metrics (line counts, complexity, etc) for Java and C++
|
||||
dev-util/ccls 0.20230717-r1 0.20240202 9999: C/C++/ObjC language server
|
||||
dev-util/cdecl 14.0 14.2: Composing and deciphering C (or C++) declarations or casts, aka "gibberish."
|
||||
@@ -17044,7 +17044,7 @@ sys-apps/kmod 32-r2 9999: Library and tools for managing linux kernel modules
|
||||
sys-apps/kmscon 9.0.0-r1: KMS/DRM based virtual Console Emulator
|
||||
sys-apps/lcdsplash 0.3-r1: splash Gentoo boot information on LCD's
|
||||
sys-apps/lcdutils 0.2-r2: (Sun) Cobalt Qube/RaQ button reading and LCD writing utilities
|
||||
sys-apps/less 633 643-r1 643-r2 9999: Excellent text file viewer
|
||||
sys-apps/less 633 643-r1 643-r2 661 9999: Excellent text file viewer
|
||||
sys-apps/likwid 4.3.4 5.2.1 5.2.2: A performance-oriented tool suite for x86 multicore environments
|
||||
sys-apps/linux-misc-apps 5.8-r1: Misc tools bundled with kernel sources
|
||||
sys-apps/lm-sensors 3.6.0-r1: Hardware Monitoring user-space utilities
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sun, 30 Jun 2024 19:34:09 +0000
|
||||
Sun, 30 Jun 2024 19:49:02 +0000
|
||||
|
||||
Reference in New Issue
Block a user