summaryrefslogtreecommitdiffstats
path: root/group-base (follow)
Commit message (Collapse)AuthorAgeLines
* group-base: Remove global '-policy-kit' USE flagWolfgang Müller2021-04-17-1/+0
| | | | | | This particular flag does not exist anymore (and has been superseded by 'policykit'). Since nothing seems to enable policykit by default, remove this for now.
* group-base: Remove global 'logrotate' flagWolfgang Müller2021-04-17-1/+0
| | | | | | This is not used by anything important, and we have logging sorted out on all of our OpenRC systems through syslog-ng (which itself is rotated by a custom logrotate config).
* group-base: Remove redundant global '-systemd' settingWolfgang Müller2021-04-13-1/+0
| | | | | | This USE flag is actually not set by default anywhere, so it can go. Additionally, an upcoming change may introduce init system profiles which would conflict with a global setting like this.
* group-base: Disable 'scp' USE flag for net-misc/opensshWolfgang Müller2021-04-11-0/+1
| | | | Upstream actively discourages the use of scp, so follow their advice.
* group-base: Fix category for mandoc patchWolfgang Müller2021-03-25-0/+0
| | | | | | mandoc's category changed when we migrated to the version of mandoc present in Gentoo's main portage tree. This meant that the patch would no longer apply.
* group-base: Enable privilege separation for net-misc/dhcpcdWolfgang Müller2021-03-14-0/+1
|
* group-base: Enable 'icu' USE flag globallyWolfgang Müller2021-03-13-4/+2
| | | | | This flag is needed by a bunch of different programs, so make it global and remove any explicit toggling.
* group-base: Enable 'icu' USE flag for sci-libs/libqalculateWolfgang Müller2021-03-06-1/+1
| | | | This is recommended by upstream.
* group-base: Use LuaJIT as the default Lua providerWynn Wolf Arbor2021-02-05-0/+3
|
* group-base: Unmask unstable media-sound/ncmpcppWynn Wolf Arbor2021-01-23-58/+4
| | | | | The unstable version contains the fix we were carrying in patches/, so that one can be removed.
* group-base: Unmask unstable app-shells/fzfWynn Wolf Arbor2021-01-10-0/+1
|
* group-base: Add app-text/mandoc as system provider for manualsWynn Wolf Arbor2020-12-11-0/+5
| | | | | | | With [1] finally resolved, configure the official Gentoo mandoc ebuild to be used as a system provider for manuals. [1] https://bugs.gentoo.org/show_bug.cgi?id=616776
* group-base: Remove net-vpn/wireguard-modules unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | | Gentoo now backports the wireguard patch for the 5.4 kernel series, making this unmask pointless.
* group-base: Remove net-irc/weechat unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | We do not use weechat anymore, making this unmask pointless.
* group-base: Remove app-misc/tmux unmaskWynn Wolf Arbor2020-12-07-1/+0
| | | | | We barely use tmux anymore and thus do not need the newest possible version.
* group-base: Allow the NPSL licenseWynn Wolf Arbor2020-12-05-0/+1
| | | | This is needed to keep net-analyzer/nmap installed.
* group-base: Disable 'passwdqc' by default for sys-auth/pambaseWynn Wolf Arbor2020-10-25-0/+1
| | | | | | | | Gentoo uses weird defaults that would have to be changed and we are pretty sure we can trust the few users we have across all our systems to come up with decent passwords. Will maybe introduce this again later once a password policy has been considered that will not be annoying or useless.
* group-base: Add support for rar decoder in app-arch/p7zipWynn Wolf Arbor2020-09-21-0/+2
| | | | | | Enable the 'rar' USE flag for app-arch/p7zip and accept the corresponding non-free 'unRAR' license so we have a way to readily unpack any .rar archives.
* group-base, group-desktop: Add unstable qalculateWynn Wolf Arbor2020-09-09-0/+2
| | | | The 'curl' USE flag is needed for exchange-rate fetching.
* group-base: Enable 'jit' USE flag for dev-libs/libpcreWynn Wolf Arbor2020-09-05-0/+3
| | | | | This should improve performance throughout and happens to also quelch a warning message in newer VTE versions.
* group-base: Add env file that disables building in a tmpfsWynn Wolf Arbor2020-08-30-0/+1
| | | | | | | | | | | | Some packages (most notably www-client/firefox) need a considerable amount of space for temporary build files. Our systems all have PORTAGE_TMPDIR mounted on a tmpfs. That means that temporary build files are stored directly in RAM. This is not feasible for packages that need more than 10 gigabytes of space - even on our most beefy systems. To disable this on a per-package basis, add an env file that points PORTAGE_TMPDIR to a directory owned by portage:portage that lies outside of the tmpfs.
* group-base: Disable gnutls USE flag for media-video/ffmpegWynn Wolf Arbor2020-07-05-1/+1
| | | | | | | | Gentoo enables this USE flag by default with commit a52d837e1b7 (media-video/ffmpeg: Enable gnutls by default., 2020-06-18) because a build with gnutls is binary redistributable and having TLS support is practically mandatory. As we do not distribute any binaries and already build ffmpeg with openssl, we can disable this.
* group-base: Drop caps USE flag specific to net-misc/chronyWynn Wolf Arbor2020-06-05-1/+0
| | | | | The previous commit that added 'caps' as a global USE flag has made this particular line redundant.
* group-base: Add global caps USE flagWynn Wolf Arbor2020-06-05-0/+1
| | | | | This should increase coverage on programs that have support for Linux capabilities.
* group-base: Unmask unstable sys-apps/ripgrepWynn Wolf Arbor2020-06-05-0/+1
|
* group-base: Unmask unstable sys-apps/fdWynn Wolf Arbor2020-06-05-0/+1
|
* group-base: Remove app-shells/rcWynn Wolf Arbor2020-06-01-1/+0
| | | | We do not need this on any of our systems anymore.
* group-base: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-06-01-2/+0
|
* group-base: Update sync-uri for pramanthaWynn Wolf Arbor2020-06-01-1/+1
|
* group-base: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-04-19-2/+0
|
* Switch to a new location for portage repositoriesWynn Wolf Arbor2020-03-17-1/+1
| | | | | | Instead of /var/overlay/<repo> for overlays and /var/portage/tree for the gentoo repo, all data is now stored in /var/portage/repos/<repo>, which is a more consistent location.
* group-base: Remove mandoc patch for opensshWynn Wolf Arbor2020-02-28-31/+0
| | | | The latest stable package contains this fix now.
* group-base: Unmask unstable dev-python/pynvimWynn Wolf Arbor2020-02-24-0/+1
|
* group-base: Unmask unstable app-shells/fishWynn Wolf Arbor2020-02-24-0/+1
|
* group-base: Add global fish-completion USE flagWynn Wolf Arbor2020-02-04-0/+1
|
* group-base: Patch the ncmpcpp tag duplication issueWynn Wolf Arbor2020-02-04-0/+58
|
* group-base: Remove mkshWynn Wolf Arbor2020-02-04-1/+0
|
* group-base, group-desktop: Remove packages that have been stabilizedWynn Wolf Arbor2020-02-04-21/+0
|
* group-base: Add CXXFLAGS to debug environmentWynn Wolf Arbor2020-02-04-0/+1
|
* group-base: Unmask unstable net-p2p/syncthingWolf2020-02-04-0/+1
|
* group-base: Unmask unstable mail-client/neomuttWolf2020-02-04-0/+1
|
* group-base: Migrate to split wireguard packagesWolf2020-01-01-1/+2
| | | | | Upstream decided to split wireguard into wireguard-{modules,tools}, so we have to adapt to the new configuration.
* group-base: Include segfault fix for mandoc-1.14.5Wolf2019-12-21-0/+22
| | | | This is already fixed upstream but no new release has been made.
* group-base: Migrate to nftablesWolfgang Müller2019-11-14-0/+6
|
* Remove deprecated USE flags from app-editors/neovimWolfgang Müller2019-10-25-1/+1
|
* group-base: Unmask unstable app-shells/lokshWolfgang Müller2019-10-23-0/+1
|
* group-base: Unmask unstable app-backup/lifeboatWolfgang Müller2019-10-22-0/+1
|
* group-base: Add new dependencies for app-editors/neovim-0.4.2Wolfgang Müller2019-10-03-0/+3
|
* group-base: Unmask app-arch/plzipWolfgang Müller2019-09-23-0/+4
|
* lang-java: Unmask dev-java/gradle only in lang-javaWolfgang Müller2019-09-23-1/+0
|