mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
2021-01-18 09:02:55 UTC
This commit is contained in:
16
metadata/md5-cache/app-admin/krapplet-0.2.0
Normal file
16
metadata/md5-cache/app-admin/krapplet-0.2.0
Normal file
@@ -0,0 +1,16 @@
|
||||
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 postinst postrm preinst prepare test
|
||||
DEPEND=x11-libs/gtk+:3 dev-libs/glib dev-libs/gobject-introspection dev-python/secretstorage dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Krapplet (keyring applet): a password manager based on gnome-keyring.
|
||||
EAPI=7
|
||||
HOMEPAGE=https://gitlab.com/hfernh/krapplet https://pypi.org/project/krapplet
|
||||
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=x11-libs/gtk+:3 dev-libs/glib dev-libs/gobject-introspection dev-python/secretstorage 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(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/k/krapplet/krapplet-0.2.0.tar.gz
|
||||
_eclasses_=distutils-r1 f847d402a7ecea58af1958f5b4ec23da multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 f1d4277b3ad100890cbd62e137f0a769 python-utils-r1 65bb60d137e5a51f58ada69bf3f366da toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=fc4f9b3a4bd9108455de1b7cd4ba6334
|
||||
@@ -10,4 +10,4 @@ RDEPEND=dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtconcurrent:5 dev-qt/qtnetwor
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/MultiMC/MultiMC5/archive/0.6.11.tar.gz -> multimc-0.6.11.tar.gz https://github.com/MultiMC/libnbtplusplus/archive/multimc-0.6.1.tar.gz -> libnbtplusplus-multimc-0.6.1.tar.gz https://github.com/MultiMC/quazip/archive/multimc-3.tar.gz -> quazip-multimc-3.tar.gz
|
||||
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 desktop 7fd20552ce4cc97e8acb132a499a7dd8 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e wrapper 4251d4c84c25f59094fd557e0063a974 xdg c7ba313ea1eaf266f95cc6235f7d6a07 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=4680ec7f0b50d2f38ac9ab0534112b08
|
||||
_md5_=a7942614b57f56f78a055fa4ca63b8be
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
BDEPEND=dev-util/ninja dev-util/cmake
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=dev-libs/libuv:= sys-apps/hwloc:= ssl? ( !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) )
|
||||
DEPEND=dev-libs/libuv:= sys-apps/hwloc:= ssl? ( dev-libs/openssl:= )
|
||||
DESCRIPTION=RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/xmrig/xmrig
|
||||
IUSE=libressl +ssl
|
||||
IUSE=+ssl
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=GPL-3+
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/xmrig/xmrig/archive/v6.7.0.tar.gz -> xmrig-6.7.0.tar.gz
|
||||
SRC_URI=https://github.com/xmrig/xmrig/archive/v6.7.2.tar.gz -> xmrig-6.7.2.tar.gz
|
||||
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f optfeature 6a2add34e06e5a05d88471a33ccdd73e toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=faa8421593dc126ab9408d732904e887
|
||||
_md5_=35241180b638d4a5dc5497cefd18a8f1
|
||||
@@ -1,13 +1,13 @@
|
||||
BDEPEND=dev-util/ninja dev-util/cmake
|
||||
DEFINED_PHASES=compile configure install postinst prepare test
|
||||
DEPEND=dev-libs/libuv:= sys-apps/hwloc:= ssl? ( !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) )
|
||||
DEPEND=dev-libs/libuv:= sys-apps/hwloc:= ssl? ( dev-libs/openssl:= )
|
||||
DESCRIPTION=RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
|
||||
EAPI=7
|
||||
HOMEPAGE=https://moneroocean.stream/ https://github.com/MoneroOcean/xmrig
|
||||
IUSE=libressl +ssl
|
||||
IUSE=+ssl
|
||||
KEYWORDS=~amd64 ~arm ~arm64 ~x86
|
||||
LICENSE=GPL-3+
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/MoneroOcean/xmrig/archive/v6.7.0-mo1.tar.gz -> xmrig-mo-6.7.0-mo1.tar.gz
|
||||
SRC_URI=https://github.com/MoneroOcean/xmrig/archive/v6.7.2-mo1.tar.gz -> xmrig-mo-6.7.2-mo1.tar.gz
|
||||
_eclasses_=cmake ac7cb516f6a288b6a82bc0649ce49878 edos2unix 33e347e171066657f91f8b0c72ec8773 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 l10n 8cdd85e169b835d518bc2fd59f780d8e multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f optfeature 6a2add34e06e5a05d88471a33ccdd73e toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e wrapper 4251d4c84c25f59094fd557e0063a974 xdg-utils ff2ff954e6b17929574eee4efc5152ba
|
||||
_md5_=b7b2f0c28611414f77adacb3262e8e6d
|
||||
_md5_=0c48c4e99a1f907d9827026e78e49134
|
||||
13
metadata/md5-cache/sys-apps/dust-0.5.4
Normal file
13
metadata/md5-cache/sys-apps/dust-0.5.4
Normal file
@@ -0,0 +1,13 @@
|
||||
BDEPEND=>=virtual/rust-1.37.0
|
||||
DEFINED_PHASES=compile configure install test unpack
|
||||
DESCRIPTION=A more intuitive version of du
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/bootandy/dust
|
||||
IUSE=debug
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0 MIT
|
||||
RESTRICT=mirror
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/bootandy/dust/archive/v0.5.4.tar.gz -> dust-0.5.4.tar.gz https://crates.io/api/v1/crates/aho-corasick/0.7.15/download -> aho-corasick-0.7.15.crate https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/ansi_term/0.12.1/download -> ansi_term-0.12.1.crate https://crates.io/api/v1/crates/assert_cmd/1.0.2/download -> assert_cmd-1.0.2.crate https://crates.io/api/v1/crates/atty/0.2.14/download -> atty-0.2.14.crate https://crates.io/api/v1/crates/autocfg/1.0.1/download -> autocfg-1.0.1.crate https://crates.io/api/v1/crates/bitflags/1.2.1/download -> bitflags-1.2.1.crate https://crates.io/api/v1/crates/bstr/0.2.14/download -> bstr-0.2.14.crate https://crates.io/api/v1/crates/cfg-if/0.1.10/download -> cfg-if-0.1.10.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/crossbeam-channel/0.4.4/download -> crossbeam-channel-0.4.4.crate https://crates.io/api/v1/crates/crossbeam-utils/0.7.2/download -> crossbeam-utils-0.7.2.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.1/download -> crossbeam-utils-0.8.1.crate https://crates.io/api/v1/crates/difference/2.0.0/download -> difference-2.0.0.crate https://crates.io/api/v1/crates/doc-comment/0.3.3/download -> doc-comment-0.3.3.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/getrandom/0.2.1/download -> getrandom-0.2.1.crate https://crates.io/api/v1/crates/globset/0.4.6/download -> globset-0.4.6.crate https://crates.io/api/v1/crates/hermit-abi/0.1.17/download -> hermit-abi-0.1.17.crate https://crates.io/api/v1/crates/ignore/0.4.17/download -> ignore-0.4.17.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/libc/0.2.82/download -> libc-0.2.82.crate https://crates.io/api/v1/crates/log/0.4.13/download -> log-0.4.13.crate https://crates.io/api/v1/crates/lscolors/0.7.1/download -> lscolors-0.7.1.crate https://crates.io/api/v1/crates/maybe-uninit/2.0.0/download -> maybe-uninit-2.0.0.crate https://crates.io/api/v1/crates/memchr/2.3.4/download -> memchr-2.3.4.crate https://crates.io/api/v1/crates/num_cpus/1.13.0/download -> num_cpus-1.13.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.10/download -> ppv-lite86-0.2.10.crate https://crates.io/api/v1/crates/predicates/1.0.6/download -> predicates-1.0.6.crate https://crates.io/api/v1/crates/predicates-core/1.0.1/download -> predicates-core-1.0.1.crate https://crates.io/api/v1/crates/predicates-tree/1.0.1/download -> predicates-tree-1.0.1.crate https://crates.io/api/v1/crates/rand/0.8.2/download -> rand-0.8.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.0/download -> rand_chacha-0.3.0.crate https://crates.io/api/v1/crates/rand_core/0.6.1/download -> rand_core-0.6.1.crate https://crates.io/api/v1/crates/rand_hc/0.3.0/download -> rand_hc-0.3.0.crate https://crates.io/api/v1/crates/redox_syscall/0.2.4/download -> redox_syscall-0.2.4.crate https://crates.io/api/v1/crates/regex/1.4.3/download -> regex-1.4.3.crate https://crates.io/api/v1/crates/regex-syntax/0.6.22/download -> regex-syntax-0.6.22.crate https://crates.io/api/v1/crates/remove_dir_all/0.5.3/download -> remove_dir_all-0.5.3.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/stfu8/0.2.4/download -> stfu8-0.2.4.crate https://crates.io/api/v1/crates/strsim/0.8.0/download -> strsim-0.8.0.crate https://crates.io/api/v1/crates/tempfile/3.2.0/download -> tempfile-3.2.0.crate https://crates.io/api/v1/crates/terminal_size/0.1.15/download -> terminal_size-0.1.15.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/thousands/0.2.0/download -> thousands-0.2.0.crate https://crates.io/api/v1/crates/thread_local/1.1.0/download -> thread_local-1.1.0.crate https://crates.io/api/v1/crates/treeline/0.1.0/download -> treeline-0.1.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.8/download -> unicode-width-0.1.8.crate https://crates.io/api/v1/crates/vec_map/0.8.2/download -> vec_map-0.8.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/walkdir/2.3.1/download -> walkdir-2.3.1.crate https://crates.io/api/v1/crates/wasi/0.10.1+wasi-snapshot-preview1/download -> wasi-0.10.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.5/download -> winapi-util-0.1.5.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
|
||||
_eclasses_=cargo 7ffdd252643addc68abff0a08cca5306 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e
|
||||
_md5_=c79d77c7ff19edaaadbe1f32cb5a443f
|
||||
@@ -8,6 +8,6 @@ LICENSE=GPL-2
|
||||
RDEPEND=app-crypt/mit-krb5 dev-libs/icu dev-util/lttng-ust
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.261/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.261-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.261/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.261-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.261/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.261-arm64.tar.gz )
|
||||
SRC_URI=amd64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.294/Jackett.Binaries.LinuxAMDx64.tar.gz -> jackett-bin-0.17.294-amd64.tar.gz ) arm? ( https://github.com/Jackett/Jackett/releases/download/v0.17.294/Jackett.Binaries.LinuxARM32.tar.gz -> jackett-bin-0.17.294-arm.tar.gz ) arm64? ( https://github.com/Jackett/Jackett/releases/download/v0.17.294/Jackett.Binaries.LinuxARM64.tar.gz -> jackett-bin-0.17.294-arm64.tar.gz )
|
||||
_eclasses_=multilib d410501a125f99ffb560b0c523cd3d1e systemd 74b223e42834adf09a2d21fe5fe13741 toolchain-funcs 1a94dc06d324bd0dab754e11abe6d27e
|
||||
_md5_=074062fe32c3fef187cbe199d97ac2fb
|
||||
@@ -23,7 +23,7 @@ app-admin/chezmoi 1.8.2 1.8.10: Manage your dotfiles across multiple machines, s
|
||||
app-admin/customrescuecd-x86 0.4.1: A system rescue cd or usbstick for desktop and server based on gentoo
|
||||
app-admin/customrescuecd-x86_64 0.12.0: A system rescue cd or usbstick for desktop and server based on gentoo
|
||||
app-admin/gnome-passwordsafe 4.0-r1 4.1: A password manager for GNOME
|
||||
app-admin/krapplet 0.1.0-r1: Krapplet (keyring applet): a password manager based on gnome-keyring.
|
||||
app-admin/krapplet 0.1.0-r1 0.2.0: Krapplet (keyring applet): a password manager based on gnome-keyring.
|
||||
app-admin/s-tui 1.0.2 9999: Stress-Terminal UI monitoring tool
|
||||
app-arch/libarchive-qt 2.0.2 9999: A Qt based archiving solution with libarchive backend
|
||||
app-arch/unalz 0.65: Extract ALZ archives
|
||||
@@ -426,8 +426,8 @@ net-misc/rpki-client 6.8_p0 6.8_p1: Portability shim for OpenBSD's rpki-client
|
||||
net-misc/tinyssh 20190101: A small SSH server with state-of-the-art cryptography
|
||||
net-misc/wayback_machine_downloader 2.2.1: Download an entire website from the Wayback Machine
|
||||
net-misc/wsdd 0.5 0.6 0.6.1 0.6.2: A Web Service Discovery host daemon.
|
||||
net-misc/xmrig 6.7.0: RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner
|
||||
net-misc/xmrig-mo 6.7.0: RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
|
||||
net-misc/xmrig 6.7.2: RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner
|
||||
net-misc/xmrig-mo 6.7.2: RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool
|
||||
net-news/sfeed 0.9.18 0.9.20 9999: simple RSS and Atom parser
|
||||
net-p2p/lbry 0.48.2 0.49.1: A browser for the LBRY network, a digital marketplace controlled by its users.
|
||||
net-p2p/monero 0.17.1.9 9999: The secure, private, untraceable cryptocurrency
|
||||
@@ -456,7 +456,7 @@ sci-mathematics/why3 1.3.3: Platform for deductive program verification
|
||||
sci-physics/SU2 7.0.8-r1: SU2: An Open-Source Suite for Multiphysics Simulation and Design
|
||||
sys-apps/0xFFFF 0.8: The 0pen Free Fiasco Firmware Flasher
|
||||
sys-apps/drm_info 2.2.0 9999: Small utility to dump info about DRM devices
|
||||
sys-apps/dust 0.5.3: A more intuitive version of du
|
||||
sys-apps/dust 0.5.3 0.5.4: A more intuitive version of du
|
||||
sys-apps/hex 0.3.2 0.4.0: Futuristic take on hexdump
|
||||
sys-apps/procs 0.10.10: A modern replacement for ps
|
||||
sys-apps/qjournalctl 0.6.2: Qt-based GUI for systemd's journalctl command
|
||||
@@ -494,7 +494,7 @@ sys-process/iotop-c 1.15: top utility for IO (C port)
|
||||
sys-process/nvtop 1.1.0 9999: NVIDIA GPUs htop like monitoring tool
|
||||
www-apps/code-server-bin 3.4.1 3.6.1 3.8.0: VS Code in the browser (binary version with unbundled node and ripgrep)
|
||||
www-apps/gogs 0.12.3: Gogs is a self-hosted Git service written in Go
|
||||
www-apps/jackett-bin 0.17.261: API Support for your favorite torrent trackers
|
||||
www-apps/jackett-bin 0.17.294: API Support for your favorite torrent trackers
|
||||
www-apps/selfoss 2.18-r1: The multipurpose rss reader, live stream, mashup, aggregation web application
|
||||
www-apps/twint 2.1.20: Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API
|
||||
www-apps/uwebsockets 18.17.0 18.19.0 9999: ultra fast, simple, secure & standards compliant web I/O
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sat, 16 Jan 2021 11:02:44 +0000
|
||||
Mon, 18 Jan 2021 09:02:55 +0000
|
||||
|
||||
Reference in New Issue
Block a user