diff --git a/metadata/md5-cache/dev-libs/feedbackd-0.1.0-r1 b/metadata/md5-cache/dev-libs/feedbackd-0.1.0-r2 similarity index 80% rename from metadata/md5-cache/dev-libs/feedbackd-0.1.0-r1 rename to metadata/md5-cache/dev-libs/feedbackd-0.1.0-r2 index 1d9ed9a3f4..21c57098ab 100644 --- a/metadata/md5-cache/dev-libs/feedbackd-0.1.0-r1 +++ b/metadata/md5-cache/dev-libs/feedbackd-0.1.0-r2 @@ -1,6 +1,6 @@ BDEPEND=dev-util/gdbus-codegen gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) vala? ( || ( dev-lang/vala:0.56[vapigen(+)] ) ) >=dev-util/meson-0.62.2 >=dev-util/ninja-1.8.2 dev-util/meson-format-array DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/glib:2 introspection? ( dev-libs/gobject-introspection ) +DEPEND=dev-libs/glib:2 daemon? ( dev-libs/json-glib ) introspection? ( dev-libs/gobject-introspection ) DESCRIPTION=A daemon to provide haptic feedback on events EAPI=8 HOMEPAGE=https://source.puri.sm/Librem5/feedbackd @@ -8,10 +8,10 @@ INHERIT=vala meson IUSE=+daemon gtk-doc +introspection man test +vala KEYWORDS=~amd64 ~arm ~arm64 ~x86 LICENSE=LGPL-3 -RDEPEND=dev-libs/glib:2 introspection? ( dev-libs/gobject-introspection ) dev-libs/feedbackd-device-themes +RDEPEND=dev-libs/glib:2 daemon? ( dev-libs/json-glib ) introspection? ( dev-libs/gobject-introspection ) dev-libs/feedbackd-device-themes REQUIRED_USE=vala? ( introspection ) RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://source.puri.sm/Librem5/feedbackd/-/archive/v0.1.0/feedbackd-v0.1.0.tar.bz2 https://gitlab.gnome.org/guidog/gmobile/-/archive/d483537aee4778b114ce5d50c4c8a9f8d58337ed.tar.bz2 -> gmobile-d483537aee4778b114ce5d50c4c8a9f8d58337ed.tar.bz2 _eclasses_=vala 2633382950a3a9ce912c9258150d5db8 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 meson cd2865332c8d99e1da0655523ff4a28f -_md5_=49038d749e8e6c5989a8b066247ed933 +_md5_=a25c41c06f17526e2dbbe84df17ead32 diff --git a/metadata/md5-cache/dev-nim/karax-1.2.1_p20220621 b/metadata/md5-cache/dev-nim/karax-1.3.0 similarity index 67% rename from metadata/md5-cache/dev-nim/karax-1.2.1_p20220621 rename to metadata/md5-cache/dev-nim/karax-1.3.0 index 492a972ef5..72bda1b7fc 100644 --- a/metadata/md5-cache/dev-nim/karax-1.2.1_p20220621 +++ b/metadata/md5-cache/dev-nim/karax-1.3.0 @@ -1,14 +1,15 @@ -BDEPEND=>=dev-util/ninja-1.8.2 dev-lang/nim[experimental(-)] >=dev-nim/nimbus-1.0.0 +BDEPEND=test? ( dev-nim/dotenv dev-nim/ws net-libs/nodejs ) >=dev-util/ninja-1.8.2 dev-lang/nim[experimental(-)] >=dev-nim/nimbus-1.0.0 DEFINED_PHASES=compile configure install test DESCRIPTION=a framework for developing single page applications in Nim EAPI=8 HOMEPAGE=https://github.com/karaxnim/karax https://nimble.directory/pkg/karax INHERIT=nimble +IUSE=test KEYWORDS=~amd64 LICENSE=MIT RDEPEND=dev-nim/dotenv dev-nim/ws -RESTRICT=test +RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/karaxnim/karax/archive/11e56317633f3e9dc03b3b61250c587e2775c9fd.tar.gz -> karax-1.2.1_p20220621.tar.gz +SRC_URI=https://github.com/karaxnim/karax/archive/refs/tags/1.3.0.tar.gz -> karax-1.3.0.tar.gz _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 xdg-utils ac0e315a3688929e34ac75b139e7349a nim-utils 6548190660274fddf428c46e69463e89 ninja-utils 38c85b725d0467e51954ea921b6c104b nimble dd6f01540df75eab2cc6b9de796953fd -_md5_=c6e4ef5f458005841c0aab61b6a9d76f +_md5_=3445845906b4793b3dfc91e791ebec67 diff --git a/metadata/md5-cache/dev-python/dateparser-1.1.6 b/metadata/md5-cache/dev-python/dateparser-1.1.8 similarity index 92% rename from metadata/md5-cache/dev-python/dateparser-1.1.6 rename to metadata/md5-cache/dev-python/dateparser-1.1.8 index 313022f5b1..c0658c6135 100644 --- a/metadata/md5-cache/dev-python/dateparser-1.1.6 +++ b/metadata/md5-cache/dev-python/dateparser-1.1.8 @@ -2,8 +2,8 @@ BDEPEND=test? ( dev-libs/fastText[python,python_targets_python3_9(-)?,python_tar DEFINED_PHASES=compile configure install postinst prepare test DESCRIPTION=Date parsing library designed to parse dates from HTML pages EAPI=8 -HOMEPAGE=https://github.com/scrapinghub/dateparser -INHERIT=distutils-r1 optfeature +HOMEPAGE=https://pypi.org/project/dateparser/ https://github.com/scrapinghub/dateparser +INHERIT=distutils-r1 optfeature pypi IUSE=test doc python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 KEYWORDS=~amd64 LICENSE=BSD-4 @@ -11,6 +11,6 @@ RDEPEND=dev-python/python-dateutil[python_targets_python3_9(-)?,python_targets_p REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=mirror://pypi/d/dateparser/dateparser-1.1.6.tar.gz -_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 -_md5_=603c760aecfd6b2812cdbdabbcf4fcd0 +SRC_URI=https://files.pythonhosted.org/packages/source/d/dateparser/dateparser-1.1.8.tar.gz +_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib 5ca4e49abed8e3a2f7b56920eadee157 toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ad4c1e4ec8737eb363aacd638f6a513b optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi d083c45ce254373ad68562a43f4b9035 +_md5_=9572b5055370cfa5eccd73d4f3adaf96 diff --git a/metadata/md5-cache/dev-util/wxformbuilder-3.10.1-r1 b/metadata/md5-cache/dev-util/wxformbuilder-3.10.1-r1 new file mode 100644 index 0000000000..1e9598c1ef --- /dev/null +++ b/metadata/md5-cache/dev-util/wxformbuilder-3.10.1-r1 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=x11-libs/wxGTK:3.2-gtk3[X] +DESCRIPTION=A wxWidgets GUI Builder +EAPI=8 +HOMEPAGE=https://github.com/wxFormBuilder/wxFormBuilder +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cmake wxwidgets xdg +KEYWORDS=~amd64 ~arm64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=x11-libs/wxGTK:3.2-gtk3[X] +SLOT=0 +SRC_URI=https://github.com/wxFormBuilder/wxFormBuilder/archive/1fa5400695f68ee22718f4a4a28b2fb63f275145.tar.gz -> wxformbuilder-1fa5400695f68ee22718f4a4a28b2fb63f275145.tar.gz https://github.com/wxFormBuilder/ticpp/archive/6f45ec628cbf34784bb3b3132c0d00aac8e491c6.tar.gz -> wxformbuilder-ticpp-6f45ec628cbf34784bb3b3132c0d00aac8e491c6.tar.gz +_eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 2e47edc2986d4e1c0363867058cd4489 wxwidgets 9a707a3f9f1ea7aa703b1e46552291e5 xdg 4a14c5c24f121e7da66e5aab4a168c6e +_md5_=81cdd5ba57d7f531098568b447061430 diff --git a/metadata/md5-cache/dev-util/xmake-2.7.7 b/metadata/md5-cache/dev-util/xmake-2.7.1 similarity index 95% rename from metadata/md5-cache/dev-util/xmake-2.7.7 rename to metadata/md5-cache/dev-util/xmake-2.7.1 index 7c0b034091..63720d28f4 100644 --- a/metadata/md5-cache/dev-util/xmake-2.7.7 +++ b/metadata/md5-cache/dev-util/xmake-2.7.1 @@ -10,6 +10,6 @@ LICENSE=Apache-2.0 RDEPEND=sys-libs/ncurses:= sys-libs/readline:= virtual/pkgconfig RESTRICT=test SLOT=0 -SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.7.7/xmake-v2.7.7.tar.gz +SRC_URI=https://github.com/xmake-io/xmake/releases/download/v2.7.1/xmake-v2.7.1.tar.gz _eclasses_=optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 _md5_=2ab7f08e94267c3537ab475f0c051244 diff --git a/metadata/md5-cache/games-util/xivlauncher-1.0.3 b/metadata/md5-cache/games-util/xivlauncher-1.0.3-r1 similarity index 99% rename from metadata/md5-cache/games-util/xivlauncher-1.0.3 rename to metadata/md5-cache/games-util/xivlauncher-1.0.3-r1 index e0e0314c21..298199b997 100644 --- a/metadata/md5-cache/games-util/xivlauncher-1.0.3 +++ b/metadata/md5-cache/games-util/xivlauncher-1.0.3-r1 @@ -8,10 +8,10 @@ INHERIT=dotnet-utils desktop xdg IUSE=+aria2 act dx9 +libsecret abi_x86_32 KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=aria2? ( net-misc/aria2 ) libsecret? ( app-crypt/libsecret ) media-libs/libsdl2[abi_x86_32?] sys-apps/attr[abi_x86_32?] media-libs/fontconfig[abi_x86_32?] media-libs/lcms[abi_x86_32?] dev-libs/libxml2[abi_x86_32?] x11-libs/libXcursor[abi_x86_32?] x11-libs/libXrandr[abi_x86_32?] x11-libs/libXdamage[abi_x86_32?] x11-libs/libXi[abi_x86_32?] sys-devel/gettext[abi_x86_32?] media-libs/freetype:2[abi_x86_32?] media-libs/glu[abi_x86_32?] x11-libs/libSM[abi_x86_32?] app-emulation/faudio[abi_x86_32?] +RDEPEND=aria2? ( net-misc/aria2 ) libsecret? ( app-crypt/libsecret ) media-libs/libsdl2[abi_x86_32?] sys-apps/attr[abi_x86_32?] media-libs/fontconfig[abi_x86_32?] media-libs/lcms[abi_x86_32?] dev-libs/libxml2[abi_x86_32?] x11-libs/libXcursor[abi_x86_32?] x11-libs/libXrandr[abi_x86_32?] x11-libs/libXdamage[abi_x86_32?] x11-libs/libXi[abi_x86_32?] sys-devel/gettext[abi_x86_32?] media-libs/freetype:2[abi_x86_32?] media-libs/glu[abi_x86_32?] x11-libs/libSM[abi_x86_32?] REQUIRED_USE=act? ( abi_x86_32 ) dx9? ( abi_x86_32 ) RESTRICT=strip SLOT=0 SRC_URI=https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/1.0.3.tar.gz -> xivlauncher-1.0.3.tar.gz https://github.com/goatcorp/FFXIVQuickLauncher/archive/77115d3f7d920179ce83f0708ec97ba2450ce795.tar.gz -> FFXIVQuickLauncher-77115d3f7d920179ce83f0708ec97ba2450ce795.tar.gz https://api.nuget.org/v3-flatcontainer/castle.core/4.4.1/castle.core.4.4.1.nupkg https://api.nuget.org/v3-flatcontainer/cheaploc/1.1.6/cheaploc.1.1.6.nupkg https://api.nuget.org/v3-flatcontainer/commandlineparser/2.9.1/commandlineparser.2.9.1.nupkg https://api.nuget.org/v3-flatcontainer/config.net/4.19.0/config.net.4.19.0.nupkg https://api.nuget.org/v3-flatcontainer/downloader/2.2.8/downloader.2.2.8.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.nativelibraryloader/4.9.0-beta1-g70f642e82e/goaaats.nativelibraryloader.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.steamworks/2.3.4/goaaats.steamworks.2.3.4.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid/4.9.0-beta1-g70f642e82e/goaaats.veldrid.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid.imagesharp/4.9.0-beta1-g70f642e82e/goaaats.veldrid.imagesharp.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid.metalbindings/4.9.0-beta1-g70f642e82e/goaaats.veldrid.metalbindings.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid.openglbindings/4.9.0-beta1-g70f642e82e/goaaats.veldrid.openglbindings.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid.sdl2/4.9.0-beta1-g70f642e82e/goaaats.veldrid.sdl2.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/goaaats.veldrid.startuputilities/4.9.0-beta1-g70f642e82e/goaaats.veldrid.startuputilities.4.9.0-beta1-g70f642e82e.nupkg https://api.nuget.org/v3-flatcontainer/imgui.net/1.87.2/imgui.net.1.87.2.nupkg https://api.nuget.org/v3-flatcontainer/keysharp/1.0.5/keysharp.1.0.5.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app.runtime.linux-x64/6.0.10/microsoft.aspnetcore.app.runtime.linux-x64.6.0.10.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app.runtime.linux-x64/6.0.12/microsoft.aspnetcore.app.runtime.linux-x64.6.0.12.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.bcl.asyncinterfaces/6.0.0/microsoft.bcl.asyncinterfaces.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.analyzers/3.3.3/microsoft.codeanalysis.analyzers.3.3.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.bannedapianalyzers/3.3.3/microsoft.codeanalysis.bannedapianalyzers.3.3.3.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.common/4.0.1/microsoft.codeanalysis.common.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.csharp/4.0.1/microsoft.codeanalysis.csharp.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.netanalyzers/6.0.0/microsoft.codeanalysis.netanalyzers.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.runtime.linux-x64/6.0.10/microsoft.netcore.app.runtime.linux-x64.6.0.10.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.runtime.linux-x64/6.0.12/microsoft.netcore.app.runtime.linux-x64.6.0.12.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.netcore.targets/1.1.0/microsoft.netcore.targets.1.1.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.primitives/4.3.0/microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/6.0.0-preview.5.21301.5/microsoft.win32.registry.6.0.0-preview.5.21301.5.nupkg https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/mono.cecil/0.9.6.1/mono.cecil.0.9.6.1.nupkg https://api.nuget.org/v3-flatcontainer/mono.nat/3.0.1/mono.nat.3.0.1.nupkg https://api.nuget.org/v3-flatcontainer/monotorrent/2.0.0/monotorrent.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/1.6.1/netstandard.library.1.6.1.nupkg https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg https://api.nuget.org/v3-flatcontainer/reusabletasks/2.0.0/reusabletasks.2.0.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.collections/4.3.0/runtime.any.system.collections.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tools/4.3.0/runtime.any.system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.diagnostics.tracing/4.3.0/runtime.any.system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization/4.3.0/runtime.any.system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.globalization.calendars/4.3.0/runtime.any.system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.io/4.3.0/runtime.any.system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection/4.3.0/runtime.any.system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.extensions/4.3.0/runtime.any.system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.reflection.primitives/4.3.0/runtime.any.system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.resources.resourcemanager/4.3.0/runtime.any.system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime/4.3.0/runtime.any.system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.handles/4.3.0/runtime.any.system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.runtime.interopservices/4.3.0/runtime.any.system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding/4.3.0/runtime.any.system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.text.encoding.extensions/4.3.0/runtime.any.system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.tasks/4.3.0/runtime.any.system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.any.system.threading.timer/4.3.0/runtime.any.system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system/4.3.0/runtime.native.system.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.compression/4.3.0/runtime.native.system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.net.http/4.3.0/runtime.native.system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.apple/4.3.0/runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.native.system.security.cryptography.openssl/4.3.0/runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0/runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.microsoft.win32.primitives/4.3.0/runtime.unix.microsoft.win32.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.console/4.3.0/runtime.unix.system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.diagnostics.debug/4.3.0/runtime.unix.system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.io.filesystem/4.3.0/runtime.unix.system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.primitives/4.3.0/runtime.unix.system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.net.sockets/4.3.0/runtime.unix.system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.private.uri/4.3.0/runtime.unix.system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/runtime.unix.system.runtime.extensions/4.3.0/runtime.unix.system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog/2.12.0/serilog.2.12.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.enrichers.thread/3.1.0/serilog.enrichers.thread.3.1.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.async/1.5.0/serilog.sinks.async.1.5.0.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.0.1/serilog.sinks.console.4.0.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.debug/1.0.1/serilog.sinks.debug.1.0.1.nupkg https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/sharedmemory/2.3.2/sharedmemory.2.3.2.nupkg https://api.nuget.org/v3-flatcontainer/sharpgen.runtime/2.0.0-beta.10/sharpgen.runtime.2.0.0-beta.10.nupkg https://api.nuget.org/v3-flatcontainer/sharpgen.runtime.com/2.0.0-beta.10/sharpgen.runtime.com.2.0.0-beta.10.nupkg https://api.nuget.org/v3-flatcontainer/sixlabors.imagesharp/1.0.4/sixlabors.imagesharp.1.0.4.nupkg https://api.nuget.org/v3-flatcontainer/system.appcontext/4.3.0/system.appcontext.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.3.0/system.buffers.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.4.0/system.buffers.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.buffers/4.5.1/system.buffers.4.5.1.nupkg https://api.nuget.org/v3-flatcontainer/system.collections/4.3.0/system.collections.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.concurrent/4.3.0/system.collections.concurrent.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.immutable/5.0.0/system.collections.immutable.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.nongeneric/4.3.0/system.collections.nongeneric.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.collections.specialized/4.3.0/system.collections.specialized.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel/4.3.0/system.componentmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel.primitives/4.3.0/system.componentmodel.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.componentmodel.typeconverter/4.3.0/system.componentmodel.typeconverter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.console/4.3.0/system.console.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.debug/4.3.0/system.diagnostics.debug.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.diagnosticsource/4.3.0/system.diagnostics.diagnosticsource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tools/4.3.0/system.diagnostics.tools.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracesource/4.3.0/system.diagnostics.tracesource.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.diagnostics.tracing/4.3.0/system.diagnostics.tracing.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.dynamic.runtime/4.3.0/system.dynamic.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization/4.3.0/system.globalization.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.calendars/4.3.0/system.globalization.calendars.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.globalization.extensions/4.3.0/system.globalization.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io/4.3.0/system.io.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression/4.3.0/system.io.compression.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.compression.zipfile/4.3.0/system.io.compression.zipfile.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem/4.3.0/system.io.filesystem.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.io.filesystem.primitives/4.3.0/system.io.filesystem.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq/4.3.0/system.linq.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.linq.expressions/4.3.0/system.linq.expressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.memory/4.5.4/system.memory.4.5.4.nupkg https://api.nuget.org/v3-flatcontainer/system.net.http/4.3.0/system.net.http.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.nameresolution/4.3.0/system.net.nameresolution.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.primitives/4.3.0/system.net.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.net.sockets/4.3.0/system.net.sockets.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.4.0/system.numerics.vectors.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/system.objectmodel/4.3.0/system.objectmodel.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.private.uri/4.3.0/system.private.uri.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection/4.3.0/system.reflection.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit/4.3.0/system.reflection.emit.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.3.0/system.reflection.emit.ilgeneration.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.7.0/system.reflection.emit.ilgeneration.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.3.0/system.reflection.emit.lightweight.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.emit.lightweight/4.7.0/system.reflection.emit.lightweight.4.7.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.extensions/4.3.0/system.reflection.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.metadata/5.0.0/system.reflection.metadata.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.primitives/4.3.0/system.reflection.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.reflection.typeextensions/4.3.0/system.reflection.typeextensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.resources.resourcemanager/4.3.0/system.resources.resourcemanager.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime/4.3.0/system.runtime.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.4.0/system.runtime.compilerservices.unsafe.4.4.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.0/system.runtime.compilerservices.unsafe.4.5.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/4.5.3/system.runtime.compilerservices.unsafe.4.5.3.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/5.0.0/system.runtime.compilerservices.unsafe.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.extensions/4.3.0/system.runtime.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.handles/4.3.0/system.runtime.handles.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices/4.3.0/system.runtime.interopservices.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.runtimeinformation/4.3.0/system.runtime.interopservices.runtimeinformation.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.runtime.numerics/4.3.0/system.runtime.numerics.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/6.0.0-preview.5.21301.5/system.security.accesscontrol.6.0.0-preview.5.21301.5.nupkg https://api.nuget.org/v3-flatcontainer/system.security.claims/4.3.0/system.security.claims.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.algorithms/4.3.0/system.security.cryptography.algorithms.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/4.3.0/system.security.cryptography.cng.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.csp/4.3.0/system.security.cryptography.csp.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.encoding/4.3.0/system.security.cryptography.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.openssl/4.3.0/system.security.cryptography.openssl.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.primitives/4.3.0/system.security.cryptography.primitives.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.cryptography.x509certificates/4.3.0/system.security.cryptography.x509certificates.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal/4.3.0/system.security.principal.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/4.3.0/system.security.principal.windows.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/6.0.0-preview.5.21301.5/system.security.principal.windows.6.0.0-preview.5.21301.5.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding/4.3.0/system.text.encoding.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/4.5.1/system.text.encoding.codepages.4.5.1.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encoding.extensions/4.3.0/system.text.encoding.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.encodings.web/6.0.0/system.text.encodings.web.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.text.json/6.0.6/system.text.json.6.0.6.nupkg https://api.nuget.org/v3-flatcontainer/system.text.regularexpressions/4.3.0/system.text.regularexpressions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading/4.3.0/system.threading.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks/4.3.0/system.threading.tasks.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.3.0/system.threading.tasks.extensions.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.tasks.extensions/4.5.4/system.threading.tasks.extensions.4.5.4.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.threadpool/4.3.0/system.threading.threadpool.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.threading.timer/4.3.0/system.threading.timer.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.readerwriter/4.3.0/system.xml.readerwriter.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xdocument/4.3.0/system.xml.xdocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/system.xml.xmldocument/4.3.0/system.xml.xmldocument.4.3.0.nupkg https://api.nuget.org/v3-flatcontainer/vk/1.0.25/vk.1.0.25.nupkg https://api.nuget.org/v3-flatcontainer/vortice.d3dcompiler/2.1.0/vortice.d3dcompiler.2.1.0.nupkg https://api.nuget.org/v3-flatcontainer/vortice.direct3d11/2.1.0/vortice.direct3d11.2.1.0.nupkg https://api.nuget.org/v3-flatcontainer/vortice.directx/2.1.0/vortice.directx.2.1.0.nupkg https://api.nuget.org/v3-flatcontainer/vortice.dxgi/2.1.0/vortice.dxgi.2.1.0.nupkg https://api.nuget.org/v3-flatcontainer/vortice.mathematics/1.3.24/vortice.mathematics.1.3.24.nupkg _eclasses_=edo c0eb9cbe6b0bd01fcb4918f12598a4d3 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 dotnet-utils b239ed33cdbc0c3c8ba19f2de7e6e48d desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils ac0e315a3688929e34ac75b139e7349a xdg 4a14c5c24f121e7da66e5aab4a168c6e -_md5_=03580ab96f1b47822cedad867ddab962 +_md5_=b9c6405696db36085636367c8aabc1df diff --git a/metadata/md5-cache/net-client/lagrange-1.15.4 b/metadata/md5-cache/net-client/lagrange-1.15.6 similarity index 93% rename from metadata/md5-cache/net-client/lagrange-1.15.4 rename to metadata/md5-cache/net-client/lagrange-1.15.6 index 910d4d6ce1..b661ba7b98 100644 --- a/metadata/md5-cache/net-client/lagrange-1.15.4 +++ b/metadata/md5-cache/net-client/lagrange-1.15.6 @@ -11,6 +11,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=|| ( MIT Unlicense ) Apache-2.0 BSD-2 CC-BY-SA-4.0 OFL-1.1 RDEPEND=>=dev-libs/tfdn-1.4.0:=[ssl] X? ( x11-libs/libX11 ) fribidi? ( dev-libs/fribidi ) ncurses? ( >=dev-libs/sealcurses-2.0.18_pre20230206:= ) !ncurses? ( harfbuzz? ( media-libs/harfbuzz:=[truetype(+)] ) media-libs/libsdl2[X?,sound(+),video(+)] ) mp3? ( media-sound/mpg123 ) webp? ( media-libs/libwebp:= ) SLOT=0 -SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.4/lagrange-1.15.4.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.4/lagrange-1.15.4.tar.gz.sig ) +SRC_URI=https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.6/lagrange-1.15.6.tar.gz verify-sig? ( https://git.skyjake.fi/gemini/lagrange/releases/download/v1.15.6/lagrange-1.15.6.tar.gz.sig ) _eclasses_=toolchain-funcs 6001248ef162a5fa2a21ce132a212f6b multilib 5ca4e49abed8e3a2f7b56920eadee157 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 38c85b725d0467e51954ea921b6c104b xdg-utils ac0e315a3688929e34ac75b139e7349a cmake 2e47edc2986d4e1c0363867058cd4489 verify-sig fef00f802a62a8d9e66affc69e141df0 xdg 4a14c5c24f121e7da66e5aab4a168c6e _md5_=bdc178a1faba02dbcbbf324f4c72b390 diff --git a/metadata/md5-cache/sci-electronics/bluespec-2023.01 b/metadata/md5-cache/sci-electronics/bluespec-2023.01 new file mode 100644 index 0000000000..6172e1ed9f --- /dev/null +++ b/metadata/md5-cache/sci-electronics/bluespec-2023.01 @@ -0,0 +1,14 @@ +BDEPEND=dev-haskell/cabal:0= dev-lang/ghc:0= dev-lang/perl dev-util/gperf doc? ( dev-ruby/asciidoctor dev-ruby/asciidoctor-pdf dev-texlive/texlive-bibtexextra dev-texlive/texlive-fontsextra dev-texlive/texlive-fontutils dev-texlive/texlive-latex dev-texlive/texlive-latexextra dev-texlive/texlive-latexrecommended dev-texlive/texlive-plaingeneric ) sys-apps/coreutils sys-devel/autoconf sys-devel/bison sys-devel/flex virtual/pkgconfig +DEFINED_PHASES=compile install postinst postrm prepare test +DEPEND=app-eselect/eselect-bluespec app-shells/tcsh dev-haskell/old-time:0= dev-haskell/regex-compat:0= dev-haskell/split:0= dev-haskell/syb:0= dev-lang/tcl test? ( dev-util/dejagnu sci-electronics/iverilog sci-electronics/systemc sys-process/time ) +DESCRIPTION=Toolchain for the Bluespec Hardware Definition Language +EAPI=8 +HOMEPAGE=https://github.com/B-Lang-org/bsc +IUSE=doc test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD GPL-3+ MIT +RDEPEND=app-eselect/eselect-bluespec app-shells/tcsh dev-haskell/old-time:0= dev-haskell/regex-compat:0= dev-haskell/split:0= dev-haskell/syb:0= dev-lang/tcl +RESTRICT=!test? ( test ) +SLOT=2023.01 +SRC_URI=https://github.com/B-Lang-org/bsc/archive/refs/tags/2023.01.tar.gz -> bluespec-2023.01.tar.gz https://github.com/SRI-CSL/yices2/archive/refs/tags/Yices-2.6.4.tar.gz -> yices-2.6.4.tar.gz +_md5_=6f19ee8d6b613d1b1e116844ae623dab diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 0600d2c06f..3bc2e5128e 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -590,7 +590,7 @@ dev-libs/dill 2.4.1: Provides instruction-level code generation directly into me dev-libs/dmd_core 0.6.2: Core logic for an AT&T / Teletype DMD 5620 terminal emulator dev-libs/dyninst 11.0.1-r1 12.1.0: Tools for binary instrumentation, analysis, and modification dev-libs/fastText 0.9.2: Library for fast text representation and classification -dev-libs/feedbackd 0.1.0-r1: A daemon to provide haptic feedback on events +dev-libs/feedbackd 0.1.0-r2: A daemon to provide haptic feedback on events dev-libs/feedbackd-device-themes 0.0.20220523 0.1.0: A daemon to provide haptic feedback on events (themes package) dev-libs/ffs 1.6.0_p20220525: FFS is a middleware library for data communication dev-libs/fortran-stdlib 0.2.1-r1 9999: A community driven standard library for (modern) Fortran @@ -747,7 +747,7 @@ dev-nim/httpbeast 0.4.1: A super-fast epoll-backed and parallel HTTP server dev-nim/inim 0.6.1: Interactive Nim Shell / REPL / Playground dev-nim/jester 0.5.0: A sinatra-like web framework for Nim dev-nim/jsony 1.1.3_p20220114 1.1.5: A loose direct to object json parser with hooks -dev-nim/karax 1.2.1_p20220621 1.2.3: a framework for developing single page applications in Nim +dev-nim/karax 1.2.3 1.3.0: a framework for developing single page applications in Nim dev-nim/markdown 0.8.5 0.8.7-r1: A Markdown Parser in Nim World dev-nim/nake 1.9.4: make-like for Nim. Describe your builds as tasks! dev-nim/nimbus 1.0.0: A Nim build system @@ -861,7 +861,7 @@ dev-python/daiquiri 3.0.1: Python library to easily setup basic logging function dev-python/darkdetect 0.8.0: Detect OS dark mode from Python dev-python/dasbus 1.7: DBus library in Python 3 dev-python/dataclasses_json 0.5.7: Easily serialize Data Classes to and from JSON -dev-python/dateparser 1.1.6 1.1.7: Date parsing library designed to parse dates from HTML pages +dev-python/dateparser 1.1.7 1.1.8: Date parsing library designed to parse dates from HTML pages dev-python/decopatch 1.4.9 1.4.10: Create decorators easily in python dev-python/desktop-notifier 3.4.3: desktop-notifier is a Python library for cross-platform desktop notifications dev-python/devtools 0.10.0-r1: Dev tools for python @@ -1243,7 +1243,8 @@ dev-util/typescript-language-server 3.2.0 3.3.0: TypeScript & JavaScript Languag dev-util/vala-language-server 0.48.4: Code Intelligence for Vala & Genie dev-util/vscode-langservers-extracted 4.5.0 4.6.0: HTML/CSS/JSON/ESLint/Markdown language servers extracted from vscode. dev-util/wakatime-cli 1.27.0 1.28.6: Command line interface to WakaTime used by all WakaTime plugins -dev-util/xmake 2.7.7 9999: A cross-platform build utility based on Lua +dev-util/wxformbuilder 3.10.1-r1: A wxWidgets GUI Builder +dev-util/xmake 2.7.1 9999: A cross-platform build utility based on Lua dev-util/xxd 8.2.4092: Hexdump utility from vim dev-util/yaml-language-server 1.11.0 1.12.0: Language Server for YAML Files dev-vcs/bit 1.1.1 1.1.2: Bit is a modern Git CLI @@ -1319,7 +1320,7 @@ games-util/minigalaxy 1.0.2 1.1.0: A simple GOG client for Linux games-util/roll 2.6.1: Program to roll dices specified in a simple and intuitive way games-util/samrewritten 9999 202008: Steam Achievement Manager For Linux games-util/steamtinkerlaunch 12.0: Wrapper script for Steam custom launch options -games-util/xivlauncher 1.0.3: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite) +games-util/xivlauncher 1.0.3-r1: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite) gnome-extra/extension-manager 0.4.0 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions gnome-extra/iio-sensor-proxy 3.3: IIO sensors to D-Bus proxy gnome-extra/junction 1.6-r1: Application/browser chooser @@ -1538,7 +1539,7 @@ net-analyzer/munin-plugins-mendix 23_p20210510: This package provides various pl net-client/amfora 1.8.0 1.9.2: A fancy terminal browser for the Gemini protocol. net-client/castor 0.8.18 0.9.0: A graphical browser for plain-text protocols net-client/kristall 0.3-r2 0.4: Visual cross-platform gemini browser -net-client/lagrange 1.15.4 1.15.5: Desktop GUI client for browsing Geminispace +net-client/lagrange 1.15.5 1.15.6: Desktop GUI client for browsing Geminispace net-client/offpunk 1.8 1.9.1: Offline-First Gemini/Web/Gopher/RSS reader and browser net-client/starfish 1.2.0 1.3.1: A Gemini browser for elementary OS net-client/telescope 0.7.1 0.8.1: w3m-like browser for Gemini @@ -1648,7 +1649,7 @@ sci-biology/cmdock 0.2.0: Program for docking ligands to proteins and nucleic ac sci-biology/geneathome 1.10-r3: BOINC application for expanding Gene Regulatory Networks (GRN) sci-chemistry/vesta-bin 3.5.8: Visualisation for Electronic and STructural Analysis. sci-chemistry/xcrysden 1.6.2: For the visualisation of molecular and crystal structures. -sci-electronics/bluespec 2022.01-r1 9999: Toolchain for the Bluespec Hardware Definition Language +sci-electronics/bluespec 2022.01-r1 2023.01 9999: Toolchain for the Bluespec Hardware Definition Language sci-electronics/circt 1.14.0: The fast free Verilog/SystemVerilog simulator sci-electronics/dsview 1.2.1 9999: An open source multi-function instrument sci-electronics/kactus2 3.10.0 9999: A open source IP-XACT-based tool diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index fa2b1e3faa..2d4407fe48 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Thu, 23 Mar 2023 09:18:52 +0000 +Fri, 24 Mar 2023 11:48:50 +0000