2024-10-31 18:48:23 UTC

This commit is contained in:
Repository mirror & CI
2024-10-31 18:48:23 +00:00
parent e32432d1f8
commit bf031d7b6c
9 changed files with 70 additions and 12 deletions

View File

@@ -5,10 +5,10 @@ DESCRIPTION=RISC-V CPU simulator for education
EAPI=8
HOMEPAGE=https://github.com/cvut/qtrvsim
INHERIT=cmake
KEYWORDS=amd64
KEYWORDS=~amd64
LICENSE=GPL-3+
RDEPEND=dev-qt/qtbase:6[gui,widgets] virtual/libelf:=
SLOT=0
SRC_URI=https://github.com/cvut/qtrvsim/archive/refs/tags/v0.9.7.tar.gz -> qtrvsim-0.9.7.tar.gz
SRC_URI=https://github.com/cvut/qtrvsim/archive/refs/tags/v0.9.8.tar.gz -> qtrvsim-0.9.8.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
_md5_=262a5e44f3fac32d2f71ccc171c6a97e
_md5_=59cf580a527fdef4da33c51211f5f129

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/pypdf-3.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/decorator[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/dict2xml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/weasyprint[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-fonts/noto[cjk] ) test? ( >=dev-python/platformdirs-3.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ConfigArgParse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/intervaltree[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/google-i18n-address-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/html5lib-1.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja-3.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/markupsafe-2.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pycountry[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-python/unittest-or-fail[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_11? ( dev-python/unittest-or-fail[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 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Generates RFCs and IETF drafts from document source in XML
EAPI=8
HOMEPAGE=https://ietf-tools.github.io/xml2rfc/ https://github.com/ietf-tools/xml2rfc/ https://pypi.org/project/xml2rfc/
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/platformdirs-3.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/ConfigArgParse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/intervaltree[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/google-i18n-address-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/html5lib-1.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/jinja-3.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/markupsafe-2.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pycountry[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] 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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v3.24.0.tar.gz -> xml2rfc-3.24.0.gh.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 2fee95c11e5f883024588d4837db6802 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 bcc61b7696f06db333c2f2db1606ed76
_md5_=8ae8d3dececd66b96745f90305f8423d

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install unpack
DESCRIPTION=A Java/Scala build tool
EAPI=8
HOMEPAGE=https://mill-build.org/
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=virtual/jre-1.8:*
SLOT=0
SRC_URI=https://github.com/com-lihaoyi/mill/releases/download/0.12.1/0.12.1-assembly -> mill-bin-0.12.1
_md5_=0411c78d00bdc3a2f16eef00c3e33a5b

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-qt/qttools:6[linguist] dolphin? ( >=kde-frameworks/extra-cmake-modules-5.106.0 ) app-alternatives/ninja >=dev-build/cmake-3.20.5 test? ( x11-base/xorg-server[xvfb] x11-apps/xhost )
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=>=dev-db/sqlite-3.34:3 dev-libs/glib:2 >=dev-libs/openssl-1.1.0:0= >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] dev-qt/qt5compat:6 >=dev-qt/qtbase-6.6.0:6[dbus,gui,network,sql,sqlite,widgets] dev-qt/qtdeclarative:6[widgets] dev-qt/qtsvg:6 dev-qt/qtwebsockets:6 kde-frameworks/karchive:6 kde-frameworks/kguiaddons:6 net-libs/libcloudproviders sys-libs/zlib dolphin? ( kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 ) nautilus? ( dev-python/nautilus-python ) webengine? ( dev-qt/qtwebengine:6[widgets] ) dev-qt/qtbase:6[concurrent,xml] || ( gnome-base/librsvg media-gfx/inkscape ) doc? ( dev-python/sphinx dev-tex/latexmk dev-texlive/texlive-latexextra virtual/latex-base ) test? ( dev-util/cmocka )
DESCRIPTION=Desktop Syncing Client for Nextcloud
EAPI=8
HOMEPAGE=https://github.com/nextcloud/desktop
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake virtualx xdg
IUSE=doc dolphin nautilus test webengine test
KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86
LICENSE=CC-BY-3.0 GPL-2
RDEPEND=>=dev-db/sqlite-3.34:3 dev-libs/glib:2 >=dev-libs/openssl-1.1.0:0= >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] dev-qt/qt5compat:6 >=dev-qt/qtbase-6.6.0:6[dbus,gui,network,sql,sqlite,widgets] dev-qt/qtdeclarative:6[widgets] dev-qt/qtsvg:6 dev-qt/qtwebsockets:6 kde-frameworks/karchive:6 kde-frameworks/kguiaddons:6 net-libs/libcloudproviders sys-libs/zlib dolphin? ( kde-frameworks/kcoreaddons:6 kde-frameworks/kio:6 ) nautilus? ( dev-python/nautilus-python ) webengine? ( dev-qt/qtwebengine:6[widgets] )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/nextcloud/desktop/archive/v3.14.4.tar.gz -> nextcloud-client-3.14.4.tar.gz
_eclasses_=toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=63b191806fd07c019852e6ac51649cff

View File

@@ -13,4 +13,4 @@ RESTRICT=test
SLOT=0
SRC_URI=https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.11.0.tar.xz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe
_md5_=fbdb9eb1fee7900b2badeafb371d83fa
_md5_=2160c463197a6c857423d21e49b905b8

View File

@@ -12,4 +12,4 @@ RDEPEND=!minimal? ( net-libs/libmnl:= ) atm? ( net-dialup/linux-atm ) berkdb? (
RESTRICT=test
SLOT=0
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=8a83c06c35127d2acb8014ad5f8b822c
_md5_=25131b5265a9bc2263c43748f2c7a602

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=sys-kernel/linux-headers-5.1
DESCRIPTION=Efficient I/O with io_uring
EAPI=8
HOMEPAGE=https://github.com/axboe/liburing
INHERIT=multilib-minimal toolchain-funcs
IUSE=examples static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=MIT
RDEPEND=>=sys-kernel/linux-headers-5.1
RESTRICT=!test? ( test )
SLOT=0/2
SRC_URI=https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.8.tar.bz2
_eclasses_=out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 toolchain-funcs d3d42b22a610ce81c267b644bcec9b87 multilib-build 9ac26ea006828266d235e2f0135429b5 multilib-minimal e9f54d75b074edc47d36994bbc1e2123
_md5_=5f2b6958692ea17917efbdf40d7764e2

View File

@@ -2359,7 +2359,7 @@ app-emulation/q4wine 1.3.13: Qt GUI configuration tool for Wine
app-emulation/qemu 7.2.11 7.2.12 7.2.13 7.2.14 8.0.5 8.1.5 8.2.3 8.2.5-r1 8.2.6-r1 8.2.7 9.0.1-r1 9.0.2-r1 9.0.2-r2 9.0.3 9.1.0 9.1.1 9999: QEMU + Kernel-based Virtual Machine userland tools
app-emulation/qemu-guest-agent 8.2.0: QEMU Guest Agent (qemu-ga) for use when running inside a VM
app-emulation/qemu-init-scripts 0.3.0-r1: Kvm and qemu init scripts
app-emulation/qtrvsim 0.9.7 0.9.7-r1: RISC-V CPU simulator for education
app-emulation/qtrvsim 0.9.7-r1 0.9.8: RISC-V CPU simulator for education
app-emulation/ruffle 0_p20240929 0_p20241027 9999: Flash Player emulator written in Rust
app-emulation/simh 3.11.1: a simulator for historical computers such as Vax, PDP-11 etc.)
app-emulation/ski 1.4.0: ia64 instruction set simulator
@@ -3422,7 +3422,7 @@ app-text/xlhtml 0.5.1_p6: Convert MS Excel and Powerpoint files to HTML
app-text/xlsx2csv 0.8.3: Convert MS Office xlsx files to CSV
app-text/xml2 0.5: These tools are used to convert XML and HTML to and from a line-oriented format
app-text/xml2doc 20030510-r2: Tool to convert simple XML to a variety of formats (pdf, html, txt, manpage)
app-text/xml2rfc 3.18.0 3.23.2: Generates RFCs and IETF drafts from document source in XML
app-text/xml2rfc 3.18.0 3.23.2 3.24.0: Generates RFCs and IETF drafts from document source in XML
app-text/xmldiff 2.6.3: A tool that figures out the differences between two similar XML files
app-text/xmlformat 1.04: Reformat XML documents to your custom style
app-text/xmlstarlet 1.6.1-r2: A set of tools to transform, query, validate, and edit XML documents
@@ -5019,7 +5019,7 @@ dev-java/memoryfilesystem 2.3.0: An in memory implementation of a JSR-203 file s
dev-java/mersennetwister 0_pre23765-r2: Modified MersenneTwister java port for Freenet
dev-java/metainf-services 1.11: Generates META-INF/services files automatically
dev-java/miglayout 5.3: MiGLayout - Java Layout Manager for Swing, SWT and JavaFX
dev-java/mill-bin 0.11.7 0.11.12 0.12.0: A Java/Scala build tool
dev-java/mill-bin 0.11.7 0.11.12 0.12.0 0.12.1: A Java/Scala build tool
dev-java/minidns-core 1.0.4: DNS library for Java and Android systems
dev-java/mockito 1.9.5-r4 2.28.2 4.11.0: Mockito mock objects library core API and implementation
dev-java/msv 2022.7: Multi-Schema Validator Core package
@@ -15201,7 +15201,7 @@ net-misc/netpipes 4.2-r2: Tools to manipulate BSD TCP/IP stream sockets
net-misc/netsed 0.01b-r1 1.3-r1: Small tool for altering forwarded network data in real time
net-misc/netstat-nat 1.4.10-r1: Display NAT connections
net-misc/networkmanager 1.46.0-r1 1.48.4: A set of co-operative tools that make networking simple and straightforward
net-misc/nextcloud-client 3.12.6 3.13.2 3.14.3: Desktop Syncing Client for Nextcloud
net-misc/nextcloud-client 3.12.6 3.13.2 3.14.3 3.14.4: Desktop Syncing Client for Nextcloud
net-misc/nicstat 1.95: Network traffic statics utility for Solaris and Linux
net-misc/ntp 4.2.8_p15-r6 4.2.8_p17-r1 4.2.8_p17-r2 4.2.8_p18: Network Time Protocol suite/programs
net-misc/ntpsec 1.2.2a 1.2.2a-r1 1.2.3 1.2.3-r1 9999: The NTP reference implementation, refactored
@@ -16965,7 +16965,7 @@ sys-apps/ipmi-fan-control 0.4.0 9999: SuperMicro IPMI fan control daemon
sys-apps/ipmicfg 1.35.2.240627: An in-band utility for configuring Supermicro IPMI devices
sys-apps/ipmitool 1.8.19 1.8.19-r1: Utility for controlling IPMI enabled devices
sys-apps/ipmiutil 3.1.9: IPMI Management Utilities
sys-apps/iproute2 6.6.0 6.6.0-r1 6.6.0-r3 6.8.0-r2 6.9.0 6.10.0 6.11.0 6.11.0-r1 9999: kernel routing and traffic control utilities
sys-apps/iproute2 6.6.0 6.6.0-r1 6.6.0-r3 6.8.0-r2 6.9.0 6.10.0 6.11.0 6.11.0-r2 9999: kernel routing and traffic control utilities
sys-apps/irqbalance 1.9.3-r1 1.9.4-r2: Distribute hardware interrupts across processors on a multiprocessor system
sys-apps/isapnptools 1.27 1.27-r1: Tools for configuring ISA PnP devices
sys-apps/iucode_tool 2.3.1-r1: tool to manipulate Intel X86 and X86-64 processor microcode update collections
@@ -17647,7 +17647,7 @@ sys-libs/libtermcap-compat 2.0.8-r4: Compatibility package for old termcap-based
sys-libs/libucontext 1.2 1.3.1: ucontext implementation featuring glibc-compatible ABI
sys-libs/libudev-compat 186-r1: Wrapper around libudev.so.1 for packages needing the old libudev.so.0
sys-libs/libunwind 1.8.1 9999: Portable and efficient API to determine the call-chain of a program
sys-libs/liburing 2.2 2.3-r4 2.5-r2 2.6 2.7-r1 9999: Efficient I/O with io_uring
sys-libs/liburing 2.2 2.3-r4 2.5-r2 2.6 2.7-r1 2.8 9999: Efficient I/O with io_uring
sys-libs/libutempter 1.2.1: Library that allows non-privileged apps to write utmp (login) info
sys-libs/libuuid 1.0.3-r1: Portable uuid C library
sys-libs/libvpd 2.2.9: Library implementation for listing Vital Product Data

View File

@@ -1 +1 @@
Thu, 31 Oct 2024 17:18:35 +0000
Thu, 31 Oct 2024 18:48:23 +0000