summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* group-desktop: Enable 'qt5' for media-libs/opencvWynn Wolf Arbor2020-08-24-0/+3
| | | | This particular flag is needed for media-gfx/nomacs.
* group-desktop: Remove 'gnome' USE flag globallyWynn Wolf Arbor2020-08-24-0/+1
| | | | | There's usually no need to enable GNOME-specific functionality, so disable this particular flag globally.
* lang-rust: Add profile for programming in RustWynn Wolf Arbor2020-08-24-0/+2
| | | | For now, only enable rustfmt.
* app-fava: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-08-24-3/+0
|
* app-mozilla: Unmask unstable media-libs/harfbuzzWynn Wolf Arbor2020-07-28-0/+1
| | | | This is needed for Firefox 79.
* app-mozilla: Enable profile-guided optimization for www-client/firefoxWynn Wolf Arbor2020-07-28-1/+4
| | | | | | | This is closer to how upstream configures their official builds, but will double compile times and increase resource considerably whilst building. Since builds happen rarely (once every month or so), this should be acceptable for now.
* host-nabokov: Unmask unstable media-libs/nv-codec-headersWynn Wolf Arbor2020-07-05-0/+3
| | | | This is needed for the latest unstable media-video/ffmpeg version.
* 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.
* app-fava: Adjust for bump to app-office/beancount-2.3.0-r1Wynn Wolf Arbor2020-07-05-1/+9
| | | | | | | | | | | app-office/beancount was bumped in 12bb211, adding an unstable dependency. Therefore, beancount itself is now unstable and has to be added to accept_keywords. Add the unstable dependency dev-python/google-api-python-client as well, including all of its own dependencies. Make sure to point out which packages are needed by which application by grouping them. The dev-python/markdown 2 package has since stabilized, so remove it.
* app-fava: Add patch to fix processing of drag and drop eventsWynn Wolf Arbor2020-06-30-0/+62
| | | | | | This is based on [1], modified to act on the packaged JavaScript code. [1] https://github.com/beancount/fava/pull/1123
* repo-gentoo-git: Add postsync hook for eix-updateWynn Wolf Arbor2020-06-19-0/+3
|
* group-desktop: Drop default bluetooth supportWynn Wolf Arbor2020-06-10-2/+1
| | | | | | group-desktop is arguably not the right place for this kind of configuration. Much better would be setting this per host, or ideally introducing a bluetooth role.
* service-cgit: Remove default vanilla USE flag from cgitWynn Wolf Arbor2020-06-10-1/+1
| | | | | We need to include custom patches for the git-http-backend(1) integration to work. Enable those by building without vanilla.
* host-coleridge: Drop gentoo.conf from repos.confWynn Wolf Arbor2020-06-09-7/+0
| | | | | | With commit 89dcc28 ("repo-gentoo-git: Add role for syncing the portage tree with git"), a host-specific gentoo.conf file is no longer needer for coleridge.
* group-musl: Remove 'utempter' USE flag globallyWynn Wolf Arbor2020-06-05-0/+1
| | | | | Since musl does not implement utmp or wtmp, remove support for it globally.
* group-musl: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-06-05-2/+0
|
* service-cgit: Add role for cgit hosting via www-misc/skeinWynn Wolf Arbor2020-06-05-0/+2
|
* group-desktop: Drop configuration specific to media-gfx/sxivWynn Wolf Arbor2020-06-05-160/+0
| | | | We no longer use sxiv, so remove all of its configuration.
* 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
|
* app-fava: Unmask unstable dev-python/flask-babelWynn Wolf Arbor2020-06-05-0/+1
|
* host-demeter: Use default value for GENTOO_MIRRORSWynn Wolf Arbor2020-06-05-2/+0
| | | | | | It makes more sense to have Gentoo decide the best available mirrors instead of hardcoding a long list of mirrors that might go offline after a while. Thus simply drop the GENTOO_MIRRORS definition in make.conf.
* host-demeter: Remove host-specific repos.confWynn Wolf Arbor2020-06-05-7/+0
| | | | | | With commit 89dcc28 ("repo-gentoo-git: Add role for syncing the portage tree with git"), a host-specific gentoo.conf file is no longer needer for demeter.
* host-nabokov: Remove host-specific repos.confWynn Wolf Arbor2020-06-05-7/+0
| | | | | | With the previous commit, 89dcc28 ("repo-gentoo-git: Add role for syncing the portage tree with git"), a host-specific gentoo.conf file is no longer needed for nabokov.
* repo-gentoo-git: Add role for syncing the portage tree with gitWynn Wolf Arbor2020-06-05-0/+8
| | | | | | | Previously, every host had their own repository configuration in the respective host role. This makes it hard to share common configuration across hosts. Whilst not having been a problem before, we will want to do exactly that in an upcoming commit.
* service-gitea: Drop roleWynn Wolf Arbor2020-06-05-2/+0
| | | | | With the setup of cgit on git.oriole.systems, no system will need a Gitea installation anymore. Drop this role.
* app-signal: Drop roleWynn Wolf Arbor2020-06-05-2/+0
| | | | | We do not (want) to use the (abominable) Signal desktop app anymore, so drop this role.
* app-gandi: Drop roleWynn Wolf Arbor2020-06-05-1/+0
| | | | | | This role was added to keep track of the dependencies needed for net-misc/gandi-cli. Everything has since stabilized and does not need any special treatment, so we can safely drop this role.
* group-desktop: Add media-fonts/iosevka to @fontsWynn Wolf Arbor2020-06-03-0/+1
|
* group-desktop: Add thunar setWynn Wolf Arbor2020-06-01-0/+5
| | | | | Add a set containing xfce-base/thunar, a file manager. Included are also various packages that are relevant to a Thunar installation.
* group-desktop: Add sddm setWynn Wolf Arbor2020-06-01-0/+3
| | | | | Add a set that includes x11-misc/sddm. Also includes two packages that are required by a variety of themes for sddm.
* group-desktop: Unmask unstable net-im/dinoWynn Wolf Arbor2020-06-01-0/+4
|
* 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
|
* app-tex: Add icu USE flag to media-libs/harfbuzzWynn Wolf Arbor2020-06-01-0/+2
|
* group-base: Update sync-uri for pramanthaWynn Wolf Arbor2020-06-01-1/+1
|
* service-samba: Use stable version of sambaWynn Wolf Arbor2020-04-28-8/+0
| | | | | | | The most recent unstable version of samba exhibited a yet to be debugged problem with keeping locks on recently accessed directories, causing directory access to fail completely. For now, let the unstable version cook a bit and hope this problem goes away "on its own".
* app-fava: Add a profile for fava, a beancount web interfaceWynn Wolf Arbor2020-04-27-1/+3
|
* app-openssl-1.1: Drop profileWynn Wolf Arbor2020-04-27-4/+0
| | | | This version of openssl has been stabilized for a very long time now.
* app-atom: Drop profileWynn Wolf Arbor2020-04-27-13/+0
| | | | We no longer use this application.
* group-desktop: Update weltschmerz patch for glibWynn Wolf Arbor2020-04-27-29/+42
| | | | | | | Since we have a proper commit for this patch now, use the format-patch output for the actual patch. Additionally make sure the patch only applies to the current stable glib version (2.62.6) such that the next updated build won't just fail.
* lang-dlang: Bump to 2.090Wynn Wolf Arbor2020-04-19-1/+1
|
* service-nix: Add cxx USE flag to dev-libs/boehm-gc as needed by nixWynn Wolf Arbor2020-04-19-0/+1
|
* group-desktop: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-04-19-4/+0
|
* group-base: Remove unmasked packages that have since stabilizedWynn Wolf Arbor2020-04-19-2/+0
|
* service-samba: Unmask unstable sys-libs/liburingWynn Wolf Arbor2020-03-17-0/+1
| | | | The latest unstable version of net-fs/samba now depends on this.
* Switch to a new location for portage repositoriesWynn Wolf Arbor2020-03-17-7/+7
| | | | | | 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.
* kernel-4.14: Drop profileWynn Wolf Arbor2020-03-17-3/+0
|