2026-08-24 22:45:54 UTC

This commit is contained in:
Repository mirror & CI
2026-08-24 22:45:54 +00:00
parent a4aae14ad0
commit 552cf1dcae
16 changed files with 142 additions and 60 deletions

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-editors/emacs-28.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Agent Client Protocol implementation for GNU Emacs
EAPI=9
HOMEPAGE=https://github.com/xenodium/acp.el/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-editors/emacs-28.1:*
SLOT=0
SRC_URI=https://github.com/xenodium/acp.el/archive/refs/tags/v0.14.2.tar.gz -> acp-0.14.2.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=c4f2ce210574d63b63a57c2360303a1a

View File

@@ -0,0 +1,14 @@
BDEPEND=>=app-editors/emacs-29.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DEPEND=>=app-emacs/compat-31
DESCRIPTION=Completion At Point Extensions
EAPI=9
HOMEPAGE=https://github.com/minad/cape/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-emacs/compat-31 >=app-editors/emacs-29.1:*
SLOT=0
SRC_URI=https://github.com/minad/cape/archive/refs/tags/2.9.tar.gz -> cape-2.9.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=c2fabdc72403a90794344abcbe94721b

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-emacs/compat-31.0 >=app-editors/emacs-29.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Completion Overlay Region FUnction
EAPI=9
HOMEPAGE=https://github.com/minad/corfu/
INHERIT=elisp
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-emacs/compat-31.0 >=app-editors/emacs-29.1:*
SLOT=0
SRC_URI=https://github.com/minad/corfu/archive/2.14.tar.gz -> corfu-2.14.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=412cff1dba3cfa2d4c8c669fe41ee0b6

View File

@@ -1,13 +0,0 @@
BDEPEND=>=app-editors/emacs-26.3:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Emacs web feeds client
EAPI=8
HOMEPAGE=https://github.com/skeeto/elfeed/
INHERIT=elisp
KEYWORDS=amd64 ~x86
LICENSE=Unlicense
RDEPEND=net-misc/curl[ssl] >=app-editors/emacs-26.3:*
SLOT=0
SRC_URI=https://github.com/skeeto/elfeed/archive/3.4.2.tar.gz -> elfeed-3.4.2.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=11c3eae1962af3262df586b3de4ae93b

View File

@@ -1,13 +0,0 @@
BDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-28.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Emacs web feeds client
EAPI=9
HOMEPAGE=https://github.com/emacs-elfeed/elfeed/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=Unlicense
RDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-28.1:*
SLOT=0
SRC_URI=https://github.com/emacs-elfeed/elfeed/archive/4.0.1.tar.gz -> elfeed-4.0.1.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=421a5afb0a8c40e6872501b5969aeb64

View File

@@ -1,4 +1,4 @@
BDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-28.1:*
BDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-29.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Emacs web feeds client
EAPI=9
@@ -6,8 +6,8 @@ HOMEPAGE=https://github.com/emacs-elfeed/elfeed/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=Unlicense
RDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-28.1:*
RDEPEND=net-misc/curl[ssl] >=app-emacs/compat-31.0.0.1 >=app-editors/emacs-29.1:*
SLOT=0
SRC_URI=https://github.com/emacs-elfeed/elfeed/archive/4.0.0.tar.gz -> elfeed-4.0.0.gh.tar.gz
SRC_URI=https://github.com/emacs-elfeed/elfeed/archive/4.2.0.tar.gz -> elfeed-4.2.0.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=421a5afb0a8c40e6872501b5969aeb64
_md5_=4b27dd9c3c17a648711c1bc2cdb71b0b

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-emacs/compat-31.0.0.1 >=app-editors/emacs-29.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Marginalia in the minibuffer
EAPI=9
HOMEPAGE=https://github.com/minad/marginalia/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-emacs/compat-31.0.0.1 >=app-editors/emacs-29.1:*
SLOT=0
SRC_URI=https://github.com/minad/marginalia/archive/refs/tags/2.12.tar.gz -> marginalia-2.12.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=902cafdfe43ee9413f27e322469d6f01

