├── .gitignore ├── .travis.yml ├── README.md ├── app-admin ├── enman │ ├── Manifest │ ├── enman-1.4.0-r1.ebuild │ ├── enman-1.4.0.ebuild │ └── metadata.xml └── sabayon-mirrors │ ├── files │ └── sabayon-mirrors-updater │ ├── metadata.xml │ └── sabayon-mirrors-1.0.ebuild ├── app-crypt ├── pinentry-base │ ├── Manifest │ ├── files │ │ ├── pinentry-0.8.2-ncurses.patch │ │ ├── pinentry-0.9.7-require-CPP11-for-qt-5-7.patches │ │ ├── pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch │ │ ├── pinentry-1.0.0-build.patch │ │ ├── pinentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch │ │ └── pinentry-1.0.0-make-icon-work-under-Plasma-Wayland.patch │ └── pinentry-base-1.1.0-r2.ebuild ├── pinentry-gnome │ ├── Manifest │ ├── files │ ├── pinentry-gnome-1.0.0-r2.ebuild │ └── pinentry-gnome-1.1.0-r2.ebuild ├── pinentry-gtk2 │ ├── Manifest │ ├── files │ ├── pinentry-gtk2-1.0.0-r2.ebuild │ └── pinentry-gtk2-1.1.0-r2.ebuild ├── pinentry-qt5 │ ├── Manifest │ ├── files │ └── pinentry-qt5-1.1.0-r2.ebuild └── pinentry │ ├── files │ ├── pinentry-0.8.2-ncurses.patch │ ├── pinentry-1.0.0-Disable-tooltips-in-keyboard-grabbing-mode.patch │ ├── pinentry-1.0.0-build.patch │ ├── pinentry-1.0.0-gtk2-Fix-a-problem-with-fvwm.patch │ └── pinentry-1.0.0-make-icon-work-under-Plasma-Wayland.patch │ ├── pinentry-1.0.0-r2.ebuild │ ├── pinentry-1.1.0-r2.ebuild │ └── pinentry-1.1.0-r3.ebuild ├── app-misc ├── calamares-sabayon-base-modules │ ├── Manifest │ ├── calamares-sabayon-base-modules-1.15-r1.ebuild │ ├── calamares-sabayon-base-modules-1.15.ebuild │ ├── files │ │ └── modules-conf │ │ │ ├── modules │ │ │ ├── bootloader.conf │ │ │ ├── displaymanager.conf │ │ │ ├── finished.conf │ │ │ ├── fstab.conf │ │ │ ├── grubcfg.conf │ │ │ ├── keyboard.conf │ │ │ ├── locale.conf │ │ │ ├── machineid.conf │ │ │ ├── mount.conf │ │ │ ├── packages.conf │ │ │ ├── partition.conf │ │ │ ├── removeuser.conf │ │ │ ├── services-systemd.conf │ │ │ ├── umount.conf │ │ │ ├── unpackfs.conf │ │ │ ├── users.conf │ │ │ └── welcome.conf │ │ │ └── settings.conf │ └── metadata.xml ├── calamares-sabayon-branding │ ├── Manifest │ ├── calamares-sabayon-branding-20.03.ebuild │ ├── files │ │ └── branding.desc │ └── metadata.xml ├── calamares-sabayon-server-base-modules │ ├── Manifest │ ├── calamares-sabayon-server-base-modules-1.15-r1.ebuild │ ├── calamares-sabayon-server-base-modules-1.15.ebuild │ ├── files │ │ └── modules-conf │ │ │ ├── modules │ │ │ ├── bootloader.conf │ │ │ ├── finished.conf │ │ │ ├── fstab.conf │ │ │ ├── grubcfg.conf │ │ │ ├── keyboard.conf │ │ │ ├── locale.conf │ │ │ ├── machineid.conf │ │ │ ├── mount.conf │ │ │ ├── packages.conf │ │ │ ├── partition.conf │ │ │ ├── removeuser.conf │ │ │ ├── services-systemd.conf │ │ │ ├── umount.conf │ │ │ ├── unpackfs.conf │ │ │ ├── users.conf │ │ │ └── welcome.conf │ │ │ └── settings.conf │ └── metadata.xml ├── calamares-sabayon-server-branding │ ├── Manifest │ ├── calamares-sabayon-server-branding-15.10.ebuild │ ├── files │ │ └── branding.desc │ └── metadata.xml ├── calamares-sabayon-server │ ├── calamares-sabayon-server-1.1.ebuild │ ├── files │ │ └── Installer.sh │ └── metadata.xml ├── calamares-sabayon │ ├── Manifest │ ├── calamares-sabayon-1.2.ebuild │ ├── files │ │ ├── Installer.desktop │ │ └── Installer.sh │ └── metadata.xml ├── entrofoo-fail │ └── entrofoo-fail-1.ebuild ├── entrofoo │ ├── Manifest │ ├── entrofoo-1.ebuild │ ├── entrofoo-2.ebuild │ └── entrofoo-3.ebuild ├── entropy_unittest │ └── entropy_unittest-1.0.ebuild ├── passwordless-upgrade │ ├── files │ │ └── 10-RigoDaemon.rules │ └── passwordless-upgrade-1.ebuild ├── sabayon-auto-updater │ ├── files │ │ ├── sabayon-auto-updater.service │ │ └── sabayon-auto-updater.timer │ ├── metadata.xml │ └── sabayon-auto-updater-0.4.ebuild ├── sabayon-devkit │ ├── Manifest │ ├── metadata.xml │ ├── sabayon-devkit-1.7.10.ebuild │ ├── sabayon-devkit-1.7.8.ebuild │ └── sabayon-devkit-1.7.9.ebuild ├── sabayon-dockerscripts │ ├── Manifest │ ├── sabayon-dockerscripts-15.12-r2.ebuild │ └── sabayon-dockerscripts-16.12.ebuild ├── sabayon-greeter │ ├── Manifest │ ├── metadata.xml │ └── sabayon-greeter-0.12.ebuild ├── sabayon-live │ ├── Manifest │ ├── metadata.xml │ ├── sabayon-live-25.ebuild │ ├── sabayon-live-26.ebuild │ └── sabayon-live-9999.ebuild ├── sabayon-mce-rpi │ ├── Manifest │ ├── files │ │ └── sabayon-mce-rpi.service │ └── sabayon-mce-rpi-0.1.ebuild ├── sabayon-mce │ ├── files │ │ └── 1.1 │ │ │ ├── bin │ │ │ ├── sabayon-mce-session │ │ │ ├── sabayon-mce-start │ │ │ └── sabayon-mce-startx │ │ │ ├── init.d │ │ │ └── sabayon-mce │ │ │ ├── libexec │ │ │ └── sabayon-mce.sh │ │ │ ├── systemd │ │ │ └── sabayon-mce.service │ │ │ └── xsession │ │ │ └── sabayon-mce.desktop │ └── sabayon-mce-1.1-r5.ebuild ├── sabayon-sark │ ├── Manifest │ ├── metadata.xml │ ├── sabayon-sark-1.1.3.ebuild │ ├── sabayon-sark-1.1.5.ebuild │ └── sabayon-sark-1.2.0.ebuild ├── sabayon-skel │ ├── Manifest │ ├── files │ │ └── 4.0.97 │ │ │ ├── img │ │ │ └── sabayon-weblink.png │ │ │ ├── plasma-appletsrc │ │ │ └── xdg │ │ │ ├── sabayon-bugzilla.desktop │ │ │ ├── sabayon-forum.desktop │ │ │ ├── sabayon-gentoo.desktop │ │ │ ├── sabayon-getlivehelp.desktop │ │ │ ├── sabayon-git.desktop │ │ │ ├── sabayon-homepage.desktop │ │ │ ├── sabayon-mirrors.desktop │ │ │ ├── sabayon-sabayon.directory │ │ │ └── sabayon-wiki.desktop │ └── sabayon-skel-17-r8.ebuild ├── sabayon-version │ ├── AUTOMATED │ ├── files │ │ └── 00-sabayon-anti-fork-bomb.conf │ ├── metadata.xml │ ├── sabayon-version-20.01.ebuild │ ├── sabayon-version-20.03.ebuild │ ├── sabayon-version-20.10.ebuild │ ├── sabayon-version-20.12.ebuild │ ├── sabayon-version-21.04.ebuild │ └── sabayon-version.skel └── screenfetch │ ├── Manifest │ ├── files │ └── sabayon.patch │ ├── metadata.xml │ └── screenfetch-3.8.0-r1.ebuild ├── app-portage └── unsymlink-lib │ ├── Manifest │ ├── files │ └── shebang.patch │ └── unsymlink-lib-17-r1.ebuild ├── app-text ├── pastebunz │ ├── files │ │ └── pastebunz-1.4 │ ├── metadata.xml │ └── pastebunz-1.4-r1.ebuild ├── poppler-base │ ├── Manifest │ ├── files │ │ ├── poppler-0.28.1-fix-multilib-configuration.patch │ │ ├── poppler-0.57.0-disable-internal-jpx.patch │ │ ├── poppler-0.60.1-qt5-dependencies.patch │ │ ├── poppler-0.61.0-respect-cflags.patch │ │ └── poppler-0.82.0-respect-cflags.patch │ ├── metadata.xml │ ├── poppler-base-0.85.0.ebuild │ └── poppler-base-0.89.0.ebuild ├── poppler-glib │ ├── Manifest │ ├── files │ ├── metadata.xml │ ├── poppler-glib-0.85.0.ebuild │ └── poppler-glib-0.89.0.ebuild ├── poppler-qt5 │ ├── Manifest │ ├── files │ ├── metadata.xml │ ├── poppler-qt5-0.85.0.ebuild │ └── poppler-qt5-0.89.0.ebuild └── poppler │ ├── metadata.xml │ ├── poppler-0.85.0.ebuild │ └── poppler-0.89.0.ebuild ├── dev-libs ├── klibc │ ├── Manifest │ ├── files │ │ ├── klibc-1.4.11-interp-flags.patch │ │ ├── klibc-1.5.7-strip-fix-dash-s.patch │ │ ├── klibc-2.0.2-mkfifo.patch │ │ ├── klibc-2.0.3-kernel-uapi.patch │ │ └── klibc.m4 │ ├── klibc-2.0.4-r3.ebuild │ └── metadata.xml ├── libcec-raspberrypi │ ├── Manifest │ ├── files │ │ └── libcec-4.0.2-no-tinfo.patch │ └── libcec-raspberrypi-4.0.2-r1.ebuild └── libsuinput │ ├── Manifest │ ├── libsuinput-0.4.ebuild │ └── libsuinput-0.5.ebuild ├── dev-python ├── ccxt │ ├── Manifest │ ├── ccxt-1.10.475.ebuild │ └── ccxt-1.10.707.ebuild ├── d2to1 │ ├── Manifest │ └── d2to1-0.2.12_p1.ebuild ├── pygobject-base │ ├── Manifest │ ├── metadata.xml │ ├── pygobject-base-3.32.0.ebuild │ ├── pygobject-base-3.34.0.ebuild │ └── pygobject-base-3.36.1.ebuild ├── pygobject-cairo │ ├── Manifest │ ├── metadata.xml │ ├── pygobject-cairo-3.32.0.ebuild │ ├── pygobject-cairo-3.34.0.ebuild │ └── pygobject-cairo-3.36.1.ebuild ├── pygobject │ ├── metadata.xml │ ├── pygobject-3.32.0.ebuild │ ├── pygobject-3.34.0.ebuild │ └── pygobject-3.36.1.ebuild └── shyaml │ ├── Manifest │ ├── metadata.xml │ ├── shyaml-0.5.2.ebuild │ ├── shyaml-0.6.0.ebuild │ └── shyaml-0.6.1.ebuild ├── dev-util ├── dirstr │ ├── Manifest │ ├── dirstr-0_p1-r1.ebuild │ └── metadata.xml └── pkgs-checker │ └── pkgs-checker-0.8.1.ebuild ├── dev-vcs ├── README.git ├── git-cvs │ ├── Manifest │ ├── files │ ├── git-cvs-2.24.1.ebuild │ └── git-cvs-2.25.3.ebuild ├── git-gui-tools │ ├── Manifest │ ├── files │ ├── git-gui-tools-2.24.1.ebuild │ └── git-gui-tools-2.25.3.ebuild ├── git-subversion │ ├── Manifest │ ├── files │ ├── git-subversion-2.24.1.ebuild │ └── git-subversion-2.25.3.ebuild ├── git │ ├── Manifest │ ├── files │ │ ├── git-2.2.0-svn-fe-linking.patch │ │ ├── git-2.21.0-quiet-submodules-testcase.patch │ │ ├── git-2.22.0_rc0-optional-cvs.patch │ │ ├── git-2.24.1-spec │ │ ├── git-2.25.3-spec │ │ ├── git-daemon-r1.initd │ │ ├── git-daemon.confd │ │ ├── git-daemon.socket │ │ ├── git-daemon.xinetd │ │ └── git-daemon_at-r1.service │ ├── git-2.24.1.ebuild │ ├── git-2.25.3.ebuild │ └── metadata.xml ├── mkspec-git.sh ├── subversion-java │ ├── Manifest │ ├── files │ ├── metadata.xml │ ├── subversion-java-1.12.0.ebuild │ ├── subversion-java-1.12.2.ebuild │ └── subversion-java-1.13.0.ebuild └── subversion │ ├── Manifest │ ├── files │ ├── 47_mod_dav_svn.conf │ ├── subversion-1.11.1-allow-apr-1.7.0+.patch │ ├── svnserve.confd │ ├── svnserve.initd3 │ └── svnserve.xinetd │ ├── metadata.xml │ ├── subversion-1.12.0.ebuild │ └── subversion-1.12.2.ebuild ├── eclass ├── avahi.eclass ├── firefox-l10n.eclass ├── libreoffice-l10n-2.eclass ├── sabayon-artwork.eclass ├── sabayon-kernel-utils.eclass ├── sabayon-kernel.eclass ├── sabayon-toolchain.eclass └── webapp.eclass ├── gnome-extra └── gnome-shell-windowlist │ └── gnome-shell-windowlist-20120121.ebuild ├── licenses ├── APL ├── ApostrophicLabs ├── LightScribe ├── RCSL-1.0 ├── RCSL-1.2 ├── RPSL ├── XVBA-SDK ├── animal-tracks ├── cicle ├── lightscribe ├── lightscribeSDK └── truecrypt-3.0 ├── lxde-base └── lxpanel │ ├── Manifest │ ├── files │ └── start-here.png │ └── lxpanel-0.10.0-r1.ebuild ├── media-fonts ├── animal-tracks │ ├── Manifest │ └── animal-tracks-1.0.ebuild ├── asenine │ ├── Manifest │ └── asenine-1.0.ebuild ├── cicle │ ├── Manifest │ └── cicle-1.0.ebuild └── sabayon-fonts │ └── sabayon-fonts-1.0.ebuild ├── media-gfx └── xsane-gimp │ ├── Manifest │ ├── xsane-gimp-0.998-r1.ebuild │ └── xsane-gimp-0.999.ebuild ├── media-tv └── kodi-raspberrypi │ ├── Manifest │ ├── files │ ├── 99-input.rules │ ├── chvt.sudoers │ ├── generate.sh │ ├── kodi-9999-nomythtv.patch │ ├── kodi-raspberrypi-14.0-dvddemux-ffmpeg.patch │ ├── kodi-raspberrypi-14.1-gcc-5.patch │ ├── kodi-raspberrypi-14.1-no-arm-flags.patch │ ├── kodi-raspberrypi-15.1-gcc-5.patch │ ├── kodi-raspberrypi-15.1-texturepacker.patch │ ├── kodi-raspberrypi-16-ffmpeg3.patch │ ├── kodi-raspberrypi-9999-no-arm-flags.patch │ ├── kodi-raspberrypi-9999-texturepacker.patch │ ├── kodi-raspberrypi.service │ ├── kodi.rules │ └── startkodi │ ├── kodi-raspberrypi-16.0.ebuild │ ├── kodi-raspberrypi-16.1.ebuild │ └── kodi-raspberrypi-17.0.ebuild ├── metadata └── layout.conf ├── net-dns ├── avahi-base │ ├── Manifest │ ├── avahi-base-0.7-r3.ebuild │ ├── avahi-base-0.8-r2.ebuild │ ├── files │ │ ├── autoipd-openrc.sh │ │ ├── autoipd.sh │ │ ├── avahi-0.7-CVE-2017-6519.patch │ │ ├── avahi-0.7-python3-gdbm.patch │ │ ├── avahi-0.7-python3-unittest.patch │ │ ├── avahi-0.7-python3.patch │ │ ├── avahi-0.7-qt5.patch │ │ └── avahi-0.7-remove-empty-avahi_discover.patch │ └── metadata.xml ├── avahi-generate.sh ├── avahi-gtk │ ├── Manifest │ ├── avahi-gtk-0.7-r3.ebuild │ ├── avahi-gtk-0.8-r2.ebuild │ ├── files │ └── metadata.xml ├── avahi-gtk3 │ ├── Manifest │ ├── avahi-gtk3-0.7-r3.ebuild │ ├── avahi-gtk3-0.8-r2.ebuild │ ├── files │ └── metadata.xml ├── avahi-mono │ ├── Manifest │ ├── avahi-mono-0.7-r3.ebuild │ ├── avahi-mono-0.8-r2.ebuild │ ├── files │ └── metadata.xml ├── avahi.ebuild.jinja2 └── avahi │ ├── avahi-0.7-r3.ebuild │ ├── avahi-0.8-r2.ebuild │ └── metadata.xml ├── net-irc ├── quassel-client │ ├── Manifest │ ├── files │ ├── metadata.xml │ ├── quassel-client-0.12.5-r2.ebuild │ └── quassel-client-0.13.1.ebuild ├── quassel-common │ ├── Manifest │ ├── quassel-common-0.12.5-r2.ebuild │ └── quassel-common-0.13.1.ebuild ├── quassel-core │ ├── Manifest │ ├── files │ ├── quassel-core-0.12.5-r2.ebuild │ └── quassel-core-0.13.1.ebuild └── quassel │ ├── Manifest │ ├── files │ ├── quassel-0.12.5-qt511.patch │ ├── quassel.logrotate │ ├── quasselcore.conf-r1 │ ├── quasselcore.init-r1 │ └── quasselcore.service │ ├── metadata.xml │ ├── quassel-0.12.5-r2.ebuild │ └── quassel-0.13.1.ebuild ├── net-p2p └── bittorrent │ ├── Manifest │ ├── bittorrent-4.4.0-r5.ebuild │ ├── files │ ├── bittorrent-4.4.0-bencode-float.patch │ ├── bittorrent-4.4.0-css-support.patch │ ├── bittorrent-4.4.0-fastresume.patch │ ├── bittorrent-4.4.0-hashlib.patch │ ├── bittorrent-4.4.0-keyerror.patch │ ├── bittorrent-4.4.0-no-version-check.patch │ ├── bittorrent-4.4.0-pkidir.patch │ ├── bittorrent-4.4.0-pygtk-thread-warnings.patch │ ├── bittorrent-4.4.0-python26-syntax.patch │ ├── bittorrent-4.4.0-sabayon-parsedir-recursive.patch │ ├── bittorrent-tracker.confd │ ├── bittorrent-tracker.initd │ ├── bittorrent-tracker.service │ └── bittorrent.desktop │ └── metadata.xml ├── net-print ├── brother-hl5340d-drivers │ ├── Manifest │ ├── brother-hl5340d-drivers-2.0.4-r1.ebuild │ ├── brother-hl5340d-drivers-2.0.4-r2.ebuild │ └── files │ │ └── cupswrapper.patch └── xerox-phaser6000-drivers │ ├── Manifest │ ├── xerox-phaser6000-drivers-20110222-r1.ebuild │ └── xerox-phaser6000-drivers-20110222.ebuild ├── net-vpn ├── wireguard-modules │ ├── Manifest │ ├── files │ │ ├── wireguard-modules-4.19.patch │ │ └── wireguard-modules-5.4.patch │ ├── wireguard-modules-0.0.20200105.ebuild │ └── wireguard-modules-1.0.20200413.ebuild └── wireguard │ ├── Manifest │ ├── files │ └── wireguard-revert_65e1f2838401bf033f3c8a8cdd718589574d9d2d.patch │ └── wireguard-0.0.20190406-r1.ebuild ├── profiles ├── default │ └── linux │ │ ├── amd64 │ │ └── 17.0 │ │ │ └── sabayon │ │ │ ├── eapi │ │ │ └── parent │ │ └── arm │ │ └── 17.0 │ │ └── armv7a │ │ └── sabayon │ │ ├── eapi │ │ └── parent ├── package.mask ├── profiles.desc ├── repo_name ├── targets │ └── sabayon │ │ ├── amd64 │ │ ├── eapi │ │ ├── make.defaults │ │ ├── package.accept_keywords │ │ ├── package.mask │ │ ├── package.use │ │ └── use.force │ │ ├── arm │ │ ├── eapi │ │ ├── make.defaults │ │ ├── package.accept_keywords │ │ ├── package.mask │ │ ├── package.use │ │ └── use.force │ │ ├── core │ │ └── perl │ │ │ ├── eapi │ │ │ └── package.accept_keywords │ │ └── x86_64 ├── thirdpartymirrors ├── updates │ ├── 1Q-2011 │ ├── 1Q-2012 │ ├── 1Q-2013 │ ├── 2Q-2009 │ ├── 2Q-2011 │ ├── 2Q-2013 │ ├── 2Q-2015 │ ├── 3Q-2011 │ ├── 3Q-2015 │ ├── 4Q-2010 │ └── 4Q-2016 └── use.local.desc ├── scripts ├── artwork-bump.sh ├── atoms-in-commit-range.sh ├── generic-kernel-bump.sh ├── hardened-kernel-bump.sh ├── packagekit-bump.sh ├── sabayon-kernel-bump.sh ├── sabayon-kernel-cleanup.sh └── sabayon-multislot-cleaner.sh ├── sets.conf ├── sets ├── X ├── build-essentials ├── enlightenment ├── entropy ├── entropy-no-kde ├── fluxbox ├── gnome ├── gst-plugins ├── gst-plugins-extra ├── ime-fonts ├── ime-fonts-support ├── intel-kernels ├── intel-kernels-3.14 ├── intel-kernels-3.16 ├── intel-kernels-4.14 ├── intel-kernels-4.16 ├── intel-kernels-4.19 ├── intel-kernels-4.20 ├── intel-kernels-4.4 ├── intel-kernels-4.9 ├── intel-kernels-5.3 ├── intel-kernels-5.4 ├── intel-kernels-5.5 ├── intel-kernels-5.6 ├── intel-kernels-5.7 ├── intel-kernels-5.8 ├── lxde ├── sabayon-artwork ├── wireless └── xfce ├── sys-apps ├── baselayout │ ├── Manifest │ ├── baselayout-2.6-r1.ebuild │ ├── baselayout-2.7.ebuild │ ├── files │ │ └── baselayout-sabayon-os-release.patch │ └── metadata.xml ├── cookbug │ ├── cookbug-0.4.ebuild │ └── files │ │ └── cookbug ├── lsb-release │ ├── Manifest │ ├── files │ │ └── lsb-release-sabayon-version.patch │ ├── lsb-release-1.4.ebuild │ └── metadata.xml ├── portage │ ├── Manifest │ ├── files │ │ └── portage-ccache.conf │ ├── portage-2.3.69.ebuild │ └── portage-2.3.89-r3.ebuild ├── sabayon-lib-migration-check │ └── sabayon-lib-migration-check-1.ebuild ├── sabayon-lib-migration │ └── sabayon-lib-migration-1.ebuild └── systemd │ ├── Manifest │ ├── files │ ├── 247-cgroup-test.patch │ ├── blacklist-146 │ ├── gentoo-generator-path-r2.patch │ ├── gentoo-journald-audit.patch │ ├── gentoo-pam.patch │ ├── gentoo-systemctl-disable-sysv-sync-r1.patch │ ├── gentoo-systemctl-disable-sysv-sync.patch │ └── nsswitch.conf │ ├── metadata.xml │ └── systemd-247.2-r4.ebuild ├── sys-boot ├── efibootmgr │ ├── Manifest │ ├── efibootmgr-0.12.ebuild │ ├── efibootmgr-16.ebuild │ └── files │ │ └── efibootmgr-error-reporting.patch ├── grub-handler │ ├── files │ │ └── grub-handler │ └── grub-handler-0.2-r6.ebuild ├── grub │ ├── Manifest │ ├── files │ │ ├── 00_fonts │ │ ├── 05_distro_theme │ │ ├── 101-freetype2_fix_mkfont.patch │ │ ├── 2.02-X86_64_PLT32.patch │ │ ├── 2.02-freetype-capitalise-variables.patch │ │ ├── 2.02-freetype-pkg-config.patch │ │ ├── 2.02-gcc8.patch │ │ ├── 2.02-multiple-early-initrd.patch │ │ ├── 2.02-xfs-sparse-inodes.patch │ │ ├── 2.02_beta3-10_linux-UUID.patch │ │ ├── 2.02_beta3-gcc6-ld-no-pie.patch │ │ ├── 2.02_beta3-sysmacros.patch │ │ ├── CVE-2015-8370.patch │ │ ├── gfxpayload.patch │ │ ├── grub-0.97-Add-esp-to-list-of-clobbered-registers.patch │ │ ├── grub-0.97-gfxmenu-v8.patch │ │ ├── grub-0.97-ncurses-pkgconfig.patch │ │ ├── grub-0.97-uuid_doc.patch │ │ ├── grub-1.96-genkernel.patch │ │ ├── grub-1.97-genkernel.patch │ │ ├── grub-1.97-hostdisk.patch │ │ ├── grub-1.97-vga-deprecated.patch │ │ ├── grub-1.97-wallpaper-settings-support.patch │ │ ├── grub-1.98-add-legacy-rootfs-detection.patch │ │ ├── grub-1.98-follow-dev-mapper-symlinks.patch │ │ ├── grub-1.98-genkernel-initramfs-single.patch │ │ ├── grub-1.98-genkernel.patch │ │ ├── grub-1.98-wallpaper-settings-support.patch │ │ ├── grub-1.99-disable-floppies.patch │ │ ├── grub-1.99-vga-deprecated-not-yet.patch │ │ ├── grub-1.99-vga-deprecated.patch │ │ ├── grub-1.99-wallpaper-settings-support.patch │ │ ├── grub-1.99-workaround-raid-bios-bug.patch │ │ ├── grub-2.00-20_linux_xen.patch │ │ ├── grub-2.00-compression.patch │ │ ├── grub-2.00-config-quoting.patch │ │ ├── grub-2.00-dmraid.patch │ │ ├── grub-2.00-fix-locale-en.mo.gz-not-found-error-message.patch │ │ ├── grub-2.00-freebsd.patch │ │ ├── grub-2.00-genkernel-initramfs-single.patch │ │ ├── grub-2.00-hardcoded-awk.patch │ │ ├── grub-2.00-no-gets.patch │ │ ├── grub-2.00-os-prober-efi-system.patch │ │ ├── grub-2.00-parallel-make.patch │ │ ├── grub-2.00-secureboot-user-sign-2.patch │ │ ├── grub-2.00-secureboot-user-sign.patch │ │ ├── grub-2.00-texinfo.patch │ │ ├── grub-2.00-tftp-endian.patch │ │ ├── grub-2.00-vga-deprecated-not-yet.patch │ │ ├── grub-2.00-wallpaper-settings-support.patch │ │ ├── grub-2.00-zfs-feature-flag-support-r1.patch │ │ ├── grub-2.00-zfs-feature-flag-support.patch │ │ ├── grub-2.02_beta2-KERNEL_GLOBS.patch │ │ ├── grub-2.02_beta2-libzfs.patch │ │ ├── grub-2.02_beta2-lvm2-raid1.patch │ │ ├── grub.conf.gentoo │ │ ├── grub.default-2 │ │ ├── grub.default-3 │ │ ├── grub2-default │ │ ├── grub2-default-1.99 │ │ ├── splash.xpm.gz │ │ ├── ubuntu-upstream-1.98 │ │ │ ├── 01_uuids_and_lvm_dont_play_along_nicely.diff │ │ │ ├── 902_boot_blocklist_hack.diff │ │ │ ├── 904_disable_floppies.diff │ │ │ ├── 956_loopback_root.diff │ │ │ ├── 957_handle_loopback.diff │ │ │ ├── 958_linux_no_loopmount.diff │ │ │ ├── 960_raid_virtio.diff │ │ │ ├── 961_dmraid_probe.diff │ │ │ ├── 962_no_device_map.diff │ │ │ ├── 968_hostdisk_speedup.diff │ │ │ ├── 969_lvm_raid_probe.diff │ │ │ ├── 970_fix_locale_installation.diff │ │ │ ├── 971_langpacks.diff │ │ │ ├── 974_drive_probe.diff │ │ │ └── 975_hostdisk_hd.diff │ │ └── ubuntu-upstream │ │ │ ├── 01_uuids_and_lvm_dont_play_along_nicely.diff │ │ │ └── 904_disable_floppies.diff │ ├── grub-2.02-r3.ebuild │ └── metadata.xml └── plymouth │ ├── Manifest │ ├── files │ ├── 0.9.2-systemdsystemunitdir.patch │ ├── 0.9.3-glibc-sysmacros.patch │ ├── gdm-plymouth.service │ ├── kdm-plymouth.service │ ├── lightdm-plymouth.service │ ├── lxdm-plymouth.service │ ├── plymouth-0.8.9_pre1-sysmacros.patch │ ├── plymouth-sabayon-defaults-2.patch │ ├── plymouth-sabayon-defaults.patch │ └── slim-plymouth.service │ ├── metadata.xml │ ├── plymouth-0.9.2.ebuild │ ├── plymouth-0.9.4-r1.ebuild │ └── plymouth-0.9.5.ebuild ├── sys-devel ├── base-gcc │ ├── Manifest │ ├── base-gcc-6.4.0-r1.ebuild │ ├── base-gcc-7.3.0-r3.ebuild │ ├── base-gcc-8.2.0-r6.ebuild │ ├── files │ │ ├── awk │ │ │ ├── fixlafiles.awk │ │ │ └── fixlafiles.awk-no_gcc_la │ │ ├── base-gcc-4.8.4-no_instrument_function.patch │ │ ├── fix_libtool_files.sh │ │ ├── gcc-8.3.0-ia64-bootstrap.patch │ │ ├── gcc-configure-LANG.patch │ │ ├── gcc-configure-texinfo.patch │ │ ├── gcc-spec-env-r1.patch │ │ ├── gcc-spec-env.patch │ │ ├── mkinfodir │ │ └── pro-police-docs.patch │ └── metadata.xml ├── gcc-config │ ├── Manifest │ ├── files │ │ ├── gcc-config-1.8-dont_source_functions_sh_from_etc_initd.patch │ │ ├── gcc-config-sabayon-base-gcc-support-2.patch │ │ └── gcc-config-sabayon-base-gcc-support.patch │ ├── gcc-config-1.8-r1.ebuild │ ├── gcc-config-1.8.ebuild │ ├── gcc-config-2.2.1.ebuild │ └── metadata.xml └── gcc │ ├── Manifest │ ├── files │ ├── 3.3.4 │ │ └── libffi-without-libgcj.patch │ ├── 3.4.3 │ │ ├── libffi-nogcj-lib-path-fix.patch │ │ └── libffi-without-libgcj.patch │ ├── 3.4.4 │ │ └── gcc-3.4.4-cross-compile.patch │ ├── 4.1.0 │ │ ├── gcc-4.1.0-cross-compile.patch │ │ └── gcc-4.1.0-fast-math-i386-Os-workaround.patch │ ├── awk │ │ ├── fixlafiles.awk │ │ └── fixlafiles.awk-no_gcc_la │ ├── c89 │ ├── c99 │ ├── fix_libtool_files.sh │ ├── gcc-4.6.2-fix-ICE-on-arm.patch │ ├── gcc-4.6.4-fix-ICE-on-arm.patch │ ├── gcc-4.6.4-spec-env.patch │ ├── gcc-4.8.4-no_instrument_function.patch │ ├── gcc-4.9.4-bootstrap.patch │ ├── gcc-8.3.0-ia64-bootstrap.patch │ ├── gcc-8.3.0-norisc32.patch │ ├── gcc-9.1.0-norisc32.patch │ ├── gcc-configure-LANG.patch │ ├── gcc-configure-texinfo.patch │ ├── gcc-spec-env-r1.patch │ ├── gcc-spec-env.patch │ ├── mkinfodir │ └── pro-police-docs.patch │ ├── gcc-6.4.0-r1.ebuild │ ├── gcc-7.3.0-r3.ebuild │ ├── gcc-8.2.0-r6.ebuild │ └── metadata.xml ├── sys-kernel ├── genkernel-next │ ├── Manifest │ └── genkernel-next-70.ebuild ├── linux-sabayon │ ├── Manifest │ ├── linux-sabayon-4.14.195.ebuild │ ├── linux-sabayon-4.14.200.ebuild │ ├── linux-sabayon-4.14.201.ebuild │ ├── linux-sabayon-4.14.202.ebuild │ ├── linux-sabayon-4.14.203.ebuild │ ├── linux-sabayon-4.19.142.ebuild │ ├── linux-sabayon-4.19.149.ebuild │ ├── linux-sabayon-4.19.150.ebuild │ ├── linux-sabayon-4.19.151.ebuild │ ├── linux-sabayon-4.19.152.ebuild │ ├── linux-sabayon-4.19.153.ebuild │ ├── linux-sabayon-4.19.154.ebuild │ ├── linux-sabayon-4.4.233.ebuild │ ├── linux-sabayon-4.4.234.ebuild │ ├── linux-sabayon-4.4.238.ebuild │ ├── linux-sabayon-4.4.239.ebuild │ ├── linux-sabayon-4.4.240.ebuild │ ├── linux-sabayon-4.4.241.ebuild │ ├── linux-sabayon-4.9.233.ebuild │ ├── linux-sabayon-4.9.234.ebuild │ ├── linux-sabayon-4.9.238.ebuild │ ├── linux-sabayon-4.9.239.ebuild │ ├── linux-sabayon-4.9.240.ebuild │ ├── linux-sabayon-4.9.241.ebuild │ ├── linux-sabayon-5.4.72.ebuild │ ├── linux-sabayon-5.4.73.ebuild │ ├── linux-sabayon-5.5.17.ebuild │ ├── linux-sabayon-5.5.18.ebuild │ ├── linux-sabayon-5.5.19.ebuild │ ├── linux-sabayon-5.6.18.ebuild │ ├── linux-sabayon-5.7.19.ebuild │ ├── linux-sabayon-5.8.13.ebuild │ ├── linux-sabayon-5.8.14.ebuild │ ├── linux-sabayon-5.8.15.ebuild │ ├── linux-sabayon-5.8.16.ebuild │ ├── linux-sabayon-5.8.17.ebuild │ ├── linux-sabayon-5.8.5.ebuild │ └── linux-sabayon.skel ├── sabayon-dracut │ ├── files │ │ ├── sabayon-dracut │ │ └── sabayon.conf │ ├── metadata.xml │ └── sabayon-dracut-1.5.ebuild └── sabayon-sources │ ├── Manifest │ ├── sabayon-sources-4.14.193.ebuild │ ├── sabayon-sources-4.14.194.ebuild │ ├── sabayon-sources-4.14.195.ebuild │ ├── sabayon-sources-4.14.200.ebuild │ ├── sabayon-sources-4.14.201.ebuild │ ├── sabayon-sources-4.14.202.ebuild │ ├── sabayon-sources-4.14.203.ebuild │ ├── sabayon-sources-4.19.149.ebuild │ ├── sabayon-sources-4.19.150.ebuild │ ├── sabayon-sources-4.19.151.ebuild │ ├── sabayon-sources-4.19.152.ebuild │ ├── sabayon-sources-4.19.153.ebuild │ ├── sabayon-sources-4.19.154.ebuild │ ├── sabayon-sources-4.19.97.ebuild │ ├── sabayon-sources-4.19.98.ebuild │ ├── sabayon-sources-4.19.99.ebuild │ ├── sabayon-sources-4.4.231.ebuild │ ├── sabayon-sources-4.4.232.ebuild │ ├── sabayon-sources-4.4.233.ebuild │ ├── sabayon-sources-4.4.234.ebuild │ ├── sabayon-sources-4.4.238.ebuild │ ├── sabayon-sources-4.4.239.ebuild │ ├── sabayon-sources-4.4.240.ebuild │ ├── sabayon-sources-4.4.241.ebuild │ ├── sabayon-sources-4.9.232.ebuild │ ├── sabayon-sources-4.9.233.ebuild │ ├── sabayon-sources-4.9.234.ebuild │ ├── sabayon-sources-4.9.238.ebuild │ ├── sabayon-sources-4.9.239.ebuild │ ├── sabayon-sources-4.9.240.ebuild │ ├── sabayon-sources-4.9.241.ebuild │ ├── sabayon-sources-5.4.72.ebuild │ ├── sabayon-sources-5.4.73.ebuild │ ├── sabayon-sources-5.5.8.ebuild │ ├── sabayon-sources-5.5.9.ebuild │ ├── sabayon-sources-5.5.ebuild │ ├── sabayon-sources-5.6.18.ebuild │ ├── sabayon-sources-5.6.8.ebuild │ ├── sabayon-sources-5.6.9.ebuild │ ├── sabayon-sources-5.6.ebuild │ ├── sabayon-sources-5.7.19.ebuild │ ├── sabayon-sources-5.7.8.ebuild │ ├── sabayon-sources-5.7.9.ebuild │ ├── sabayon-sources-5.7.ebuild │ ├── sabayon-sources-5.8.13.ebuild │ ├── sabayon-sources-5.8.14.ebuild │ ├── sabayon-sources-5.8.15.ebuild │ ├── sabayon-sources-5.8.16.ebuild │ ├── sabayon-sources-5.8.17.ebuild │ ├── sabayon-sources-5.8.4.ebuild │ ├── sabayon-sources-5.8.5.ebuild │ ├── sabayon-sources-5.8.ebuild │ └── sabayon-sources.skel ├── sys-libs ├── efivar │ ├── Manifest │ ├── efivar-0.21.ebuild │ ├── efivar-37.ebuild │ └── files │ │ ├── 0.21-initializer.patch │ │ ├── 0.21-nvme_ioctl.h.patch │ │ ├── 0.22-flags.patch │ │ ├── 0.23-sysmacros.patch │ │ └── efivar-32-efi_guid_ux_capsule.patch ├── glibc │ ├── Manifest │ ├── files │ │ ├── 2.19 │ │ │ ├── glibc-2.19-ia64-gcc-4.8-reloc-hack.patch │ │ │ ├── glibc-2.19-kernel-2.6.16-compat.patch │ │ │ └── glibc-2.19-kernel-2.6.16-hide-pipe2.patch │ │ ├── 2.25 │ │ │ └── glibc-2.25-gentoo-chk_fail.c │ │ ├── nscd.service │ │ └── nscd.tmpfilesd │ ├── glibc-2.30-r9.ebuild │ ├── glibc-2.31-r1.ebuild │ ├── glibc-9999.ebuild │ └── metadata.xml └── kpmcore │ ├── kpmcore-4.0.2_rc1.ebuild │ ├── kpmcore-4.1.0.ebuild │ └── metadata.xml ├── virtual ├── fortran │ ├── fortran-0.ebuild │ └── metadata.xml ├── linux-binary-lts │ ├── linux-binary-lts-0.ebuild │ ├── linux-binary-lts-1.ebuild │ ├── linux-binary-lts-2.ebuild │ └── metadata.xml ├── linux-binary │ ├── linux-binary-2.ebuild │ ├── linux-binary-3.ebuild │ ├── linux-binary-4.ebuild │ └── metadata.xml ├── linux-sources │ ├── linux-sources-0.ebuild │ ├── linux-sources-1.ebuild │ └── metadata.xml └── pkgconfig │ └── pkgconfig-1.ebuild ├── www-apache └── mod_dav_svn │ ├── Manifest │ ├── files │ ├── metadata.xml │ ├── mod_dav_svn-1.12.0.ebuild │ ├── mod_dav_svn-1.12.2.ebuild │ └── mod_dav_svn-1.14.0.ebuild ├── www-apps └── gitweb │ ├── Manifest │ ├── files │ ├── gitweb-2.24.1.ebuild │ ├── gitweb-2.25.3.ebuild │ └── metadata.xml ├── www-client ├── ebuilds-new-version-Firefox-l10n.sh ├── firefox-l10n-ach │ ├── Manifest │ └── firefox-l10n-ach-84.0.ebuild ├── firefox-l10n-af │ ├── Manifest │ └── firefox-l10n-af-84.0.ebuild ├── firefox-l10n-an │ ├── Manifest │ └── firefox-l10n-an-84.0.ebuild ├── firefox-l10n-ar │ ├── Manifest │ └── firefox-l10n-ar-84.0.ebuild ├── firefox-l10n-ast │ ├── Manifest │ └── firefox-l10n-ast-84.0.ebuild ├── firefox-l10n-az │ ├── Manifest │ └── firefox-l10n-az-84.0.ebuild ├── firefox-l10n-be │ ├── Manifest │ └── firefox-l10n-be-84.0.ebuild ├── firefox-l10n-bg │ ├── Manifest │ └── firefox-l10n-bg-84.0.ebuild ├── firefox-l10n-bn │ ├── Manifest │ └── firefox-l10n-bn-84.0.ebuild ├── firefox-l10n-br │ ├── Manifest │ └── firefox-l10n-br-84.0.ebuild ├── firefox-l10n-bs │ ├── Manifest │ └── firefox-l10n-bs-84.0.ebuild ├── firefox-l10n-ca │ ├── Manifest │ └── firefox-l10n-ca-84.0.ebuild ├── firefox-l10n-cak │ ├── Manifest │ └── firefox-l10n-cak-84.0.ebuild ├── firefox-l10n-cs │ ├── Manifest │ └── firefox-l10n-cs-84.0.ebuild ├── firefox-l10n-cy │ ├── Manifest │ └── firefox-l10n-cy-84.0.ebuild ├── firefox-l10n-da │ ├── Manifest │ └── firefox-l10n-da-84.0.ebuild ├── firefox-l10n-de │ ├── Manifest │ └── firefox-l10n-de-84.0.ebuild ├── firefox-l10n-dsb │ ├── Manifest │ └── firefox-l10n-dsb-84.0.ebuild ├── firefox-l10n-el │ ├── Manifest │ └── firefox-l10n-el-84.0.ebuild ├── firefox-l10n-en-CA │ ├── Manifest │ └── firefox-l10n-en-CA-84.0.ebuild ├── firefox-l10n-en-GB │ ├── Manifest │ └── firefox-l10n-en-GB-84.0.ebuild ├── firefox-l10n-eo │ ├── Manifest │ └── firefox-l10n-eo-84.0.ebuild ├── firefox-l10n-es-AR │ ├── Manifest │ └── firefox-l10n-es-AR-84.0.ebuild ├── firefox-l10n-es-CL │ ├── Manifest │ └── firefox-l10n-es-CL-84.0.ebuild ├── firefox-l10n-es-ES │ ├── Manifest │ └── firefox-l10n-es-ES-84.0.ebuild ├── firefox-l10n-es-MX │ ├── Manifest │ └── firefox-l10n-es-MX-84.0.ebuild ├── firefox-l10n-et │ ├── Manifest │ └── firefox-l10n-et-84.0.ebuild ├── firefox-l10n-eu │ ├── Manifest │ └── firefox-l10n-eu-84.0.ebuild ├── firefox-l10n-fa │ ├── Manifest │ └── firefox-l10n-fa-84.0.ebuild ├── firefox-l10n-ff │ ├── Manifest │ └── firefox-l10n-ff-84.0.ebuild ├── firefox-l10n-fi │ ├── Manifest │ └── firefox-l10n-fi-84.0.ebuild ├── firefox-l10n-fr │ ├── Manifest │ └── firefox-l10n-fr-84.0.ebuild ├── firefox-l10n-fy-NL │ ├── Manifest │ └── firefox-l10n-fy-NL-84.0.ebuild ├── firefox-l10n-ga-IE │ ├── Manifest │ └── firefox-l10n-ga-IE-84.0.ebuild ├── firefox-l10n-gd │ ├── Manifest │ └── firefox-l10n-gd-84.0.ebuild ├── firefox-l10n-gl │ ├── Manifest │ └── firefox-l10n-gl-84.0.ebuild ├── firefox-l10n-gn │ ├── Manifest │ └── firefox-l10n-gn-84.0.ebuild ├── firefox-l10n-gu-IN │ ├── Manifest │ └── firefox-l10n-gu-IN-84.0.ebuild ├── firefox-l10n-he │ ├── Manifest │ └── firefox-l10n-he-84.0.ebuild ├── firefox-l10n-hi-IN │ ├── Manifest │ └── firefox-l10n-hi-IN-84.0.ebuild ├── firefox-l10n-hr │ ├── Manifest │ └── firefox-l10n-hr-84.0.ebuild ├── firefox-l10n-hsb │ ├── Manifest │ └── firefox-l10n-hsb-84.0.ebuild ├── firefox-l10n-hu │ ├── Manifest │ └── firefox-l10n-hu-84.0.ebuild ├── firefox-l10n-hy-AM │ ├── Manifest │ └── firefox-l10n-hy-AM-84.0.ebuild ├── firefox-l10n-ia │ ├── Manifest │ └── firefox-l10n-ia-84.0.ebuild ├── firefox-l10n-id │ ├── Manifest │ └── firefox-l10n-id-84.0.ebuild ├── firefox-l10n-is │ ├── Manifest │ └── firefox-l10n-is-84.0.ebuild ├── firefox-l10n-it │ ├── Manifest │ └── firefox-l10n-it-84.0.ebuild ├── firefox-l10n-ja │ ├── Manifest │ └── firefox-l10n-ja-84.0.ebuild ├── firefox-l10n-ka │ ├── Manifest │ └── firefox-l10n-ka-84.0.ebuild ├── firefox-l10n-kab │ ├── Manifest │ └── firefox-l10n-kab-84.0.ebuild ├── firefox-l10n-kk │ ├── Manifest │ └── firefox-l10n-kk-84.0.ebuild ├── firefox-l10n-km │ ├── Manifest │ └── firefox-l10n-km-84.0.ebuild ├── firefox-l10n-kn │ ├── Manifest │ └── firefox-l10n-kn-84.0.ebuild ├── firefox-l10n-ko │ ├── Manifest │ └── firefox-l10n-ko-84.0.ebuild ├── firefox-l10n-lij │ ├── Manifest │ └── firefox-l10n-lij-84.0.ebuild ├── firefox-l10n-lt │ ├── Manifest │ └── firefox-l10n-lt-84.0.ebuild ├── firefox-l10n-lv │ ├── Manifest │ └── firefox-l10n-lv-84.0.ebuild ├── firefox-l10n-mk │ ├── Manifest │ └── firefox-l10n-mk-84.0.ebuild ├── firefox-l10n-mr │ ├── Manifest │ └── firefox-l10n-mr-84.0.ebuild ├── firefox-l10n-ms │ ├── Manifest │ └── firefox-l10n-ms-84.0.ebuild ├── firefox-l10n-my │ ├── Manifest │ └── firefox-l10n-my-84.0.ebuild ├── firefox-l10n-nb-NO │ ├── Manifest │ └── firefox-l10n-nb-NO-84.0.ebuild ├── firefox-l10n-nl │ ├── Manifest │ └── firefox-l10n-nl-84.0.ebuild ├── firefox-l10n-nn-NO │ ├── Manifest │ └── firefox-l10n-nn-NO-84.0.ebuild ├── firefox-l10n-oc │ ├── Manifest │ └── firefox-l10n-oc-84.0.ebuild ├── firefox-l10n-pa-IN │ ├── Manifest │ └── firefox-l10n-pa-IN-84.0.ebuild ├── firefox-l10n-pl │ ├── Manifest │ └── firefox-l10n-pl-84.0.ebuild ├── firefox-l10n-pt-BR │ ├── Manifest │ └── firefox-l10n-pt-BR-84.0.ebuild ├── firefox-l10n-pt-PT │ ├── Manifest │ └── firefox-l10n-pt-PT-84.0.ebuild ├── firefox-l10n-rm │ ├── Manifest │ └── firefox-l10n-rm-84.0.ebuild ├── firefox-l10n-ro │ ├── Manifest │ └── firefox-l10n-ro-84.0.ebuild ├── firefox-l10n-ru │ ├── Manifest │ └── firefox-l10n-ru-84.0.ebuild ├── firefox-l10n-si │ ├── Manifest │ └── firefox-l10n-si-84.0.ebuild ├── firefox-l10n-sk │ ├── Manifest │ └── firefox-l10n-sk-84.0.ebuild ├── firefox-l10n-sl │ ├── Manifest │ └── firefox-l10n-sl-84.0.ebuild ├── firefox-l10n-son │ ├── Manifest │ └── firefox-l10n-son-84.0.ebuild ├── firefox-l10n-sq │ ├── Manifest │ └── firefox-l10n-sq-84.0.ebuild ├── firefox-l10n-sr │ ├── Manifest │ └── firefox-l10n-sr-84.0.ebuild ├── firefox-l10n-sv-SE │ ├── Manifest │ └── firefox-l10n-sv-SE-84.0.ebuild ├── firefox-l10n-ta │ ├── Manifest │ └── firefox-l10n-ta-84.0.ebuild ├── firefox-l10n-te │ ├── Manifest │ └── firefox-l10n-te-84.0.ebuild ├── firefox-l10n-th │ ├── Manifest │ └── firefox-l10n-th-84.0.ebuild ├── firefox-l10n-tr │ ├── Manifest │ └── firefox-l10n-tr-84.0.ebuild ├── firefox-l10n-uk │ ├── Manifest │ └── firefox-l10n-uk-84.0.ebuild ├── firefox-l10n-ur │ ├── Manifest │ └── firefox-l10n-ur-84.0.ebuild ├── firefox-l10n-uz │ ├── Manifest │ └── firefox-l10n-uz-84.0.ebuild ├── firefox-l10n-vi │ ├── Manifest │ └── firefox-l10n-vi-84.0.ebuild ├── firefox-l10n-xh │ ├── Manifest │ └── firefox-l10n-xh-84.0.ebuild ├── firefox-l10n-zh-CN │ ├── Manifest │ └── firefox-l10n-zh-CN-84.0.ebuild ├── firefox-l10n-zh-TW │ ├── Manifest │ └── firefox-l10n-zh-TW-84.0.ebuild └── install-Firefox-l10n.sh ├── x11-drivers ├── nvidia-drivers │ ├── Manifest │ ├── files │ │ ├── 10nvidia │ │ ├── libGL.la-r2 │ │ ├── nvidia │ │ ├── nvidia-169.07 │ │ ├── nvidia-drivers-3.13.patch │ │ ├── nvidia-drivers-3.14.patch │ │ ├── nvidia-drivers-3.19.patch │ │ ├── nvidia-drivers-304-3.13.patch │ │ ├── nvidia-drivers-304.135-linux-4.10.patch │ │ ├── nvidia-drivers-331.13-pax-usercopy.patch │ │ ├── nvidia-drivers-337.12-pax-constify.patch │ │ ├── nvidia-drivers-340-4.3.patch │ │ ├── nvidia-drivers-340.102-linux-4.10.patch │ │ ├── nvidia-drivers-340.102-linux-4.11.patch │ │ ├── nvidia-drivers-340.102-linux-4.12.patch │ │ ├── nvidia-drivers-340.104-linux-4.13.patch │ │ ├── nvidia-drivers-340.104-linux-4.14.patch │ │ ├── nvidia-drivers-340.96-kernel-4.6.patch │ │ ├── nvidia-drivers-340.96-uvm.patch │ │ ├── nvidia-drivers-346.16-pax-constify.patch │ │ ├── nvidia-drivers-346.16-pax-usercopy.patch │ │ ├── nvidia-drivers-355.06-pax.patch │ │ ├── nvidia-drivers-361.28-pax.patch │ │ ├── nvidia-drivers-364.12-pax.patch │ │ ├── nvidia-drivers-364.19-4.6.patch │ │ ├── nvidia-drivers-367.35-pax.patch │ │ ├── nvidia-drivers-367.35-profiles-rc.patch │ │ ├── nvidia-drivers-367.44-profiles-rc.patch │ │ ├── nvidia-drivers-367.57-pax.patch │ │ ├── nvidia-drivers-367.57-profiles-rc.patch │ │ ├── nvidia-drivers-370.23-profiles-rc.patch │ │ ├── nvidia-drivers-370.28-profiles-rc.patch │ │ ├── nvidia-drivers-375.20-pax.patch │ │ ├── nvidia-drivers-375.20-profiles-rc.patch │ │ ├── nvidia-drivers-375.26-linux-4.10.patch │ │ ├── nvidia-drivers-375.26-profiles-rc.patch │ │ ├── nvidia-drivers-390.42-4.16.patch │ │ ├── nvidia-drivers-390.87-4.20.patch │ │ ├── nvidia-drivers-390.87-dma-mapping.patch │ │ ├── nvidia-drivers-390.87-drm-connector.patch │ │ ├── nvidia-drivers-4.0.patch │ │ ├── nvidia-drivers-4.3.patch │ │ ├── nvidia-drivers-440.26-locale.patch │ │ ├── nvidia-drivers-pax-const.patch │ │ └── nvidia-drivers-pax-usercopy.patch │ ├── metadata.xml │ ├── nvidia-drivers-440.82.ebuild │ ├── nvidia-drivers-450.57.ebuild │ └── nvidia-drivers-450.66.ebuild └── nvidia-userspace │ ├── Manifest │ ├── files │ ├── 09nvidia │ ├── 90mutter-disable-culling │ ├── 95-nvidia-settings │ ├── 95-nvidia-settings-r1 │ ├── NVIDIA_glx-defines.patch │ ├── NVIDIA_glx-glheader.patch │ ├── eblits │ │ ├── donvidia.eblit │ │ ├── mtrr_check.eblit │ │ ├── src_install-libs.eblit │ │ └── want_tls.eblit │ ├── libGL.la-r2 │ ├── nvidia │ ├── nvidia-169.07 │ ├── nvidia-drivers-331.13-pax-usercopy.patch │ ├── nvidia-drivers-337.12-pax-constify.patch │ ├── nvidia-drivers-346.16-pax-constify.patch │ ├── nvidia-drivers-346.16-pax-usercopy.patch │ ├── nvidia-drivers-355.06-pax.patch │ ├── nvidia-drivers-361.28-pax.patch │ ├── nvidia-drivers-364.12-pax.patch │ ├── nvidia-drivers-367.35-pax.patch │ ├── nvidia-drivers-367.35-profiles-rc.patch │ ├── nvidia-drivers-367.44-profiles-rc.patch │ ├── nvidia-drivers-367.57-pax.patch │ ├── nvidia-drivers-367.57-profiles-rc.patch │ ├── nvidia-drivers-370.28-profiles-rc.patch │ ├── nvidia-drivers-375.20-pax.patch │ ├── nvidia-drivers-375.20-profiles-rc.patch │ ├── nvidia-drivers-375.26-profiles-rc.patch │ ├── nvidia-drivers-387.34-linker.patch │ ├── nvidia-drivers-pax-const.patch │ ├── nvidia-drivers-pax-usercopy.patch │ ├── nvidia-drivers-settings.desktop │ ├── nvidia-persistenced.conf │ ├── nvidia-persistenced.init │ ├── nvidia-rmmod.conf │ ├── nvidia-settings-linker.patch │ ├── nvidia-settings.desktop │ ├── nvidia-smi.init │ ├── nvidia-udev.sh │ ├── nvidia-udev.sh-r1 │ ├── nvidia-uvm.conf │ ├── nvidia-uvm.udev-rule │ └── nvidia.udev-rule │ ├── metadata.xml │ ├── nvidia-userspace-440.82.ebuild │ ├── nvidia-userspace-450.57.ebuild │ └── nvidia-userspace-450.66.ebuild ├── x11-misc ├── lightdm-base │ ├── Manifest │ ├── files │ │ ├── README.gentoo │ │ ├── Xsession │ │ ├── lightdm │ │ ├── lightdm-autologin │ │ └── lightdm.service │ ├── lightdm-base-1.28.0.ebuild │ └── metadata.xml ├── lightdm-gtk-greeter │ ├── Manifest │ ├── lightdm-gtk-greeter-2.0.3.ebuild │ └── lightdm-gtk-greeter-2.0.6.ebuild ├── lightdm-qt5 │ ├── Manifest │ ├── lightdm-qt5-1.28.0.ebuild │ └── metadata.xml ├── lightdm-settings │ ├── Manifest │ ├── lightdm-settings-1.2.6.ebuild │ ├── lightdm-settings-1.2.7.ebuild │ ├── lightdm-settings-1.2.8.ebuild │ ├── lightdm-settings-1.2.9.ebuild │ └── metadata.xml ├── lightdm-slick-greeter │ ├── Manifest │ ├── lightdm-slick-greeter-1.2.5.ebuild │ ├── lightdm-slick-greeter-1.2.6.ebuild │ ├── lightdm-slick-greeter-1.2.7.ebuild │ └── metadata.xml ├── lightdm │ ├── lightdm-1.28.0.ebuild │ └── metadata.xml └── sddm │ ├── Manifest │ ├── files │ ├── sddm-0.12.0-respect-user-flags.patch │ ├── sddm-0.13.0-password-focus.patch │ ├── sddm-0.16.0-Xsession.patch │ ├── sddm-0.16.0-ck2-revert.patch │ ├── sddm-0.18.0-Xsession.patch │ ├── sddm-0.18.0-sddmconfdir.patch │ └── systemd_service.patch │ ├── metadata.xml │ ├── sddm-0.17.0.ebuild │ └── sddm-0.18.0.ebuild └── x11-themes ├── gnome-colors-common ├── Manifest ├── gnome-colors-common-5.5.1-r13.ebuild └── metadata.xml ├── sabayon-artwork-core ├── files │ ├── 5.0 │ │ └── splash.xpm.gz │ └── sabayon-logo.png └── sabayon-artwork-core-14-r2.ebuild ├── sabayon-artwork-cursor ├── Manifest └── sabayon-artwork-cursor-14.ebuild ├── sabayon-artwork-extra ├── Manifest ├── sabayon-artwork-extra-11.ebuild ├── sabayon-artwork-extra-12.ebuild └── sabayon-artwork-extra-13.ebuild ├── sabayon-artwork-gnome ├── Manifest ├── files │ ├── 5.4-gtkrc-hotfix.patch │ ├── fix-saburreza-panelrc.patch │ ├── gdm │ │ └── Sabayon_Linux │ │ │ ├── GdmGreeterTheme.desktop │ │ │ ├── Sabayon40.xml │ │ │ ├── icon-language-active.png │ │ │ ├── icon-language-prelight.png │ │ │ ├── icon-language.png │ │ │ ├── icon-reboot-active.png │ │ │ ├── icon-reboot-prelight.png │ │ │ ├── icon-reboot.png │ │ │ ├── icon-session-active.png │ │ │ ├── icon-session-prelight.png │ │ │ ├── icon-session.png │ │ │ ├── icon-shutdown-active.png │ │ │ ├── icon-shutdown-prelight.png │ │ │ └── icon-shutdown.png │ ├── gnome-splash │ │ └── gnome-splash.png │ ├── org.sabayon.gschema.override │ ├── org.sabayon.gschema.override-14 │ ├── org.sabayon.gschema.override-14-r4 │ ├── org.sabayon.gschema.override-15 │ └── org.sabayon.gschema.override-15-r1 ├── sabayon-artwork-gnome-15-r1.ebuild └── sabayon-artwork-gnome-15-r2.ebuild ├── sabayon-artwork-grub ├── Manifest ├── sabayon-artwork-grub-14-r1.ebuild └── sabayon-artwork-grub-20.ebuild ├── sabayon-artwork-isolinux ├── Manifest └── sabayon-artwork-isolinux-20.ebuild ├── sabayon-artwork-lightdm-slick-greeter ├── files │ └── slick-greeter.conf ├── metadata.xml └── sabayon-artwork-lightdm-slick-greeter-1.0.ebuild ├── sabayon-artwork-lxde ├── Manifest ├── sabayon-artwork-lxde-11-r1.ebuild ├── sabayon-artwork-lxde-12.ebuild └── sabayon-artwork-lxde-13.ebuild ├── sabayon-artwork-mate ├── files │ └── org.sabayon.mate.gschema.override └── sabayon-artwork-mate-14-r5.ebuild ├── sabayon-artwork-nostalgia ├── Manifest └── sabayon-artwork-nostalgia-14.ebuild ├── sabayon-artwork-plymouth-base ├── Manifest ├── files │ └── plymouthd.conf ├── metadata.xml └── sabayon-artwork-plymouth-base-14.ebuild ├── sabayon-artwork-plymouth-default ├── Manifest ├── metadata.xml ├── sabayon-artwork-plymouth-default-14.ebuild └── sabayon-artwork-plymouth-default-17.ebuild ├── sabayon-artwork-sddm-base ├── files │ └── sddm.conf ├── metadata.xml └── sabayon-artwork-sddm-base-17.ebuild ├── sabayon-artwork-sddm-default ├── Manifest ├── metadata.xml └── sabayon-artwork-sddm-default-15-r2.ebuild ├── sabayon-artwork-wallpapers ├── Manifest ├── sabayon-artwork-wallpapers-16.10.ebuild ├── sabayon-artwork-wallpapers-18.04.ebuild └── sabayon-artwork-wallpapers-20.ebuild └── tango-icon-theme ├── ChangeLog ├── Manifest ├── metadata.xml └── tango-icon-theme-0.8.90-r2.ebuild /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | sudo: required 2 | 3 | services: 4 | - docker 5 | 6 | before_install: 7 | - docker pull sabayon/builder-amd64 8 | 9 | script: 10 | - ATOMS=$(./scripts/atoms-in-commit-range.sh ${TRAVIS_COMMIT_RANGE/.../..} sabayon-distro) 11 | && [ -n "$ATOMS" ] 12 | && docker run -e "TARGET_OVERLAY=/var/lib/layman/sabayon-distro" -e "DETECT_OBSOLETE=1" -e "QA_CHECKS=1" -e "PRETEND=1" -e "SKIP_PORTAGE_SYNC=1" -e "EQUO_MIRRORSORT=0" -v $TRAVIS_BUILD_DIR:/var/lib/layman/sabayon-distro sabayon/builder-amd64 $ATOMS 13 | || exit 0 14 | 15 | notifications: 16 | irc: "chat.freenode.net#sabayon-infra" 17 | -------------------------------------------------------------------------------- /app-admin/enman/Manifest: -------------------------------------------------------------------------------- 1 | DIST enman-1.4.0.tar.gz 27117 BLAKE2B 0994da801f1f75ee6107bca5710b7c2a902e3b3c7d24aee3691721d46f5155b984c0528664ae349d528fa546fbc6762fe590850c6f0eac69fd1f5d0209210693 SHA512 307f5c07bb7b7a147207da281a07f7ac774032efb395efcf0c71de83778ad79021a4ffc6b4649f39c41d546e20828e910b35eeaef3dd7960a95236c2814bff00 2 | -------------------------------------------------------------------------------- /app-admin/enman/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-admin/sabayon-mirrors/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | geaaru@sabayonlinux.org 6 | Daniele Rondina 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-crypt/pinentry-base/Manifest: -------------------------------------------------------------------------------- 1 | DIST pinentry-1.1.0.tar.bz2 467702 BLAKE2B cf43555848ab0dc60756fca123aba7599ebb1bfe0458b973ed9d84479f8de9ee69ef309b518b40aa340434d64d37793cf97c94f78f99820bc5c71ecd2aac7a49 SHA512 5012672925bcb5f683358c259e55e4b87c67cf063ad52c759308933733025c33f7ce08e5b8019ffc101cbf7ef30499040ef2fd34a7611698e65e1593f80948cd 2 | -------------------------------------------------------------------------------- /app-crypt/pinentry-gnome/files: -------------------------------------------------------------------------------- 1 | ../pinentry-base/files -------------------------------------------------------------------------------- /app-crypt/pinentry-gtk2/files: -------------------------------------------------------------------------------- 1 | ../pinentry-base/files -------------------------------------------------------------------------------- /app-crypt/pinentry-qt5/Manifest: -------------------------------------------------------------------------------- 1 | DIST pinentry-1.1.0.tar.bz2 467702 BLAKE2B cf43555848ab0dc60756fca123aba7599ebb1bfe0458b973ed9d84479f8de9ee69ef309b518b40aa340434d64d37793cf97c94f78f99820bc5c71ecd2aac7a49 SHA512 5012672925bcb5f683358c259e55e4b87c67cf063ad52c759308933733025c33f7ce08e5b8019ffc101cbf7ef30499040ef2fd34a7611698e65e1593f80948cd 2 | -------------------------------------------------------------------------------- /app-crypt/pinentry-qt5/files: -------------------------------------------------------------------------------- 1 | ../pinentry-base/files -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-base-modules/Manifest: -------------------------------------------------------------------------------- 1 | DIST calamares-sabayon-base-modules-1.15.tar.gz 4211 BLAKE2B 96cbdfdc721291fb8a8ef79a5e9df66fe41a663b6a992e3a5381aafd3983837c7be48b42b10b5eaaa602c695faba70b1576aaa77157fc236db668a80508f3185 SHA512 c6227ee9bd73679c775e4d412f80fc03118c011ecceafd0a5d6e9b30bf904d6a5947749bde1ad86d2a0b3cccc819e9a8a61f624c9e2c3443e188245fb5e76f13 2 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-base-modules/files/modules-conf/modules/machineid.conf: -------------------------------------------------------------------------------- 1 | --- 2 | # Whether to create /etc/machine-id for systemd. 3 | systemd: true 4 | # Whether to create /var/lib/dbus/machine-id for D-Bus. 5 | dbus: true 6 | # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id 7 | # (ignored if dbus is false, or if there is no /etc/machine-id to point to). 8 | symlink: true 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-base-modules/files/modules-conf/modules/removeuser.conf: -------------------------------------------------------------------------------- 1 | --- 2 | username: sabayonlive 3 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-base-modules/files/modules-conf/modules/unpackfs.conf: -------------------------------------------------------------------------------- 1 | --- 2 | unpack: 3 | - source: "/dev/live-base" 4 | sourcefs: "squashfs" 5 | destination: "" 6 | 7 | 8 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-base-modules/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@sabayon.org 6 | 7 | 8 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-branding/Manifest: -------------------------------------------------------------------------------- 1 | DIST calamares-sabayon-branding-20.03.tar.xz 3294860 BLAKE2B 20158d2ea5dcef5ff4053f325a2a6540f9ce43698a25a25e9535d8c340ab6dc53f8640bb3e98cfdac1ab18a460541503aa1f6ac95b73147c7323f4b47eb0c458 SHA512 40e22089e4d51f7928f3c9403eae46e84b0cbc1da1ba83b94a31ef4ab6eb510408d70de55e4e61e28243702e8a206f0398dc810dd2d12f95f788bce2a6fb5a40 2 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-branding/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@dark-lab.net 6 | Francesco Ferro 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-base-modules/Manifest: -------------------------------------------------------------------------------- 1 | DIST calamares-sabayon-server-base-modules-1.15.tar.gz 4211 BLAKE2B 96cbdfdc721291fb8a8ef79a5e9df66fe41a663b6a992e3a5381aafd3983837c7be48b42b10b5eaaa602c695faba70b1576aaa77157fc236db668a80508f3185 SHA512 c6227ee9bd73679c775e4d412f80fc03118c011ecceafd0a5d6e9b30bf904d6a5947749bde1ad86d2a0b3cccc819e9a8a61f624c9e2c3443e188245fb5e76f13 2 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-base-modules/files/modules-conf/modules/machineid.conf: -------------------------------------------------------------------------------- 1 | --- 2 | # Whether to create /etc/machine-id for systemd. 3 | systemd: true 4 | # Whether to create /var/lib/dbus/machine-id for D-Bus. 5 | dbus: true 6 | # Whether /var/lib/dbus/machine-id should be a symlink to /etc/machine-id 7 | # (ignored if dbus is false, or if there is no /etc/machine-id to point to). 8 | symlink: true 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-base-modules/files/modules-conf/modules/removeuser.conf: -------------------------------------------------------------------------------- 1 | --- 2 | username: sabayonlive 3 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-base-modules/files/modules-conf/modules/unpackfs.conf: -------------------------------------------------------------------------------- 1 | --- 2 | unpack: 3 | - source: "/dev/live-base" 4 | sourcefs: "squashfs" 5 | destination: "" 6 | 7 | 8 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-base-modules/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@dark-lab.net 6 | Francesco Ferro 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-branding/Manifest: -------------------------------------------------------------------------------- 1 | DIST calamares-sabayon-server-branding-15.10.tar.xz 2020180 SHA256 e0b76374243fe53b43f3033e7021ba922860a25a2985b5b85b71dc60db37caed SHA512 4dbbec4f337b4a7a9597c9583e0ae02e3df32715a736f680a295f9722345d5435f6e8295d1c856f2261ac3c132d5d7e56b71c722786a27bf397e88601f09f498 WHIRLPOOL ac2b636c2476a093f3afe566899c66588f0cb4d39c93a341710f550b2126ee72e0844d35e979d4c5548b893bd2fe1c9e3cd43ef23b53d6cb802fe184dcb8d3fd 2 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server-branding/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@dark-lab.net 6 | Francesco Ferro 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server/files/Installer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Workaround for locales since locale parsing is tricky in calamares 3 | pkexec cp -rf /etc/locale.gen.bak /etc/locale.gen 4 | calamares-pkexec 5 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon-server/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@dark-lab.net 6 | Francesco Ferro 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon/Manifest: -------------------------------------------------------------------------------- 1 | DIST installer-desktop-icon.png 8249 SHA256 802825158bb38546d721d8f894fddd104c7bd86a0a5ecf433354c09f1cd6cd7c SHA512 d2bfc27852e3f947e81cb8a0a2228a19168ba45e25df3ca6e529e08a77751056c370c7a809f13eabce18228e150e3c2638666bdc77f396835d2ddcc12619c6f2 WHIRLPOOL 03dd893cac59d967ff9eb81ca8b60de7994a0502c24ff20fe5e42496ba76c1616b194f5b326f57e42711965495e5c0bc721708082995a2dbb91198c11756e4cc 2 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon/files/Installer.desktop: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env xdg-open 2 | [Desktop Entry] 3 | Encoding=UTF-8 4 | Type=Application 5 | Name=Install Sabayon 6 | GenericName=System Installer 7 | TryExec=calamares 8 | Exec=/usr/bin/installer 9 | Comment=Calamares — System Installer 10 | Icon=installer-desktop-icon 11 | Terminal=false 12 | StartupNotify=false 13 | Categories=Qt;System; 14 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon/files/Installer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Workaround for locales since locale parsing is tricky in calamares 3 | pkexec cp -rf /etc/locale.gen.bak /etc/locale.gen 4 | calamares-pkexec 5 | -------------------------------------------------------------------------------- /app-misc/calamares-sabayon/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@dark-lab.net 6 | Francesco Ferro 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/entrofoo/Manifest: -------------------------------------------------------------------------------- 1 | DIST entrofoo-2.tar.bz2 345 SHA256 317c055d515044c6d5abc0ec39e8b6f69dad66648e6a3828f57bf1cb27f790a7 2 | DIST entrofoo.tar.bz2 327 SHA256 b0aedfab8e76c5593e93e54f0a192bfb1c01d9f24a7082ebb7203cc535b6886f 3 | -------------------------------------------------------------------------------- /app-misc/passwordless-upgrade/files/10-RigoDaemon.rules: -------------------------------------------------------------------------------- 1 | /* Allow users in the entropy group to launch system upgrades */ 2 | polkit.addRule(function(action, subject) { 3 | if (action.id == "org.sabayon.RigoDaemon.upgrade" && 4 | subject.isInGroup("entropy")) { 5 | return polkit.Result.YES; 6 | } 7 | }); 8 | -------------------------------------------------------------------------------- /app-misc/passwordless-upgrade/passwordless-upgrade-1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2015 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=5 5 | 6 | DESCRIPTION="Allow users in the entropy group to run system upgrades without password" 7 | HOMEPAGE="http://www.sabayon.org" 8 | LICENSE="GPL-2" 9 | 10 | SLOT="0" 11 | KEYWORDS="~amd64 ~arm ~x86" 12 | IUSE="" 13 | 14 | S="${WORKDIR}" 15 | 16 | src_install () { 17 | dodir /usr/share/polkit-1/rules.d 18 | insinto /usr/share/polkit-1/rules.d 19 | doins "${FILESDIR}/10-RigoDaemon.rules" 20 | } 21 | -------------------------------------------------------------------------------- /app-misc/sabayon-auto-updater/files/sabayon-auto-updater.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sabayon Automatic Update 3 | After=network-online.target 4 | 5 | [Service] 6 | Nice=19 7 | IOSchedulingClass=2 8 | IOSchedulingPriority=7 9 | Type=oneshot 10 | Environment=ACCEPT_LICENSE=* 11 | ExecStart=/bin/bash -c "systemd-inhibit /usr/bin/equo up" 12 | ExecStart=/bin/bash -c "systemd-inhibit /usr/bin/equo u" 13 | ExecStart=/bin/bash -c "systemd-inhibit /usr/bin/equo cleanup" 14 | TimeoutStopSec=180 15 | KillMode=process 16 | KillSignal=SIGINT 17 | 18 | [Install] 19 | WantedBy=multi-user.target 20 | -------------------------------------------------------------------------------- /app-misc/sabayon-auto-updater/files/sabayon-auto-updater.timer: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Automatic Update when booted up after 5 minutes then check the system for updates every 60 minutes 3 | 4 | [Timer] 5 | OnBootSec=5min 6 | OnUnitActiveSec=60min 7 | Unit=sabayon-auto-updater.service 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | -------------------------------------------------------------------------------- /app-misc/sabayon-auto-updater/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/sabayon-devkit/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/sabayon-greeter/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-greeter-0.12.tar.gz 973637 BLAKE2B e1d4a814e54e0de18acbcc5473d7d7189540b4b949ec272f0ebb5c3368c516b0f8c7345b6799500fb369d05d43aaf85fb7a63e9ce31353de01ccae72dca37070 SHA512 6a662faabd07653416dfaee75adb1be5d1e7efa3ea11fa265fc8235eabfcacd36330870452666b421da6d0da2f4ddae0804d2454b93144672e55c85ec15d6566 2 | -------------------------------------------------------------------------------- /app-misc/sabayon-greeter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@sabayon.org 6 | 7 | 8 | -------------------------------------------------------------------------------- /app-misc/sabayon-live/Manifest: -------------------------------------------------------------------------------- 1 | DIST 25.tar.gz 27254 BLAKE2B cd8d97f6b4e655ee14e6b673dd465e59d626b75c465cac8c2dc709546a0401cd94bc0c8452136afd09dccc29eb0d6d9185a6fd266e02a0ad0977c950e5b354b6 SHA512 a76f4aa975cc8889a2d08f856303d3e5c61740aa8de237dbf001a9a8f3629acee7438dd1d1ef684f8b44214b52e2f190bf03669663e5050c43f85057d3f8192a 2 | DIST 26.tar.gz 27314 BLAKE2B df5b34cc140b410c852da71aff562f3ffeec725be3e333d090e06f33330867296fab5a47f261fa131ba61a19a09dd4de512d36a2f6bc45157d26f67d9a0cc0b4 SHA512 da9d1da487e42c6de13f5eb60f0b11390f21b104b4455ba412b0a7eed331bf6cda5d489fcb478228adc0373692209a47ddbe588c929af00ad5847756906760ed 3 | -------------------------------------------------------------------------------- /app-misc/sabayon-live/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | Ettore Di Giacinto 7 | 8 | 9 | geaaru@sabayonlinux.org 10 | Daniele Rondina 11 | 12 | 13 | -------------------------------------------------------------------------------- /app-misc/sabayon-mce-rpi/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-mce-rpi-0.1.tar.gz 681493 SHA256 c09a04619cd2384779a5a191a82eee6d7fd7253ffff7d2c7211fae17b4fda2fe SHA512 b946a621589d9c1604ad5caa559b1cf00b489e304e8795565cb8ebb176d0569780e64447f8a4138f0f6a661f5e6231478df0cfe519010316ec8bc0374a6c38b2 WHIRLPOOL 2439e824089b72156e130069500518b5c5851611dd65827ba4b0a2defe36840c49329bd395b24652cdfbd1c9f353bf8539bb4201e25ba89ef3114d6bc51d6e68 2 | -------------------------------------------------------------------------------- /app-misc/sabayon-mce-rpi/files/sabayon-mce-rpi.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | DefaultDependencies=no 3 | After=sysinit.target local-fs.target 4 | Before=base.target 5 | 6 | [Service] 7 | StandardInput=tty 8 | StandardOutput=null 9 | ExecStart=/usr/bin/omxplayer --no-osd --no-keys -r /usr/share/sabayon/video/splash.mp4 10 | StandardError=null 11 | 12 | [Install] 13 | WantedBy=sysinit.target 14 | -------------------------------------------------------------------------------- /app-misc/sabayon-mce/files/1.1/bin/sabayon-mce-session: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # Start Xbox Media Center 3 | exec /usr/bin/xbmc --standalone -------------------------------------------------------------------------------- /app-misc/sabayon-mce/files/1.1/init.d/sabayon-mce: -------------------------------------------------------------------------------- 1 | #!/sbin/runscript 2 | 3 | depend() { 4 | after mtab sabayonlive 5 | before xdm 6 | need dbus 7 | need net 8 | } 9 | 10 | start() { 11 | ebegin "Configuring Sabayon Media Center if needed" 12 | /usr/libexec/sabayon-mce.sh 13 | eend $? 14 | } 15 | 16 | -------------------------------------------------------------------------------- /app-misc/sabayon-mce/files/1.1/systemd/sabayon-mce.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Sabayon Media Center setup 3 | Before=display-manager.service 4 | Wants=polkit.service smbd.service nmbd.service accounts-daemon.service 5 | After=smbd.service nmbd.service polkit.service accounts-daemon.service sabayonlive.service network.target 6 | 7 | [Service] 8 | Type=oneshot 9 | RemainAfterExit=true 10 | ExecStart=/usr/libexec/sabayon-mce.sh 11 | 12 | [Install] 13 | WantedBy=multi-user.target 14 | -------------------------------------------------------------------------------- /app-misc/sabayon-mce/files/1.1/xsession/sabayon-mce.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Name=Sabayon Media Center 4 | Comment=This session loads Sabayon in Media Center mode 5 | Exec=/usr/bin/sabayon-mce-session 6 | Icon= 7 | Type=Application 8 | 9 | -------------------------------------------------------------------------------- /app-misc/sabayon-sark/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-skel-17-r8.tar.gz 114357 BLAKE2B 26c818bf112bb09ddd0723e829feeb5421f70ed49c8507fcb43af47ea7165b3a47abb93000a7226460d3d1d649cdcaa44750e5927faef7cf432d731f35596c0e SHA512 cdb113364e0b99d9ad4544eb5893a97dfff644d25b8d42e8f251cc19307df4ae76bc0ff72dd734162a0ac5b99a4fcf5620e62500a04082c0c1ab79c61e511307 2 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/img/sabayon-weblink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/app-misc/sabayon-skel/files/4.0.97/img/sabayon-weblink.png -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-bugzilla.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://bugs.sabayon.org 6 | Icon=sabayon-weblink 7 | 8 | Name=Report Bugs 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-forum.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://forum.sabayon.org 6 | Icon=sabayon-weblink 7 | 8 | Name=Sabayon Help Forum 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-gentoo.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open http://www.gentoo.org/doc/en/index.xml 6 | Icon=sabayon-weblink 7 | 8 | Name=Gentoo Documentation 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-getlivehelp.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://www.sabayon.org/chat 6 | Icon=sabayon-weblink 7 | 8 | Name=Get Live Help 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-git.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://github.com/Sabayon 6 | Icon=sabayon-weblink 7 | 8 | Name=Sabayon Git Repos 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-homepage.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://www.sabayon.org 6 | Icon=sabayon-weblink 7 | 8 | Name=Sabayon Homepage 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-mirrors.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://www.sabayon.org/download 6 | Icon=sabayon-weblink 7 | 8 | Name=Download Locations 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-sabayon.directory: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Directory 4 | 5 | Icon=start-here 6 | Name=Sabayon 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/sabayon-skel/files/4.0.97/xdg/sabayon-wiki.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Type=Application 4 | 5 | Exec=xdg-open https://packages.sabayon.org 6 | Icon=sabayon-weblink 7 | 8 | Name=Sabayon Packages 9 | 10 | -------------------------------------------------------------------------------- /app-misc/sabayon-version/AUTOMATED: -------------------------------------------------------------------------------- 1 | This directory is automatically updated by the release process tools. 2 | The skel file is used as source for new versions, so make sure to edit 3 | that file as well. 4 | -------------------------------------------------------------------------------- /app-misc/sabayon-version/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | Ettore Di Giacinto 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-misc/screenfetch/Manifest: -------------------------------------------------------------------------------- 1 | DIST screenfetch-3.8.0.tar.gz 71970 BLAKE2B 783d14bb30f5858f2f2f8ac81c6c8bca2fa4c1e7c9225d9ba13a7ace05c365459e277bea625b680fc3e3fedd0303507a583190d866627cedcb33e042aa8fdca7 SHA512 903f42e3bfcd719c4d6b91d10e5678063e223c2baa58214c7e8dae9ea925852f9e2c07ad90148e02d87ce5f9af7b989e80e93c2f569cd579e6f4f7d5c49c62f2 2 | -------------------------------------------------------------------------------- /app-misc/screenfetch/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hwoarang@gentoo.org 6 | Markos Chandras 7 | 8 | 9 | Use the media-gfx/scrot package to take screenshots 10 | 11 | 12 | KittyKatt/screenFetch 13 | 14 | 15 | -------------------------------------------------------------------------------- /app-portage/unsymlink-lib/Manifest: -------------------------------------------------------------------------------- 1 | DIST unsymlink-lib-17.tar.gz 10550 BLAKE2B 036cf63e3619113763f01086fbd952fb2a6efda4d4f4989a5d8cadc0d47b439cba0fab84d53336d615ccbec4e0815519cd4709162f11bbf5fa42c770b928f6f2 SHA512 b981419e320da74f983c184f2b9739b0f1cdae7adf1b9d29c3221b7d010432f6844ff3bdf93793b2f701e2337acebc28a6bd2df0763a081cd8e53a8400aaea42 2 | -------------------------------------------------------------------------------- /app-portage/unsymlink-lib/files/shebang.patch: -------------------------------------------------------------------------------- 1 | Modification for the binary distribution world; details are in the ebuild. 2 | Using Python 2, as with Python 3 only 3.6 has been tested. 3 | Index: unsymlink-lib-17/unsymlink-lib 4 | =================================================================== 5 | --- unsymlink-lib-17/unsymlink-lib 6 | +++ unsymlink-lib-17/unsymlink-lib 7 | @@ -1,4 +1,4 @@ 8 | -#!/usr/bin/env python 9 | +#!/usr/bin/env python2 10 | # -*- coding: utf-8 -*- 11 | 12 | from __future__ import print_function 13 | -------------------------------------------------------------------------------- /app-text/pastebunz/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | lxnay@gentoo.org 6 | Fabio Erculiani 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-text/poppler-base/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Install command-line PDF converters and various utilities. 6 | Enable signatures handling with dev-libs/nss 7 | 8 | 9 | -------------------------------------------------------------------------------- /app-text/poppler-glib/files: -------------------------------------------------------------------------------- 1 | ../poppler-base/files -------------------------------------------------------------------------------- /app-text/poppler-glib/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Enable GObject introspection. 6 | Install command-line PDF converters and various utilities. 7 | Enable signatures handling with dev-libs/nss 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-text/poppler-qt5/files: -------------------------------------------------------------------------------- 1 | ../poppler-base/files -------------------------------------------------------------------------------- /dev-libs/klibc/files/klibc-1.4.11-interp-flags.patch: -------------------------------------------------------------------------------- 1 | diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild 2 | index c2bfd2f..8066bda 100644 3 | --- a/usr/klibc/Kbuild 4 | +++ b/usr/klibc/Kbuild 5 | @@ -152,7 +152,7 @@ # build interp.o 6 | targets += interp.o 7 | 8 | quiet_cmd_interp = BUILD $@ 9 | - cmd_interp = $(KLIBCCC) $(klibccflags) -D__ASSEMBLY__ \ 10 | + cmd_interp = $(KLIBCCC) $(klibccflags) $(EXTRA_KLIBCAFLAGS) -D__ASSEMBLY__ \ 11 | -DLIBDIR=\"$(SHLIBDIR)\" \ 12 | -DSOHASH=\"$(SOLIBHASH)\" \ 13 | -c -o $@ $< 14 | -------------------------------------------------------------------------------- /dev-libs/klibc/files/klibc-1.5.7-strip-fix-dash-s.patch: -------------------------------------------------------------------------------- 1 | diff -Naurp klibc-1.5.7-orig/klcc/klcc.in klibc-1.5.7/klcc/klcc.in 2 | --- klibc-1.5.7-orig/klcc/klcc.in 2007-12-03 01:17:26.000000000 +0100 3 | +++ klibc-1.5.7/klcc/klcc.in 2007-12-03 01:18:39.000000000 +0100 4 | @@ -259,7 +259,7 @@ if ( $operation ne '' ) { 5 | unlink(@rmobjs); 6 | 7 | if ( $strip && !$rv ) { 8 | - $rv = mysystem($STRIP, @STRIPFLAGS, $output); 9 | + $rv = mysystem($STRIP, @STRIPFLAGS, $output || 'a.out'); 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /dev-libs/klibc/files/klibc-2.0.2-mkfifo.patch: -------------------------------------------------------------------------------- 1 | diff -Nuar --exclude '*.g' --exclude '*.cmd' klibc-2.0.2-r1/work/klibc-2.0.2/usr/utils/mkfifo.c klibc-2.0.2.orig/work/klibc-2.0.2/usr/utils/mkfifo.c 2 | --- a/usr/utils/mkfifo.c 2012-10-03 09:41:43.000000000 -0700 3 | +++ b/usr/utils/mkfifo.c 2013-12-26 13:19:34.270949780 -0800 4 | @@ -13,6 +13,11 @@ 5 | 6 | char *progname; 7 | 8 | +int mkfifo (const char *__p, mode_t __m) 9 | +{ 10 | + return mknod(__p, (__m & ~S_IFMT) | S_IFIFO, (dev_t) 0); 11 | +} 12 | + 13 | static int make_fifo(char *dir) 14 | { 15 | if (mkfifo(dir, leaf_mode)) { 16 | -------------------------------------------------------------------------------- /dev-libs/klibc/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /dev-libs/libcec-raspberrypi/Manifest: -------------------------------------------------------------------------------- 1 | DIST libcec-4.0.2.tar.gz 334995 BLAKE2B bdbebeb339ce39f2f740805c4c627cc5190cc0dd57d0d87e3d3aa4ba8feeba103336d035fb8b282358f2e08fa470111be43df4df48870be0e9aa93f35434d0ef SHA512 7bb80965cd1bef713f59bff136dc4a7f1172c4a9bdb8e2f59c6bcc5b74110848c0b2912263280ea68177908a688127e8d7208fc43ce6e65d589343b85395a0bb 2 | -------------------------------------------------------------------------------- /dev-libs/libsuinput/libsuinput-0.4.ebuild: -------------------------------------------------------------------------------- 1 | EAPI="3" 2 | 3 | DESCRIPTION="Helper functions to simplify Uinput usage." 4 | HOMEPAGE="http://codegrove.org/projects/libsuinput" 5 | SRC_URI="http://edge.launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" 6 | 7 | LICENSE="GPL-3" 8 | SLOT="0" 9 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" 10 | IUSE="" 11 | 12 | RDEPEND="" 13 | DEPEND="${RDEPEND}" 14 | 15 | 16 | src_install() { 17 | emake DESTDIR="${D}" install || die "emake install failed" 18 | } 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /dev-libs/libsuinput/libsuinput-0.5.ebuild: -------------------------------------------------------------------------------- 1 | EAPI="3" 2 | 3 | DESCRIPTION="Helper functions to simplify Uinput usage." 4 | HOMEPAGE="http://codegrove.org/projects/libsuinput" 5 | SRC_URI="http://edge.launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" 6 | 7 | LICENSE="GPL-3" 8 | SLOT="0" 9 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" 10 | IUSE="" 11 | 12 | RDEPEND="" 13 | DEPEND="${RDEPEND}" 14 | 15 | 16 | src_install() { 17 | emake DESTDIR="${D}" install || die "emake install failed" 18 | } 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /dev-python/d2to1/Manifest: -------------------------------------------------------------------------------- 1 | DIST d2to1-0.2.12_p1.tar.gz 35973 BLAKE2B 19cc191b18168cdbe291235eeb7d0a6f9c9ad9e049c91a337541903ee39c0f1b247bc966c311bd703ddf0283b33fa0a2dc09ec5ba78cd694bc9cdee17c625575 SHA512 89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d 2 | -------------------------------------------------------------------------------- /dev-python/d2to1/d2to1-0.2.12_p1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{3_4,3_5,3_6,3_7,3_8} ) 7 | inherit distutils-r1 8 | 9 | DESCRIPTION="It converts distutils2's setup.cfg to setuptools' setup.py" 10 | HOMEPAGE="https://github.com/embray/d2to1" 11 | SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-0.2.12.post1.tar.gz -> ${P}.tar.gz" 12 | 13 | LICENSE="MIT" 14 | SLOT="0" 15 | KEYWORDS="~amd64" 16 | REQUIRED_USE="${PYTHON_REQUIRED_USE}" 17 | 18 | S="${WORKDIR}/${PN}-0.2.12.post1" 19 | -------------------------------------------------------------------------------- /dev-python/pygobject-base/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | gnome@gentoo.org 6 | Gentoo GNOME Desktop 7 | 8 | 9 | python@gentoo.org 10 | Python 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-python/pygobject-cairo/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | gnome@gentoo.org 6 | Gentoo GNOME Desktop 7 | 8 | 9 | python@gentoo.org 10 | Python 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-python/pygobject/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | gnome@gentoo.org 6 | Gentoo GNOME Desktop 7 | 8 | 9 | python@gentoo.org 10 | Python 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-python/shyaml/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | geaaru@sabayonlinux.org 10 | geaaru 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-util/dirstr/Manifest: -------------------------------------------------------------------------------- 1 | DIST dirstr-0_p1.tar.gz 12075 BLAKE2B a1628c811fa1c8cfbb1495967b288d9accb0572fac529488c4f6a8e50602cab418375182f6280acdfdd83f7916a7f5157dfdd0026c0d1ebd6ba8f7b8d51aca1d SHA512 0657d54b48a18988993d697f4c92d4148a5b2a85107a83452e6bcd625b4ec47a11e8e5cf757591b59aa6d035192f497e63b825580494c3279455265a69e04632 2 | -------------------------------------------------------------------------------- /dev-util/dirstr/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /dev-vcs/git-cvs/files: -------------------------------------------------------------------------------- 1 | ../git/files -------------------------------------------------------------------------------- /dev-vcs/git-gui-tools/files: -------------------------------------------------------------------------------- 1 | ../git/files -------------------------------------------------------------------------------- /dev-vcs/git-subversion/files: -------------------------------------------------------------------------------- 1 | ../git/files -------------------------------------------------------------------------------- /dev-vcs/git/files/git-2.2.0-svn-fe-linking.patch: -------------------------------------------------------------------------------- 1 | --- git-2.2.0/contrib/svn-fe/Makefile 2 | +++ git-2.2.0/contrib/svn-fe/Makefile 3 | @@ -74,7 +74,7 @@ 4 | endif 5 | 6 | svn-fe$X: svn-fe.o $(VCSSVN_LIB) $(XDIFF_LIB) $(GIT_LIB) 7 | - $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) $(EXTLIBS) -o $@ svn-fe.o $(LIBS) 8 | + $(QUIET_LINK)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ svn-fe.o $(LIBS) $(EXTLIBS) 9 | 10 | svn-fe.o: svn-fe.c ../../vcs-svn/svndump.h 11 | $(QUIET_CC)$(CC) $(CFLAGS) -I../../vcs-svn -o $*.o -c $< 12 | -------------------------------------------------------------------------------- /dev-vcs/git/files/git-daemon-r1.initd: -------------------------------------------------------------------------------- 1 | #!/sbin/openrc-run 2 | # Copyright 1999-2016 Gentoo Foundation 3 | # Distributed under the terms of the GNU General Public License v2 4 | 5 | pidfile="/var/run/git-daemon.pid" 6 | command="/usr/bin/git" 7 | command_args="daemon ${GITDAEMON_OPTS}" 8 | command_user="${GIT_USER:-nobody}:${GIT_GROUP:-nobody}" 9 | start_stop_daemon_args="-e HOME= -e XDG_CONFIG_HOME= -b -m" 10 | 11 | depend() { 12 | use logger 13 | } 14 | -------------------------------------------------------------------------------- /dev-vcs/git/files/git-daemon.socket: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Git Activation Socket 3 | 4 | [Socket] 5 | ListenStream=9418 6 | Accept=true 7 | 8 | [Install] 9 | WantedBy=sockets.target 10 | -------------------------------------------------------------------------------- /dev-vcs/git/files/git-daemon.xinetd: -------------------------------------------------------------------------------- 1 | service git-daemon 2 | { 3 | disable = yes 4 | socket_type = stream 5 | wait = no 6 | user = nobody 7 | type = UNLISTED 8 | protocol = tcp 9 | log_on_failure += USERID 10 | port = 9418 11 | server = /usr/bin/git 12 | server_args = daemon --inetd --syslog --export-all --base-path=/var/git 13 | } 14 | -------------------------------------------------------------------------------- /dev-vcs/git/files/git-daemon_at-r1.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Git Repositories Server Daemon 3 | Documentation=man:git-daemon(1) 4 | 5 | [Service] 6 | User=nobody 7 | Group=nobody 8 | # Ignore non-zero exit status, access error makes git-daemon return them 9 | ExecStart=-/usr/libexec/git-core/git-daemon --inetd --base-path=/var/git --verbose 10 | StandardInput=socket 11 | StandardOutput=inherit 12 | StandardError=journal 13 | -------------------------------------------------------------------------------- /dev-vcs/subversion-java/files: -------------------------------------------------------------------------------- 1 | ../subversion/files -------------------------------------------------------------------------------- /dev-vcs/subversion-java/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /dev-vcs/subversion/files/47_mod_dav_svn.conf: -------------------------------------------------------------------------------- 1 | 2 | LoadModule dav_svn_module modules/mod_dav_svn.so 3 | 4 | LoadModule authz_svn_module modules/mod_authz_svn.so 5 | 6 | 7 | # Example configuration: 8 | # 9 | # DAV svn 10 | # SVNPath ${SVN_REPOS_LOC}/repos 11 | # AuthType Basic 12 | # AuthName "Subversion repository" 13 | # AuthUserFile ${SVN_REPOS_LOC}/conf/svnusers 14 | # Require valid-user 15 | # 16 | 17 | -------------------------------------------------------------------------------- /dev-vcs/subversion/files/svnserve.confd: -------------------------------------------------------------------------------- 1 | # The commented variables in this file are the defaults that are used 2 | # in the init-script. You don't need to uncomment them except to 3 | # customize them to different values. 4 | 5 | # Options for svnserve 6 | #SVNSERVE_OPTS="--root=/var/svn" 7 | 8 | # User and group as which to run svnserve 9 | #SVNSERVE_USER="svn" 10 | #SVNSERVE_GROUP="svnusers" 11 | -------------------------------------------------------------------------------- /dev-vcs/subversion/files/svnserve.xinetd: -------------------------------------------------------------------------------- 1 | service svn 2 | { 3 | socket_type = stream 4 | wait = no 5 | user = apache 6 | group = apache 7 | umask = 002 8 | protocol = tcp 9 | log_on_failure += USERID HOST 10 | port = 3690 11 | server = /usr/bin/svnserve 12 | server_args = -i 13 | disable = yes 14 | } 15 | -------------------------------------------------------------------------------- /licenses/RCSL-1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/licenses/RCSL-1.2 -------------------------------------------------------------------------------- /lxde-base/lxpanel/Manifest: -------------------------------------------------------------------------------- 1 | DIST lxpanel-0.10.0.tar.xz 1544700 BLAKE2B ea210feee23b2da1c9f6199bfc274c46e1142d6397ca0d1d8359329068ed6e46eaebff90fb220ce14121ed19cb5c60014230c7a7e42867318317845751418a7b SHA512 3e664eef3cf0f37cf4609f53f1f40f5d50e94ae088c497be0439851ea8f1426ef6ec1373d146e2e0ef1b9f51f557ae19eb5fb1059b0e5fcd5b1c49fd76207a59 2 | -------------------------------------------------------------------------------- /lxde-base/lxpanel/files/start-here.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/lxde-base/lxpanel/files/start-here.png -------------------------------------------------------------------------------- /media-fonts/animal-tracks/Manifest: -------------------------------------------------------------------------------- 1 | DIST animal-tracks-1.0.tar.lzma 49669 SHA256 e8d77e076db8f5c0db974579408933c0800985935b995777ee66f76f9d45f1ad 2 | -------------------------------------------------------------------------------- /media-fonts/asenine/Manifest: -------------------------------------------------------------------------------- 1 | DIST asenine-1.0.tar.lzma 57540 SHA256 9d3950daea563b76f541500f01e689563572e87be866994cb78c38f1293aca01 2 | -------------------------------------------------------------------------------- /media-fonts/cicle/Manifest: -------------------------------------------------------------------------------- 1 | DIST cicle-1.0.tar.lzma 529242 SHA256 ca800491c2acf4d8b6d0e9a10148083a4a8e9a68385d613c16ad0cc9df9d47f3 2 | -------------------------------------------------------------------------------- /media-fonts/sabayon-fonts/sabayon-fonts-1.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2009 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | # 4 | 5 | EAPI="2" 6 | 7 | DESCRIPTION="Meta Package to install the Sabayon Artwork fonts" 8 | HOMEPAGE="http://www.sabayon.org/" 9 | 10 | LICENSE="GPL-2" 11 | SLOT="0" 12 | KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" 13 | IUSE="" 14 | 15 | RDEPEND="media-fonts/asenine 16 | media-fonts/animal-tracks 17 | media-fonts/cicle" 18 | -------------------------------------------------------------------------------- /media-tv/kodi-raspberrypi/files/99-input.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="tty[0-9]*", GROUP="tty", MODE="0660" 2 | -------------------------------------------------------------------------------- /media-tv/kodi-raspberrypi/files/chvt.sudoers: -------------------------------------------------------------------------------- 1 | %kodi ALL = NOPASSWD:/usr/bin/chvt 2 | -------------------------------------------------------------------------------- /media-tv/kodi-raspberrypi/files/kodi-raspberrypi-14.0-dvddemux-ffmpeg.patch: -------------------------------------------------------------------------------- 1 | sniped from: 2 | http://cvs.rpmfusion.org/viewvc/rpms/kodi/devel/kodi-14.0-dvddemux-ffmpeg.patch?root=free&view=markup 3 | 4 | --- xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 5 | +++ xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp 6 | @@ -519,10 +519,6 @@ 7 | 8 | void CDVDDemuxFFmpeg::Flush() 9 | { 10 | - // naughty usage of an internal ffmpeg function 11 | - if (m_pFormatContext) 12 | - av_read_frame_flush(m_pFormatContext); 13 | - 14 | m_currentPts = DVD_NOPTS_VALUE; 15 | 16 | m_pkt.result = -1; 17 | -------------------------------------------------------------------------------- /media-tv/kodi-raspberrypi/files/kodi-raspberrypi.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Starts instance of Kodi using xinit 3 | After=systemd-user-sessions.service network.target sound.target 4 | Conflicts=getty@tty7.service 5 | 6 | [Service] 7 | User = kodi 8 | Group = kodi 9 | PAMName=login 10 | TTYPath=/dev/tty7 11 | ExecStart=/usr/bin/startkodi 12 | Restart=on-failure 13 | StartLimitInterval=3min 14 | StartLimitBurst=5 15 | StartLimitAction=reboot 16 | StandardInput=tty 17 | 18 | [Install] 19 | WantedBy=multi-user.target 20 | -------------------------------------------------------------------------------- /media-tv/kodi-raspberrypi/files/kodi.rules: -------------------------------------------------------------------------------- 1 | polkit.addRule(function(action, subject) { 2 | if (subject.user == "kodi") { 3 | polkit.log("action=" + action); 4 | polkit.log("subject=" + subject); 5 | if (action.id.indexOf("org.freedesktop.login1.") == 0) { 6 | return polkit.Result.YES; 7 | } 8 | if (action.id.indexOf("org.freedesktop.udisks.") == 0) { 9 | return polkit.Result.YES; 10 | } 11 | } 12 | }); 13 | -------------------------------------------------------------------------------- /metadata/layout.conf: -------------------------------------------------------------------------------- 1 | masters = gentoo 2 | thin-manifests = true 3 | -------------------------------------------------------------------------------- /net-dns/avahi-gtk/files: -------------------------------------------------------------------------------- 1 | ../avahi-base/files -------------------------------------------------------------------------------- /net-dns/avahi-gtk3/files: -------------------------------------------------------------------------------- 1 | ../avahi-base/files -------------------------------------------------------------------------------- /net-dns/avahi-mono/files: -------------------------------------------------------------------------------- 1 | ../avahi-base/files -------------------------------------------------------------------------------- /net-irc/quassel-client/files: -------------------------------------------------------------------------------- 1 | ../quassel/files -------------------------------------------------------------------------------- /net-irc/quassel-core/files: -------------------------------------------------------------------------------- 1 | ../quassel/files -------------------------------------------------------------------------------- /net-irc/quassel/files/quassel.logrotate: -------------------------------------------------------------------------------- 1 | /var/log/quassel.log { 2 | compress 3 | rotate 4 4 | weekly 5 | delaycompress 6 | copytruncate 7 | missingok 8 | notifempty 9 | } 10 | -------------------------------------------------------------------------------- /net-irc/quassel/files/quasselcore.conf-r1: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | # Loglevel Debug|Info|Warning|Error. Default is: Info 5 | #LOGLEVEL="Info" 6 | 7 | # The address(es) quasselcore will listen on. Default is 0.0.0.0 8 | #LISTEN="0.0.0.0" 9 | 10 | # The port quasselcore will listen at. Default is: 4242 11 | #PORT="4242" 12 | -------------------------------------------------------------------------------- /net-irc/quassel/files/quasselcore.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Quassel Core 3 | After=network.target 4 | 5 | [Service] 6 | User=quassel 7 | Group=quassel 8 | ExecStart=/usr/bin/quasselcore --configdir=/var/lib/quassel 9 | 10 | [Install] 11 | WantedBy=multi-user.target 12 | -------------------------------------------------------------------------------- /net-p2p/bittorrent/Manifest: -------------------------------------------------------------------------------- 1 | DIST BitTorrent-4.4.0.tar.gz 1255281 SHA256 1c9338ed384240258b5733a814670e2dee8ca2fb65babf3f0ca07978707301e0 SHA512 04ac6690fe11225c182c10dd3e7a84b53d84fd795efdc8a8d502835bc1c728a95c6cb12cc42173aadc483eff39bfaaba3df418fc86114c240748631e91d6ddd8 WHIRLPOOL 99e38f8da90e9eadaa0e3d14cc4bf102964443e951da98a423383d5d428b253a736bbee4ed6c4475e8a0ba5456f515e28346c1ea2328b5ed8c642cf50a13b15c 2 | -------------------------------------------------------------------------------- /net-p2p/bittorrent/files/bittorrent-4.4.0-no-version-check.patch: -------------------------------------------------------------------------------- 1 | Disable check for new versions. 2 | 3 | --- a/BitTorrent/NewVersion.py 4 | +++ b/BitTorrent/NewVersion.py 5 | @@ -128,6 +128,9 @@ class Updater(object): 6 | 7 | 8 | def get(self): 9 | + self.debug('Skipping version check') 10 | + return 11 | + 12 | try: 13 | self.get_available() 14 | except BTFailure, e: 15 | -------------------------------------------------------------------------------- /net-p2p/bittorrent/files/bittorrent.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Encoding=UTF-8 3 | Name=BitTorrent File Transfer 4 | Comment=Distributed download of files from the Internet 5 | Exec=bittorrent 6 | Icon=/usr/share/pixmaps/bittorrent.ico 7 | Terminal=false 8 | Type=Application 9 | StartupNotify=true 10 | Categories=Network;FileTransfer;P2P; 11 | MimeType=application/x-bittorrent; 12 | -------------------------------------------------------------------------------- /net-p2p/bittorrent/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | dirtyepic@gentoo.org 6 | Ryan Hill 7 | 8 | 9 | skullbocks@sabayon.org 10 | Francesco Ferretti 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-print/xerox-phaser6000-drivers/Manifest: -------------------------------------------------------------------------------- 1 | DIST 6000_6010_rpm_1.01_20110222.zip 462888 SHA256 3cb437d2a83fe18718ee73f0293cef17b7129f16e7302c94752e93b4e9152ff2 SHA512 37a72fafdaa3e874c12b9678d2754c43d86d7f057ecc5aa3e3d628f871150083c0fa2813ba7b2e9cb6c8d87bb319447218e32705b00a3af0a37a5cc38aed6ff0 WHIRLPOOL b5b01345b0266022ceaaa9c08d6a4553f1abc4472d332ecf9e37fe57e8535c5463123efb407e5cdc192012bc7d8d1c3a95db1c57caf7b2a6b9077ec95306c005 2 | -------------------------------------------------------------------------------- /net-vpn/wireguard-modules/Manifest: -------------------------------------------------------------------------------- 1 | DIST wireguard-linux-compat-0.0.20200105.tar.xz 261236 BLAKE2B 679902e7bea78c42fb49ec51141b1d543e966056fa341eb058266b7810dfeca09c5eb81a4c93e695762581f01fe1212acd8d5f4846a3bed8c37451b112d2d78e SHA512 a27d863e7af9ecbdad784d9ebd6b7613cb6a3a8749d2552c0ecc932c606ed08effc9600813d8cc6801748041456d6e59aab28b9ba486986c88f3d2e90a9209bd 2 | -------------------------------------------------------------------------------- /net-vpn/wireguard-modules/files/wireguard-modules-4.19.patch: -------------------------------------------------------------------------------- 1 | --- a/src/compat/compat.h 2020-01-11 00:06:44.697743445 +0100 2 | +++ b/src/compat/compat.h 2020-01-11 00:07:25.152055141 +0100 3 | @@ -824,7 +824,7 @@ 4 | #define COMPAT_CANNOT_DEPRECIATE_BH_RCU 5 | #endif 6 | 7 | -#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 10) && !defined(ISRHEL8) 8 | +#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 19, 0) && !defined(ISRHEL8) 9 | static inline void skb_mark_not_on_list(struct sk_buff *skb) 10 | { 11 | skb->next = NULL; 12 | -------------------------------------------------------------------------------- /net-vpn/wireguard-modules/files/wireguard-modules-5.4.patch: -------------------------------------------------------------------------------- 1 | --- a/src/compat/compat.h 2020-01-10 15:19:57.747201214 +0100 2 | +++ b/src/compat/compat.h 2020-01-10 15:22:54.046429593 +0100 3 | @@ -861,7 +861,7 @@ 4 | }) 5 | #endif 6 | 7 | -#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 5) && LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)) || LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 18) 8 | +#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 0) || LINUX_VERSION_CODE < KERNEL_VERSION(5, 3, 18) 9 | #define ipv6_dst_lookup_flow(a, b, c, d) ipv6_dst_lookup(a, b, &dst, c) + (void *)0 ?: dst 10 | #endif 11 | 12 | -------------------------------------------------------------------------------- /net-vpn/wireguard/Manifest: -------------------------------------------------------------------------------- 1 | DIST WireGuard-0.0.20190406.tar.xz 324112 BLAKE2B 11a67eae986b0adac11dc88c899d68e3c5510bd7fa438bbd378eaa5b3c184b3dd726f625950e6800e0f53662cd1c23d5a78c954edd9a3387f278700bffeab607 SHA512 e3035030299f5a6ae3ac0c2e35dc2d54745cda8f31185b21c6590f1ddcc9c7a83bf7b71cc71f6d48ed6dc8f2b31f3c704f8fa85685d4113f4c560f7eba7b7d5e 2 | -------------------------------------------------------------------------------- /profiles/default/linux/amd64/17.0/sabayon/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/default/linux/amd64/17.0/sabayon/parent: -------------------------------------------------------------------------------- 1 | ../../../../../../../../../../usr/portage/profiles/default/linux/amd64/17.0 2 | ../../../../../../../../../../usr/portage/profiles/targets/systemd 3 | ../../../../../targets/sabayon/amd64 4 | ../../../../../targets/sabayon/core/perl 5 | -------------------------------------------------------------------------------- /profiles/default/linux/arm/17.0/armv7a/sabayon/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/default/linux/arm/17.0/armv7a/sabayon/parent: -------------------------------------------------------------------------------- 1 | ../../../../../../../../../../../usr/portage/profiles/default/linux/arm/17.0/armv7a 2 | ../../../../../../../../../../../usr/portage/profiles/targets/systemd 3 | ../../../../../../targets/sabayon/arm 4 | ../../../../../../targets/sabayon/core/perl 5 | -------------------------------------------------------------------------------- /profiles/package.mask: -------------------------------------------------------------------------------- 1 | ##### unmask #### 2 | 3 | # example 4 | # -~sys-boot/grub-1.99 5 | -------------------------------------------------------------------------------- /profiles/profiles.desc: -------------------------------------------------------------------------------- 1 | arm default/linux/arm/17.0/armv7a/sabayon stable 2 | amd64 default/linux/amd64/17.0/sabayon stable 3 | -------------------------------------------------------------------------------- /profiles/repo_name: -------------------------------------------------------------------------------- 1 | sabayon-distro 2 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/amd64/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/amd64/use.force: -------------------------------------------------------------------------------- 1 | # Force the GNU/Linux ELIBC, KERNEL, and USERLAND 2 | elibc_glibc 3 | kernel_linux 4 | 5 | # force GNU userland (even though base profile sets this too) 6 | userland_GNU 7 | 8 | 9 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/arm/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/arm/use.force: -------------------------------------------------------------------------------- 1 | # Force the GNU/Linux ELIBC, KERNEL, and USERLAND 2 | elibc_glibc 3 | kernel_linux 4 | 5 | # force GNU userland (even though base profile sets this too) 6 | userland_GNU 7 | 8 | 9 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/core/perl/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/targets/sabayon/x86_64: -------------------------------------------------------------------------------- 1 | amd64 -------------------------------------------------------------------------------- /profiles/thirdpartymirrors: -------------------------------------------------------------------------------- 1 | sabayon https://downloads.svc.sabayon.org/distfiles http://sabayon.c3sl.ufpr.br/distfiles http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/distfiles http://ftp.rnl.ist.utl.pt/pub/sabayon/distfiles http://ftp.fsn.hu/pub/linux/distributions/sabayon/distfiles http://ftp.nluug.nl/pub/os/Linux/distr/sabayonlinux/distfiles http://sabayon.mirror.dkm.cz/pub/sabayon/distfiles http://mirror.internode.on.net/pub/sabayon/distfiles http://sabayonlinux.mirror.garr.it/mirrors/sabayonlinux/distfiles http://distfiles.sabayon.org 2 | -------------------------------------------------------------------------------- /profiles/updates/1Q-2011: -------------------------------------------------------------------------------- 1 | slotmove kde-misc/kgrubeditor 0 4 2 | -------------------------------------------------------------------------------- /profiles/updates/1Q-2012: -------------------------------------------------------------------------------- 1 | move sys-kernel/linux-beagleboard sys-kernel/linux-beaglebone 2 | move sys-kernel/beagleboard-sources sys-kernel/beaglebone-sources 3 | move net-p2p/transmission-gtk+ net-p2p/transmission-gtk 4 | -------------------------------------------------------------------------------- /profiles/updates/2Q-2009: -------------------------------------------------------------------------------- 1 | move media-video/xbmc media-tv/xbmc 2 | -------------------------------------------------------------------------------- /profiles/updates/2Q-2013: -------------------------------------------------------------------------------- 1 | move sys-fs/zfs-userspace sys-fs/zfs 2 | move sys-kernel/genkernel sys-kernel/genkernel-next 3 | move sys-kernel/beagle-sources sys-kernel/sabayon-sources 4 | move sys-kernel/panda-sources sys-kernel/sabayon-sources 5 | move sys-kernel/linux-beagle sys-kernel/linux-sabayon 6 | move sys-kernel/linux-panda sys-kernel/linux-sabayon 7 | move app-misc/sabayonlive-tools app-misc/sabayon-live 8 | -------------------------------------------------------------------------------- /profiles/updates/2Q-2015: -------------------------------------------------------------------------------- 1 | move kde-base/oxygen-icons kde-apps/oxygen-icons 2 | -------------------------------------------------------------------------------- /profiles/updates/3Q-2011: -------------------------------------------------------------------------------- 1 | slotmove kde-misc/entropy-kioslaves 0 4 2 | -------------------------------------------------------------------------------- /profiles/updates/4Q-2010: -------------------------------------------------------------------------------- 1 | move sys-kernel/linux-server-sources sys-kernel/server-sources 2 | move sys-kernel/linux-sabayon-sources sys-kernel/sabayon-sources 3 | move app-cdr/lacie-lightscribe-labeler app-cdr/lightscribe-lacie 4 | move app-cdr/lightscribe app-cdr/lightscribe-simplelabeler 5 | -------------------------------------------------------------------------------- /profiles/use.local.desc: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2015 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | # $Id$ 4 | 5 | # This file contains descriptions of local USE flags, and the ebuilds which 6 | # contain them. 7 | 8 | # Keep it sorted. 9 | 10 | x11-drivers/xf86-video-i810:ubuntu-patches - Apply patches from ubuntu mainstream 11 | -------------------------------------------------------------------------------- /scripts/atoms-in-commit-range.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ -z "$1" ] || [ -z "$2" ]; then 4 | echo atoms-in-commit-range.sh 4d20aafb548c7f9b7ef9a69fa2af37ec9d6312f8..999d41a089f4a74c145b2acecebf80a4eeae18c3 overlay 5 | exit 1 6 | fi 7 | 8 | 9 | git diff-tree --name-status -r --no-commit-id ${1} \ 10 | | grep -v "^D" \ 11 | | sed -r -e 's/^[a-zA-Z0-9]+[[:space:]]*//' -e 's:^([^/]+/[^/]+).*:\1:' \ 12 | | sort -u \ 13 | | grep -E '^(virtual/|[^/]+-)' \ 14 | | awk "{print \$1 \"::${2}\"}" 15 | -------------------------------------------------------------------------------- /scripts/generic-kernel-bump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ -z "$3" ]; then 3 | echo do-kernel-bump.sh NAME OLDVER NEWVER 4 | exit 5 | fi 6 | 7 | NAME=$1 8 | OLD=$2 9 | NEW=$3 10 | PACKAGES="sys-kernel/${NAME}-sources sys-kernel/linux-${NAME}" 11 | 12 | for package in ${PACKAGES}; do 13 | name=$(echo ${package} | cut -d/ -f2) 14 | cp ${package}/${name}-${OLD}.ebuild ${package}/${name}-${NEW}.ebuild 15 | git add ${package}/${name}-${NEW}.ebuild 16 | ebuild ${package}/${name}-${NEW}.ebuild manifest 17 | done 18 | -------------------------------------------------------------------------------- /scripts/hardened-kernel-bump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ -z "$2" ]; then 3 | echo do-kernel-bump.sh OLDVER NEWVER 4 | exit 5 | fi 6 | 7 | OLD=$1 8 | NEW=$2 9 | PACKAGES="sys-kernel/hardened-sources sys-kernel/linux-hardened" 10 | 11 | for package in ${PACKAGES}; do 12 | name=$(echo ${package} | cut -d/ -f2) 13 | cp ${package}/${name}-${OLD}.ebuild ${package}/${name}-${NEW}.ebuild 14 | git add ${package}/${name}-${NEW}.ebuild 15 | ebuild ${package}/${name}-${NEW}.ebuild manifest 16 | done 17 | -------------------------------------------------------------------------------- /scripts/packagekit-bump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | if [ -z "$2" ]; then 3 | echo $0 OLDVER NEWVER 4 | exit 5 | fi 6 | 7 | OLD=$1 8 | NEW=$2 9 | PACKAGES="app-admin/packagekit-base app-admin/packagekit-qt4 app-admin/packagekit-gtk app-admin/packagekit" 10 | 11 | for package in ${PACKAGES}; do 12 | name=$(echo ${package} | cut -d/ -f2) 13 | cp ${package}/${name}-${OLD}.ebuild ${package}/${name}-${NEW}.ebuild 14 | git add ${package}/${name}-${NEW}.ebuild 15 | ebuild ${package}/${name}-${NEW}.ebuild manifest 16 | done 17 | -------------------------------------------------------------------------------- /scripts/sabayon-kernel-bump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if [ -z "$1" ]; then 3 | echo do-kernel-bump.sh ver 4 | exit 1 5 | fi 6 | 7 | ver=$1 8 | packages=( 9 | "sys-kernel/sabayon-sources" 10 | "sys-kernel/linux-sabayon" 11 | ) 12 | 13 | for package in "${packages[@]}"; do 14 | name="${package/*\/}" 15 | eb_name="${package}/${name}-${ver}.ebuild" 16 | cp "${package}/${name}.skel" "${eb_name}" || exit 1 17 | git add "${eb_name}" || exit 1 18 | ebuild "${eb_name}" manifest || exit 1 19 | git add "${package}/Manifest" || exit 1 20 | done 21 | -------------------------------------------------------------------------------- /scripts/sabayon-multislot-cleaner.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # Author: geaaru@sabayonlinux.org 3 | # Description: Remove old ebuild for a specific slot. 4 | 5 | prefix=${prefix:-sabayon-sources} 6 | slot=${slot:-4.4} 7 | n_left=3 8 | 9 | versions=($(ls -1 | grep --color=none ${prefix}-${slot} | cut -d'-' -f 3 | sed -e 's/.ebuild//g')) 10 | 11 | for ((i=0; i<$((${#versions[@]}-${n_left})); i++)) ; do rm ${prefix}-${versions[$i]}.ebuild -v ; done 12 | 13 | ebuild ${prefix}-${versions[$((${#versions[@]}-1))]}.ebuild digest 14 | 15 | -------------------------------------------------------------------------------- /sets.conf: -------------------------------------------------------------------------------- 1 | [sabayon sets] 2 | class = portage.sets.files.StaticFileSet 3 | multiset = true 4 | directory = ${repository:sabayon-distro}/sets/ 5 | -------------------------------------------------------------------------------- /sets/build-essentials: -------------------------------------------------------------------------------- 1 | sys-devel/autoconf 2 | sys-devel/automake 3 | sys-devel/gcc 4 | virtual/os-headers 5 | virtual/pkgconfig 6 | -------------------------------------------------------------------------------- /sets/enlightenment: -------------------------------------------------------------------------------- 1 | x11-wm/enlightenment:0.17 2 | app-misc/sabayon-skel 3 | media-plugins/alsa-plugins 4 | @wireless 5 | @X 6 | -------------------------------------------------------------------------------- /sets/entropy: -------------------------------------------------------------------------------- 1 | app-misc/magneto-loader 2 | app-admin/rigo 3 | app-admin/equo 4 | kde-misc/magneto-kde 5 | sys-apps/entropy 6 | sys-apps/magneto-core 7 | sys-apps/entropy-server 8 | sys-apps/rigo-daemon 9 | x11-misc/magneto-gtk3 10 | -------------------------------------------------------------------------------- /sets/entropy-no-kde: -------------------------------------------------------------------------------- 1 | app-misc/magneto-loader 2 | app-admin/rigo 3 | app-admin/equo 4 | sys-apps/entropy 5 | sys-apps/magneto-core 6 | sys-apps/entropy-server 7 | app-admin/matter 8 | sys-apps/rigo-daemon 9 | x11-misc/magneto-gtk 10 | x11-misc/magneto-gtk3 11 | -------------------------------------------------------------------------------- /sets/fluxbox: -------------------------------------------------------------------------------- 1 | @X 2 | x11-wm/fluxbox 3 | -------------------------------------------------------------------------------- /sets/gnome: -------------------------------------------------------------------------------- 1 | app-arch/file-roller 2 | app-cdr/brasero 3 | app-misc/sabayon-skel 4 | app-text/evince 5 | gnome-base/gdm 6 | gnome-base/gnome 7 | gnome-base/gnome-shell 8 | gnome-extra/nm-applet 9 | mail-client/evolution 10 | media-gfx/eog 11 | media-video/totem 12 | @X 13 | x11-apps/xdm 14 | x11-themes/sabayon-artwork-gnome 15 | -------------------------------------------------------------------------------- /sets/gst-plugins: -------------------------------------------------------------------------------- 1 | media-plugins/gst-plugins-assrender 2 | media-plugins/gst-plugins-cdio 3 | media-plugins/gst-plugins-faac 4 | media-plugins/gst-plugins-mpeg2dec 5 | media-plugins/gst-plugins-mplex 6 | media-plugins/gst-plugins-x264 7 | -------------------------------------------------------------------------------- /sets/gst-plugins-extra: -------------------------------------------------------------------------------- 1 | media-plugins/gst-plugins-dvdread 2 | media-plugins/gst-plugins-dts 3 | media-libs/gst-plugins-good 4 | media-plugins/gst-plugins-pulse 5 | media-plugins/gst-plugins-soup 6 | -------------------------------------------------------------------------------- /sets/ime-fonts: -------------------------------------------------------------------------------- 1 | # See Sabayon bug 2518 2 | media-fonts/arphicfonts 3 | media-fonts/vlgothic 4 | media-fonts/ja-ipafonts 5 | -------------------------------------------------------------------------------- /sets/ime-fonts-support: -------------------------------------------------------------------------------- 1 | # Also see Sabayon bug 2518 2 | app-i18n/ibus-anthy 3 | app-i18n/ibus-hangul 4 | app-i18n/ibus-m17n 5 | 6 | # For KDE/Qt users, app-i18n/ibus-qt could be provided 7 | -------------------------------------------------------------------------------- /sets/intel-kernels: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon 2 | sys-kernel/sabayon-sources 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-3.14: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:3.14 2 | sys-kernel/sabayon-sources:3.14 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-3.16: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:3.16 2 | sys-kernel/sabayon-sources:3.16 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.14: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.14 2 | sys-kernel/sabayon-sources:4.14 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.16: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.16 2 | sys-kernel/sabayon-sources:4.16 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.19: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.19 2 | sys-kernel/sabayon-sources:4.19 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.20: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.20 2 | sys-kernel/sabayon-sources:4.20 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.4: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.4 2 | sys-kernel/sabayon-sources:4.4 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-4.9: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:4.9 2 | sys-kernel/sabayon-sources:4.9 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.3: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.3 2 | sys-kernel/sabayon-sources:5.3 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.4: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.4 2 | sys-kernel/sabayon-sources:5.4 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.5: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.5 2 | sys-kernel/sabayon-sources:5.5 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.6: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.6 2 | sys-kernel/sabayon-sources:5.6 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.7: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.7 2 | sys-kernel/sabayon-sources:5.7 3 | -------------------------------------------------------------------------------- /sets/intel-kernels-5.8: -------------------------------------------------------------------------------- 1 | sys-kernel/linux-sabayon:5.8 2 | sys-kernel/sabayon-sources:5.8 3 | -------------------------------------------------------------------------------- /sets/lxde: -------------------------------------------------------------------------------- 1 | app-misc/sabayon-skel 2 | lxde-base/lxdm 3 | lxde-base/lxde-meta 4 | @wireless 5 | @X 6 | -------------------------------------------------------------------------------- /sets/sabayon-artwork: -------------------------------------------------------------------------------- 1 | x11-themes/sabayon-artwork-core 2 | x11-themes/sabayon-artwork-extra 3 | x11-themes/sabayon-artwork-gnome 4 | x11-themes/sabayon-artwork-grub 5 | x11-themes/sabayon-artwork-isolinux 6 | x11-themes/sabayon-artwork-lxde 7 | -------------------------------------------------------------------------------- /sets/wireless: -------------------------------------------------------------------------------- 1 | net-wireless/b43-fwcutter 2 | net-wireless/wireless-tools 3 | sys-firmware/b43-firmware 4 | sys-firmware/ipw2100-firmware 5 | sys-firmware/ipw2200-firmware 6 | sys-firmware/zd1201-firmware 7 | sys-firmware/zd1211-firmware 8 | sys-kernel/linux-firmware 9 | -------------------------------------------------------------------------------- /sets/xfce: -------------------------------------------------------------------------------- 1 | @wireless 2 | @X 3 | app-editors/leafpad 4 | app-misc/sabayon-skel 5 | media-plugins/alsa-plugins 6 | x11-themes/elementary-icon-theme 7 | xfce-base/xfce4-meta 8 | xfce-base/xfce4-appfinder 9 | xfce-extra/xfce4-power-manager 10 | xfce-extra/xfce4-taskmanager 11 | -------------------------------------------------------------------------------- /sys-apps/baselayout/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | williamh@gentoo.org 6 | William Hubbs 7 | 8 | 9 | base-system@gentoo.org 10 | Gentoo Base System 11 | 12 | 13 | Enable this if /bin and /usr/bin are separate directories 14 | 15 | 16 | -------------------------------------------------------------------------------- /sys-apps/lsb-release/Manifest: -------------------------------------------------------------------------------- 1 | DIST lsb-release-1.4.tar.gz 10769 SHA256 99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172 SHA512 84f6f8794380463587005043f601b7a40190cd9e3409abff7f5ce7658cf029a14346eff87838296d90307192bdeff68cc00480c5c04814da7acdb3e220640fde WHIRLPOOL e8e322f3d5fddf589ae1cdc97d143da907aad418ab6099f79e90e988450a3304c58d483e2ba8c80a9a7093f73af515e6c66a1c33881681bef2da70a35c31c28d 2 | -------------------------------------------------------------------------------- /sys-apps/portage/files/portage-ccache.conf: -------------------------------------------------------------------------------- 1 | # Prevent ccache files from being cleaned 2 | x /var/tmp/ccache 3 | -------------------------------------------------------------------------------- /sys-apps/systemd/Manifest: -------------------------------------------------------------------------------- 1 | DIST systemd-stable-247.2.tar.gz 9890845 BLAKE2B 5363f429f4e629b9a05248b77f7c102da37e23c5678e14621ca67edeea59d7995064d037f04eb0ce57dd17a1b3a40a04e00619f77dbde82a61aabbc02f5bc412 SHA512 220739bedb7ccbb35d9d2ff441a52e0615fbe80da5141f7e0420d469f4d66d3604ea72ce70c3deaa2afa5a32b3c7eec4340738337c96891b471e23ed43cd6a82 2 | -------------------------------------------------------------------------------- /sys-boot/grub-handler/grub-handler-0.2-r6.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2009 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | inherit eutils 5 | 6 | DESCRIPTION="Sabayon Linux GRUB utilities" 7 | HOMEPAGE="http://www.sabayonlinux.org/" 8 | SRC_URI="" 9 | LICENSE="GPL-2" 10 | SLOT="0" 11 | KEYWORDS="x86 amd64" 12 | IUSE="" 13 | 14 | RDEPEND="" 15 | DEPEND="${RDEPEND}" 16 | 17 | src_install () { 18 | exeinto /usr/sbin 19 | doexe "${FILESDIR}/${PN}" 20 | } 21 | -------------------------------------------------------------------------------- /sys-boot/grub/files/00_fonts: -------------------------------------------------------------------------------- 1 | # Create required fonts, otherwise graphic mode won't be loaded 2 | if [ -x "/usr/bin/grub2-mkfont" ]; then 3 | # This is the bare minimum 4 | /usr/bin/grub2-mkfont --output=/boot/grub/unifont.pf2 \ 5 | /usr/share/fonts/unifont/unifont.pcf.gz > /dev/null 6 | 7 | # let's load DejaVu if exists, no deps against it 8 | # to avoid crazy deps on critical pkg 9 | if [ -r "/usr/share/fonts/dejavu/DejaVuSans.ttf" ]; then 10 | /usr/bin/grub2-mkfont --output=/boot/grub/dejavu.pf2 \ 11 | /usr/share/fonts/dejavu/DejaVuSans.ttf > /dev/null 12 | fi 13 | 14 | fi 15 | -------------------------------------------------------------------------------- /sys-boot/grub/files/101-freetype2_fix_mkfont.patch: -------------------------------------------------------------------------------- 1 | --- a/util/grub-mkfont.c 2 | +++ b/util/grub-mkfont.c 3 | @@ -39,7 +39,7 @@ 4 | #include FT_FREETYPE_H 5 | #include FT_TRUETYPE_TAGS_H 6 | #include FT_TRUETYPE_TABLES_H 7 | -#include 8 | +#include FT_SYNTHESIS_H 9 | 10 | #undef __FTERRORS_H__ 11 | #define FT_ERROR_START_LIST const char *ft_errmsgs[] = { 12 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-1.97-vga-deprecated.patch: -------------------------------------------------------------------------------- 1 | --- grub-1.97.2.orig/util/grub.d/00_header.in 2 | +++ grub-1.97.2/util/grub.d/00_header.in 3 | @@ -76,6 +76,9 @@ case x${GRUB_TERMINAL_OUTPUT} in 4 | cat << EOF 5 | if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then 6 | set gfxmode=${GRUB_GFXMODE} 7 | + # vga= is deprecated, grub2 handles this just fine 8 | + # making grub2 res == linux fb res 9 | + set gfxpayload=keep 10 | insmod gfxterm 11 | insmod ${GRUB_VIDEO_BACKEND} 12 | if terminal_output gfxterm ; then true ; else 13 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-1.98-genkernel-initramfs-single.patch: -------------------------------------------------------------------------------- 1 | --- grub-1.99.orig/util/grub.d/10_linux.in 2 | +++ grub-1.99/util/grub.d/10_linux.in 3 | @@ -192,7 +192,7 @@ while [ "x$list" != "x" ] ; do 4 | "${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}" 5 | if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then 6 | linux_entry "${OS}" "${version}" true \ 7 | - "single ${GRUB_CMDLINE_LINUX}" 8 | + "single init_opts=single ${GRUB_CMDLINE_LINUX/splash=silent/splash=verbose}" 9 | fi 10 | 11 | list=`echo $list | tr ' ' '\n' | grep -vx $linux | tr '\n' ' '` 12 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-1.99-vga-deprecated.patch: -------------------------------------------------------------------------------- 1 | --- grub-1.99~rc1.orig/util/grub.d/00_header.in 2 | +++ grub-1.99~rc1/util/grub.d/00_header.in 3 | @@ -131,6 +131,9 @@ if [ "x$gfxterm" = x1 ]; then 4 | if loadfont `make_system_path_relative_to_its_root "${GRUB_FONT_PATH}"` ; then 5 | set gfxmode=${GRUB_GFXMODE} 6 | load_video 7 | + # vga= is deprecated, grub2 handles this just fine 8 | + # making grub2 res == linux fb res 9 | + set gfxpayload=keep 10 | insmod gfxterm 11 | fi 12 | EOF 13 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-2.00-20_linux_xen.patch: -------------------------------------------------------------------------------- 1 | Fix detection of genkernel initramfs for xen 2 | 3 | https://bugs.gentoo.org/show_bug.cgi?id=463992 4 | 5 | --- a/util/grub.d/20_linux_xen.in 6 | +++ b/util/grub.d/20_linux_xen.in 7 | @@ -174,6 +174,7 @@ 8 | 9 | title_correction_code= 10 | 11 | +machine=`uname -m` 12 | case "$machine" in 13 | i?86) GENKERNEL_ARCH="x86" ;; 14 | mips|mips64) GENKERNEL_ARCH="mips" ;; 15 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-2.00-texinfo.patch: -------------------------------------------------------------------------------- 1 | Fix for texinfo-5.1 2 | 3 | === modified file 'docs/grub-dev.texi' 4 | --- docs/grub-dev.texi 2012-05-22 07:15:28 +0000 5 | +++ docs/grub-dev.texi 2013-04-08 13:23:07 +0000 6 | @@ -1394,8 +1394,8 @@ 7 | 8 | @node Bitmap API 9 | @section Bitmap API 10 | -@itemize 11 | @subsection grub_video_bitmap_create 12 | +@itemize 13 | @item Prototype: 14 | @example 15 | grub_err_t grub_video_bitmap_create (struct grub_video_bitmap **bitmap, unsigned int width, unsigned int height, enum grub_video_blit_format blit_format) 16 | 17 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-2.00-vga-deprecated-not-yet.patch: -------------------------------------------------------------------------------- 1 | --- grub-2.00.orig/grub-core/loader/i386/linux.c 2 | +++ grub-2.00/grub-core/loader/i386/linux.c 3 | @@ -946,10 +946,6 @@ grub_cmd_linux (grub_command_t cmd __att 4 | if (! buf) 5 | goto fail; 6 | 7 | - grub_printf_ (N_("%s is deprecated. " 8 | - "Use set gfxpayload=%s before " 9 | - "linux command instead.\n"), 10 | - argv[i], buf); 11 | err = grub_env_set ("gfxpayload", buf); 12 | grub_free (buf); 13 | if (err) 14 | -------------------------------------------------------------------------------- /sys-boot/grub/files/grub-2.00-wallpaper-settings-support.patch: -------------------------------------------------------------------------------- 1 | --- grub-2.00.orig/util/grub-mkconfig.in 2 | +++ grub-2.00/util/grub-mkconfig.in 3 | @@ -216,7 +216,10 @@ export GRUB_DEFAULT \ 4 | GRUB_INIT_TUNE \ 5 | GRUB_SAVEDEFAULT \ 6 | GRUB_ENABLE_CRYPTODISK \ 7 | - GRUB_BADRAM 8 | + GRUB_BADRAM \ 9 | + GRUB_WALLPAPER \ 10 | + GRUB_COLOR_NORMAL \ 11 | + GRUB_COLOR_HIGHLIGHT 12 | 13 | if test "x${grub_cfg}" != "x"; then 14 | rm -f "${grub_cfg}.new" 15 | -------------------------------------------------------------------------------- /sys-boot/grub/files/splash.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/sys-boot/grub/files/splash.xpm.gz -------------------------------------------------------------------------------- /sys-boot/plymouth/files/gdm-plymouth.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=GNOME Display Manager 3 | Conflicts=getty@tty1.service plymouth-quit.service 4 | After=systemd-user-sessions.service getty@tty1.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/gdm 8 | Restart=always 9 | IgnoreSIGPIPE=no 10 | BusName=org.gnome.DisplayManager 11 | StandardOutput=syslog 12 | StandardError=inherit 13 | 14 | [Install] 15 | Alias=display-manager.service 16 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/kdm-plymouth.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=K Display Manager 3 | Conflicts=getty@tty1.service plymouth-quit.service 4 | After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/kdm -nodaemon 8 | Restart=always 9 | IgnoreSIGPIPE=no 10 | StandardOutput=syslog 11 | 12 | [Install] 13 | Alias=display-manager.service 14 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/lightdm-plymouth.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Light Display Manager 3 | Conflicts=getty@tty1.service plymouth-quit.service 4 | After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/lightdm 8 | Restart=always 9 | IgnoreSIGPIPE=no 10 | BusName=org.freedesktop.DisplayManager 11 | 12 | [Install] 13 | Alias=display-manager.service 14 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/lxdm-plymouth.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=LXDE Display Manager 3 | Conflicts=getty@tty1.service plymouth-quit.service 4 | After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/lxdm 8 | Restart=always 9 | IgnoreSIGPIPE=no 10 | 11 | [Install] 12 | Alias=display-manager.service 13 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/plymouth-0.8.9_pre1-sysmacros.patch: -------------------------------------------------------------------------------- 1 | --- a/src/libply-splash-core/ply-terminal.c 2 | +++ b/src/libply-splash-core/ply-terminal.c 3 | @@ -32,6 +32,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | #include 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/plymouth-sabayon-defaults-2.patch: -------------------------------------------------------------------------------- 1 | --- a/src/plymouthd.defaults 2 | +++ b/src/plymouthd.defaults 3 | @@ -1,5 +1,5 @@ 4 | # Distribution defaults. Changes to this file will get overwritten during 5 | # upgrades. 6 | [Daemon] 7 | -Theme=spinner 8 | +Theme=sabayon 9 | ShowDelay=5 10 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/plymouth-sabayon-defaults.patch: -------------------------------------------------------------------------------- 1 | diff -Nurp plymouth-0.8.8.orig/src/plymouthd.defaults plymouth-0.8.8/src/plymouthd.defaults 2 | --- plymouth-0.8.8.orig/src/plymouthd.defaults 2012-09-26 18:50:53.000000000 +0200 3 | +++ plymouth-0.8.8/src/plymouthd.defaults 2013-11-15 14:10:58.638895827 +0100 4 | @@ -1,4 +1,4 @@ 5 | # Distribution defaults. Changes to this file will get overwritten during 6 | # upgrades. 7 | [Daemon] 8 | -Theme=spinner 9 | +Theme=sabayon 10 | -------------------------------------------------------------------------------- /sys-boot/plymouth/files/slim-plymouth.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=SLiM Simple Login Manager 3 | Conflicts=getty@tty1.service plymouth-quit.service 4 | After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/slim -nodaemon 8 | StandardOutput=syslog 9 | 10 | [Install] 11 | Alias=display-manager.service 12 | -------------------------------------------------------------------------------- /sys-devel/base-gcc/files/base-gcc-4.8.4-no_instrument_function.patch: -------------------------------------------------------------------------------- 1 | --- trunk/gcc/c-family/c-common.c 2014/01/02 22:23:26 206289 2 | +++ trunk/gcc/c-family/c-common.c 2014/01/15 19:37:35 206643 3 | @@ -7985,12 +7985,6 @@ 4 | "%qE attribute applies only to functions", name); 5 | *no_add_attrs = true; 6 | } 7 | - else if (DECL_INITIAL (decl)) 8 | - { 9 | - error_at (DECL_SOURCE_LOCATION (decl), 10 | - "can%'t set %qE attribute after definition", name); 11 | - *no_add_attrs = true; 12 | - } 13 | else 14 | DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1; 15 | 16 | -------------------------------------------------------------------------------- /sys-devel/base-gcc/files/gcc-configure-texinfo.patch: -------------------------------------------------------------------------------- 1 | Chances are quite good that the installed makeinfo is sufficient. 2 | So ignore false positives where the makeinfo installed is so new 3 | that it violates the cheesy version grep. 4 | 5 | http://bugs.gentoo.org/198182 6 | 7 | --- configure 8 | +++ configure 9 | @@ -3573,6 +3573,6 @@ 10 | : 11 | else 12 | - MAKEINFO="$MISSING makeinfo" 13 | + : 14 | fi 15 | ;; 16 | 17 | -------------------------------------------------------------------------------- /sys-devel/gcc-config/files/gcc-config-1.8-dont_source_functions_sh_from_etc_initd.patch: -------------------------------------------------------------------------------- 1 | --- gcc-config-1.8/gcc-config 2 | +++ gcc-config-1.8/gcc-config 3 | @@ -15,8 +15,9 @@ 4 | trap ":" INT QUIT TSTP 5 | 6 | argv0=${0##*/} 7 | -source /etc/init.d/functions.sh || { 8 | - echo "${argv0}: Could not source /etc/init.d/functions.sh!" 1>&2 9 | +functions_script="/lib/gentoo/functions.sh" 10 | +source ${functions_script} || { 11 | + echo "${argv0}: Could not source ${functions_script}!" 1>&2 12 | exit 1 13 | } 14 | esyslog() { :; } 15 | -------------------------------------------------------------------------------- /sys-devel/gcc-config/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | toolchain 5 | 6 | -------------------------------------------------------------------------------- /sys-devel/gcc/files/c89: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | # Call the appropriate C compiler with options to accept ANSI/ISO C 4 | # The following options are the same (as of gcc-2.95): 5 | # -ansi 6 | # -std=c89 7 | # -std=iso9899:1990 8 | 9 | for i; do 10 | case "$i" in 11 | -ansi|-std=c89|-std=iso9899:1990) 12 | ;; 13 | -std=*) 14 | echo >&2 "`basename $0` called with non ANSI/ISO C90 option $i" 15 | exit 1 16 | ;; 17 | esac 18 | done 19 | 20 | exec gcc -std=c89 -pedantic -U_FORTIFY_SOURCE "$@" 21 | -------------------------------------------------------------------------------- /sys-devel/gcc/files/c99: -------------------------------------------------------------------------------- 1 | #! /bin/sh 2 | 3 | # Call the appropriate C compiler with options to accept ANSI/ISO C 4 | # The following options are the same (as of gcc-3.3): 5 | # -std=c99 6 | # -std=c9x 7 | # -std=iso9899:1999 8 | # -std=iso9899:199x 9 | 10 | for i; do 11 | case "$i" in 12 | -std=c9[9x]|-std=iso9899:199[9x]) 13 | ;; 14 | -ansi|-std=*) 15 | echo >&2 "`basename $0` called with non ANSI/ISO C99 option $i" 16 | exit 1 17 | ;; 18 | esac 19 | done 20 | 21 | exec gcc -std=c99 -pedantic -U_FORTIFY_SOURCE ${1+"$@"} 22 | -------------------------------------------------------------------------------- /sys-devel/gcc/files/gcc-4.8.4-no_instrument_function.patch: -------------------------------------------------------------------------------- 1 | --- trunk/gcc/c-family/c-common.c 2014/01/02 22:23:26 206289 2 | +++ trunk/gcc/c-family/c-common.c 2014/01/15 19:37:35 206643 3 | @@ -7985,12 +7985,6 @@ 4 | "%qE attribute applies only to functions", name); 5 | *no_add_attrs = true; 6 | } 7 | - else if (DECL_INITIAL (decl)) 8 | - { 9 | - error_at (DECL_SOURCE_LOCATION (decl), 10 | - "can%'t set %qE attribute after definition", name); 11 | - *no_add_attrs = true; 12 | - } 13 | else 14 | DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (decl) = 1; 15 | 16 | -------------------------------------------------------------------------------- /sys-devel/gcc/files/gcc-configure-texinfo.patch: -------------------------------------------------------------------------------- 1 | Chances are quite good that the installed makeinfo is sufficient. 2 | So ignore false positives where the makeinfo installed is so new 3 | that it violates the cheesy version grep. 4 | 5 | http://bugs.gentoo.org/198182 6 | 7 | --- configure 8 | +++ configure 9 | @@ -3573,6 +3573,6 @@ 10 | : 11 | else 12 | - MAKEINFO="$MISSING makeinfo" 13 | + : 14 | fi 15 | ;; 16 | 17 | -------------------------------------------------------------------------------- /sys-kernel/genkernel-next/Manifest: -------------------------------------------------------------------------------- 1 | DIST genkernel-next-70.tar.gz 2403738 BLAKE2B 22b1718a6757263d1cd4401892340e4687d47125ce703a7909b31009aaf95c38e24125f9578d6300151b923b587925c27d1c130944b198760a4713ac07ce192a SHA512 d7fc6bed9f5bad1190dffc40f7ade7c9d86e993769c90a1e46ccd4010ce84c1ad3f74ed4d3bce0c1f3c4e28924702365b95e3c9c5ea271c84e2c95d6e8c1bb05 2 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.14.195.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.14.200.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.14.201.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.14.202.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.14.203.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.142.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.149.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.150.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.151.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.152.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.153.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.19.154.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.233.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.234.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.238.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.239.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.240.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.4.241.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.9.233.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon-4.9.234.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/linux-sabayon/linux-sabayon.skel: -------------------------------------------------------------------------------- 1 | # Copyright 2004-2013 Sabayon Linux 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | inherit versionator 7 | 8 | K_SABKERNEL_SELF_TARBALL_NAME="sabayon" 9 | K_REQUIRED_LINUX_FIRMWARE_VER="20200721" 10 | K_SABKERNEL_FORCE_SUBLEVEL="0" 11 | K_SABKERNEL_PATCH_UPSTREAM_TARBALL="1" 12 | K_KERNEL_NEW_VERSIONING="1" 13 | 14 | inherit sabayon-kernel 15 | 16 | KEYWORDS="~amd64" 17 | DESCRIPTION="Official Sabayon Linux Standard kernel image" 18 | RESTRICT="mirror" 19 | 20 | DEPEND="${DEPEND} 21 | sys-apps/v86d" 22 | -------------------------------------------------------------------------------- /sys-kernel/sabayon-dracut/files/sabayon.conf: -------------------------------------------------------------------------------- 1 | # Sabayon Dracut Default parameters 2 | 3 | dracutmodules="rescue resume bash kernel-modules rootfs-block udev-rules usrmount base fs-lib shutdown terminfo btrfs plymouth lvm shutdown mdraid crypt" 4 | 5 | omit_dracutmodules="fcoe" 6 | -------------------------------------------------------------------------------- /sys-kernel/sabayon-dracut/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | geaaru@sabayonlinux.org 6 | Daniele Rondina 7 | 8 | 9 | -------------------------------------------------------------------------------- /sys-libs/glibc/files/nscd.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Name Service Cache Daemon 3 | After=network.target 4 | 5 | [Service] 6 | ExecStart=/usr/sbin/nscd -F 7 | ExecStop=/usr/sbin/nscd --shutdown 8 | ExecReload=/usr/sbin/nscd -i passwd 9 | ExecReload=/usr/sbin/nscd -i group 10 | ExecReload=/usr/sbin/nscd -i hosts 11 | ExecReload=/usr/sbin/nscd -i services 12 | Restart=always 13 | 14 | [Install] 15 | WantedBy=multi-user.target 16 | -------------------------------------------------------------------------------- /sys-libs/glibc/files/nscd.tmpfilesd: -------------------------------------------------------------------------------- 1 | # Configuration to create /run/nscd directory 2 | # Used as part of systemd's tmpfiles 3 | 4 | d /run/nscd 0755 root root 5 | -------------------------------------------------------------------------------- /sys-libs/kpmcore/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | geaaru@sabayonlinux.org 6 | Daniele Rondina 7 | 8 | 9 | -------------------------------------------------------------------------------- /virtual/fortran/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | sci 5 | 6 | jlec@gentoo.org 7 | 8 | Use this package, if you package needs a fortran compiler 9 | 10 | -------------------------------------------------------------------------------- /virtual/linux-binary-lts/linux-binary-lts-0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="Virtual for Linux LTS kernel binaries" 7 | HOMEPAGE="" 8 | SRC_URI="" 9 | 10 | LICENSE="" 11 | SLOT="0" 12 | KEYWORDS="~amd64" 13 | 14 | 15 | SABAYON_BINARIES="sys-kernel/linux-sabayon:*" 16 | 17 | RDEPEND="|| ( 18 | ${SABAYON_BINARIES} 19 | )" 20 | DEPEND="${RDEPEND}" 21 | -------------------------------------------------------------------------------- /virtual/linux-binary-lts/linux-binary-lts-1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="Virtual for Linux LTS kernel binaries" 7 | HOMEPAGE="" 8 | SRC_URI="" 9 | 10 | LICENSE="" 11 | SLOT="0" 12 | KEYWORDS="~amd64" 13 | 14 | 15 | RDEPEND="sys-kernel/linux-sabayon" 16 | DEPEND="" 17 | -------------------------------------------------------------------------------- /virtual/linux-binary-lts/linux-binary-lts-2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="Virtual for Linux LTS kernel binaries" 7 | HOMEPAGE="" 8 | SRC_URI="" 9 | 10 | LICENSE="" 11 | SLOT="0" 12 | KEYWORDS="~amd64" 13 | 14 | SABAYON_BINARIES="sys-kernel/linux-sabayon:4.4 sys-kernel/linux-sabayon:4.9 sys-kernel/linux-sabayon:4.14 sys-kernel/linux-sabayon:4.19 sys-kernel/linux-sabayon:5.4" 15 | RDEPEND="|| ( 16 | ${SABAYON_BINARIES} 17 | )" 18 | DEPEND="" 19 | -------------------------------------------------------------------------------- /virtual/linux-binary-lts/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /virtual/linux-binary/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /virtual/linux-sources/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | kernel-misc 5 | 6 | ulm@gentoo.org 7 | 8 | 9 | -------------------------------------------------------------------------------- /www-apache/mod_dav_svn/files: -------------------------------------------------------------------------------- 1 | ../../dev-vcs/subversion/files -------------------------------------------------------------------------------- /www-apache/mod_dav_svn/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Enable runtime module search 6 | 7 | 8 | -------------------------------------------------------------------------------- /www-apps/gitweb/files: -------------------------------------------------------------------------------- 1 | ../../dev-vcs/git/files -------------------------------------------------------------------------------- /www-apps/gitweb/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | GitWeb support for app-text/highlight. 6 | 7 | 8 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ach/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ach.xpi 461782 BLAKE2B 1bac57ffef8d01b3ed496a0d50e145be3c3a9ca86d245e2d22b39146d5de338a92c83c4857e0d67566f25a1ec67df4cd18b35dc4d56586edddcba56ac7c0bf32 SHA512 d6cb2b0d5e92052f5be6ecac1c997f6baeccc2b6f3d99172813d40eead384b12d1b2db0d11457c06f2a6b31e2ba2d1bf3b1369227b0270a82100a429fc0600a0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ach/firefox-l10n-ach-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-af/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-af.xpi 429057 BLAKE2B 1012416bdba36ebc227785e837b7108d720f4ec179c6b386e232809454d5f7880b1618cb23cf92473a3a7a5f327f062a825272c5cdf677ea869496a63b76c8d6 SHA512 d8988a632d64f7a87dc16b77e9ce122ece015c9c03e565852a30fd59af5efd2d773f981fee89787ec4aa008c01aa8859fa9d93a9a294090863e11725780fdb02 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-af/firefox-l10n-af-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-an/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-an.xpi 509100 BLAKE2B db0884e1a35c467d47f29f4ad9f3492d7d6116981a8e5ac6bfda536f7c19c91ab02038c47e64e9aef0fe75252b90d00bdd4a5a33a1c873d2eb0b17724ced259b SHA512 0f6dcabfc98b3a141c72e7fbdd9bbd272225161966ed6732b8f2cb92e425d8577857d6df775aa7358a3278040efae7b0d5bde6dfd446f66719267f4c62f8eff2 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-an/firefox-l10n-an-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ar/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ar.xpi 560411 BLAKE2B 48dbfa8b0848918c07efd85d7c770ab1af14282999af95aa038890f9b4a9c4c179f1fcc6510ccf8fc08c74dac413274d8961bf6afe87069355721f75ef31558d SHA512 5dc06fe1cca3398c609b17db28f678eba0b6af5145a90cf64f476a4df045bacf51b802639c876968fb93531945c0f5c0e5fc06cc248385f26d3f9608405155f3 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ar/firefox-l10n-ar-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ast/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ast.xpi 457474 BLAKE2B 9b1afd4add9c46b6212799b69e3ea5668ed1db4101621a77c0cbbd789e32122c3f82971d774dedd7ab46d0d3855a8ea4de15612f0ba7f392bd85c5fcb6fb29ca SHA512 3399145156d6a3f0825dc990185e15f6df8967a46487673b65f7841a589afb2bbd6da5185e317ef46f906bdee3f4ab5c82bd2b573e410d26c62877d5467dc917 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ast/firefox-l10n-ast-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-az/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-az.xpi 498631 BLAKE2B dfc41dd5ae0c6424a929bcb9375a4ef27ced0e2de38e3a1187e653f13138240fad651aa29b11578ea32436afbdd3dc8056c060fd2a7a5176c789c67dffbd9882 SHA512 420d6305ac6c09dffe14f98abbe809a5093491a22b6ce32b45f99d748a7ed42be39cd40249d1cc22231e3002d3b5eb40cba5c90436281361aaca8a374b0461b2 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-az/firefox-l10n-az-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-be/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-be.xpi 606511 BLAKE2B b2ac86f375fed9cbb72b91121676e0cbcb615ee3a81fdb286595c155301bb4dc279e04aa86da9eec35afcf216d423bac166ca810849797be9f7062e9426d9edb SHA512 3d2348105494fbd12586e473c107af7451695c77fe67ffc17a7da985018fbf83835592c0e8e9cb0622fd346cd5114934bb080fe8758fddc9cc8400adeddbefe9 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-be/firefox-l10n-be-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bg/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-bg.xpi 556439 BLAKE2B 0728aad322800ff889053ae901e4216b8888ef148b0972f8fa4949db94468afb343469d3e3663f67379620384365d19c72ec01ea84b6f69e34f6daeb85ddd720 SHA512 742bc780b64f3d572b481297bac97eae3d0432dc8ba0e8b3943ab4d0dce6927d374aead24893362300e415243ac4463e349b79ed46cdb982b8ba6342589f8e26 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bg/firefox-l10n-bg-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bn/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-bn.xpi 573370 BLAKE2B d9ebd4f6a8cc7f90b0d637b026d3e1115dfc754e41c6d5ea99ad5c4d054aa6825b4187c43f870b8d05ebc075922286d7e040f9ab5e78b184c4864765ef55aee4 SHA512 8771037300c3a2436e1fdfedd63c9477ce9d00059d30d0a8eee2bcd76f2c66baa412cb9eb49af2a8b4704b3ca2662d3d08003d3b738a82d3296ba26ff69fe92e 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bn/firefox-l10n-bn-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-br/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-br.xpi 514065 BLAKE2B 216d7d1c3b1f6f7089f5feb8c04f10fb82faa449be6e9c338a108495b9639bf89d27198b5236e79121907d498f50120e4e535fb135d1dc6bc1cd5afcb006a609 SHA512 bd4374c8a31d1af2ec15271f99d98351fca4b3421cdc94cc544f558344a47642048629bf17513a9030bcf0f79916b4c40fa105fa9d0abb177ffb2512a73a9a8e 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-br/firefox-l10n-br-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bs/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-bs.xpi 465256 BLAKE2B 58013792b1b27f9c013269bf41ba76622e7881049c1ad1a641aa228aa1d0547a821a2acedbe1c5c588713ba865cbd6d00cd5f26071f1f0b883caf9000efa891b SHA512 6755560527ba8acdd3f52f3c25088c746a0569050b7fccfdfe65a6adcdcb8f5b5675f99d4ac4ee2993f17cd4fce48514782187dbd9b1a97540b30dd91e71afff 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-bs/firefox-l10n-bs-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ca/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ca.xpi 516050 BLAKE2B 7b9459300201fa9494836f5a8290e0face3dbc11a7ebcebf9f947877777807eabf451a95943034f9cca9c8538c4184b060ebf401ec8abfff80f1af59601e73bd SHA512 d1ff68fb2cb9fe720fa03acc196c6377b5aca28ee9fbc1adbe5d5af17894296482d03e2da67cc9b021cc506fb1206a51f5d26221deab8f71485ac3a2c5e890b0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ca/firefox-l10n-ca-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cak/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-cak.xpi 549476 BLAKE2B 925b9c0f0266027be178a1fd552f3257332db7fbccaa14f6b70f85b073be0634c2cd5470a7a078f364dab7f1663807a9fd37fc065f5df6fc172edf0915402c27 SHA512 450dcff7e3508a3aeb43346e33778cd25e790469a8ebce157a43cf0fa2077ff23f38b770076bb6e2dbf65de5920804f965e4b4849c186941a5d336690960a2ce 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cak/firefox-l10n-cak-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cs/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-cs.xpi 540229 BLAKE2B 48a2d0e9ed402dbef636855ec60ceb595e8c0596f9080802871773a239b9d452af9eb20e7d64358f22fae145ddfdeeaf1de630529f888688d3f6c6a0ccdf920b SHA512 c500e273c84592d429a61b77de58e29fb41fb5086b5ff8c4aa78e7a28116153b9095a5843151a47e07e9caf07f71c5c769ef486eff82e242761d27d8feb5eb75 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cs/firefox-l10n-cs-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cy/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-cy.xpi 528799 BLAKE2B f7882ad21d11030d071cbcf845a5aab45ace1c834d3d7a197ecaec4e36d2711a4da4cbb4aaf9727b5a879013b20b5722c6c910f0055239e99aab44ca30c345f1 SHA512 cbb7e024ba271a3415b03e3de4461a25e9e5e3c79eee8e5acd76c6d894760f7a7e2cffb6df5f000e86f8b54822ddb6106eb9abfe01b61dd253d2ef7b94dd4df3 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-cy/firefox-l10n-cy-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-da/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-da.xpi 520967 BLAKE2B 63cb51683c2e6267cc87d20eaf64c354afd944e12236ac1a457a31988e8d794473aac4ca941b53e5661dbcaf21ba07b207e588cc71267505a827586705c7fa27 SHA512 21010a042d1dfdf8cc7d5bdc5926e8e2e8ed9494626df6c199789db5cb563d327470d23ef5830dd26c1e87e0f9bbb3267e5c98585dfd92a12554e7d27df3ab68 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-da/firefox-l10n-da-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-de/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-de.xpi 540874 BLAKE2B e1dd09c35f4c604da64f6a9f1a2771c1ffe787d7e18b30564febc21a671ecf1a924ad2c70f3e14fcbdc5d296efa664d26b8f9bdf47933163b3686bad98981d2b SHA512 00c0db131cd30f377ce67a03b2d09e974f73b2e586d5e3af000f37bd5c73526c0cb2a6203d7c592050d8c2922697381a20f799d217d199bc4df9a2f7d4895fb1 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-de/firefox-l10n-de-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-dsb/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-dsb.xpi 552201 BLAKE2B 0374a59dd0c74e3257aafd8b8068fd8d34ee9a9832df7da48077ffdaea9ce497031b9c5f2d6d2604d06020091f8ee1553d4cfcf0ca38bf3d7b684be9c3d4277f SHA512 f432465229ec3831b08b2607f45d13eac865fda2e607b1de5321084fc037e25e801742e2082fa1c6a2163ca8905a7443de1d43d61f9fa9e56558667f33c913be 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-dsb/firefox-l10n-dsb-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-el/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-el.xpi 623763 BLAKE2B 73886af39cca03a62f37dd999831f43cd6db5b8f68bc3b26c04e70bf02ae66a882b55e4b667870cad6614f9818f95bdf18370b5d336f95947e1a579f8c8115c5 SHA512 42a6593bcc27e02cffa37c19b6503b27835544553472bc6dd155bb80da281281684baafafd21b4c544ec6d68cba145bc226e3be2f75932e488065f6a26932493 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-el/firefox-l10n-el-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-en-CA/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-en-CA.xpi 495288 BLAKE2B 4318e0f830f3ad5917554a6af1f2f807cc1679bc4908b255c1f714255f52f12a73b1d13e18d219eb171161bba5e7ac55b835f7463cc609d87ae83e7db62542d7 SHA512 99638fb05a89b857e83fdd00590287614460868e3b00f52c6d4f3f1d3ebec6a7a681ddc44c51dae89dac1f3514d50c4b38136c03cde2beec4ed5181e0782a202 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-en-CA/firefox-l10n-en-CA-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-en-GB/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-en-GB.xpi 498699 BLAKE2B c12ea859249888c933469c2d95d15c487b34ce5b5f8c85d4aab0eb399bc94aae793a37e1df59d5adf916cbbc6ce218c96f1b23062c2fe1059d95213c94ce0d1b SHA512 4866d4c787784fa568c82045f18a46b4db1b1eaac9c618b4f0fbb25251d69d19b3dfb5e2fd104b12d364b14f154e6446531585d6b0fa3c440827911870fff81e 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-en-GB/firefox-l10n-en-GB-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-eo/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-eo.xpi 523253 BLAKE2B 51fd21645bcf758edbba26e7aba4669ef3fccd8a3e706a853789a1e45896232b116b7a93bcb3f9e988efc47b7def90de3f7d92352ab4cad1a8917d5698ed7c46 SHA512 a1177a53cabdb4d351f47a878ae53c84434371eeea68d95313985b2ace12d9bee84c50f1fc57bc458c7d792e56a4b2a921041f356ef8cf01506bbce14afcad1a 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-eo/firefox-l10n-eo-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-AR/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-es-AR.xpi 533681 BLAKE2B ed55979ab94d23fd755ffb1532e4dced7d96c8d2aee8dc344705dd84be99128a27ae6e1bbeb3100016aee62e5acc29eedfb4d9ebace7c9c271e05190dfb0520b SHA512 644ceafa73ce6c9962056c9c5cb45dca809d9feb7cf2a003a780fa53aeb52409ef5c2a2c2c25372252544c77e74aaa8f665ec53cc4f0b7229c38659af11603df 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-AR/firefox-l10n-es-AR-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-CL/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-es-CL.xpi 533171 BLAKE2B b0acc069c6826201c52a99353e0ad4974739ebbf35cd899cb9446263cd67c65c11d474ac161504a5330170d28c52f88e781dd367c39d16eaeef076365651eec1 SHA512 42c9bbd92eb6c2511bb73cf25b9e44d14d51aa4e54dee84cd1621a98e9fb2d8fc50ce84e8e6a25cec724b98d97df5cab9551e8585130d5891b23f1051795e9f3 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-CL/firefox-l10n-es-CL-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-ES/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-es-ES.xpi 523073 BLAKE2B 64be1530e4bc75874d2aac134c639ddbe342252681ea67e85761b272da38e7500958b7eb451c113493d32ac4e10b33d2f25ba77f8dd1c998e8c96a54a6f6b21d SHA512 20a90c0a12a80a67bc4cecd9910381735c060276f935f3fbce7bf48580f620c196d695057c79b6b87933c704898669d988dd937db80e3c7709a8965a18dd9050 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-ES/firefox-l10n-es-ES-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-MX/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-es-MX.xpi 531350 BLAKE2B 80569f82c683b7266901611900b154a575ffe881ed4a2a1971073353ffed91b94e07af9f7074cc2c4ed19dc1a64fbdcaa24f8667aba1abcdfad66d26cc7891a3 SHA512 0cc1330f1a483704b11566c3962b62d95cd958770b5c715ea3720cd6a6dc7db2fbadef4dc300bcd8644be96494e285d13a2603f3c6a3715746297fc85bf0979d 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-es-MX/firefox-l10n-es-MX-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-et/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-et.xpi 486946 BLAKE2B 8c5f333fce164f9f3ef5030bccf66ccd1a5ac9064c8c8d4cd6df7054017c3b85938c2e7b735c6422fe6ee9c40678b9ec0a146ece9f9446cc754f374ed082ca62 SHA512 f99db2fa9dd3228057d63f7f69db495f9b72b51437e5cf8a6b4d83e1f14ebce07b28e6397c18287c854870393fb3e618ec84d40a5b99050c778525f66c4ca78d 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-et/firefox-l10n-et-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-eu/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-eu.xpi 515146 BLAKE2B 1ae5559e38f695bf6b9252d8b44aa9be6029cd2735152384ee6a8957c3928b6fe892cc729812ea2b7cbf019259a3a5453659256dfccce07149fc4a763ef6b071 SHA512 7f9b0b6d6da854b35c968155dfe85b60cb80627fbafa9d63c7176227d477ecdbe1022bfc777e2384cd663034942a34c6df07512e9a9cf729b7f454a434ccab0b 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-eu/firefox-l10n-eu-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fa/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-fa.xpi 539667 BLAKE2B 7cdcf793c157c9bdcf3225da266b15afddbb557f8e0488c77b8e33c6f6de7140d7397dd4ff9b82a974f4af036b80af4068a075df6e7d81679707c5bf2fc17367 SHA512 2cefe4dc1c9111619bca82170b013770d8a90a1a0c3ebac2e7f508ae00b672caa8052ee8ec18c387b5e63bb7c277875e53a5942e001c56527ea1110589f1891b 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fa/firefox-l10n-fa-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ff/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ff.xpi 483203 BLAKE2B e832ebca6fa0712de669aa59bb5bc1439bb022f0a577b0f337105d29586f9c259590fc789a01f3bc423a967f404de6cc5ee16194cd6a006a3b977cb25ada6ecb SHA512 beecf1bd971370d44053ce3e4eda1662c0850ccf8efbc970a6554ca5ba6da159501731c4f3f3d2cd635c5e32913094ba877995ed4c794c00395cf0906c13203b 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ff/firefox-l10n-ff-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fi/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-fi.xpi 520036 BLAKE2B d0fdc5e0173e69d5028ce2956c007dc9711519e56fda21d226026f89af7685e09cf28aedcbf27b1360eb1757235a9010c7b5e2e50b859ecb82995b170bd22c6b SHA512 89259469879a318da43646f9ded2ac4e37715017261db67fb32567e2819f8c2c1f1f182639e92b586dd525a1bc850ae7f428b7dd52a7ea6e74d76420e5d915b4 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fi/firefox-l10n-fi-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fr/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-fr.xpi 544360 BLAKE2B e83126d3859fb10f5be862f41745719d0eff79bef58086759c9079b658f5f68173301855e3bc21e2a438869e8040b0fe4b0792eb54b19d5611054105e224e5e6 SHA512 5f860a0614a1565857fcc2af6a2e26d47a0992d28929f737ab74f787bb8b0dd1b1258d784671d0dd58762eb034d6d444c9eee1dec06b3530baf1206e16c50594 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fr/firefox-l10n-fr-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fy-NL/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-fy-NL.xpi 530310 BLAKE2B b665874394be0632d92f98c316d14ced7f2e4867ca11af340921ff94abd5acb1483280f111138099be3781d334c859da61ad5c7e0895508b2ebca2fb62f0197e SHA512 02a47d10417325778083e756c043892ae6bbfc705cd940454aa39f9c5430dda1575e8b45da1c865f336cff522cca21bb9b95622a3bbb396f35e19d1c176e7709 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-fy-NL/firefox-l10n-fy-NL-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ga-IE/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ga-IE.xpi 468080 BLAKE2B 7484030ceb091abc442ef77e228244ebce8f931295878c26338c25258f5e78bf11fb5a52e7482bfffd052b2aa6cf94fdfec30bf375bcc444ab7d4dcdd31cd0dd SHA512 39f1233377a7706807d54c23ca27852ffab56ab47395580b9dc8068b2a3371b43e842482e29833eb651197f048370247d593f3e601cce56aab5c9e1122255eaf 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ga-IE/firefox-l10n-ga-IE-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gd/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-gd.xpi 493511 BLAKE2B 1440b22cb30cbe2f6431891c94fa88b0095bb84152d399aae7a1446e16c7fc9cf49527a6f03f99ec63f123e9807c2ba69dc6b767d157b18ee8dfc31956500318 SHA512 0ff382e3a522be671ac3b182307a42d090649c028438992c22d30e88725e0530f5a3cae225617797ab5c2f9abf298d239953a42f2978b4a405b833a99a495bbe 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gd/firefox-l10n-gd-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gl/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-gl.xpi 525669 BLAKE2B 7a67462139634bf2b755660b0fa65f9a5cc77ef1042cfc478ff80e4dd214ad8170836e2c5570270c95560cee4c27fc8bfc9e4872cd7a7870f3dd17716274001b SHA512 30258168760ee43b11d6746015cfa466f460f2fac1d9f29b10727e2713fdb2d8e604e579d39fbb7a5bc4f414892ea34974b9d23c60ee6c9dc8acfc1cc67fabcc 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gl/firefox-l10n-gl-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gn/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-gn.xpi 544459 BLAKE2B 9a106f01aa7e88220a46addffe5ed6d544f56c1af6ee5aa135db75c9ed9fd1e6c7468e31def7cdd5aa3faf30b757dd899220daa3db80b55d32c6ee7f374f5414 SHA512 1db4888d67623712d880272e44f8cb124168df375d94d57767f4608a92567098a4492847276e9936467095d59ad0020bafe8930e6fe5347963282fe5219125cd 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gn/firefox-l10n-gn-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gu-IN/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-gu-IN.xpi 542128 BLAKE2B dd6a6127f5033bc50ac99b664ef5d65201383228b3f21bb706b1f0d6cfab6a0bccfacdc535c06c6758e71c188e23ab026f43b1877cfad59ad2f928693c31ec2e SHA512 f647191f30a84bfa4e27becdd16b6ba5106efae162077c660c06e967161fd1ef9adfbb00d0dbdec58f3a6dc9b240bc3b69ddab493105521757e301aa062889b2 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-gu-IN/firefox-l10n-gu-IN-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-he/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-he.xpi 545452 BLAKE2B 492e6bbaed9ef08591fcfc9d0bbcdb191f8ca43bb78e7da34d4d666c559d864787a22635904659cffb15722b17eef8ce686532c099ed952155aadc25e79f46e7 SHA512 7742d3fddc10bf29a8cfbec47845ae2144940b78cc668e15ed14121f36c5900b4e1505f6c3aba4c6668ae46e14503feaa5edd6ba3d9380909f714130a7f46cff 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-he/firefox-l10n-he-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hi-IN/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-hi-IN.xpi 568100 BLAKE2B a94274b16b01125cc04e5080def6c798307ae0f345a868f98c8083ce739f300bbf55736175b98aaef000d87ac8aa4615d28110d34e003c5735867631960b86f9 SHA512 8776607acb3d06f4ca5b351f25d7f29ed4b2deded1fff6b94f5ac9640634a31401a50466f677658d678161079e14a9747e35406fb81b503a3a8b214cdb245c85 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hi-IN/firefox-l10n-hi-IN-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hr/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-hr.xpi 521268 BLAKE2B 64b34d05c2bb3d58ca3207d3444b26b4eeea2cb9e92eb4c580839b49c88107323e7b30a42c730615bbb2257db43d880b13401f0e5dc6e6d110e8ddde89b0953f SHA512 626543915ac5708ec9ab9da3b7f1ebae07e89ffb5fd5250451e778edd5d5cfbf0336a6a3f410f04317f2e92f2394282eea6645cc3d2ed124ff6149dfcaae5416 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hr/firefox-l10n-hr-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hsb/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-hsb.xpi 548611 BLAKE2B 748f6778fe77c3a2e458d1a3343bb744dbe4fbabc5bfefcbe1974a9659706278c8c5b7083557e7cb555723813b8ad8a452de0bc3a33212964eaedfce05cf71d2 SHA512 889669a590651c28d4b8ba09046860d71d786d8fbd72a31ff26a92d5aeb476d6210c4389fd1a70246bfd2e7b4e370e874c5f37ae531b1984d9c4b69f94a15162 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hsb/firefox-l10n-hsb-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hu/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-hu.xpi 552385 BLAKE2B 5bdb5c30768728752c57880e486277bc28bd00a3483eb254eb782825f4c8197becadb045240cb9750e78eca5e042d32b8e971776123552a078a56dacd9f0d069 SHA512 9a05ab0fa6683fec9ebc9b346212956430ae13769cd63c696978fff027b07215a87fa9378f399e83ecf51c1f71f415939190e026eb21242e3fced1a3d33ba607 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hu/firefox-l10n-hu-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hy-AM/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-hy-AM.xpi 588502 BLAKE2B f5f8dcf9a84c8adc32c8208f5a7b225ac51cc8e2a930a625a474f060cf7ca8627cabb43f824944af3c4ff76ab2375516e74067a3d3bc919c8835fa6a928a2289 SHA512 37803fa34fc7eb9317302bd584062a018528dee0b58ac033495e49dece0e93be4f228b7a239ece41743fca33fd1e6f256354dfa4d76f7953b8a0b7625208163d 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-hy-AM/firefox-l10n-hy-AM-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ia/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ia.xpi 519830 BLAKE2B 97f1f4d0488bc9eb64c08ca97b2057952e67a791d3bd2b293b61ba7c57979e4badf755976a94da066ff4cb17820f5c38d03ce440aa6feb9331f8cf38cf74b75a SHA512 9b2c31bfc1f9a6f378fabe39dc1120c12a26fc9d3d3eee11dc567d019442d3d4bca906f564b1e7e8d28399c49666ac80716d4e0d27a2606fcba75858ff6ed7f3 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ia/firefox-l10n-ia-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-id/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-id.xpi 508528 BLAKE2B 0ba19da271d72d0c2b5768fd2720008d5be811290f7eae6a1cae5ae92636ac997345260ca0e0124b906d45e4449d1695f3d6c8e6f82d29480d6db829dc8e6bba SHA512 ebc7374c674a7b44731c8aacece81eea0f2318d39b58457704ec06f56e69bfb4dfc67796908319773ed0232afb186423e4bbb17f61dbc1a26358ce0391dbf331 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-id/firefox-l10n-id-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-is/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-is.xpi 478787 BLAKE2B e84e220cc64e4d3b089ba4ce6019f873de41fa84ced2738d3f99b67542b61a9af24b697185f3227f259abbbd7d565acb8c647ff00c79beac9ab5dd1ac9ad86b2 SHA512 38067ed0e3e04dafcfeeb05a224ccf581666725bac1e897bbf60c4637b43179ad6a9e3db70f18e32efbcb72986df3c65bd3b9f596227617e918704af2c96a8f4 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-is/firefox-l10n-is-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-it/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-it.xpi 448151 BLAKE2B 761bbd01089f02c3bc8840997b57db4906fc473e25bd8b3ace8f5822958a6d4330a4fe421d6b4dc5a1eddc8ba158fa85f4f3bc6d3bb3e63442ddeffafdde1066 SHA512 c23341882529638daaceb908bfcdf83e05293801603c5386a08fe397e49c0b8c4c5d58dd57b0d2141dfbde3906fb50646c2e38c6d42ae9935d1fa08083f87365 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-it/firefox-l10n-it-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ja/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ja.xpi 578212 BLAKE2B e899e06f7a0699a8d1243806172a285fe9499133e92af3adea70d2edce298d3c0ec396825022df88fff33055d22e6572cea71f81664370d000dce55c56879050 SHA512 1bdcb173deebeb9cf26c526940c2550e4a26465fcee6c1086c4c05c5962a5898287300e45aedd355e150a73879f8ccc6e0aee32fc955e9d662504fa92cc4913f 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ja/firefox-l10n-ja-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ka/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ka.xpi 579054 BLAKE2B 4380bfa016e770ca96fd18653fc8e96dc6763ec85ccbcba064e632947774a854bd896ab63f07d393c81daadc70f494dca98088256613283b0e25527e33889357 SHA512 d1d7fd4ac9120b63e073b2ca5fcadd6cf9ffb9e5a6e29f30dedc960aef99cd162bfc1fd92c4b348cf4140b11ee013dd4491d2099565e82176252a0e00d45230d 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ka/firefox-l10n-ka-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kab/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-kab.xpi 538410 BLAKE2B eef8b4a1bb30fb1a204d60791cf6922d17c3a954e131ff8a7f9240b2c0d070648a08353aa9a83066b48d90510b53a406837e3211822cbd17a25cc8f7c4e77447 SHA512 1d4770edbe5839ca6b2b8edb3e2d357d19025faf66989a3dfa07355d193d833d89ae2b19989688dfcbb47d1709849121249dd8498a8b5f25f57a63100715c15a 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kab/firefox-l10n-kab-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kk/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-kk.xpi 591061 BLAKE2B deab9087e8354d79b0629d8f75915071cfd8a80d654723d77f24a5e9b123096e8dce49319654f3b669f9cf04dd377280e9ea4ed45cd8e83934daae8415b7e6de SHA512 c8f3ca399159ea43ca38468f2c2fe6ece2ed6d83b052d5759c1557b0c688c40b75b05bcd3bdf9fa963e52360d6d1bf6a8004531d03de15e62abf04cf774d5448 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kk/firefox-l10n-kk-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-km/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-km.xpi 527419 BLAKE2B bb062f57a2c7aa21409fc99c05edc504b87ad5fe1133461848387866cb31fe3b2e9fcde6fdd3e1c2f12723dd593e0fbe0afdc4db256b479d1a72deba30c6875c SHA512 6b737d96c560b55d708ce92d234c0fc4a3e87d105ffe5ab8fc89057af51bde2eee2c95f04a1d0ce6e545e0b76a9d34f15724a42bfed9782d2bc1e6403d7e3c87 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-km/firefox-l10n-km-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kn/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-kn.xpi 506712 BLAKE2B 25282bcb3f26942789f7569d425f6f0179e724cdb22ff00f67c1f95aa7302237cf4d49adaec1a1e1dd9d6f8f0792683bdb1e7adbdef6a32f6b2519de40d075f3 SHA512 ed99c461288553274caa6de3cb865ac363cbf8a1a7ff795e23aa2edb77eaaed6386781d62417841093174ebc46351e5d7c026b419dfcc562afcad612f7fb4e20 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-kn/firefox-l10n-kn-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ko/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ko.xpi 564748 BLAKE2B 56ab2ccec37b51353838baaf6b50912726501d571dce0df5a94c07b82db4c289bdcf67be082a3ae0853eb240383ea0bdcdd92c4540ee40d03bbfce49b72a2104 SHA512 d3f293c4e4c7d5f77ab87622ef7fc533c6b68579f98c09295efad0a60467fdc03aceb5b71bfdf145fe1ab7cd11629741b729e21fddd780c3e13b7c4dae0cda7f 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ko/firefox-l10n-ko-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lij/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-lij.xpi 476806 BLAKE2B 10bad1cd516fc22fea2a495fcf910b6b2f20852a66442c769e06f4e4c0829f7400148b678a2f7359e7133937deae6f0568ffee0ded28b748fc04a1efb6de328d SHA512 dfda924231008a482d415eec90b18eb3d70e8f4b43a6d1826dbcd11ee4d39b4f677ac2fab9af071af3a5abc6acab69c0f3aa7d7b2dc041017841e3b49e0f2f7c 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lij/firefox-l10n-lij-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lt/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-lt.xpi 547535 BLAKE2B e625e6988dddc081c6617aa6506c6b2ef768759df4bc4642b0cc93421569a0c93da7f76acc80cda5e4c1bf1debec2885f2e588b774f0ae0d60cb2a59986cb1e3 SHA512 9bc553ab3d09a963f0bf4d29517c711aac28c29426ef6e2d84ab4ac5980fc0fe4fc1206305edcafecc9fc4d0ecb56944325674291526e3cc6418f5ddcb7d364f 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lt/firefox-l10n-lt-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lv/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-lv.xpi 470837 BLAKE2B 2dc830f7354b6094b2fb6dd302227df015992ee577107a566bc6f073829a1d07e4e6e6112c8ef8ee12226740e57635ea5a78eef2d825f490b86ab31acb38778b SHA512 db1009a2f7e0fc1b4de620c51374502601fdd9dc18ca1d1cd4f4d7e349a473543b8c901f42b10c14a0789d21200d415b153faf9de869d7a93e503e48183fecd2 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-lv/firefox-l10n-lv-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-mk/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-mk.xpi 459824 BLAKE2B c92bc80f04841a4b831838fe7a4ad0e0c200c3a06b09d6239ccba87af5d3ad20220a3c31b267e1183d1c0b2f0461b620ad576c634c34bd2b2bc872b414767933 SHA512 c6504900a0179f7c65a24716fede62f027ac4c3332fa4e0329dfc6b333643e396fda636f9b3f852b69d016dcd9a34b632143393d4d6742e0220c5e9f789b9658 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-mk/firefox-l10n-mk-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-mr/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-mr.xpi 541982 BLAKE2B d2e96dc56c627a4a355574e2604a68a85d8edf8ed9f060617af87405f519a6246ec1c967c1fe1315a06328f45134004769b4f3d5cea67c413a7309173a53c581 SHA512 cddc0de257a6812ff7920eb6ea297d8456696746492840ab47f9cc5243b5fe7fdd4c133f765873db73708e2b31d59d36e7c5b3243bd1959457e2a10ad9181826 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-mr/firefox-l10n-mr-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ms/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ms.xpi 454814 BLAKE2B 70a6bcf169de0b5216a3a8114dcd3f98d60f77fe5ddcd24b344381ffda66c758c59dce4b0b0d8b5955bf6464ef5cf6ef15adb24a3c8e475c1a9b796b57200d75 SHA512 d87912ab922cee6591b93903b6ed109c7c19add0c761e68afeaa93472f07d1dc93db2edb9cefcd0471f42c230eae98e169a25cd9c41a357783b5f887a139e143 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ms/firefox-l10n-ms-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-my/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-my.xpi 526527 BLAKE2B 7f3c3c94f566a57c3ec29b848021f4bbecbf803adab21497909cbb037674bd4ebecca9994ded00530d917b965c4d3a3559cbbf03f9160d10ac811f47e8f206e2 SHA512 0e9c858ab9e278421ec09c728329df7cf04060c35ff7c56c6d67de8d25e1b1f21044845e04d1c747410ec6d2132a017589a4571dd4ef9e5c7335abab33126951 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-my/firefox-l10n-my-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nb-NO/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-nb-NO.xpi 516938 BLAKE2B 83dc51cb38a223606e8aa7f074284a14e2f1ad0b9aec47b6da08c0dd4f8d11ed184217502961b1437dceb890e69c9bf4a88fd76d64c6fd8371ab5f4b4bc1316d SHA512 2df0cabe58df1094fe4f8a02f2511e64db788f7f7ee19a0024428159aa770a105637a78c2a0dca7c2b40100aea8f804d78329f9a8a19c4652c4ed99a60279dd3 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nb-NO/firefox-l10n-nb-NO-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nl/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-nl.xpi 524178 BLAKE2B 404aeffb8d82192d7e681c32bd0a085d5498f3987de77962309f9c7d7d66ee8dbe576028b86d1700014a7aca72e6430def844f00cf7a40ba99208dcbe4b02a0b SHA512 eaedb9e77012b7f1d8460977b63443b4cb553596524b33ef276c78e56a68b8cc527d724f21d7fa80e44cf68c37261e6fd8eb082179c064953cec92a9f80cde01 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nl/firefox-l10n-nl-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nn-NO/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-nn-NO.xpi 517874 BLAKE2B 09f2f0fb088512c847fabec49203b26d6e729a2d221ea72d44999a9db9863c51d634e47c59fa82d89c94df9017ebbecc8ecebe086263b9dd9f043af077a59dad SHA512 a2ac5595807fe3bad05322b8a677249cce47feebc8a56468069cc1e4ae4d4901904634723ca341c0211424e70911b233153c3782d6e5d34893f7ad0eec18cbfe 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-nn-NO/firefox-l10n-nn-NO-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-oc/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-oc.xpi 540049 BLAKE2B cd370ca0a2ad015d1aef64762503da3d7399c977ca58034d60218b1b2a7724f60f357614c7e81f637e9586c56c171228a7422f03ee71abf27e5adad6c2398645 SHA512 d93c92335ac6b2242d620fccf97865ea4f658537ce459f366562ab2740852c87c57124c32522d1a3fa03f050d7a4b09bcbbbc2b83eaff65925dd78c9c8923679 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-oc/firefox-l10n-oc-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pa-IN/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-pa-IN.xpi 584955 BLAKE2B 7e0ebcbdd4738da367e8b31b741fc3175e21a1b591d969554833556b3e7ec5282c0c4959db26bbbd5be23a4c6a302b2122b8876c9a080a91e867f7a7c62e0f9c SHA512 8e7108a94030c9651a2e523d2758cc76b4297f262cbc9d7ad44479bc583a038db3fdf868d45713b69a5b2be9a6a3e523cecc9aca808f7f03833bf9cf38dab846 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pa-IN/firefox-l10n-pa-IN-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pl/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-pl.xpi 543364 BLAKE2B 1fef08c91adf72c8c7659e6b679820bea030b2758e3db5b89b8de9a23c628ff290d09059b3115ad29247c6d689c798825c31c4fae1d35eb0257313541c065143 SHA512 274cdeb1651dfcf4f9d4341e940d44808a39a1e9824f0159cb293c0df3d1aec7544494a528e1af1e58f36aa46c8380bd3e0505df33306897f3a42cc3a9978f45 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pl/firefox-l10n-pl-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pt-BR/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-pt-BR.xpi 525585 BLAKE2B 51742a667b6033ddce2c0a35b50c1f36b40fe485210776d21c5d3fefb566567ca54b0b02cdc7dfd31857718d142933d8b595dc860c02eb253ddf78b553de0b8b SHA512 16032ba444f3e4adf597ae73a23b65f2941efb9e29228fc511ef2dba5d5577347cdcc11bd57be1e899beb428ba46d3326ab8a4754fa2af4f06496ac9f11b4320 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pt-BR/firefox-l10n-pt-BR-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pt-PT/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-pt-PT.xpi 533312 BLAKE2B f3696839351cd10ba2a556b29530bc74c81e5e3c86fb2ced3e0232a44312ec96574614954de9671764958da117daeb1bf70ab307d3cb2801a903643526c23400 SHA512 125c834f801977468d0e8ed31a5c99ab65a6e92f191c31264758ccf407449d2a4694df7ca967a016d0adbc45f007674be3320e9124a7db135f7db0860f201829 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-pt-PT/firefox-l10n-pt-PT-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-rm/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-rm.xpi 524836 BLAKE2B e60a67a9993bc54d93cafc1a8206c107d030199ba4150d78ff3d213058633c63741033c0aa8bc5218935f33d8d207f2cf6e3947b2a29125757178bbc187dc55b SHA512 417cb841707ff2200629a9e833c7966ff95541a3efbd3d148c90205db284e8f346e2e91ec752f6c32878c17a2487cedc4696e96ec6d75d3b7062ceb0d00a56c1 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-rm/firefox-l10n-rm-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ro/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ro.xpi 532968 BLAKE2B 8ff1442c8cd5f4329d7313503b1d6da54a66f8e19996ed593a87bca2452ce589acb272c8c808e9745e1ad6b6d73a1b9366d7aece8b2e0ef92b29f833d6d7b5c3 SHA512 b4dae10fffcf6f2bb8f1de1db2748adf5a48f0898de9e3a6a1676905d53888905f81ce8280c5b279ac2ec13d830d86f65f724680b2492a179ca0c6fc7e9d84fb 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ro/firefox-l10n-ro-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ru/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ru.xpi 611899 BLAKE2B 8733ba5d9e3b5a7e0aacae69069c7e885583666715509fc272cefb677d50bc9ac2f7327b9d277818d281c36a80b196a303706b07deaa755e60765ae6cade4f26 SHA512 43550c1547aa96d164c1290ac9284d5f13c9b972f1084685b52dac273f962a8339218c5d41d4ca3e690d6194dd6e42c14d8eb5c8aed7867b4a469082d1447a19 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ru/firefox-l10n-ru-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-si/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-si.xpi 492923 BLAKE2B 6c946c3dadf47ef8e9051a6e37a1b338adb9c2c20ca2294b48bbd7d7ad1fd7b337a78ae03b07261b6ebf76d13977102a418dd6bb9ef16f7484c24e5b3733ce1a SHA512 4e5adc12e09d09c8b13b6d15ae3e2faabc08e1d7547625ce95b6679e0d7e07e0309bd94abfaa454ff6f4179280cbb505fc3abd6b9051b58ef0d1aad64f776fa0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-si/firefox-l10n-si-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sk/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-sk.xpi 538489 BLAKE2B e88c35fae89b9135c85b04018f5207dc3dc44aabeac1d68e87c4931cc05732f540ebcefc943a1c5cbafe06a510439afbd33c50cadea0ec6ad6f6e81c501e76a7 SHA512 5e802fffebea95f4bff9b11fd64adf2256a9712d8add1314ad6bbdef1d32e1f3ef28a99847cf17fd795d111209b5ded7c44589e87df7f4639e4106d3ec973ef0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sk/firefox-l10n-sk-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sl/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-sl.xpi 521132 BLAKE2B e71e87bca7b6dbbb38729e549a27ed22ebfa9b93c268d502fa1dced2cba38f9480b6dc4b869bdc8f52fa62452760edb00b874cb7e0d0963213eae9c5e88bc081 SHA512 e17ed51af13db97db9ad64f86bf126d9043d98023c06b5e1f56348f26def30af726d89fb7580f6673e6892bac97c1c3fd16e2ac09814a3f35ba0e8d398c845f6 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sl/firefox-l10n-sl-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-son/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-son.xpi 425697 BLAKE2B 948e9e266813507894529eb3648436d6b930c8eae19a991789a4eb8a5870754ae60e94f07337a14d5069693512c72119d5a91a73b53e518213fa15c1a5a32a3e SHA512 64b222f00a497538f6b19e6e26c5d4cb98e23bfe5884539e927dbd72a505d3fabfc96ab26bcbed52f24891786208af7a303d2efa006f1819c4f715b6dbd6ed80 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-son/firefox-l10n-son-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sq/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-sq.xpi 542776 BLAKE2B f776b2242db19a71a71f67cdfc31cdcddf20c1a98c7803834538383159c3c064c1859913a2e0654299e327b897596d3e80c87684562b9bf8fa83ec4d72ca5520 SHA512 0a0e26cf5650257172d6984ae84e5e22ed6d78b8039d31eebe0ffcf6c2b4fe7af7ba410f9ab0604c0ed27587c11564d40281c9fdd3ffb4e3f305b9e350943d59 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sq/firefox-l10n-sq-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sr/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-sr.xpi 563746 BLAKE2B 5a75b1fb67ca35eb8a287a704906c15ae20e279a51058a4ceea83b6aade588def50184160e4e8a82dc09d2fba1395d39191c86fd0d7cfc0f16d30bf4501c5725 SHA512 91a11d128e63b08465f9ebb7b42df96eb01c6dd1a5b0323df414c88d48b6da0869d4c48324fd1348d5c16ea1b63e323d696bb4d8551641dbfb2c3e632c12f4a8 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sr/firefox-l10n-sr-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sv-SE/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-sv-SE.xpi 527551 BLAKE2B 42e258161dd1970c231c6280ec42739dc000ea19b2ac9e1e174e722a5d719c9e6e249a4fd8a805bde5deca1d403856f28a1fa34d8b95ccd37751cdd9a08600a5 SHA512 da4a58d6e169a6840ca5fd7aff34b20573a3e80e90cdec6f3c9b7e5c8dfb9a7d97acea76a49ee6c4084fa719deda71ce670da7dc221ad3bd66e3acbccb3740fe 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-sv-SE/firefox-l10n-sv-SE-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ta/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ta.xpi 521655 BLAKE2B c7e9cee0d581205ac00dedcec4494ca1914ae8e8f915b9464c6dadd45d2c2781ccd1fabdd16c3459f7d616d267fb36797db4a34571d18b74ce5eb75e8ba4e63a SHA512 86cb7f221eeaa52c97d54dae556a8718a6560ee40be2341c5d39fb424268df72867be48649a489009c0bfdd5b4b2f5a6d093bc8ae68be29ae7e722d785b683fb 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ta/firefox-l10n-ta-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-te/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-te.xpi 558108 BLAKE2B 324801fd9496992e4e58ad1b3b7bf4df14c13e276dc76fe6b25d91fef6dbf1cf0338530031f4acacd5b747541a78ce9636afc1a6f59ea87aa916a9a262f8e71d SHA512 835901a98b950c1ba9db3abfae5b0ceac6b883673152274e52e35f1ba171b1b830b5febdea27914966c4b0633a216013581335a7e20db894889de78e9e4cade0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-te/firefox-l10n-te-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-th/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-th.xpi 592812 BLAKE2B 39b41a4be7e57a70231add8156d8b8a781449443967f5f59821e9cf481e9b6ae2601021b77ff550ceeced447ecdcaee8f3ada0094e36e12106ba771385767d71 SHA512 578340f0e4228590851d1d77dbb3b14190cacdf45892ec89e1451875f087fe1c0663990bcd17554913303a7bce8bbdb2f32ab1706e475c8559da6ac9b5419a8e 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-th/firefox-l10n-th-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-tr/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-tr.xpi 537926 BLAKE2B 071e5639393cf555e50c0e736c056898337a6a5e9865c8012fc6785e56df5d2f13f9701190a4a7fd5a9bb5317a42d69f337772c9695adafbdb305a54bf9d2422 SHA512 a27f55484a16abb6f6a34fac8cad4f1eb3022803de29e450e126d8bd3f77439ade3efc2a01e88e71cbf256733c6dbb1b8468c0184a3aad37512ed1fa17c864a2 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-tr/firefox-l10n-tr-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-uk/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-uk.xpi 606063 BLAKE2B 87d8f8d0329796484d3192aac2321a851c5f43a4a021cdfaad33d2753a8cba0c4b2516e4939876a44bd9e1ad0fa34426b067649d94a25ee935455be85433a587 SHA512 76f7422733523e9543300f9ecf4f9c71cb85d30ea036664add9256431be29c33e2f4d38ecb51c3ba39bb3326a5e2d70c916f13784f5357f735ed37257b27950f 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-uk/firefox-l10n-uk-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ur/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-ur.xpi 558461 BLAKE2B 892df8ec9b550e10e92f043ed5f88d9047190bcd9cd476117215fcb6519cc251b7606b637d3748bea4f32c4a9dddc37abd283d629e23b0ffaa07676d730b361c SHA512 a90d63beb94993dff11601ed59bfcae6d0ed6a549fb57ddb29f4abe55c33f0bde577553027b5900e64310111388c4d81b4db97f803263f886c90cce45d47ea61 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-ur/firefox-l10n-ur-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-uz/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-uz.xpi 478518 BLAKE2B 0d61aae634957f392cb4d86ab510fa61f8357c61b7e05c5610b87ef7288da5bda6e2f4bd2cfe86b0c69fd8c6c369d12373207fe26ca98ec772db9a14a641c4a8 SHA512 a3b7a55603171c4c2892fbf5b88c3af9d4f54b52036b71211399fe96a1700a5577a87f2fd1418c3e07d59263d745ba609f7199f66236fa464237eb73a8b91dc1 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-uz/firefox-l10n-uz-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-vi/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-vi.xpi 561443 BLAKE2B 675dbd685bc0215333e0d282d48cc2fe51f596134009ac93f9d5f6d8c572098996442de8b89ca26fa4a837e0ed4196e2317d7a5f459bceb2af17a46feb62152a SHA512 10f814e3287a5a6b050612b0a21914c306f3de258471ed0e68b37d6b8c669f263487e3c88243d809456fe91a7ade848ac45f65765af4f4f90fa116f3a7f76334 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-vi/firefox-l10n-vi-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-xh/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-xh.xpi 427842 BLAKE2B 4c3cf47012d70110d912f7209d3ff44b3ceab98402b2fbb333e4527752966bfc309e74ae2ad0cb5853d7ec5c24abcb1af5dded72c23847c498fc9b6f0a168cab SHA512 333de2aa39179ed805a2848bd432720e1a2795d6ddcef1a2a241b1906c6fc3de608a27b0397e5d7a247411d8efb7fb771559d3429d575ad78d45c0af09737fb8 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-xh/firefox-l10n-xh-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-zh-CN/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-zh-CN.xpi 562147 BLAKE2B 67aab75c9f5fb8f21aa90996ca54e865f43d99e1e52a98ed44a23588395dc967589f5793a44a35cdce8c2ae929bffaefeca7698871d08266541b934f71ddabe7 SHA512 36e675f8b3f70f22e4cb51f7119cdece72ac799abb4c0d5e7be313469f75a0300b9b446cb9b66f18e27f3f6eabea6aaa51f65af5bf6a292384fd4f2d30046ba0 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-zh-CN/firefox-l10n-zh-CN-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-zh-TW/Manifest: -------------------------------------------------------------------------------- 1 | DIST firefox-84.0-zh-TW.xpi 562093 BLAKE2B 6f6f76fb54c351ac68f1e898b96623223e5dd16dc9585f317096971fc5168b981f9d1e29ace9aa177354766e8099a586547a9e3f512ee29abdb5ad84f2f1d14b SHA512 2c8feee6c2db327f2de3d6489577f9e187122d6d596cf38d7575064425b0f0865920cccad46a89756e6550e921046069197169badce768b5af605a92f12298b5 2 | -------------------------------------------------------------------------------- /www-client/firefox-l10n-zh-TW/firefox-l10n-zh-TW-84.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=4 5 | inherit firefox-l10n 6 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/10nvidia: -------------------------------------------------------------------------------- 1 | __GL_NO_DSO_FINALIZER="1" 2 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-3.14.patch: -------------------------------------------------------------------------------- 1 | --- a/kernel/nv-linux.h 2 | +++ b/kernel/nv-linux.h 3 | @@ -273,8 +273,7 @@ 4 | #endif 5 | 6 | #if !defined(NV_VMWARE) && defined(CONFIG_ACPI) 7 | -#include 8 | -#include 9 | +#include 10 | #if defined(NV_ACPI_DEVICE_OPS_HAS_MATCH) || defined(ACPI_VIDEO_HID) 11 | #define NV_LINUX_ACPI_EVENTS_SUPPORTED 1 12 | #endif 13 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-304-3.13.patch: -------------------------------------------------------------------------------- 1 | --- a/kernel/nv-acpi.c 2 | +++ b/kernel/nv-acpi.c 3 | @@ -303,7 +307,10 @@ static int nv_acpi_remove(struct acpi_de 4 | 5 | if (pNvAcpiObject->notify_handler_installed) 6 | { 7 | +#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0) 8 | + /* beginning with 3.13, acpi_remove_notify_handler() waits for events to finish */ 9 | NV_ACPI_OS_WAIT_EVENTS_COMPLETE(); 10 | +#endif 11 | 12 | // remove event notifier 13 | status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event); 14 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-340.96-uvm.patch: -------------------------------------------------------------------------------- 1 | diff -urN a/kernel/uvm/nvidia_uvm_lite.c b/kernel/uvm/nvidia_uvm_lite.c 2 | --- a/kernel/uvm/nvidia_uvm_lite.c 2015-11-09 06:44:53.000000000 +0100 3 | +++ b/kernel/uvm/nvidia_uvm_lite.c 2016-05-21 20:16:53.427251967 +0200 4 | @@ -785,7 +785,7 @@ 5 | // a reference so that the fault handling logic is correct: 6 | // 7 | get_page(pTracking->uvmPage); 8 | - retValue = VM_FAULT_MINOR; 9 | + retValue = 0; 10 | } 11 | 12 | pRecord->isMapped = NV_TRUE; 13 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-367.35-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.35-rc 2 | +++ b/nvidia-application-profiles-367.35-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-367.44-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.44-rc 2 | +++ b/nvidia-application-profiles-367.44-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-367.57-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.57-rc 2 | +++ b/nvidia-application-profiles-367.57-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-370.23-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-370.23-rc 2 | +++ b/nvidia-application-profiles-370.23-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-370.28-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-370.28-rc 2 | +++ b/nvidia-application-profiles-370.28-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-375.20-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-375.20-rc 2 | +++ b/nvidia-application-profiles-375.20-rc 3 | @@ -48,7 +48,7 @@ 4 | { 5 | "name" : "NoEnforceShaderInputOutputMatching", 6 | "settings" : [ "GLShaderPortabilityWarnings", false ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-375.26-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-375.26-rc 2 | +++ b/nvidia-application-profiles-375.26-rc 3 | @@ -48,7 +48,7 @@ 4 | { 5 | "name" : "NoEnforceShaderInputOutputMatching", 6 | "settings" : [ "GLShaderPortabilityWarnings", false ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-drivers/files/nvidia-drivers-440.26-locale.patch: -------------------------------------------------------------------------------- 1 | --- a/kernel/conftest.sh 2 | +++ b/kernel/conftest.sh 3 | @@ -6,6 +6,10 @@ 4 | SCRIPTDIR=`dirname $0` 5 | cd $SCRIPTDIR 6 | 7 | +# translate_and_compile_header_files() expects the default locale 8 | +# https://bugs.gentoo.org/698238 9 | +export LC_ALL=C 10 | + 11 | CC="$1" 12 | ARCH=$2 13 | ISYSTEM=`$CC -print-file-name=include 2> /dev/null` 14 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/09nvidia: -------------------------------------------------------------------------------- 1 | # Has to precede X11's own libraries! 2 | LDPATH=/opt/nvidia/lib 3 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/90mutter-disable-culling: -------------------------------------------------------------------------------- 1 | # See https://bugzilla.gnome.org/show_bug.cgi?id=664858 2 | CLUTTER_PAINT=disable-clipped-redraws:disable-culling 3 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/95-nvidia-settings: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /opt/bin/nvidia-settings --load-config-only 3 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/95-nvidia-settings-r1: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | /usr/bin/nvidia-settings --load-config-only 3 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/NVIDIA_glx-defines.patch: -------------------------------------------------------------------------------- 1 | diff -ur NVIDIA_GLX-1.0-4191/usr/include/GL/glx.h NVIDIA_GLX-1.0-4191.new/usr/include/GL/glx.h 2 | --- NVIDIA_GLX-1.0-4191/usr/include/GL/glx.h 2002-12-09 21:26:55.000000000 +0100 3 | +++ NVIDIA_GLX-1.0-4191.new/usr/include/GL/glx.h 2003-01-30 18:20:23.000000000 +0100 4 | @@ -39,6 +39,7 @@ 5 | typedef XID GLXPixmap; 6 | typedef XID GLXDrawable; 7 | typedef XID GLXPbuffer; 8 | +typedef XID GLXPbufferSGIX; 9 | typedef XID GLXWindow; 10 | typedef XID GLXFBConfigID; 11 | 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/NVIDIA_glx-glheader.patch: -------------------------------------------------------------------------------- 1 | --- usr/include/GL/gl.g.orig 2004-07-17 19:56:59.789410584 +1000 2 | +++ usr/include/GL/gl.h 2004-07-17 19:59:08.844791184 +1000 3 | @@ -66,6 +66,10 @@ 4 | typedef double GLclampd; 5 | typedef void GLvoid; 6 | 7 | +/* Patching for some better defines in the global system */ 8 | +#ifndef GL_GLEXT_LEGACY 9 | +#include 10 | +#endif 11 | 12 | /*************************************************************/ 13 | 14 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-367.35-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.35-rc 2 | +++ b/nvidia-application-profiles-367.35-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-367.44-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.44-rc 2 | +++ b/nvidia-application-profiles-367.44-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-367.57-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-367.57-rc 2 | +++ b/nvidia-application-profiles-367.57-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-370.28-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-370.28-rc 2 | +++ b/nvidia-application-profiles-370.28-rc 3 | @@ -44,7 +44,7 @@ 4 | { 5 | "name" : "NamedVertexAttributesApplyDivisor", 6 | "settings" : [ "GL23cd0e", 1 ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-375.20-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-375.20-rc 2 | +++ b/nvidia-application-profiles-375.20-rc 3 | @@ -48,7 +48,7 @@ 4 | { 5 | "name" : "NoEnforceShaderInputOutputMatching", 6 | "settings" : [ "GLShaderPortabilityWarnings", false ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-375.26-profiles-rc.patch: -------------------------------------------------------------------------------- 1 | --- a/nvidia-application-profiles-375.26-rc 2 | +++ b/nvidia-application-profiles-375.26-rc 3 | @@ -48,7 +48,7 @@ 4 | { 5 | "name" : "NoEnforceShaderInputOutputMatching", 6 | "settings" : [ "GLShaderPortabilityWarnings", false ] 7 | - }, 8 | + } 9 | ], 10 | "rules" : [ 11 | { 12 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-drivers-settings.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=NVIDIA X Server Settings 4 | Comment=Configure NVIDIA X Server Settings 5 | Exec=/opt/bin/nvidia-settings 6 | Icon=nvidia-drivers-settings 7 | Categories=System;Settings; 8 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-persistenced.conf: -------------------------------------------------------------------------------- 1 | # run-time configuration file for /etc/init.d/nvidia-persistenced 2 | 3 | # NVPD_USER: The user nvidia-persistenced is intended to run for 4 | NVPD_USER="" 5 | 6 | # ARGS: Additional arguments to set the default persistence mode 7 | # (see nvidia-persistenced(1)) 8 | ARGS="" 9 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-rmmod.conf: -------------------------------------------------------------------------------- 1 | # Nvidia UVM/DRM support 2 | 3 | remove nvidia modprobe -r --ignore-remove nvidia-drm nvidia-modeset nvidia-uvm nvidia 4 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-settings.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=NVIDIA X Server Settings 4 | Comment=Configure NVIDIA X Server Settings 5 | Exec=/usr/bin/nvidia-settings 6 | Icon=nvidia-settings 7 | Categories=System;Settings; 8 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-udev.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -ne 1 ]; then 4 | echo "Invalid args" >&2 5 | exit 1 6 | fi 7 | 8 | case $1 in 9 | add|ADD) 10 | /opt/bin/nvidia-smi > /dev/null 11 | ;; 12 | remove|REMOVE) 13 | rm -f /dev/nvidia* 14 | ;; 15 | esac 16 | 17 | exit 0 18 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-udev.sh-r1: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ $# -ne 1 ]; then 4 | echo "Invalid args" >&2 5 | exit 1 6 | fi 7 | 8 | case $1 in 9 | add|ADD) 10 | #hopefully this prevents infinite loops like bug #454740 11 | if lsmod | grep -iq nvidia; then 12 | /opt/bin/nvidia-smi > /dev/null 13 | fi 14 | ;; 15 | remove|REMOVE) 16 | rm -f /dev/nvidia* 17 | ;; 18 | esac 19 | 20 | exit 0 21 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-uvm.conf: -------------------------------------------------------------------------------- 1 | # Nvidia UVM support 2 | 3 | remove nvidia modprobe -r --ignore-remove nvidia-uvm nvidia 4 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia-uvm.udev-rule: -------------------------------------------------------------------------------- 1 | KERNEL=="nvidia_uvm", RUN+="/bin/bash -c '/bin/mknod -m 660 /dev/nvidia-uvm c $(grep nvidia-uvm /proc/devices | cut -d \ -f 1) 0; /bin/chgrp video /dev/nvidia-uvm'" 2 | -------------------------------------------------------------------------------- /x11-drivers/nvidia-userspace/files/nvidia.udev-rule: -------------------------------------------------------------------------------- 1 | ACTION=="add", DEVPATH=="/module/nvidia", SUBSYSTEM=="module", RUN+="nvidia-udev.sh $env{ACTION}" 2 | # Previously the ACTION was "add|remove" but one user on bug #376527 had a 3 | # problem until he recompiled udev-171-r5, which is one of the versions I 4 | # tested with and it was fine. I'm breaking the rules out just to be safe 5 | # so someone else doesn't have an issue 6 | ACTION=="remove", DEVPATH=="/module/nvidia", SUBSYSTEM=="module", RUN+="nvidia-udev.sh $env{ACTION}" 7 | -------------------------------------------------------------------------------- /x11-misc/lightdm-base/files/README.gentoo: -------------------------------------------------------------------------------- 1 | 2 | * Even though the default /etc/lightdm/lightdm.conf will work for 3 | * most users, make sure you configure it to suit your needs 4 | * before using lightdm for the first time. 5 | * You can test the configuration file using the following 6 | * command: lightdm --test-mode -c /etc/lightdm/lightdm.conf. This 7 | * requires xorg-server to be built with the 'kdrive' useflag. 8 | * 9 | * You can also set your own default values for LIGHTDM_GREETER, 10 | * LIGHTDM_SESSION, and LIGHTDM_USER in /etc/portage/make.conf 11 | 12 | -------------------------------------------------------------------------------- /x11-misc/lightdm-base/files/lightdm: -------------------------------------------------------------------------------- 1 | #%PAM-1.0 2 | auth optional pam_env.so 3 | auth include system-login 4 | auth required pam_nologin.so 5 | account include system-login 6 | password include system-login 7 | session optional pam_loginuid.so 8 | session include system-auth 9 | -------------------------------------------------------------------------------- /x11-misc/lightdm-base/files/lightdm-autologin: -------------------------------------------------------------------------------- 1 | auth optional pam_env.so 2 | auth required pam_nologin.so 3 | auth required pam_permit.so 4 | 5 | account include system-local-login 6 | session include system-local-login 7 | -------------------------------------------------------------------------------- /x11-misc/lightdm-base/files/lightdm.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Light Display Manager 3 | Documentation=man:lightdm(1) 4 | After=systemd-user-sessions.service 5 | 6 | [Service] 7 | ExecStart=/usr/sbin/lightdm 8 | StandardOutput=syslog 9 | Restart=always 10 | IgnoreSIGPIPE=no 11 | BusName=org.freedesktop.DisplayManager 12 | 13 | [Install] 14 | Alias=display-manager.service 15 | -------------------------------------------------------------------------------- /x11-misc/lightdm-base/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | hwoarang@gentoo.org 6 | Markos Chandras 7 | 8 | 9 | Use dev-libs/gobject-introspection for introspection 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /x11-misc/lightdm-qt5/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /x11-misc/lightdm-settings/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@sabayon.org 6 | 7 | 8 | -------------------------------------------------------------------------------- /x11-misc/lightdm-slick-greeter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@sabayon.org 6 | 7 | 8 | -------------------------------------------------------------------------------- /x11-misc/lightdm/lightdm-1.28.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | DESCRIPTION="LightDM meta package" 7 | HOMEPAGE="https://www.freedesktop.org/wiki/Software/LightDM" 8 | 9 | LICENSE="GPL-3 LGPL-3" 10 | SLOT="0" 11 | KEYWORDS="~amd64 ~arm ~x86" 12 | IUSE="audit +gnome +gtk +introspection qt5 vala" 13 | 14 | DEPEND="~x11-misc/lightdm-base-${PV}[introspection=] 15 | qt5? ( ~x11-misc/lightdm-qt5-${PV} )" 16 | RDEPEND="${DEPEND}" 17 | PDEPEND=" 18 | gtk? ( x11-misc/lightdm-gtk-greeter ) 19 | " 20 | -------------------------------------------------------------------------------- /x11-misc/lightdm/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /x11-themes/gnome-colors-common/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | desktop-misc 5 | 6 | pacho@gentoo.org 7 | Pacho Ramos 8 | 9 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-core/files/5.0/splash.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-core/files/5.0/splash.xpm.gz -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-core/files/sabayon-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-core/files/sabayon-logo.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-cursor/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-cursor-14.tar.xz 79824 SHA256 63da3ec9986fa8484550dade0e40a9555e345bccd5b8fe5af6cc32134ff36146 SHA512 44ac44fe9e65a3a83e98e97b1c80dfb8ec362a026a50de33f8e5fc4a92ac991adc900225de580acbab3abaa422d7f47cd6c5e706fcf4211137fd41f5c26323c7 WHIRLPOOL 3518ae41cc0d46d2255b6476aaf58fe3460332f7c0546c27b52d32a075152e52122cf4c19a64ce3f612d88d9de1cbe7fe563bee2318dcc68fa66eb3f93d5c517 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-gnome-15-r1.tar.xz 62308 BLAKE2B 199c7012e798f6efac7bf75f37b4cb58707092605b33d24f020eb5cebca40df7d2b8f0dde6df5ba8b350db94b463deb6a64d771cea294310a1b511b043e47553 SHA512 eef4f2eae65cd5a383596f9c881ce13a538ac8b47220171845fd3fa49fb90a95e837a5df7d965d38f2b89b231d6869b7fb3d6238ed309b18ea00604a9edce5de 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/GdmGreeterTheme.desktop: -------------------------------------------------------------------------------- 1 | [GdmGreeterTheme] 2 | Greeter=Sabayon40.xml 3 | Name=Sabayon 4.0 Default GDM 4 | Description=Sabayon 4.0 Default GDM v0.3 5 | Author= Ian Whyman 6 | Screenshot=F 7 | Copyright=Sabayon Linux 2008-9 8 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language-active.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language-prelight.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-language.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot-active.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot-prelight.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-reboot.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session-active.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session-prelight.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-session.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown-active.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown-prelight.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gdm/Sabayon_Linux/icon-shutdown.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/gnome-splash/gnome-splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sabayon/sabayon-distro/39620bf7861b24693bb69b1ede11e6b0971e31fc/x11-themes/sabayon-artwork-gnome/files/gnome-splash/gnome-splash.png -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-gnome/files/org.sabayon.gschema.override: -------------------------------------------------------------------------------- 1 | [org.gnome.shell.clock] 2 | show-date=true 3 | 4 | [org.gnome.shell.calendar] 5 | show-weekdate=true 6 | 7 | [org.gnome.desktop.background] 8 | picture-uri='file:///usr/share/backgrounds/sabayonlinux.png' 9 | show-desktop-icons=true 10 | 11 | [org.gnome.desktop.interface] 12 | icon-theme='elementary' 13 | 14 | [org.gnome.SessionManager] 15 | show-fallback-warning=false 16 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-isolinux/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-isolinux-20.tar.xz 244620 BLAKE2B 633b980f559959c723046cfe34a1e99c030a70bf37970d96c022600142f82a192aaa4ba0605aff6c30a2a314aea22f26dc3bd16388b4c885b6aeb5e8c581d4c2 SHA512 96969fa5cb713aa79b78531e22c824b367706e28495a1c8bf6ca416b774548975b984f4485472f2d3e9e796026db74fc14a53d211ab40d752eebb21fca23e481 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-lightdm-slick-greeter/files/slick-greeter.conf: -------------------------------------------------------------------------------- 1 | [Greeter] 2 | background=/usr/share/backgrounds/sabayonlinux.png 3 | theme-name=Arc-Dark 4 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-lightdm-slick-greeter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | skullbocks@sabayon.org 6 | 7 | 8 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-nostalgia/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-nostalgia-14.tar.xz 6093684 SHA256 58d5db282cfac6b9c307fbe90398859109b4007f4b5e2d0bdf9c57121cb248cb SHA512 2f5cf721cdc0ca55cfca291f4af2d479c5d2ffc42d90e984f8537f02add689500aefed934cf6d6c1b5ee823ea414082dc185352967acd1a6250fc02a156a00c2 WHIRLPOOL 0459211439497e4d439ce6ddfa01dc3158651b6454f87b78b31e1661a0af6aaceeae79993ce37d9ed364cf16f52829979e6d19e4a2e5fd45cdb475720a05ac53 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-plymouth-base/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-plymouth-base-14.tar.xz 11236 SHA256 2f1006234bc7eb770057e319ee16d17dbc367125e6afcd0d14d57486fb93ec76 SHA512 75012ac824bf32ba798ec8e2e865dd72b637abc687c6c4059280ee1d6872a366367f8de9c393f5a2019aaf1ad3f83fabe5a8e6397f92b894fb745e98af853400 WHIRLPOOL c6b154c7958a90466cb04a2fb729a54acb094adbad4fa5f7b7263f3fc19c76eaad287113129962a4db9bbbd475da7f88765068e2a4937a7256b763d1aeeae934 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-plymouth-base/files/plymouthd.conf: -------------------------------------------------------------------------------- 1 | [Daemon] 2 | Theme=PLYMOUTH_THEME 3 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-plymouth-base/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-plymouth-default/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-sddm-base/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-sddm-default/Manifest: -------------------------------------------------------------------------------- 1 | DIST sabayon-artwork-sddm-default-15-r2.tar.xz 47140 SHA256 f4fbafd9925bf30c00ffe15766bde5af87e2276d0c7a49dbc7447d019b01e4e3 SHA512 50af7c0e4aadc52b81d35e16851686e6298b6127006250557c09840d064e3b2f3df91cefc06766626bf1ae3e88951041261af78a2eb12e1701eaaabf132a13be WHIRLPOOL ea57c21a7e10c0bdfc1b238a3c9fba5d7617fae074bdfa4195e219e415bfb85921e7d17bad4ad18c062e3d4af9b5cb6d7a25ad367820635468a6263e779995de 2 | -------------------------------------------------------------------------------- /x11-themes/sabayon-artwork-sddm-default/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | mudler@sabayon.org 6 | mudler 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-themes/tango-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | freedesktop-bugs@gentoo.org 6 | 7 | 8 | --------------------------------------------------------------------------------