2024-09-27 13:50:56 UTC

This commit is contained in:
Repository mirror & CI
2024-09-27 13:50:56 +00:00
parent f5bd0cf157
commit 080eeac21f
4 changed files with 8 additions and 7 deletions

View File

@@ -4,12 +4,12 @@ DESCRIPTION=Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
EAPI=8
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=distutils-r1
IUSE=doc examples python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64 ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2
RDEPEND=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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/scottchiefbaker/dool/archive/refs/tags/v1.3.2.tar.gz -> dool-1.3.2.tar.gz
SRC_URI=https://github.com/scottchiefbaker/dool/archive/refs/tags/v1.3.2.tar.gz -> dool-1.3.2.tar.gz https://github.com/scottchiefbaker/dool/pull/80/commits/5c538542a5bf2b16c496ab9d0a15f439f1ba1e49.patch -> dool-1.3.2-add-site-packages-dir-to-plugin-path.patch
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774
_md5_=00bfcf6963cbb445cf8ed6f92bcbfcb4
_md5_=ec0d55b49434fd1f0c2acc5671c849a9

View File

@@ -4,11 +4,12 @@ DESCRIPTION=Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
EAPI=8
HOMEPAGE=https://github.com/scottchiefbaker/dool
INHERIT=distutils-r1 git-r3
IUSE=doc examples python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
LICENSE=GPL-2
PROPERTIES=live
RDEPEND=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 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/scottchiefbaker/dool/pull/80/commits/5c538542a5bf2b16c496ab9d0a15f439f1ba1e49.patch -> dool-1.3.2-add-site-packages-dir-to-plugin-path.patch
_eclasses_=toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 out-of-source-utils a0eb740debe3d472355e8bc52f62e0ac multibuild 45df57b1877333d70a9e894f6c8fdb3a multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 515591e76fa89a2359ed45d26bf9c774 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=00bfcf6963cbb445cf8ed6f92bcbfcb4
_md5_=ec0d55b49434fd1f0c2acc5671c849a9

View File

@@ -1605,7 +1605,7 @@ sys-apps/bat-extras 2023.09.19 2023.09.19-r1 9999: Bash scripts that integrate b
sys-apps/bustd 0.1.1: Process killer daemon for out-of-memory scenarios
sys-apps/corefreq 1.96.3: CPU monitoring software designed for the 64-bits Processors, like top
sys-apps/dnf5 5.2.6.0: Command-line package manager
sys-apps/dool 1.3.1-r1 1.3.2 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/dool 1.3.1-r1 1.3.2-r1 9999: Versatile replacement for vmstat, iostat and ifstat (clone of dstat)
sys-apps/drm_info 2.6.0: Small utility to dump info about DRM devices
sys-apps/fselect 0.8.6: Find files with SQL-like queries
sys-apps/hex 0.4.2 0.5.0 0.6.0: Futuristic take on hexdump

View File

@@ -1 +1 @@
Fri, 27 Sep 2024 13:21:04 +0000
Fri, 27 Sep 2024 13:50:56 +0000