2023-10-04 09:46:30 UTC

This commit is contained in:
Repository mirror & CI
2023-10-04 09:46:30 +00:00
parent 391b6185be
commit 6b570eb3be
7 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,15 @@
DEFINED_PHASES=compile install preinst prepare setup test unpack
DEPEND=>=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
DESCRIPTION=RARS -- RISC-V Assembler and Runtime Simulator
EAPI=8
HOMEPAGE=https://github.com/TheThirdOne/rars
INHERIT=java-pkg-2 java-pkg-simple
IUSE=doc source test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/TheThirdOne/rars/archive/refs/tags/v1.6.tar.gz -> rars-1.6.gh.tar.gz https://github.com/TheThirdOne/JSoftFloat/archive/75c3a5d1ab1322ce4dde0b5994d6f9f6ff820529.tar.gz -> JSoftFloat-75c3a5d.gh.tar.gz
_eclasses_=java-utils-2 d051ecd608488854eb9252d64d396140 java-pkg-2 1794573de2f5124d88b64ee5dc9aabb4 java-pkg-simple 52d47d4db4f2c870e1d8f23700ee5e0a
_md5_=48123e25da803a5cd72ed559ad54ebdf

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-lang/go-1.18 app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=Next-generation arduino command line tool
EAPI=8
HOMEPAGE=https://arduino.github.io/arduino-cli/latest/
INHERIT=go-module
KEYWORDS=~amd64 ~arm64
LICENSE=Apache-2.0 BSD BSD-2 GPL-2 GPL-3 LGPL-3 MIT MPL-2.0
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/arduino/arduino-cli/archive/refs/tags/0.34.2.tar.gz -> arduino-cli-0.34.2.tar.gz https://pkg.artemis.sh/gentoo/pkg-deps/dev-embedded/arduino-cli/arduino-cli-0.34.2-vendor.tar.xz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-module 8624eede24936fd7666e5298e5332f22
_md5_=aafa7c1a80e81b02d105d908a131e7bb

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Click + option groups + constraints + aliases + help themes + ...
EAPI=8
HOMEPAGE=https://github.com/janluke/cloup https://pypi.org/project/cloup/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/click-9.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=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/janluke/cloup/archive/refs/tags/v3.0.2.tar.gz -> cloup-3.0.2.gh.tar.gz
_eclasses_=toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic be27a904c614cb93ae037762dc69bcc2 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild 30dbf3c5a31db09a19f31ad0a68f2405 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils f3010c780f65d1bb5aea15a9af1adc9c python-utils-r1 12aa0037eb004139215ff04894d52b28 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 24344aec2be39c69d9f279b5415298ce pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=fbacde99ae5201f735c07a740664aeac

View File

@@ -4,7 +4,7 @@ EAPI=8
HOMEPAGE=https://github.com/mazunki/wl-scripts
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-alternatives/awk app-misc/jq >=gui-apps/wofi-1.3 gui-apps/slurp gui-wm/sway
RDEPEND=app-alternatives/awk app-misc/jq >=gui-apps/wofi-1.3 gui-apps/slurp gui-libs/wlroots
SLOT=0
SRC_URI=https://github.com/mazunki/wl-scripts/archive/refs/tags/1.2.3.tar.gz -> wl-scripts-1.2.3.tar.gz
_md5_=2a3c342a292132ba4cf1090eedef1158
_md5_=896ae26733d2d9776ec1c3424f36e07d

View File

@@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=x11-misc/xdg-utils
SLOT=0
SRC_URI=https://github.com/mazunki/xkcd/archive/refs/tags/v1.0.12.tar.gz -> xkcd-1.0.12.tar.gz
SRC_URI=https://github.com/mazunki/xkcd/archive/refs/tags/v1.0.13.tar.gz -> xkcd-1.0.13.tar.gz
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=4875819f50cb734c3a1cde4dc9102f67

View File

