2022-06-29 15:46:27 UTC

This commit is contained in:
Repository mirror & CI
2022-06-29 15:46:27 +00:00
parent 97ad0213f1
commit 26711c4b11
25 changed files with 194 additions and 45 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/graphviz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown-include[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pygments[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-markdown-math[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tqdm[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toposort[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/pytest-7.0.1[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 ) >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/graphviz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown-include[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pygments[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-markdown-math[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tqdm[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toposort[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DESCRIPTION=FORD, automatic documentation generator for modern Fortran programs
EAPI=8
HOMEPAGE=https://github.com/Fortran-FOSS-Programmers/ford
INHERIT=distutils-r1 toolchain-funcs
IUSE=test test python_targets_python3_8 python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/graphviz[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/markdown-include[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pygments[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/python-markdown-math[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/tqdm[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/toposort[python_targets_python3_8(-)?,python_targets_python3_9(-)?,python_targets_python3_10(-)?] python_targets_python3_8? ( >=dev-lang/python-3.8.12_p1-r1:3.8 ) python_targets_python3_9? ( >=dev-lang/python-3.9.9-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.0_p1-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=mirror://pypi/F/FORD/FORD-6.1.12.tar.gz
_eclasses_=multibuild d26d81f242cb193d899a72bca423d0bd multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-r1 e2883e4f04f0503cdf7f2954e2bf5e15 distutils-r1 10a93585889c3ca7651cbcd2ee831e47
_md5_=1a2ff6564118568f8a0ad3dbf52a5bb0

File diff suppressed because one or more lines are too long

View File

@@ -1,14 +1,14 @@
BDEPEND=sys-apps/pkgcore
DEFINED_PHASES=compile configure install postinst prepare unpack
DEPEND=dev-R/cli dev-R/desc dev-R/crayon dev-R/rprojroot dev-R/rlang dev-R/rstudioapi dev-R/withr dev-lang/R
DEPEND=>=dev-R/cli-3.3.0 dev-R/desc dev-R/crayon dev-R/fs dev-R/glue dev-R/rprojroot >=dev-R/rlang-1.0.3 dev-R/rstudioapi >=dev-R/withr-2.4.3 dev-lang/R
DESCRIPTION=Simulate Package Installation and Attach
EAPI=7
HOMEPAGE=https://cran.r-project.org/package=pkgload
HOMEPAGE=https://cran.r-project.org/package=pkgload https://github.com/r-lib/pkgload https://pkgload.r-lib.org/
INHERIT=R-packages
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-R/cli dev-R/desc dev-R/crayon dev-R/rprojroot dev-R/rlang dev-R/rstudioapi dev-R/withr dev-lang/R
RDEPEND=>=dev-R/cli-3.3.0 dev-R/desc dev-R/crayon dev-R/fs dev-R/glue dev-R/rprojroot >=dev-R/rlang-1.0.3 dev-R/rstudioapi >=dev-R/withr-2.4.3 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/pkgload_1.2.4.tar.gz
SRC_URI=mirror://cran/src/contrib/pkgload_1.3.0.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 R-packages b4f38c93492e8dc28cb0778d20c3678b
_md5_=04d8598a07c5fbdf6a95d1abb58cad9a
_md5_=6dd22e90d218a7317276148bd29c971b

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-lang/R-3.4.0 >=dev-R/ps-1.2.0 dev-R/R6 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/processx_3.6.0.tar.gz
SRC_URI=mirror://cran/src/contrib/processx_3.6.1.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 R-packages b4f38c93492e8dc28cb0778d20c3678b
_md5_=13f03d8badd8fbbab0fdd51b72ce2464

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-lang/R-3.1 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/ps_1.7.0.tar.gz
SRC_URI=mirror://cran/src/contrib/ps_1.7.1.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 R-packages b4f38c93492e8dc28cb0778d20c3678b
_md5_=8b3f070a9b4c46a64816f2222e5e4eff
_md5_=359a42294f4914754c85224545704665

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=>=dev-lang/R-3.4.0 dev-lang/R
SLOT=0
SRC_URI=mirror://cran/src/contrib/rlang_1.0.2.tar.gz
SRC_URI=mirror://cran/src/contrib/rlang_1.0.3.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff optfeature d524f291c80f9d21ad80fe978e3ca760 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 R-packages b4f38c93492e8dc28cb0778d20c3678b
_md5_=a3faaa417760dbd09eafcea035c8bfb2

View File

@@ -1,13 +0,0 @@
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Family of header-only, fast and memory-friendly hashmap and btree containers
EAPI=7
HOMEPAGE=https://greg7mdp.github.io/parallel-hashmap/ https://github.com/greg7mdp/parallel-hashmap
INHERIT=cmake
IUSE=examples
KEYWORDS=~amd64
LICENSE=Apache-2.0
SLOT=0
SRC_URI=https://github.com/greg7mdp/parallel-hashmap/archive/refs/tags/1.33.tar.gz -> parallel-hashmap-1.33.tar.gz
_eclasses_=toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4a1902f969e5718126434fc35f3a0d9c eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic a3abd6002fafb3022597be6b8d01f88b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 44afbf15c35884f7c840470f1cf05d0d
_md5_=66d2ebcdd723bba292ea9fdb33d2877a

View File

@@ -0,0 +1,16 @@
BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=test? ( dev-libs/cereal )
DESCRIPTION=Family of header-only, fast and memory-friendly hashmap and btree containers
EAPI=8
HOMEPAGE=https://greg7mdp.github.io/parallel-hashmap/ https://github.com/greg7mdp/parallel-hashmap
INHERIT=cmake
IUSE=examples test
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/cereal
RESTRICT=!test? ( test )
SLOT=0/1.35
SRC_URI=https://github.com/greg7mdp/parallel-hashmap/archive/refs/tags/1.35.tar.gz -> parallel-hashmap-1.35.gh.tar.gz
_eclasses_=toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a3abd6002fafb3022597be6b8d01f88b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 44afbf15c35884f7c840470f1cf05d0d
_md5_=751327119b45d8231b69f4a8e72b42e0

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-vcs/git
DEFINED_PHASES=compile configure install preinst prepare setup test
DEPEND=dev-java/ant-core:0 dev-java/antlr:0 dev-java/jsr305:0 >=virtual/jdk-1.8:* dev-java/cpptasks:0 test? ( dev-java/junit:4 dev-java/ant-junit4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 dev-java/ant-antlr dev-java/ant-contrib dev-java/cpptasks:0 dev-java/javatoolkit
DEPEND=dev-java/ant-core:0 dev-java/antlr:0 dev-java/jsr305:0 >=virtual/jdk-1.8:* dev-java/cpptasks:0 test? ( dev-java/junit:4 dev-java/ant-junit4 ) >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 dev-java/javatoolkit
DESCRIPTION=Automatically generate the JNI code necessary to call C libraries
EAPI=8
HOMEPAGE=https://jogamp.org/gluegen/www/ https://github.com/sgothel/gluegen
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=2.3
SRC_URI=https://github.com/sgothel/gluegen/archive/v2.3.2.tar.gz -> gluegen-2.3.2.gh.tar.gz https://github.com/sgothel/jcpp/archive/refs/tags/v2.3.2.tar.gz -> gluegen-jcpp-2.3.2.gh.tar.gz
_eclasses_=java-utils-2 cfb5f6911bb70204c94ceafd0372c716 java-pkg-2 3b09e051fc2045a0f0b9471b87d4f8bd multilib 4fbbbc98f236f1b43acd99476bc3cd85 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb java-ant-2 5cf479aa9e0ac9cc55899f2762c2aaa0
_md5_=e4bc12bf23e74b3f23fc75ae62ffad62
_md5_=84a1ffd260da1d508b1f6e598299e7f9

View File

@@ -11,4 +11,4 @@ RDEPEND=dev-java/xerces:2 >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3
SLOT=0
SRC_URI=http://apps.fz-juelich.de/scalasca/releases/cube/4.7/dist/jcuber-4.7.tar.gz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 2fd69a56a527d12409ba43c733b7ac8f java-utils-2 cfb5f6911bb70204c94ceafd0372c716 java-pkg-2 3b09e051fc2045a0f0b9471b87d4f8bd java-pkg-simple 95922adb58696025c86c401d825178a7
_md5_=6198427494a18ed340afa3165534774a
_md5_=7693dc14d21fb51c0db52d90de625191

View File

@@ -1,5 +1,6 @@
BDEPEND=dev-vcs/git
DEFINED_PHASES=compile configure install preinst prepare setup
DEPEND=~dev-java/gluegen-2.3.2:2.3 dev-java/antlr:0 dev-java/ant-core:0 x11-libs/libX11 x11-libs/libXxf86vm dev-java/swt:3.7 virtual/opengl cg? ( media-gfx/nvidia-cg-toolkit ) >=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 dev-java/ant-antlr dev-java/ant-contrib dev-java/cpptasks:0 dev-java/javatoolkit
DEPEND=dev-java/antlr:0 dev-java/ant-core:0 ~dev-java/gluegen-2.3.2:2.3 dev-java/swt:3.7 virtual/opengl x11-libs/libX11 x11-libs/libXxf86vm cg? ( media-gfx/nvidia-cg-toolkit ) >=virtual/jdk-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2:0 dev-java/javatoolkit
DESCRIPTION=Java(TM) Binding fot the OpenGL(TM) API
EAPI=8
HOMEPAGE=https://jogamp.org/jogl/www/ https://github.com/sgothel/jogl
@@ -7,9 +8,9 @@ INHERIT=java-pkg-2 java-ant-2
IUSE=cg doc source
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=~dev-java/gluegen-2.3.2:2.3 dev-java/antlr:0 dev-java/ant-core:0 x11-libs/libX11 x11-libs/libXxf86vm dev-java/swt:3.7 virtual/opengl cg? ( media-gfx/nvidia-cg-toolkit ) >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RDEPEND=dev-java/antlr:0 dev-java/ant-core:0 ~dev-java/gluegen-2.3.2:2.3 dev-java/swt:3.7 virtual/opengl x11-libs/libX11 x11-libs/libXxf86vm cg? ( media-gfx/nvidia-cg-toolkit ) >=virtual/jre-1.8:* >=dev-java/java-config-2.2.0-r3 source? ( app-arch/zip )
RESTRICT=test
SLOT=2.3
SRC_URI=https://github.com/sgothel/jogl/archive/v2.3.2.tar.gz -> jogl-2.3.2.gh.tar.gz
_eclasses_=java-utils-2 cfb5f6911bb70204c94ceafd0372c716 java-pkg-2 3b09e051fc2045a0f0b9471b87d4f8bd multilib 4fbbbc98f236f1b43acd99476bc3cd85 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb java-ant-2 5cf479aa9e0ac9cc55899f2762c2aaa0
_md5_=5ada99790061c53a7f7bc8b7e2d71ad6
_md5_=28e328f9bb9254cfd0c894e5b15e8f17

View File

@@ -6,10 +6,10 @@ EAPI=8
HOMEPAGE=https://libxlsxwriter.github.io/
INHERIT=cmake plocale
IUSE=openssl
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64
LICENSE=BSD-2
RDEPEND=sys-libs/zlib[minizip]
SLOT=0
SRC_URI=https://github.com/jmcnamara/libxlsxwriter/archive/RELEASE_1.1.4.tar.gz -> libxlsxwriter-1.1.4.tar.gz
_eclasses_=toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 flag-o-matic a3abd6002fafb3022597be6b8d01f88b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 58ec4e54962bf45d065fb95030701514 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e cmake 44afbf15c35884f7c840470f1cf05d0d plocale 7ce00136a77130df46fbbd5966f98a61
_md5_=1b55ae1b15d7911a0ecdab8e3e72abac
_md5_=d15d86441a5c3d470fff4517dbe0be5c

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-ml/dune dev-lang/ocaml
DEFINED_PHASES=compile install test
DEPEND=dev-ml/astring:= >=dev-ml/fd-send-recv-2.0.0:= dev-ml/logs:= dev-ml/ptime:= dev-ml/xapi-backtrace:= test? ( dev-ml/alcotest ) >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
DESCRIPTION=Citrix's (deprecated) extensions to the ocaml standard library
EAPI=8
HOMEPAGE=https://xapi-project.github.io/stdext/ https://github.com/xapi-project/stdext
INHERIT=dune
IUSE=ocamlopt test
KEYWORDS=~amd64
LICENSE=LGPL-2.1-with-linking-exception
RDEPEND=dev-ml/astring:= >=dev-ml/fd-send-recv-2.0.0:= dev-ml/logs:= dev-ml/ptime:= dev-ml/xapi-backtrace:= >=dev-lang/ocaml-4:=[ocamlopt?] dev-ml/dune:=
RESTRICT=!test? ( test )
SLOT=0/4.19.0
SRC_URI=https://github.com/xapi-project/stdext/archive/refs/tags/v4.19.0.tar.gz -> xapi-stdext-4.19.0.gh.tar.gz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dune c8f275f00adf2380fe0a57d8a249885c
_md5_=2e3c50685f12ba85a53056c7f4bacb1d

View File

@@ -0,0 +1,13 @@
BDEPEND=>=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install test
DEPEND==dev-nim/grok-0* =dev-nim/sync-1* =dev-nim/ups-0*
DESCRIPTION=A unittest macro to save the world, or at least your Sunday
EAPI=8
HOMEPAGE=https://github.com/disruptek/balls
INHERIT=edo nimble
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/disruptek/balls/archive/refs/tags/3.7.0.tar.gz -> balls-3.7.0.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=a88d0e360e138116817191735ff3ff77

View File

@@ -0,0 +1,14 @@
BDEPEND=test? ( >dev-nim/balls-2.0.0 <dev-nim/balls-4.0.0 ) >=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install test
DESCRIPTION=Serialize native Nim types to strings, streams, sockets, or anything else
EAPI=8
HOMEPAGE=https://github.com/disruptek/frosty
INHERIT=edo nimble
IUSE=test
KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=3.0.0
SRC_URI=https://github.com/disruptek/frosty/archive/refs/tags/3.0.0.tar.gz -> frosty-3.0.0.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=acef07de9b6f22fb7f96ddfc8bb6ecae

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install test
DESCRIPTION=Macro library for Nim
EAPI=8
HOMEPAGE=https://github.com/disruptek/grok
INHERIT=nimble
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0.5.3
SRC_URI=https://github.com/disruptek/grok/archive/refs/tags/0.5.3.tar.gz -> grok-0.5.3.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=fded55fb8e237e1daaec4511e31c1448

View File

@@ -0,0 +1,13 @@
BDEPEND=dev-lang/nim
DEFINED_PHASES=compile configure install test
DESCRIPTION=A Nim build system
EAPI=8
HOMEPAGE=https://git.sysrq.in/nimbus/about/
INHERIT=nim-utils
KEYWORDS=~amd64
LICENSE=Apache-2.0 BSD
RDEPEND=dev-lang/nim
SLOT=0
SRC_URI=https://git.sysrq.in/nimbus/snapshot/nimbus-0.1.4.tar.gz
_eclasses_=multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de
_md5_=fcc93d86d91fee7a88dfcc65c17d0fd7

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install test
DESCRIPTION=a PEG library for Nim
EAPI=8
HOMEPAGE=https://github.com/zevv/npeg https://nimble.directory/pkg/npeg
INHERIT=nimble
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0.26.0
SRC_URI=https://github.com/zevv/npeg/archive/refs/tags/0.26.0.tar.gz -> npeg-0.26.0.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=608cce6f0786d222dfe67eaaefe39d06

View File

@@ -0,0 +1,12 @@
BDEPEND=>=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Useful synchronization primitives
EAPI=8
HOMEPAGE=https://github.com/planetis-m/sync https://nimble.directory/pkg/sync
INHERIT=nimble
KEYWORDS=~amd64
LICENSE=MIT
SLOT=1.5.0
SRC_URI=https://github.com/planetis-m/sync/archive/refs/tags/v1.5.0.tar.gz -> sync-1.5.0.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=aa36a06cff70ecd4dbe1d0d124388400

View File

@@ -0,0 +1,15 @@
BDEPEND=test? ( =dev-nim/npeg-0* dev-nim/balls ) >=dev-util/ninja-1.8.2 dev-lang/nim dev-nim/nimbus
DEFINED_PHASES=compile configure install test
DESCRIPTION=a package handler
EAPI=8
HOMEPAGE=https://github.com/disruptek/ups
INHERIT=edo nimble
IUSE=test
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND==dev-nim/npeg-0*
RESTRICT=!test? ( test )
SLOT=0.0.7
SRC_URI=https://github.com/disruptek/ups/archive/refs/tags/0.0.7.tar.gz -> ups-0.0.7.tar.gz
_eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e nim-utils d4a0beaefaf95385b8b6a467920596de ninja-utils 58ec4e54962bf45d065fb95030701514 nimble b9687d2236f61ea62ee815ba489a3353
_md5_=68f18e135fb0d50da6eeb81edcf624a1

View File

@@ -12,6 +12,6 @@ RDEPEND=app-arch/rpm dev-libs/elfutils sys-libs/binutils-libs clang? ( <sys-deve
REQUIRED_USE=clang? ( llvm )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://nickc.fedorapeople.org/annobin-10.68.tar.xz
SRC_URI=https://nickc.fedorapeople.org/annobin-10.76.tar.xz
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 libtool 241a8f577b9781a42a7421e53448a44e autotools 2fd69a56a527d12409ba43c733b7ac8f llvm 6f88d422e49b917bf254b2594f3d903c
_md5_=8dd9c7ab84b7d82aa839ce3bb1a4a201

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( python_single_target_python3_8 python_single_target_python3_9
SLOT=0
SRC_URI=https://automeris.io/downloads/WebPlotDigitizer-4.5-linux-x64.zip
_eclasses_=desktop 22952d8f27cac191d75529d4c38e6bfa multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs e9da88162e7a3c60376e80c2c2adcdfb multilib 4fbbbc98f236f1b43acd99476bc3cd85 python-utils-r1 648fe6a039e87233d7f48da72cadb76f python-single-r1 a5747fe6dc0651d95cb78eddd5e160a8 xdg-utils fffb53a53cf17c9c0c998a3c0a590c7e xdg 6024fbc93167fad782e2032933654857
_md5_=9dd14db9c77d551b37fc74ad5cc1d20b
_md5_=9eaef87abd0a45b4920706ca38567bea

View File

@@ -7,5 +7,5 @@ LICENSE=CDDL GPL-3
RDEPEND=virtual/jre:1.8
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/gephi/gephi/releases/download/v0.9.4/gephi-0.9.4-linux-x64.tar.gz
SRC_URI=https://github.com/gephi/gephi/releases/download/v0.9.6/gephi-0.9.6-linux-x64.tar.gz
_md5_=25935598c8d3ba3433920542f43acd36

View File

@@ -94,7 +94,7 @@ app-dicts/dictd-moby-thesaurus 1.0: Grady Ward's Moby Thesaurus; 35000 root word
app-dicts/dictd-mueller 3.1-r1: V. K. Mueller English-Russian Dictionary
app-dicts/dictd-web1913 0.5.0_p1: Webster's Revised Unabridged Dictionary (1913) for dict
app-doc/anarchism 15.3: An anarchist FAQ
app-doc/ford 6.1.10 6.1.11: FORD, automatic documentation generator for modern Fortran programs
app-doc/ford 6.1.10 6.1.11 6.1.12: FORD, automatic documentation generator for modern Fortran programs
app-doc/openbsd-manpages 6.9 7.0: OpenBSD manual pages
app-editors/amp 0.6.2: A complete text editor for your terminal.
app-editors/atom-bin 1.58.0-r1: A hackable text editor for the 21st Century
@@ -168,7 +168,7 @@ app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vocabsieve 0.8.1: A simple, effective tool for language learning
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/walld 1.3: A Wallpaper daemon
app-misc/watchexec 1.15.3 1.16.2 1.17.1 1.18.12 1.19.0 1.20.0 1.20.1: Executes commands in response to file modifications
app-misc/watchexec 1.15.3 1.16.2 1.17.1 1.18.12 1.19.0 1.20.0 1.20.1 1.20.2: Executes commands in response to file modifications
app-misc/wego 2.1: Wego is a weather client for the terminal
app-misc/xplr 0.15.2 0.17.0 0.17.1 0.17.2 0.17.6: A hackable, minimal, fast TUI file explorer
app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable.
@@ -309,21 +309,21 @@ dev-R/parsedate 1.3.0: Recognize and Parse Dates in Various Formats
dev-R/pillar 1.7.0: Coloured Formatting for Columns
dev-R/pkgbuild 1.3.1: Find Tools Needed to Build R Packages
dev-R/pkgconfig 2.0.3: Private Configuration for R Packages
dev-R/pkgload 1.2.4: Simulate Package Installation and Attach
dev-R/pkgload 1.3.0: Simulate Package Installation and Attach
dev-R/pkgsearch 3.1.0: Search and Query CRAN R Packages
dev-R/plogr 0.2.0: The plog C++ Logging Library
dev-R/png 0.1.7: Read and write PNG images
dev-R/praise 1.0.0: Praise Users
dev-R/prettyunits 1.1.1: Pretty, Human Readable Formatting of Quantities
dev-R/processx 3.6.0: Execute and Control System Processes
dev-R/ps 1.7.0: List, Query, Manipulate System Processes
dev-R/processx 3.6.1: Execute and Control System Processes
dev-R/ps 1.7.1: List, Query, Manipulate System Processes
dev-R/purrr 0.3.4: Functional Programming Tools
dev-R/rappdirs 0.3.3: Application Directories: Determine Where to Save Data, Caches, and Logs
dev-R/rematch 1.0.1: Match Regular Expressions with a Nicer API
dev-R/rematch2 2.1.2: Tidy Output from Regular Expression Matching
dev-R/reticulate 1.25: Interface to Python
dev-R/rex 1.2.1: Friendly Regular Expressions
dev-R/rlang 1.0.2: Functions for Base Types and Core R and Tidyverse Features
dev-R/rlang 1.0.3: Functions for Base Types and Core R and Tidyverse Features
dev-R/roxygen2 7.2.0: In-Line Documentation for R
dev-R/rprojroot 2.0.3: Finding Files in Project Subdirectories
dev-R/rstudioapi 0.13: Safely Access the RStudio API
@@ -362,7 +362,7 @@ dev-cpp/libcutl 1.11.0_beta9: C++ utility library
dev-cpp/libstudxml 1.1.0_beta10: Streaming XML pull parser/serializer for modern C++
dev-cpp/mastodonpp 0.5.7 9999: C++ wrapper for the Mastodon and Pleroma APIs.
dev-cpp/muParserX 4.0.11: Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more
dev-cpp/parallel-hashmap 1.33 1.34-r1: Family of header-only, fast and memory-friendly hashmap and btree containers
dev-cpp/parallel-hashmap 1.34-r1 1.35: Family of header-only, fast and memory-friendly hashmap and btree containers
dev-cpp/pcg-cpp 0.98.1_p20210406-r1: Family of better random number generators
dev-cpp/plog 1.1.5_p20200501 1.1.6-r1: Portable, simple and extensible C++ logging library
dev-cpp/qt-jdenticon 0.2.1 0.3.0: Qt5 / C++14 Port of Jdenticon
@@ -400,7 +400,7 @@ dev-java/gradle-build-operations 6.8.2: Build automation tool for JVM Languages,
dev-java/gradle-hashing 6.8.2: Build automation tool for JVM Languages, C(++), etc.
dev-java/jargs 1.0: Command-line argument parsing library in Java
dev-java/jcommon 1.0.24: A collection of useful classes used by JFreeChart, JFreeReport and others
dev-java/jcuber 4.7: Java reader library
dev-java/jcuber 4.7-r1: Java reader library
dev-java/jfreechart 1.0.19-r1: JFreeChart is a free Java class library for generating charts
dev-java/jfreesvg 3.4.3: JFreeSVG is a fast, light-weight, vector graphics library for the Java platform
dev-java/jgraph 5.12.4.2: Open-source graph component for Java
@@ -570,7 +570,7 @@ dev-ml/vchan 6.0.1: Pure OCaml implementation of the vchan shared-memory communi
dev-ml/vhd 0.12.2: Read and write .vhd-format format data
dev-ml/x509 0.13.0 0.16.0: Public Key Infrastructure purely in OCaml
dev-ml/xapi-backtrace 0.7: Helper functions to preserve and transport exception backtraces
dev-ml/xapi-stdext 4.18.0: Citrix's (deprecated) extensions to the ocaml standard library
dev-ml/xapi-stdext 4.18.0 4.19.0: Citrix's (deprecated) extensions to the ocaml standard library
dev-ml/xapi-test-utils 1.4.0: An OCaml package with modules for easy unit testing
dev-ml/xcp-inventory 1.2.2: The XCP inventory library
dev-ml/xcp-rrd 1.8.0: RRD library for use with xapi
@@ -579,6 +579,13 @@ dev-ml/xen-gnt 4.0.0 4.0.1: OCaml bindings to the Xen grant tables libraries
dev-ml/xenstore 2.1.1: A Xenstore protocol implementation in pure OCaml
dev-ml/xenstore-clients 1.1.0 1.3.0: Unix client tools for accessing xenstore
dev-ml/xmlm 1.4.0: Ocaml XML manipulation module
dev-nim/balls 3.7.0: A unittest macro to save the world, or at least your Sunday
dev-nim/frosty 3.0.0: Serialize native Nim types to strings, streams, sockets, or anything else
dev-nim/grok 0.5.3: Macro library for Nim
dev-nim/nimbus 0.1.4: A Nim build system
dev-nim/npeg 0.26.0: a PEG library for Nim
dev-nim/sync 1.5.0: Useful synchronization primitives
dev-nim/ups 0.0.7: a package handler
dev-octave/control 3.4.0: Computer-Aided Control System Design
dev-octave/dataframe 1.2.0: Data manipulation toolbox similar to R data.frame
dev-octave/fuzzy-logic-toolkit 0.4.6: A mostly MATLAB-compatible fuzzy logic toolkit for Octave
@@ -971,7 +978,7 @@ dev-ruby/rspec-wait 0.0.9: enables time-resilient expectations in your RSpec tes
dev-ruby/ruby-install 0.8.3-r2: Installs Ruby, JRuby, Rubinius, TruffleRuby (native / GraalVM), or mruby.
dev-util/FoBiS 3.0.5: FoBiS.py, a Fortran Building System for poor men
dev-util/afdko 3.8.1: Adobe Font Development Kit for OpenType
dev-util/annobin 10.68 10.73: Binary annotation compiler plugin and tools
dev-util/annobin 10.73 10.76: Binary annotation compiler plugin and tools
dev-util/babeltrace2 2.0.4: A command-line tool and library to read and convert trace files
dev-util/bats-assert 2.0.0: Common assertions for Bats
dev-util/bats-support 0.3.0: Supporting library for Bats test helpers
@@ -1167,7 +1174,7 @@ media-gfx/dustr 9999: light and interactive tool your crops need
media-gfx/fontbakery 0.7.38: Font quality assurance tool
media-gfx/fontdiff 0.2.3: A tool for finding visual differences between two font versions
media-gfx/fontpreview 1.0.6: Highly customizable and minimal font previewer written in bash
media-gfx/gephi-bin 0.9.4 0.9.5: The Open Graph Viz Platform
media-gfx/gephi-bin 0.9.5 0.9.6: The Open Graph Viz Platform
media-gfx/grafx2 2.7.2978 2.7.2978-r100: A pixelart-oriented painting program
media-gfx/memethesis-cli 3.2.1 9999: Create memes from the terminal
media-gfx/nsxiv 29 30 9999: Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer

View File

@@ -1 +1 @@
Wed, 29 Jun 2022 14:32:31 +0000
Wed, 29 Jun 2022 15:46:27 +0000