2024-02-29 21:48:25 UTC

This commit is contained in:
Repository mirror & CI
2024-02-29 21:48:26 +00:00
parent 3223a6fb11
commit 02962b0aea
8 changed files with 87 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-2+ LGPL-2-with-linking-exception LGPL-2.1+ LGPL-3 GPL-1 freedist
RDEPEND=dev-libs/glib:2 sys-apps/dbus x11-libs/libX11 virtual/libc gtk? ( x11-libs/gtk+:2 ) qt5? ( dev-qt/qtgui:5 dev-qt/qtx11extras:5 )
REQUIRED_USE=^^ ( gtk qt5 )
SLOT=0
SRC_URI=amd64? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.1.9.gtk2.x86_64.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.1.9.qt.x86_64.tar.xz ) ) x86? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.1.9.gtk2.i386.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.1.9.qt.i386.tar.xz ) )
SRC_URI=amd64? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.1.10.gtk2.x86_64.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.1.10.qt.x86_64.tar.xz ) ) x86? ( gtk? ( mirror://sourceforge/doublecmd/doublecmd-1.1.10.gtk2.i386.tar.xz ) qt5? ( mirror://sourceforge/doublecmd/doublecmd-1.1.10.qt.i386.tar.xz ) )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d wrapper 4a1902f969e5718126434fc35f3a0d9c xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=46ae4c070ca4090ad85579fbffd5ec1e

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/graphviz-0.20[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-include-0.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.12.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-markdown-math[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-12.0.0 >=dev-python/toposort-1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tqdm-4.64.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/pcpp-1.30 test? ( dev-python/tomli-w ) >=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-15[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/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/graphviz-0.20[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-include-0.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.12.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-markdown-math[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-12.0.0 >=dev-python/toposort-1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tqdm-4.64.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/pcpp-1.30 test? ( dev-python/tomli-w )
DESCRIPTION=FORD, automatic documentation generator for modern Fortran programs
EAPI=8
HOMEPAGE=https://github.com/Fortran-FOSS-Programmers/ford
INHERIT=distutils-r1 pypi toolchain-funcs
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/graphviz-0.20[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/jinja[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-3.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown-include-0.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pygments-2.12.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/python-markdown-math[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/rich-12.0.0 >=dev-python/toposort-1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/tqdm-4.64.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-util/pcpp-1.30 test? ( dev-python/tomli-w ) 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 ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/F/FORD/FORD-7.0.5.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=8b962267fd2eaa1ce1bf0159805b40fa

View File

@@ -0,0 +1,15 @@
BDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A C99 preprocessor written in pure Python
EAPI=8
HOMEPAGE=https://pypi.org/project/pcpp/ https://github.com/ned14/pcpp/
INHERIT=distutils-r1 pypi
IUSE=python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) 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_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pcpp/pcpp-1.30.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 042f4cc53680245bf99a84669b94155a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 b9318b5e40104e608d7e4582121fb561 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=1f8b47bfc02b40356ea2110a2379573f

View File

@@ -0,0 +1,16 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst setup
DESCRIPTION=Web based tool to extract data from plots, images, and maps
EAPI=8
HOMEPAGE=https://automeris.io/WebPlotDigitizer/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop python-single-r1 xdg
IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64
LICENSE=AGPL-3
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) dev-libs/nss x11-libs/gtk+:3[X,cups,introspection]
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
SLOT=0
SRC_URI=https://automeris.io/downloads/WebPlotDigitizer-4.7-linux-x64.zip
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 042f4cc53680245bf99a84669b94155a python-single-r1 75118e916668a74c660a13b0ecb22562 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=5ba6ab39fca80099adfe58bf77ef10d3

View File

@@ -0,0 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 virtual/pkgconfig
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/uriparser dev-libs/libconfig net-libs/ixwebsocket[ws] dev-libs/openssl sys-libs/zlib dev-libs/libfmt dev-libs/spdlog
DESCRIPTION=Another virtual private network that supports peer-to-peer connections
EAPI=8
HOMEPAGE=https://github.com/lanthora/candy
INHERIT=cmake systemd
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-libs/uriparser dev-libs/libconfig net-libs/ixwebsocket[ws] dev-libs/openssl sys-libs/zlib dev-libs/libfmt dev-libs/spdlog
SLOT=0
SRC_URI=https://github.com/lanthora/candy/archive/refs/tags/v4.0.tar.gz -> candy-4.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c systemd c8b03e8df84486aa991d4396686e8942
_md5_=04f5c5f45ec11bcdd8a1ce8823bc80d6

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-build/make >=dev-build/cmake-3.20.5 virtual/fortran
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=>=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads] virtual/fortran
DESCRIPTION=A parallel application binary interface for Fortran 2018 compilers
EAPI=8
HOMEPAGE=http://www.opencoarrays.org/
INHERIT=cmake flag-o-matic fortran-2
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=BSD
PROPERTIES=test_network
RDEPEND=>=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads] virtual/fortran
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.2/OpenCoarrays-2.10.2.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea
_md5_=c0437627c741757e5dfc6502bbd76998

View File

@@ -227,7 +227,7 @@ app-misc/corectrl 1.3.9 1.3.10 9999: Core control application
app-misc/cpufetch 1.05-r1: Simplistic yet fancy CPU architecture fetching tool
app-misc/dbf 0.9.0: Command line tool to read the content of dBASE III, IV, and 5.0 files
app-misc/diff-so-fancy 1.4.4: Good-lookin' diffs. Actually... nah... The best-lookin' diffs
app-misc/doublecmd-bin 1.0.11 1.1.9_beta: Free cross platform open source file manager with two panels side by side.
app-misc/doublecmd-bin 1.0.11 1.1.10_beta: Free cross platform open source file manager with two panels side by side.
app-misc/dpscreenocr 1.4.0: Program to recognize text on screen
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
app-misc/electricsheep 3.0.2_p20191005 3.0.2_p20191005-r1: Realize the collective dream of sleeping computers from all over the internet
@@ -338,7 +338,7 @@ app-text/cmark-gfm 0.29.0.3: GitHub's fork of cmark
app-text/code-minimap 0.6.4 0.6.6: A high performance code minimap generator
app-text/dooit 2.2.0: A TUI todo manager
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
app-text/ford 6.2.5: FORD, automatic documentation generator for modern Fortran programs
app-text/ford 6.2.5 7.0.5: FORD, automatic documentation generator for modern Fortran programs
app-text/klogg 22.06.0.1289: A GUI application to browse and search through long and complex log files
app-text/komikku 1.38.1: Manga reader for GNOME
app-text/koodo-reader-bin 1.5.1 1.6.3: A modern ebook manager and reader with sync and backup capacities
@@ -1327,6 +1327,7 @@ dev-util/mock 5.5: Simple chroot build environment manager for building RPMs
dev-util/mock-core-configs 40.2: Mock core config files basic chroots
dev-util/odb 2.5.0_beta21_p1: ODB compiler and the ODB system documentation
dev-util/ots 8.1.4 8.2.1: An util for validating and sanitising OpenType files
dev-util/pcpp 1.30: A C99 preprocessor written in pure Python
dev-util/pifpaf 3.1.5-r1: Suite of tools and fixtures to manage daemons for testing
dev-util/pmbootstrap 1.51.0: Helper tool for developing and building postmarketOS
dev-util/qshaderedit 0.1.5: Multiplatform shader editor inspired by Apple's OpenGL Shader Builder
@@ -1581,7 +1582,7 @@ media-fonts/udev-gothic 1.3.1-r1: UDEV Gothic is a composite font of BIZ UD Goth
media-fonts/unscii 2.1: Set of bitmapped Unicode fonts based on classic system fonts
media-fonts/victor-mono 1.5.4 1.5.5: A free programming font with cursive italics and ligatures
media-fonts/warframe-fonts 0_pre20191111: Fonts from the Warframe game
media-gfx/WebPlotDigitizer-bin 4.6: Web based tool to extract data from plots, images, and maps
media-gfx/WebPlotDigitizer-bin 4.6 4.7: Web based tool to extract data from plots, images, and maps
media-gfx/akira 0.0.13 9999: Native Linux App for UI and UX Design built in Vala and GTK.
media-gfx/azpainter 3.0.7: Full color painting software for Linux for illustration drawing
media-gfx/beeref 0.3.2: A Simple Reference Image Viewer
@@ -1850,7 +1851,7 @@ net-voip/discover-overlay 0.4.5 0.5.4 0.6.9-r1: Yet another Discord overlay for
net-voip/gnome-calls 44.2 45.0: Phone dialer and call handler
net-voip/re 3.7.0 3.8.0 3.9.0: Generic library for real-time communications with async IO support
net-voip/vvmd 0.8: vvmd is a lower level daemon that retrieves Visual Voicemail
net-vpn/candy 3.9.1: Another virtual private network that supports peer-to-peer connections
net-vpn/candy 3.9.1 4.0: Another virtual private network that supports peer-to-peer connections
net-vpn/cloudflare-warp 2023.3.470 2023.7.40 2024.2.62-r2: Cloudflare Warp Client
net-vpn/fastd 22: A very small VPN daemon which tunnels IP packets and Ethernet frames over UDP.
net-vpn/gp-saml-gui 9999: Interactively authenticate to GlobalProtect VPNs that require SAML
@@ -2019,7 +2020,7 @@ sys-cluster/lwgrp 1.0.3 1.0.5: Light-weight Group Library
sys-cluster/mpi-benchmarks 2021.3: Intel MPI Benchmarks
sys-cluster/muster 1.0.1: Massively Scalable Clustering
sys-cluster/opari2 2.0.6: OpenMP Pragma And Region Instrumentor
sys-cluster/opencoarrays 2.9.3-r1 2.10.0-r1 2.10.1-r1: A parallel application binary interface for Fortran 2018 compilers
sys-cluster/opencoarrays 2.9.3-r1 2.10.0-r1 2.10.1-r1 2.10.2: A parallel application binary interface for Fortran 2018 compilers
sys-cluster/otf2 2.3-r3 3.0: highly scalable, memory efficient event trace data format
sys-cluster/parallel-netcdf 1.12.2: Parallel extension to netCDF
sys-cluster/psort 1.0: Parallel sorting code for distributed and shared memory architectures

View File

@@ -1 +1 @@
Thu, 29 Feb 2024 14:03:18 +0000
Thu, 29 Feb 2024 21:48:25 +0000