@@ -163,6 +163,7 @@ app-emulation/box86 0.3.0: Linux Userspace x86 Emulator with a twist
app-emulation/looking-glass 1_beta6 9999: A low latency KVM FrameRelay implementation for guests with VGA PCI Passthrough
app-emulation/proton-ge-custom-bin 7.27 7.28 7.29: A fancy custom distribution of Valves Proton with various patches
app-emulation/quickemu 4.8: Create and run optimised Windows, macOS and Linux desktop virtual machines
app-emulation/rars 1.6: RARS -- RISC-V Assembler and Runtime Simulator
app-emulation/spice-html5 0.2.2 0.3.0-r1: Spice Javascript client
app-eselect/eselect-autostart 1.0.0: Manage symlinks in $XDG_CONFIG_HOME/autostart
app-eselect/eselect-bluespec 1.0.1: Manages the /usr/bin/bsc (bluespec) symlink
@@ -575,6 +576,7 @@ dev-db/pg_repack 1.4.8: Reorganize tables in PostgreSQL databases with minimal l
dev-db/rum 1.3.13: RUM access method - inverted index with additional information in posting lists
dev-dotnet/gtk-sharp 2.99.3-r3 3.22.2-r2: gtk bindings for mono
dev-elixir/hex 1.0.1-r1: Package manager for the Erlang VM
dev-embedded/arduino-cli 0.34.2: Next-generation arduino command line tool
dev-embedded/esp-coredump 1.5.2 1.7.0: Utility that helps users to retrieve and analyse core dumps
dev-embedded/esp-idf 5.1 5.1-r1 5.1.1: Espressif IoT Development Framework
dev-embedded/esp-idf-kconfig 1.1.0 1.2.0: Kconfig tooling for esp-idf
@@ -895,6 +897,7 @@ dev-python/cffsubr 0.2.9_p1: Standalone CFF subroutinizer based on AFDKO tx tool
dev-python/click-command-tree 1.1.1: click plugin to show the command tree of your CLI
dev-python/click-option-group 0.5.5 0.5.6: Option groups missing in Click
dev-python/click-repl 0.2.0-r1: Subcommand REPL for click apps
dev-python/cloup 3.0.2: Click + option groups + constraints + aliases + help themes + ...
dev-python/clufter 0.77.2: Tool/library for transforming/analyzing cluster configuration formats
dev-python/cmarkgfm 2022.10.27: Python bindings for GitHub's cmark
dev-python/codecov 2.1.12: Hosted coverage reports for GitHub, Bitbucket and Gitlab
@@ -1448,7 +1451,7 @@ gui-apps/wbg 1.0.2 1.1.0 9999: Super simple wallpaper application
gui-apps/wdisplays 1.0-r3 1.1 9999: GUI display configurator for wlroots compositors
gui-apps/wev 1.0.0: Wayland event viewer
gui-apps/wl-mirror 0.12.2: A simple Wayland output mirror client
gui-apps/wl-scripts 1.2.3 9999: A set of utils for wlroots window managers
gui-apps/wl-scripts 1.2.3-r1 9999: A set of utils for wlroots window managers
gui-apps/wlgreet 0.4.1: Wayland based greeter for greetd
gui-apps/wlogout 1.1.1: A wayland based logout menu
gui-apps/wlr-randr 0.3.0 9999: xrandr clone for wlroots compositors
@@ -1706,7 +1709,7 @@ net-misc/tuxi 9999: Tuxi is a cli assistant. Get answers of your questions insta
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
net-misc/wsdd 0.7.0 0.7.1: A Web Service Discovery host daemon.
net-misc/xkcd-handler 1.0.12: A handler for XKCD urls
net-misc/xkcd-handler 1.0.13: A handler for XKCD urls
net-misc/xmrig-mo 6.16.2 6.16.3 6.16.4 6.16.5 6.18.0 6.18.1 6.19.0 6.19.1 6.19.2 6.19.3 6.20.0: MoneroOcean fork of xmrig that supports algo switching
net-misc/yacy 1.924.20210209.10069: YaCy - p2p based distributed web-search engine
net-news/comitium 1.8.1: feed aggregator for gemini supporting many formats and protocols

View File

@@ -1 +1 @@
Tue, 03 Oct 2023 10:46:30 +0000
Wed, 04 Oct 2023 09:46:30 +0000