View File

@@ -0,0 +1,14 @@
BDEPEND=doc? ( virtual/texi2dvi ) >=app-editors/emacs-28.2:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=An Emacs mode for notes and project planning
EAPI=9
HOMEPAGE=https://orgmode.org/
INHERIT=elisp readme.gentoo-r1
IUSE=doc odt-schema
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~riscv ~x86
LICENSE=GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )
RDEPEND=>=app-editors/emacs-28.2:*
SLOT=0
SRC_URI=https://dev.gentoo.org/~xgqt/distfiles/repackaged/org-mode-9.8.9.tar.xz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327
_md5_=4dc14b1776eb6cece2df82a3e3f76340

View File

@@ -0,0 +1,13 @@
BDEPEND=>=app-emacs/compat-31.0 >=app-editors/emacs-29.1:*
DEFINED_PHASES=compile configure info install postinst postrm prepare setup test unpack
DESCRIPTION=Vertical interactive completion
EAPI=9
HOMEPAGE=https://github.com/minad/vertico/
INHERIT=elisp
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3+
RDEPEND=>=app-emacs/compat-31.0 >=app-editors/emacs-29.1:*
SLOT=0
SRC_URI=https://github.com/minad/vertico/archive/2.13.tar.gz -> vertico-2.13.gh.tar.gz
_eclasses_=elisp-common 0ea9a0d3bc26353e1642c73560a24fdf elisp 8e56606e40554fd24928b6bc76ef3c7a
_md5_=52bca1ab6ce9178debb646a7e42cc00a

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst postrm preinst prepare unpack
DESCRIPTION=Secure note taking and to-do app with synchronization capabilities
EAPI=8
HOMEPAGE=https://joplinapp.org/ https://github.com/laurent22/joplin/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=-* ~amd64
LICENSE=AGPL-3+
RDEPEND=>=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib || ( media-libs/libcanberra-gtk3 media-libs/libcanberra[gtk3(-)] ) media-libs/libglvnd media-libs/mesa net-misc/curl net-print/cups sys-apps/dbus virtual/zlib:= sys-process/lsof x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libnotify x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils
RESTRICT=bindist splitdebug
SLOT=0
SRC_URI=https://github.com/laurent22/joplin/releases/download/v3.7.12/Joplin-3.7.12.AppImage
_eclasses_=desktop e447b5f77146d69797e9f03ff177f3f1 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=9695ccf7bc214b5f0432fbb1b43b5bb7

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
BDEPEND=wayland? ( kde-frameworks/extra-cmake-modules:0 ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=app-arch/libarchive[zstd] dev-qt/qtbase:6[network,opengl,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/faad2 media-libs/libsdl2[sound,video] net-libs/enet:= net-libs/libpcap net-libs/libslirp x11-libs/libxkbcommon wayland? ( dev-libs/wayland )
DEPEND=app-arch/libarchive[zstd] dev-qt/qtbase:6[network,opengl,widgets,X] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/faad2 media-libs/libsdl2[sound,video] net-libs/enet:= net-libs/libpcap net-libs/libslirp x11-libs/libxkbcommon wayland? ( dev-libs/wayland )
DESCRIPTION=Nintendo DS emulator, sorta
EAPI=8
HOMEPAGE=https://melonds.kuribo64.net https://github.com/melonDS-emu/melonDS
@@ -9,8 +9,8 @@ INHERIT=cmake flag-o-matic readme.gentoo-r1 toolchain-funcs xdg
IUSE=+jit +opengl wayland
KEYWORDS=amd64
LICENSE=BSD-2 GPL-2 GPL-3 Unlicense
RDEPEND=app-arch/libarchive[zstd] dev-qt/qtbase:6[network,opengl,widgets] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/faad2 media-libs/libsdl2[sound,video] net-libs/enet:= net-libs/libpcap net-libs/libslirp x11-libs/libxkbcommon wayland? ( dev-libs/wayland )
RDEPEND=app-arch/libarchive[zstd] dev-qt/qtbase:6[network,opengl,widgets,X] dev-qt/qtmultimedia:6 dev-qt/qtsvg:6 media-libs/faad2 media-libs/libsdl2[sound,video] net-libs/enet:= net-libs/libpcap net-libs/libslirp x11-libs/libxkbcommon wayland? ( dev-libs/wayland )
SLOT=0
SRC_URI=https://github.com/melonDS-emu/melonDS/archive/1.1.tar.gz -> melonds-1.1.gh.tar.gz
_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake c54f532543a549f7318d6c49aaf8e953 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=5380ebaece84a52603eef939d7a67fad
_md5_=0c59ba354e9634e698af06cb47d9b86b

View File

@@ -0,0 +1,14 @@
BDEPEND=X? ( >=x11-apps/mkfontscale-1.2.0 media-fonts/encodings )
DEFINED_PHASES=compile install postinst postrm prepare setup
DESCRIPTION=Monospaced bitmap fonts for consoles and terminals
EAPI=8
HOMEPAGE=https://www.cambus.net/spleen-monospaced-bitmap-fonts/ https://github.com/fcambus/spleen/
INHERIT=edo font
IUSE=X
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/fcambus/spleen/releases/download/2.2.0/spleen-2.2.0.tar.gz
_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 font 6d0c60c855c05ae2ba808d300440ded2
_md5_=fd42c908efe63c956abbfecd3f454426

View File

@@ -1899,7 +1899,7 @@ app-editors/zile 2.6.2-r2 2.6.4: Zile is a small Emacs clone
app-emacs/a 1.0.0: Associative data structure functions for Emacs Lisp
app-emacs/a68-mode 1.2_p20250524 1.3_p20260615: Algol68 major mode for GNU Emacs
app-emacs/ace-window 0.10.0: Quickly switch windows in Emacs
app-emacs/acp 0.13.1 0.14.1 9999: Agent Client Protocol implementation for GNU Emacs
app-emacs/acp 0.13.1 0.14.1 0.14.2 9999: Agent Client Protocol implementation for GNU Emacs
app-emacs/actionscript-mode 7.2.2_p20180527-r1: A major mode for GNU Emacs for editing Actionscript 3 files
app-emacs/adaptive-wrap 0.8: Smart line-wrapping with wrap-prefix
app-emacs/agent-shell 0.57.3-r1 0.70.2 0.71.2 0.73.1 0.74.1 9999: Many native agentic integrations inside GNU Emacs
@@ -1942,7 +1942,7 @@ app-emacs/bui 1.3: Buffer interface library for Emacs
app-emacs/burly 0.3: Save and restore frames and windows with their buffers in Emacs
app-emacs/buttercup 1.40 9999: Behaviour-driven Elisp testing
app-emacs/calfw 1.6-r1 2.0: A calendar framework for Emacs
app-emacs/cape 2.7 2.8 9999: Completion At Point Extensions
app-emacs/cape 2.7 2.8 2.9 9999: Completion At Point Extensions
app-emacs/cask 0.9.0 0.9.1: Project management for Emacs package development
app-emacs/cask-mode 0.1: Major mode for editing Cask files for Emacs
app-emacs/cdlatex 4.18.5: Fast input methods for LaTeX environments and math
@@ -1974,7 +1974,7 @@ app-emacs/compat 31.0.0.1 31.0.0.2: Compatibility libraries for Emacs
app-emacs/cond-let 1.1.2 1.1.3: Additional and improved binding conditionals for GNU Emacs
app-emacs/consult 3.5 3.6 3.7 9999: Consulting complete-read for GNU Emacs
app-emacs/consult-flycheck 1.1 1.2: Consult integration for Flycheck
app-emacs/corfu 2.9 2.10 2.11 2.12 2.13 9999: Completion Overlay Region FUnction
app-emacs/corfu 2.9 2.10 2.11 2.12 2.13 2.14 9999: Completion Overlay Region FUnction
app-emacs/counsel 0.15.1: Versions of common Emacs commands customized to make the best use of ivy
app-emacs/crontab-mode 1.20: Mode for editing crontab files
app-emacs/crux 0.4.0 0.5.0: Collection of Ridiculously Useful eXtensions for GNU Emacs
@@ -2029,7 +2029,7 @@ app-emacs/eimp 1.4.0-r1: Emacs Image Manipulation Package
app-emacs/el-mock 1.25.1: Mocking library for Emacs
app-emacs/eldev 1.11.1 1.11.2 9999: Emacs Lisp Development Tool
app-emacs/eldoc-box 1.14.1 9999: Child frame doc for Eglot and anything that uses ElDoc
app-emacs/elfeed 3.4.2-r1 4.0.0 4.0.1 4.1.0 4.1.1: Emacs web feeds client
app-emacs/elfeed 4.1.0 4.1.1 4.2.0: Emacs web feeds client
app-emacs/elfeed-protocol 0.9.1 1.0.0: Provide extra news client subscription protocols for elfeed
app-emacs/elixir-mode 2.5.0: Emacs major mode for editing Elixir files
app-emacs/elm-mode 0.22.0_p20250401: Major mode for the Elm programming language
@@ -2174,7 +2174,7 @@ app-emacs/macrostep-geiser 0.2.0_p20210717: Emacs macrostep back-end powered by
app-emacs/magit 4.5.0-r1 4.6.0 4.7.0 9999: A Git porcelain inside Emacs
app-emacs/magit-popup 2.13.3-r1: Define prefix-infix-suffix command combos
app-emacs/mailcrypt 3.5.9-r3: Provides a simple interface to public key cryptography with OpenPGP
app-emacs/marginalia 2.10 2.11: Marginalia in the minibuffer
app-emacs/marginalia 2.10 2.11 2.12: Marginalia in the minibuffer
app-emacs/markdown-mode 2.8: Major mode for editing Markdown-formatted text files
app-emacs/mastodon 2.0.7 9999: Emacs client for Mastodon, federated microblogging social network
app-emacs/math-symbol-lists 1.3: Lists of Unicode mathematical symbols and latex commands
@@ -2212,7 +2212,7 @@ app-emacs/ocaml-mode 4.05.0-r1: Emacs mode for OCaml
app-emacs/orderless 1.6 1.7: Completion style that matches multiple regexps in any order
app-emacs/org-appear 0.3.1: Toggle Org mode element visibility upon entering and leaving
app-emacs/org-contrib 0.7 0.8: Contributed packages to Org
app-emacs/org-mode 9.8.5 9.8.7 9.8.8 9999: An Emacs mode for notes and project planning
app-emacs/org-mode 9.8.5 9.8.7 9.8.8 9.8.9 9999: An Emacs mode for notes and project planning
app-emacs/org-modern 1.13 1.14 1.15 9999: Modern style for your GNU Emacs Org buffers
app-emacs/org-roam 2.2.2-r3 2.3.0 2.3.1 9999: Rudimentary Roam replica with Org-mode
app-emacs/org-static-blog 1.6.0 1.7.0 9999: Static site generator using Emacs's org-mode
@@ -2342,7 +2342,7 @@ app-emacs/undo-tree 0.8.2-r1: Undo trees and visualization
app-emacs/unison-ts-mode 0.3.0: GNU Emacs major mode for the Unison language that uses Tree-sitter
app-emacs/uptimes 3.8: Track and display emacs session uptimes
app-emacs/uxntal-mode 0.3: GNU Emacs major mode for the uxntal assembly language
app-emacs/vertico 2.8 2.9 2.10 2.11 2.12 9999: Vertical interactive completion
app-emacs/vertico 2.8 2.9 2.10 2.11 2.12 2.13 9999: Vertical interactive completion
app-emacs/vhdl-mode 3.39.3: VHDL-mode for Emacs
app-emacs/visual-basic-mode 1.5-r1: A mode for editing Visual Basic programs
app-emacs/visual-fill-column 2.7.1: GNU Emacs mode for wrapping visual-line-mode buffers at fill-column
@@ -3034,7 +3034,7 @@ app-office/gnumeric 1.12.59-r1 1.12.60 1.12.61: The GNOME Spreadsheet
app-office/grisbi 3.0.4-r1: Grisbi is a personal accounting application for Linux
app-office/homebank 5.9.7 5.10.2: Free, easy, personal accounting for everyone
app-office/impressive 0.13.2: Stylish way of giving presentations with Python
app-office/joplin-desktop 3.7.6 3.7.9 3.7.10: Secure note taking and to-do app with synchronization capabilities
app-office/joplin-desktop 3.7.6 3.7.9 3.7.10 3.7.12: Secure note taking and to-do app with synchronization capabilities
app-office/kmymoney 5.2.2: Personal finance manager based on KDE Frameworks
app-office/kraft 2.0.0: Quotes and invoices manager for small enterprises
app-office/ktimetracker 6.0.0: Todo management and time tracker
@@ -4139,7 +4139,7 @@ dev-dotnet/avalonia-ilspy 7.2_rc-r2: Avalonia-based .NET Decompiler, port of ILS
dev-dotnet/cake 6.1.0 6.2.0: Cake (C# Make) is a cross platform build automation system with a C# DSL
dev-dotnet/coco 2014.12.25-r1: The compiler generator Coco/R for C#
dev-dotnet/csharp-gentoodotnetinfo 2.0.0-r1 2.9999: .NET information tool for Gentoo
dev-dotnet/csharp-language-server 0.24.0 0.25.0: Roslyn-based LSP language server for C#
dev-dotnet/csharp-language-server 0.25.0 0.27.0: Roslyn-based LSP language server for C#
dev-dotnet/csharprepl 0.6.7: A command line C# REPL with syntax highlighting
dev-dotnet/dotnet-outdated 4.7.1 4.8.1: Display and update outdated NuGet packages in a project
dev-dotnet/dotnet-runtime-nugets 6.0.25-r1 6.0.33 6.0.36 7.0.14-r1 7.0.20 8.0.8 8.0.21 8.0.22 8.0.26 8.0.30 9.0.10 9.0.11 9.0.15 9.0.19 10.0.7 10.0.11: .NET runtime nugets
@@ -11610,7 +11610,7 @@ games-emulation/mednafen 1.32.1-r1: Argument-driven multi-system emulator utiliz
games-emulation/mednafen-jg 1.32.1.1-r1 1.32.1.2 9999: Jolly Good Port of Mednafen
games-emulation/mednaffe 0.9.3: Front-end (GUI) for mednafen emulator
games-emulation/mekanix 070-r1: SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator
games-emulation/melonds 1.1-r1 9999: Nintendo DS emulator, sorta
games-emulation/melonds 1.1-r2 9999: Nintendo DS emulator, sorta
games-emulation/melonds-jg 1.1.0-r1 1.1.0.1 9999: Jolly Good Port of melonDS
games-emulation/mgba 0.11.0_pre20260101 9999: Game Boy Advance Emulator
games-emulation/mgba-jg 0.10.5-r1 0.10.5.1 9999: Jolly Good Port of mGBA
@@ -13055,7 +13055,7 @@ media-fonts/source-code-pro 2.042-r1: Monospaced font family for user interface
media-fonts/source-han-sans 2.004-r1 2.005: Pan-CJK OpenType/CFF font family
media-fonts/source-sans 3.052-r1: Sans serif font family for user interface environments
media-fonts/source-serif 4.005-r1: Serif font family for user interface environments
media-fonts/spleen 2.1.0: Monospaced bitmap fonts for consoles and terminals
media-fonts/spleen 2.1.0 2.2.0: Monospaced bitmap fonts for consoles and terminals
media-fonts/stix-fonts 2.11: Comprehensive OpenType font set of mathematical symbols and alphabets
media-fonts/symbols-nerd-font 3.4.0 3.5.0 3.5.1: Symbols-only font containing the Nerd Font icons
media-fonts/takao-fonts 00303.01: A community developed derivatives of IPA Fonts

View File

@@ -1 +1 @@
Mon, 24 Aug 2026 21:30:54 +0000
Mon, 24 Aug 2026 22:45:54 +0000