Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | group-desktop: Remove obsolete patches | Wolfgang Müller | 2024-06-21 | -42/+0 |
| | ||||
* | group-base: Remove obsolete patches | Wolfgang Müller | 2024-06-21 | -29/+0 |
| | ||||
* | service-quasselcore: Remove unneeded unmask of net-misc/oidentd | Wolfgang Müller | 2024-06-21 | -1/+0 |
| | | | | We no longer use this particular piece of software. | |||
* | service-murmur: Remove unmasked packages that have stabilized | Wolfgang Müller | 2024-06-21 | -1/+0 |
| | ||||
* | service-nix: Retire profile | Wolfgang Müller | 2024-06-21 | -16/+0 |
| | ||||
* | service-guix: Retire profile | Wolfgang Müller | 2024-06-21 | -10/+0 |
| | ||||
* | kernel-6.1: Retire profile | Wolfgang Müller | 2024-06-21 | -3/+0 |
| | ||||
* | kernel-5.15: Retire profile | Wolfgang Müller | 2024-06-21 | -3/+0 |
| | ||||
* | kernel-5.10: Retire profile | Wolfgang Müller | 2024-06-21 | -74/+0 |
| | ||||
* | app-mozilla: Retire profile | Wolfgang Müller | 2024-06-21 | -21/+0 |
| | | | | | We have since started using the binary distributions of both firefox and thunderbird. | |||
* | group-base: Remove unmasked packages that have stabilized | Wolfgang Müller | 2024-06-21 | -1/+0 |
| | ||||
* | group-desktop: Remove unmasked packages that have stabilized | Wolfgang Müller | 2024-06-21 | -1/+0 |
| | ||||
* | app-fava: Remove unmasked packages that have stabilized | Wolfgang Müller | 2024-06-21 | -4/+0 |
| | ||||
* | group-desktop: Enable the dbus USE flag on dev-qt/qtbase | Wolfgang Müller | 2024-06-21 | -0/+3 |
| | | | | | This is needed for media-video/obs-studio, which we can now finally use with sway. | |||
* | app-vm: Enable usbredir USE flag | Wolfgang Müller | 2024-06-21 | -0/+1 |
| | ||||
* | desktop-wayland: Migrate to gui-wm/sway | Wolfgang Müller | 2024-06-21 | -52/+1 |
| | | | | | | | | | | | | | | | Sadly it seems that gui-wm/hikari is no longer under active development and stuck on an old wlroots version. Programs based on gtk4 have never worked correctly [1], even when patched [2], mouse grabbing doesn't work reliably [3], and tools like mpv have begun making assumptions on what kind of features are available in compositors [4]. gui-wm/sway seems to be the best alternative for now. [1] https://hub.darcs.net/raichoo/hikari/issue/26 [2] https://cgit.freebsd.org/ports/commit/?id=5d9c5b9cac42a22716f292fca5717c9842fdf464 [3] https://hub.darcs.net/raichoo/hikari/issue/49 [4] https://github.com/mpv-player/mpv/commit/e32554cd570d984efb712a7214a40237233a3cea | |||
* | game-openmw: Remove devtools USE flag | Wolfgang Müller | 2024-06-21 | -2/+0 |
| | ||||
* | group-desktop: Use app-arch/engrampa instead of app-arch/file-roller | Wolfgang Müller | 2024-06-21 | -1/+1 |
| | | | | | The most recent versions of file-roller now depend on libadwaita which we want to avoid for the time being. | |||
* | group-desktop: Unmask unstable net-im/gajim | Wolfgang Müller | 2024-05-05 | -0/+1 |
| | ||||
* | service-prosody: Update miscellaneous USE flags | Wolfgang Müller | 2024-05-05 | -2/+3 |
| | | | | | We no longer build against LuaJIT and now also store messages in a PostgreSQL database. | |||
* | host-coleridge: Disable dhcp USE flag for net-misc/netifrc | Wolfgang Müller | 2024-05-05 | -0/+1 |
| | | | | We have no need for a DHCP server on this machine. | |||
* | group-base: Use Lua 5.4 as default target | Wolfgang Müller | 2024-05-05 | -3/+3 |
| | | | | | | Requiring LuaJIT has become the exception for us, rather than the rule. Since we already have 5.4 installed on multiple systems, make that the default (but force LuaJIT for neovim). | |||
* | host-coleridge: Remove CHOST for migration to 23.0 profiles | Wolfgang Müller | 2024-05-04 | -1/+0 |
| | ||||
* | desktop-wayland: Use dbus-broker for app-accessibility/at-spi2-core | Wolfgang Müller | 2024-05-03 | -0/+2 |
| | | | | | We're using dbus-broker for our main desktop system now, but at-spi2-core was still invoking dbus-deamon. | |||
* | kernel-6.7: Drop obsolete profile | Wolfgang Müller | 2024-05-03 | -3/+0 |
| | ||||
* | kernel-6.8: Add a profile for the 6.8 series | Wolfgang Müller | 2024-05-03 | -0/+3 |
| | ||||
* | game-openmw: Update keywords | Wolfgang Müller | 2024-05-02 | -2/+1 |
| | | | | | | We no longer need to build openmw-9999, so we can stop unmasking it. Additionally, the required version of dev-libs/collada-dom has since stabilized. | |||
* | host-albatross: Build GCC with fortran | Wolfgang Müller | 2024-04-14 | -2/+0 |
| | | | | | This change was accidentally committed in d27f68b (kernel-5.4: Remove profile, 2024-03-23) but was meant to be only a temporary change. | |||
* | host-albatross: Include MediaTek bluetooth firmware | Wolfgang Müller | 2024-04-14 | -0/+1 |
| | | | | | We've started using the bluetooth stack on albatross, for which this is needed. | |||
* | host-coleridge: Remove obsolete PAX_MARKINGS | Wolfgang Müller | 2024-03-29 | -2/+0 |
| | | | | | | | PaX specifically, and Grsecurity in general, is no longer officially supported by Gentoo [1] making PAX_MARKINGS vestigial. [1] https://wiki.gentoo.org/wiki/Hardened#Goals | |||
* | service-quasselcore: Enable postgres USE flag for quarg | Wolfgang Müller | 2024-03-29 | -0/+1 |
| | | | | | This is such that we can use it with the local instance of postgresql which quasselcore requires anyway. | |||
* | service-rtmp: Install necessary nginx mime types | Wolfgang Müller | 2024-03-29 | -0/+1 |
| | ||||
* | host-demeter: Do not use systemd's kernel-install | Wolfgang Müller | 2024-03-24 | -0/+1 |
| | ||||
* | host-demeter: Remove CHOST and UNINSTALL_IGNORE | Wolfgang Müller | 2024-03-24 | -5/+0 |
| | | | | | | Similar to 6ed5dd3 (host-albatross: Remove UNINSTALL_IGNORE overrides, 2024-03-23). This host also still had a CHOST setting which is no longer required. | |||
* | kernel-5.4: Remove profile | Wolfgang Müller | 2024-03-23 | -3/+2 |
| | | | | None of our systems run this series anymore. | |||
* | Remove unmasked packages that have since stabilized | Wolfgang Müller | 2024-03-23 | -6/+0 |
| | ||||
* | host-nabokov: Retire old profile | Wolfgang Müller | 2024-03-23 | -41/+0 |
| | ||||
* | opt-pgo: Add profile enabling profile-guided optimizations | Wolfgang Müller | 2024-03-23 | -0/+1 |
| | ||||
* | boot-efi: Enable systemd-boot USE flag for sys-kernel/installkernel | Wolfgang Müller | 2024-03-23 | -0/+1 |
| | | | | | Since the boot-efi profile already assumes a systemd-boot system, make sure installkernel uses it as well. | |||
* | host-albatross: Enable lto USE flag | Wolfgang Müller | 2024-03-23 | -0/+1 |
| | | | | This is needed alongside -flto in COMMON_FLAGS. | |||
* | app-vm: Use virt-manager instead of custom setup | Wolfgang Müller | 2024-03-23 | -2/+5 |
| | | | | | The virt-manager GUI makes administrating multiple VMs very easy, at the cost of introducing a couple of more dependencies. | |||
* | init-systemd: Bring in line with 23.0 hardened/systemd profiles | Wolfgang Müller | 2024-03-23 | -4/+0 |
| | | | | | With the upstream addition of hardened/systemd profiles, we no longer have to set these settings manually. | |||
* | host-albatross: Remove UNINSTALL_IGNORE overrides | Wolfgang Müller | 2024-03-23 | -4/+0 |
| | | | | | | | | These were added in fefa5f2 (host-albatross: Avoid removing merged-usr symlinks, 2023-06-11) along with the migration of albatross to the merged-usr layout. Back then, no merged-usr profile was available to us, but with the addition of a hardened/systemd layout, this has now changed and therefore these lines can be safely removed. | |||
* | service-mail: Add configuration for opendmarc and opendkim | Wolfgang Müller | 2024-03-19 | -0/+3 |
| | ||||
* | kernel-5.10: Fix filenames | Wolfgang Müller | 2024-03-19 | -0/+0 |
| | ||||
* | lang-python: Add a profile for Python development | Wolfgang Müller | 2024-03-10 | -0/+4 |
| | ||||
* | host-albatross: Use correct firmware for 7900XTX | Wolfgang Müller | 2024-02-24 | -1/+1 |
| | | | | | | | | | | | | | | The Gentoo Wiki [1] seems to be wrong about which firmware blobs are needed for an up-to-date installation of linux-firmware, leading to the following error and, subsequently, a crash at bootup: kernel: amdgpu 0000:0d:00.0: Direct firmware load for amdgpu/gc_11_0_0_mes_2.bin failed with error -2 kernel: [drm] try to fall back to amdgpu/gc_11_0_0_mes.bin Replacing amdgpu/gc_11_0_0_mes.bin with amdgpu/gc_11_0_0_mes_2.bin or at least making the latter available makes it work again. [1] https://wiki.gentoo.org/wiki/AMDGPU#Firmware | |||
* | lang-base: Use new dev-debug category | Wolfgang Müller | 2024-01-20 | -1/+1 |
| | ||||
* | Use new dev-debug category | Wolfgang Müller | 2024-01-13 | -3/+3 |
| | | | | | This category change was recently merged into the gentoo portage repository. No functional change. | |||
* | kernel-6.7: Add a profile for the 6.7 series | Wolfgang Müller | 2024-01-13 | -0/+3 |
| |