├── .config ├── .github ├── .github │ ├── .github │ │ ├── .github │ │ │ ├── .github │ │ │ │ └── FUNDING.yml │ │ │ └── FUNDING.yml │ │ └── FUNDING.yml │ └── FUNDING.yml └── FUNDING.yml ├── Disable askpass broadcast messages ├── README.md ├── acct-group └── angie │ ├── Manifest │ └── angie-0.ebuild ├── acct-user └── angie │ ├── Manifest │ └── angie-0.ebuild ├── app-admin ├── ananicy-cpp │ ├── Manifest │ ├── ananicy-cpp-1.0.0_rc6-r1.ebuild │ ├── ananicy-cpp-1.0.1.ebuild │ └── files │ │ ├── ananicy-cpp-1.0.0_rc6-respect-flags.patch │ │ ├── ananicy-cpp-1.0.0_rc6-system-std-format.patch │ │ ├── ananicy-cpp-1.0.1-system-std-format.patch │ │ └── ananicy-cpp.initd ├── hardinfo2 │ ├── Manifest │ ├── hardinfo2-2.2.7.ebuild │ └── metadata.xml └── winbox │ ├── Manifest │ └── winbox-4.0_beta6.ebuild ├── app-backup ├── btrfs-assistant │ ├── Manifest │ └── btrfs-assistant-1.7.ebuild └── grub-btrfs │ ├── Manifest │ ├── files │ └── grub-btrfs-4.10.2-remove-docs-from-make.patch │ ├── grub-btrfs-4.10.2.ebuild │ └── grub-btrfs-4.11.ebuild ├── app-emulation ├── proton-ge-custom-bin │ ├── Manifest │ ├── proton-ge-custom-bin-10.25.ebuild │ └── proton-ge-custom-bin-9.25.ebuild ├── proton-ge-custom-meta │ ├── Manifest │ ├── proton-ge-custom-meta-1.ebuild │ └── proton-ge-custom-meta-2.ebuild ├── qemu │ ├── Manifest │ ├── files │ │ ├── 65-kvm.rules-r2 │ │ ├── bridge.conf │ │ ├── qemu-5.2.0-disable-keymap.patch │ │ ├── qemu-6.0.0-make.patch │ │ ├── qemu-7.1.0-also-build-virtfs-proxy-helper.patch │ │ ├── qemu-7.1.0-capstone-include-path.patch │ │ ├── qemu-7.2.0-disable-gmp.patch │ │ ├── qemu-8.0.0-disable-keymap.patch │ │ ├── qemu-8.0.0-make.patch │ │ ├── qemu-8.0.0-remove-python-meson-check.patch │ │ ├── qemu-8.1.0-also-build-virtfs-proxy-helper.patch │ │ ├── qemu-8.1.0-find-sphinx.patch │ │ ├── qemu-8.1.0-skip-tests.patch │ │ ├── qemu-9.0.0-also-build-virtfs-proxy-helper.patch │ │ ├── qemu-9.0.0-capstone-include-path.patch │ │ ├── qemu-9.0.0-disable-keymap.patch │ │ ├── qemu-9.1.0-capstone-include-path.patch │ │ ├── qemu-binfmt.initd.head │ │ └── qemu-binfmt.initd.tail │ └── qemu-9.1.2.ebuild └── quickemu │ ├── Manifest │ └── quickemu-4.9.6.ebuild ├── app-misc ├── cpufetch │ ├── Manifest │ ├── cpufetch-1.01.ebuild │ └── files │ │ ├── cpufetch-1.00-makefile.patch │ │ └── cpufetch-1.01-makefile.patch ├── mime-types │ ├── Manifest │ ├── metadata.xml │ └── mime-types-2.1.54-r1.ebuild └── nixnote │ ├── Manifest │ ├── files │ ├── fix-build-script.patch │ ├── qmake-fix.patch │ └── tidy-source-dir-location.patch │ └── nixnote-2.1.6.ebuild ├── app-office ├── freeoffice │ ├── Manifest │ ├── files │ │ ├── freeoffice-planmaker │ │ ├── freeoffice-planmaker.desktop │ │ ├── freeoffice-presentations │ │ ├── freeoffice-presentations.desktop │ │ ├── freeoffice-textmaker │ │ └── freeoffice-textmaker.desktop │ └── freeoffice-1224.ebuild ├── joplin-bin │ ├── Manifest │ ├── joplin-bin-2.12.18.ebuild │ └── metadata.xml └── softmaker-office │ ├── Manifest │ └── softmaker-office-2024.1224.ebuild ├── app-portage ├── emlop │ ├── Manifest │ ├── emlop-0.5.0.ebuild │ └── metadata.xml ├── showbuild │ ├── Manifest │ ├── files │ │ ├── showbuild-0.9 │ │ └── showbuild-0.9.1 │ ├── showbuild-0.9.1.ebuild │ └── showbuild-0.9.ebuild ├── showem │ ├── Manifest │ └── showem-1.0.6.ebuild ├── upgrade-portage │ ├── Manifest │ └── upgrade-portage-9999.ebuild └── upkeep │ ├── Manifest │ └── upkeep-1.4.1.ebuild ├── app-shells ├── gitstatus │ ├── Manifest │ ├── files │ │ └── gitstatus-1.5.5-abort-on-vulnerable-libgit2-funcions.patch │ └── gitstatus-1.5.5.ebuild ├── oh-my-zsh │ ├── Manifest │ └── oh-my-zsh-99999999.ebuild ├── zsh-autosuggestions │ ├── Manifest │ ├── zsh-autosuggestions-0.5.0.ebuild │ └── zsh-autosuggestions-0.6.4.ebuild ├── zsh-theme-powerlevel10k │ ├── Manifest │ └── zsh-theme-powerlevel10k-1.20.0.ebuild └── zsh │ ├── Manifest │ ├── files │ ├── prompt_gentoo_setup-1 │ ├── zprofile-4 │ └── zsh-5.3-init.d-gentoo.diff │ └── zsh-5.6.2.ebuild ├── archlinux-improve_fonts.txt ├── cachyos-sources ├── Manifest ├── cachyos-sources-6.3.3.ebuild ├── cachyos-sources-6.3.4.ebuild ├── files │ ├── 6.3 │ │ ├── 6.3-bore-cachy.patch │ │ ├── 6.3-bore-eevdf.patch │ │ ├── 6.3-bore-tuning-sysctl.patch │ │ ├── 6.3-cachyos-base-all.patch │ │ ├── 6.3-eevdf.patch │ │ ├── 6.3-high-hz.patch │ │ ├── 6.3-latency-fix.patch │ │ ├── 6.3-prjc-cachy.patch │ │ └── 6.3-tt-cachy.patch │ ├── config-x86_64-bore │ ├── config-x86_64-cacule │ ├── config-x86_64-eevdf │ ├── config-x86_64-nest │ ├── config-x86_64-prjc │ └── config-x86_64-tt └── metadata.xml ├── country.py ├── deadbeef_np.py ├── dev-cpp └── std-format │ ├── Manifest │ └── std-format-0_pre20220112-r1.ebuild ├── dev-libs ├── glib │ ├── Manifest │ ├── files │ │ ├── glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch │ │ ├── glib-2.78.4-distutils.patch │ │ └── glib-2.78.4-libpcre2-10.43.patch │ ├── glib-2.80.4-r99.ebuild │ └── metadata.xml ├── inih │ ├── Manifest │ └── inih-9999.ebuild ├── libei │ ├── Manifest │ ├── libei-1.0.901.ebuild │ └── metadata.xml └── libopenrazer │ ├── Manifest │ └── libopenrazer-9999.ebuild ├── dev-php └── fpdf │ ├── Manifest │ ├── fpdf-1.81.ebuild │ └── metadata.xml ├── dev-python ├── ansible-compat │ ├── Manifest │ └── ansible-compat-24.9.1-r99.ebuild └── jinja │ ├── Manifest │ └── jinja-3.1.3.ebuild ├── dev-util └── jetbrains-toolbox │ ├── Manifest │ ├── jetbrains-toolbox-3.1.0.62320.ebuild │ └── metadata.xml ├── disk_space_check_clean.py ├── eclass ├── eclass-patches.eclass ├── git-hosting.eclass ├── github.eclass ├── gnome-meson.eclass ├── golang-base-r1.eclass ├── golang-vcs-snapshot-r1.eclass ├── kernel-2-src-prepare-overlay.eclass ├── lua.eclass ├── portage-patches.eclass ├── python.eclass ├── rindeal.eclass ├── unpacker.eclass └── xdg-utils-r1.eclass ├── firefox-100.txt ├── fstrim ├── games-util ├── gamemode │ ├── Manifest │ ├── files │ │ └── pull-228-elogind-support.patch │ └── gamemode-9999-r1.ebuild └── steam-client-meta │ ├── Manifest │ ├── metadata.xml │ └── steam-client-meta-0-r20221017.ebuild ├── gui-apps ├── RazerGenie │ ├── Manifest │ └── RazerGenie-9999.ebuild └── gradience │ ├── Manifest │ ├── gradience-0.4.1.ebuild │ └── metadata.xml ├── gui-libs └── libdecor │ ├── Manifest │ ├── libdecor-0.1.0.ebuild │ └── libdecor-9999.ebuild ├── gui-wm └── gamescope │ ├── Manifest │ ├── files │ ├── gamescope-deprecated-stb.patch │ └── gamescope-system-stb-glm.patch │ └── gamescope-9999.ebuild ├── ip.txt ├── kernel ├── 4.19-patches │ ├── enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch │ ├── fix-ext4-mq-scheduler-corruption-4.19.patch │ ├── reiser4-for-4.18.0.patch │ ├── uksm-4.19.patch │ ├── v4.19_pds099h.patch │ └── v4.19_pds099h_0001-pds-Fix-NORMAL_PRIO-mess-up-with-ISO_PRIO.patch ├── 5.0-patches │ ├── enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch │ ├── reiser4-for-5.0.0.patch │ ├── uksm-5.0.1.patch │ └── v5.0_bmq092.patch └── kernel-config ├── make.conf ├── media-fonts ├── hasklig │ ├── Manifest │ └── hasklig-1.2.ebuild ├── meslo-nerd │ ├── Manifest │ └── meslo-nerd-9999.ebuild ├── nerd-fonts │ ├── Manifest │ ├── metadata.xml │ └── nerd-fonts-3.2.0.ebuild └── wps-office-fonts │ ├── Manifest │ ├── web-office-fonts.deb │ └── wps-office-fonts-1.0.ebuild ├── media-gfx ├── brscan5 │ ├── Manifest │ ├── brscan5-1.3.10_p5.ebuild │ └── files │ │ └── brother5.conf └── vk-hdr-layer │ ├── Manifest │ └── vk-hdr-layer-9999.ebuild ├── media-libs ├── libcamera │ ├── Manifest │ └── libcamera-0.2.0.ebuild ├── librist │ ├── Manifest │ └── librist-0.2.6.ebuild ├── libtheora-compat │ ├── Manifest │ ├── files │ │ ├── libtheora-compat-1.0_beta2-flags.patch │ │ ├── libtheora-compat-1.1.1-fix-UB.patch │ │ ├── libtheora-compat-1.1.1-libpng16.patch │ │ └── libtheora-compat-1.1.1-underlinking.patch │ └── libtheora-compat-1.1.1.ebuild └── vkBasalt │ ├── Manifest │ ├── files │ └── fix-gcc-13-header.patch │ └── vkBasalt-0.3.2.10.ebuild ├── media-sound ├── NoiseTorch │ ├── Manifest │ └── NoiseTorch-0.12.2.ebuild ├── TauonMusicBox │ ├── Manifest │ ├── TauonMusicBox-7.8.3-r1.ebuild │ ├── files │ │ ├── TauonMusicBox-7.8.0-phazor-fix.patch │ │ ├── TauonMusicBox-7.8.0-unidecode-compat.patch │ │ └── TauonMusicBox-fix-desktop.patch │ └── metadata.xml ├── jamesdsp │ ├── Manifest │ ├── jamesdsp-9999-r1.ebuild │ ├── jamesdsp-9999.ebuild │ └── metadata.xml └── tidal-hifi │ ├── Manifest │ ├── tidal-hifi-4.3.1.ebuild │ └── tidal-hifi-5.7.1.ebuild ├── media-tv └── plex-media-server │ ├── Manifest │ ├── files │ ├── 80plexmediaserver │ ├── README.gentoo │ ├── plex-media-server.conf.d │ ├── plex-media-server.init.d │ └── plex-media-server.service.patch │ ├── metadata.xml │ └── plex-media-server-1.41.1.9057.ebuild ├── media-video ├── amdgpu-pro-amf │ ├── Manifest │ ├── amdgpu-pro-amf-1.4.29.1538781.ebuild │ └── metadata.xml ├── clapper │ ├── Manifest │ └── clapper-9999.ebuild └── v4l2loopback │ ├── Manifest │ └── v4l2loopback-0.13.2.ebuild ├── mellowplayer-flatpak.txt ├── metadata ├── layout.conf └── md5-cache │ ├── app-admin │ ├── ananicy-cpp-1.0.0_rc6-r1 │ ├── ananicy-cpp-1.0.1 │ ├── ansible-7.7.0-r99 │ ├── ansible-8.7.0-r99 │ ├── ansible-9.4.0-r99 │ ├── ansible-core-2.14.13-r99 │ ├── ansible-core-2.15.8-r99 │ ├── ansible-core-2.16.6-r99 │ ├── ansible-lint-24.9.2-r99 │ ├── hardinfo2-2.2.7 │ ├── winbox-4.0_beta6 │ └── zenmonitor3-2.0.0 │ ├── app-backup │ ├── btrfs-assistant-1.7 │ ├── grub-btrfs-4.10.2 │ ├── grub-btrfs-4.11 │ └── mkstage4-0.1-r99 │ ├── app-crypt │ ├── acme-1.25.0-r1 │ ├── buttercup-desktop-bin-1.20.5 │ ├── certbot-1.25.0-r1 │ ├── certbot-apache-1.25.0-r1 │ └── certbot-nginx-1.25.0-r1 │ ├── app-editors │ ├── atom-bin-1.60.0 │ └── visual-studio-code-1.53.2 │ ├── app-emulation │ ├── bottles-20220314_p3 │ ├── proton-ge-custom-bin-8.27 │ ├── proton-ge-custom-bin-9.1 │ ├── proton-ge-custom-bin-9.15 │ ├── proton-ge-custom-bin-9.22 │ ├── proton-ge-custom-bin-9.25 │ ├── proton-ge-custom-bin-9.5 │ ├── proton-ge-custom-meta-1 │ ├── proton-ge-custom-meta-2 │ ├── qemu-9.1.2 │ ├── quickemu-4.9.6 │ └── virtualbox-modules-6.1.12-r2 │ ├── app-misc │ ├── cpufetch-1.01 │ ├── input-remapper-2.0.1 │ ├── nixnote-2.1.6 │ └── solaar-1.1.11 │ ├── app-office │ ├── freeoffice-1064 │ ├── freeoffice-1224 │ ├── joplin-bin-2.12.18 │ ├── softmaker-office-2024.1200 │ └── softmaker-office-2024.1224 │ ├── app-portage │ ├── emlop-0.5.0 │ ├── showbuild-0.9 │ ├── showbuild-0.9.1 │ ├── showem-1.0.6 │ ├── upgrade-portage-9999 │ └── upkeep-1.4.1 │ ├── app-shells │ ├── gitstatus-1.5.4 │ ├── gitstatus-1.5.5 │ ├── oh-my-zsh-99999999 │ ├── powerlevel10k-1.13.0 │ ├── zsh-5.6.2 │ ├── zsh-autosuggestions-0.5.0 │ ├── zsh-autosuggestions-0.6.4 │ ├── zsh-history-substring-search-9999 │ ├── zsh-theme-powerlevel10k-1.17.0 │ └── zsh-theme-powerlevel10k-1.20.0 │ ├── app-text │ └── tldr-2.0.0-r1 │ ├── dev-cpp │ └── std-format-0_pre20220112-r1 │ ├── dev-db │ └── mariadb-10.5.4 │ ├── dev-libs │ ├── glib-2.80.4-r99 │ ├── inih-9999 │ ├── libei-1.0.901 │ └── libopenrazer-9999 │ ├── dev-php │ └── fpdf-1.81 │ ├── dev-python │ ├── ansible-compat-24.9.1-r99 │ ├── jinja-3.1.3 │ ├── sendgrid-6.11.0 │ ├── sendgrid-6.9.7 │ └── vkbasalt-cli-3.1.1 │ ├── dev-qt │ └── qtwebkit-5.212.0_pre20200309-r2 │ ├── dev-util │ └── yamllint-1.26.0 │ ├── games-util │ ├── gamemode-9999-r1 │ ├── mangohud-0.6.5 │ ├── mangohud-0.6.7.1 │ ├── mangohud-0.6.9.1 │ └── steam-client-meta-0-r20221017 │ ├── gnome-base │ └── gnome-control-center-42.3-r99 │ ├── gnome-extra │ ├── gdm-settings-2.1 │ ├── gdm-settings-4.4 │ └── gnome-tweaks-42.0_beta │ ├── gui-apps │ ├── RazerGenie-9999 │ └── gradience-0.4.1 │ ├── gui-libs │ ├── libdecor-0.1.0 │ └── libdecor-9999 │ ├── gui-wm │ └── gamescope-3.14.18-r1 │ ├── media-fonts │ ├── hasklig-1.2 │ ├── meslo-nerd-9999 │ ├── nerd-fonts-3.2.0 │ └── wps-office-fonts-1.0 │ ├── media-gfx │ └── brscan5-1.3.10_p5 │ ├── media-libs │ ├── amf-headers-1.4.29 │ ├── libcamera-0.2.0 │ ├── libpng-1.6.36 │ ├── librist-0.2.6 │ └── vkBasalt-0.3.2.10 │ ├── media-sound │ ├── NoiseTorch-0.12.2 │ ├── TauonMusicBox-7.8.3-r1 │ ├── jamesdsp-9999 │ ├── jamesdsp-9999-r1 │ ├── librespot-0.4.2 │ ├── soundux-0.2.7 │ ├── tidal-hifi-4.3.1 │ └── tidal-hifi-5.7.1 │ ├── media-tv │ └── plex-media-server-1.41.1.9057 │ ├── media-video │ ├── amdgpu-pro-amf-1.4.29.1538781 │ ├── clapper-9999 │ ├── haruna-0.12.2 │ ├── obs-studio-28.0.1 │ └── v4l2loopback-0.13.2 │ ├── net-im │ ├── caprine-2.55.3 │ ├── caprine-2.60.3 │ ├── skypeforlinux-8.129.0.202_p365 │ ├── skypeforlinux-8.138.0.203_p386 │ ├── viber-21.8.0.11 │ └── viber-bin-13.3.1 │ ├── net-irc │ └── srain-1.5.1 │ ├── net-misc │ └── wget2-1.99.2 │ ├── net-vpn │ └── openvpn-2.4.9 │ ├── scripts │ └── shell-text-1.1-r1 │ ├── sys-apps │ ├── corectrl-1.3.8 │ ├── corectrl-9999 │ ├── corefreq-2.0.0 │ └── evhz-9999 │ ├── sys-boot │ ├── etcher-1.5.115 │ ├── etcher-1.5.56 │ ├── etcher-1.5.69 │ ├── etcher-1.5.73 │ └── etcher-1.7.8 │ ├── sys-devel │ └── just-1.3.0 │ ├── sys-fs │ ├── duf-0.8.1 │ └── xfsdump-9999 │ ├── sys-kernel │ ├── clear-sources-6.12.9_p1535 │ ├── liquorix-sources-6.11.2_p1 │ ├── modprobed-db-2.46 │ ├── tkg-sources-6.12.10 │ ├── tkg-sources-6.13.3 │ ├── tkg-sources-6.13.6 │ ├── xanmod-sources-5.17.0 │ ├── xanmod-sources-5.17.11 │ ├── xanmod-sources-5.17.3 │ ├── xanmod-sources-5.17.5 │ ├── xanmod-sources-6.10.12 │ ├── xanmod-sources-6.11.3 │ ├── xanmod-sources-6.11.6 │ ├── xanmod-sources-6.12.13 │ ├── xanmod-sources-6.13.2 │ ├── xanmod-sources-6.6.54 │ ├── xanmod-sources-6.9.9 │ ├── zenpower-0.1.12 │ ├── zenpower3-0.2.0 │ └── zenpower3-9999 │ ├── sys-process │ ├── bpytop-1.0.67 │ ├── btop-1.1.3 │ ├── nohang-9999 │ └── nvtop-2.0.1-r1 │ ├── virtual │ └── linux-sources-3-r99 │ ├── www-client │ └── yandex-browser-beta-22.3.1.899_p1 │ ├── www-plugins │ ├── vdhcoapp-bin-2.0.10 │ └── yandex-browser-ffmpeg-codecs-bin-100.0.4896.127 │ ├── x11-libs │ └── gtk+-3.24.34-r99 │ ├── x11-misc │ ├── hardcode-tray-9999 │ ├── yd-tools-1.11.0-r1 │ └── yd-tools-1.12.2 │ ├── x11-themes │ ├── bibata-xcursors-0.4.1 │ ├── pop-gtk-theme-5.1.2 │ └── pop-gtk-theme-5.4.5 │ └── x11-wm │ └── mutter-3.38.3-r1 ├── net-im ├── caprine │ ├── Manifest │ └── caprine-2.60.3.ebuild ├── equibop │ ├── Manifest │ └── equibop-3.1.3.ebuild ├── skypeforlinux │ ├── Manifest │ ├── files │ │ ├── skypeforlinux.sh │ │ └── skypeforlinux.svg │ ├── metadata.xml │ └── skypeforlinux-8.138.0.203_p386.ebuild └── viber │ ├── Manifest │ └── viber-24.9.0.3-r2.ebuild ├── net-irc └── srain │ ├── Manifest │ ├── metadata.xml │ └── srain-1.5.1.ebuild ├── net-misc ├── rustdesk │ ├── Manifest │ ├── files │ │ ├── rust-sciter.patch │ │ ├── rustdesk-1.4.0-fix-gcc15.patch │ │ ├── rustdesk-link.desktop │ │ ├── rustdesk.desktop │ │ ├── rustdesk.service │ │ └── rustdesk.sh │ └── rustdesk-1.4.4.ebuild └── wget2 │ ├── Manifest │ ├── metadata.xml │ └── wget2-1.99.2.ebuild ├── net-vpn └── openvpn │ ├── Manifest │ ├── files │ ├── down.sh │ ├── openvpn-2.1.conf │ ├── openvpn-2.1.init │ ├── openvpn-2.5.0-auth-pam-missing-header.patch │ └── up.sh │ ├── metadata.xml │ └── openvpn-2.4.9.ebuild ├── nvidia-kernel-6.0.patch ├── obs-hevc └── PKGBUILD ├── profiles ├── categories ├── kernel │ └── config-desktop-x86_64-3.2 ├── mask │ └── package.mask ├── package.mask ├── package.use ├── repo_name └── use.mask ├── radeonfan ├── radeon-fan ├── radeon-fan-start.sh └── radeonfanspeed ├── scripts ├── generate_manifest └── shell-text │ ├── Manifest │ └── shell-text-1.1-r1.ebuild ├── sys-apps ├── corefreq │ ├── Manifest │ ├── corefreq-2.0.9.ebuild │ ├── files │ │ ├── corefreq │ │ └── corefreq.conf │ └── metadata.xml ├── evhz │ ├── Manifest │ └── evhz-9999.ebuild ├── fwupd │ ├── Manifest │ ├── files │ │ ├── fwupd-1.9.6-fragile_tests.patch │ │ └── fwupd-r2 │ ├── fwupd-2.0.6.ebuild │ └── metadata.xml └── mission-center │ ├── Manifest │ ├── files │ └── 1.0.0-respect-cargo-home.patch │ ├── mission-center-1.0.2.ebuild │ └── mission-center-1.1.0.ebuild ├── sys-devel └── just │ ├── Manifest │ └── just-1.3.0.ebuild ├── sys-fs └── duf │ ├── Manifest │ └── duf-0.8.1.ebuild ├── sys-kernel ├── clear-sources │ ├── Manifest │ ├── clear-sources-6.12.9_p1535.ebuild │ └── clear-sources-6.12.9_p1535.ebuild.bak ├── modprobed-db │ ├── Manifest │ └── modprobed-db-2.46.ebuild ├── tkg-sources │ ├── Manifest │ ├── metadata.xml │ ├── tkg-sources-6.12.10.ebuild │ ├── tkg-sources-6.13.3.ebuild │ └── tkg-sources-6.13.6.ebuild ├── xanmod-sources │ ├── Manifest │ ├── xanmod-sources-6.12.13.ebuild │ └── xanmod-sources-6.13.2.ebuild └── zenpower3 │ ├── Manifest │ ├── files │ └── zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch │ ├── zenpower3-0.2.0.ebuild │ └── zenpower3-9999.ebuild ├── sysctl.conf ├── virtual └── linux-sources │ ├── Manifest │ ├── linux-sources-3-r99.ebuild │ └── metadata.xml ├── wireguard ├── www-client └── yandex-browser-beta │ ├── ChangeLog │ ├── Manifest │ ├── metadata.xml │ └── yandex-browser-beta-22.3.1.899_p1.ebuild ├── www-plugins ├── vdhcoapp-bin │ ├── Manifest │ └── vdhcoapp-bin-2.0.10.ebuild └── yandex-browser-ffmpeg-codecs-bin │ ├── Manifest │ └── yandex-browser-ffmpeg-codecs-bin-100.0.4896.127.ebuild ├── www-servers └── angie │ ├── Manifest │ ├── angie-1.10.2.ebuild │ ├── angie-1.10.3.ebuild │ ├── angie-9999.ebuild │ ├── files │ ├── angie-1.10.2-tests-no-ipv6.patch │ ├── angie-1.4.1-fix-perl-install-path.patch │ ├── angie-httpoxy-mitigation-r1.patch │ ├── angie.conf │ ├── angie.confd │ ├── angie.initd │ ├── angie.logrotate │ └── angie.service │ └── metadata.xml ├── x11-libs └── gtk+ │ ├── Manifest │ ├── files │ ├── gtk+-3.22.20-libcloudproviders-automagic.patch │ ├── gtk+-3.24.25-update-icon-cache.patch │ ├── gtk+-3.24.34-filechooser-icon-view.patch │ ├── gtkrc │ └── settings.ini │ ├── gtk+-3.24.34-r99.ebuild │ └── metadata.xml ├── x11-misc ├── hardcode-tray │ ├── Manifest │ └── hardcode-tray-9999.ebuild └── yd-tools │ ├── Manifest │ ├── yd-tools-1.11.0-r1.ebuild │ └── yd-tools-1.12.2.ebuild ├── x11-themes ├── bibata-xcursors │ ├── Manifest │ ├── bibata-xcursors-0.4.1.ebuild │ └── metadata.xml └── pop-gtk-theme │ ├── Manifest │ ├── pop-gtk-theme-5.1.2.ebuild │ └── pop-gtk-theme-5.4.5.ebuild └── zshrc-mv /.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.config -------------------------------------------------------------------------------- /.github/.github/.github/.github/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.github/.github/.github/.github/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/.github/.github/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.github/.github/.github/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/.github/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.github/.github/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.github/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Disable askpass broadcast messages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/Disable askpass broadcast messages -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/README.md -------------------------------------------------------------------------------- /acct-group/angie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/acct-group/angie/Manifest -------------------------------------------------------------------------------- /acct-group/angie/angie-0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/acct-group/angie/angie-0.ebuild -------------------------------------------------------------------------------- /acct-user/angie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/acct-user/angie/Manifest -------------------------------------------------------------------------------- /acct-user/angie/angie-0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/acct-user/angie/angie-0.ebuild -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/Manifest -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/ananicy-cpp-1.0.0_rc6-r1.ebuild -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/ananicy-cpp-1.0.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/ananicy-cpp-1.0.1.ebuild -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/files/ananicy-cpp-1.0.0_rc6-respect-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/files/ananicy-cpp-1.0.0_rc6-respect-flags.patch -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/files/ananicy-cpp-1.0.0_rc6-system-std-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/files/ananicy-cpp-1.0.0_rc6-system-std-format.patch -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/files/ananicy-cpp-1.0.1-system-std-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/files/ananicy-cpp-1.0.1-system-std-format.patch -------------------------------------------------------------------------------- /app-admin/ananicy-cpp/files/ananicy-cpp.initd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/ananicy-cpp/files/ananicy-cpp.initd -------------------------------------------------------------------------------- /app-admin/hardinfo2/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/hardinfo2/Manifest -------------------------------------------------------------------------------- /app-admin/hardinfo2/hardinfo2-2.2.7.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/hardinfo2/hardinfo2-2.2.7.ebuild -------------------------------------------------------------------------------- /app-admin/hardinfo2/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/hardinfo2/metadata.xml -------------------------------------------------------------------------------- /app-admin/winbox/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/winbox/Manifest -------------------------------------------------------------------------------- /app-admin/winbox/winbox-4.0_beta6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-admin/winbox/winbox-4.0_beta6.ebuild -------------------------------------------------------------------------------- /app-backup/btrfs-assistant/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/btrfs-assistant/Manifest -------------------------------------------------------------------------------- /app-backup/btrfs-assistant/btrfs-assistant-1.7.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/btrfs-assistant/btrfs-assistant-1.7.ebuild -------------------------------------------------------------------------------- /app-backup/grub-btrfs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/grub-btrfs/Manifest -------------------------------------------------------------------------------- /app-backup/grub-btrfs/files/grub-btrfs-4.10.2-remove-docs-from-make.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/grub-btrfs/files/grub-btrfs-4.10.2-remove-docs-from-make.patch -------------------------------------------------------------------------------- /app-backup/grub-btrfs/grub-btrfs-4.10.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/grub-btrfs/grub-btrfs-4.10.2.ebuild -------------------------------------------------------------------------------- /app-backup/grub-btrfs/grub-btrfs-4.11.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-backup/grub-btrfs/grub-btrfs-4.11.ebuild -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-bin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-bin/Manifest -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-10.25.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-10.25.ebuild -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-9.25.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-bin/proton-ge-custom-bin-9.25.ebuild -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-meta/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-meta/Manifest -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-meta/proton-ge-custom-meta-1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-meta/proton-ge-custom-meta-1.ebuild -------------------------------------------------------------------------------- /app-emulation/proton-ge-custom-meta/proton-ge-custom-meta-2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/proton-ge-custom-meta/proton-ge-custom-meta-2.ebuild -------------------------------------------------------------------------------- /app-emulation/qemu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/Manifest -------------------------------------------------------------------------------- /app-emulation/qemu/files/65-kvm.rules-r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/65-kvm.rules-r2 -------------------------------------------------------------------------------- /app-emulation/qemu/files/bridge.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/bridge.conf -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-5.2.0-disable-keymap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-5.2.0-disable-keymap.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-6.0.0-make.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-6.0.0-make.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-7.1.0-also-build-virtfs-proxy-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-7.1.0-also-build-virtfs-proxy-helper.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-7.1.0-capstone-include-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-7.1.0-capstone-include-path.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-7.2.0-disable-gmp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-7.2.0-disable-gmp.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.0.0-disable-keymap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.0.0-disable-keymap.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.0.0-make.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.0.0-make.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.0.0-remove-python-meson-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.0.0-remove-python-meson-check.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.1.0-also-build-virtfs-proxy-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.1.0-also-build-virtfs-proxy-helper.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.1.0-find-sphinx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.1.0-find-sphinx.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-8.1.0-skip-tests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-8.1.0-skip-tests.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-9.0.0-also-build-virtfs-proxy-helper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-9.0.0-also-build-virtfs-proxy-helper.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-9.0.0-capstone-include-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-9.0.0-capstone-include-path.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-9.0.0-disable-keymap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-9.0.0-disable-keymap.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-9.1.0-capstone-include-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-9.1.0-capstone-include-path.patch -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-binfmt.initd.head: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-binfmt.initd.head -------------------------------------------------------------------------------- /app-emulation/qemu/files/qemu-binfmt.initd.tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/files/qemu-binfmt.initd.tail -------------------------------------------------------------------------------- /app-emulation/qemu/qemu-9.1.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/qemu/qemu-9.1.2.ebuild -------------------------------------------------------------------------------- /app-emulation/quickemu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/quickemu/Manifest -------------------------------------------------------------------------------- /app-emulation/quickemu/quickemu-4.9.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-emulation/quickemu/quickemu-4.9.6.ebuild -------------------------------------------------------------------------------- /app-misc/cpufetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/cpufetch/Manifest -------------------------------------------------------------------------------- /app-misc/cpufetch/cpufetch-1.01.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/cpufetch/cpufetch-1.01.ebuild -------------------------------------------------------------------------------- /app-misc/cpufetch/files/cpufetch-1.00-makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/cpufetch/files/cpufetch-1.00-makefile.patch -------------------------------------------------------------------------------- /app-misc/cpufetch/files/cpufetch-1.01-makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/cpufetch/files/cpufetch-1.01-makefile.patch -------------------------------------------------------------------------------- /app-misc/mime-types/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/mime-types/Manifest -------------------------------------------------------------------------------- /app-misc/mime-types/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/mime-types/metadata.xml -------------------------------------------------------------------------------- /app-misc/mime-types/mime-types-2.1.54-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/mime-types/mime-types-2.1.54-r1.ebuild -------------------------------------------------------------------------------- /app-misc/nixnote/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/nixnote/Manifest -------------------------------------------------------------------------------- /app-misc/nixnote/files/fix-build-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/nixnote/files/fix-build-script.patch -------------------------------------------------------------------------------- /app-misc/nixnote/files/qmake-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/nixnote/files/qmake-fix.patch -------------------------------------------------------------------------------- /app-misc/nixnote/files/tidy-source-dir-location.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/nixnote/files/tidy-source-dir-location.patch -------------------------------------------------------------------------------- /app-misc/nixnote/nixnote-2.1.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-misc/nixnote/nixnote-2.1.6.ebuild -------------------------------------------------------------------------------- /app-office/freeoffice/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/Manifest -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-planmaker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-planmaker -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-planmaker.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-planmaker.desktop -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-presentations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-presentations -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-presentations.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-presentations.desktop -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-textmaker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-textmaker -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-textmaker.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/files/freeoffice-textmaker.desktop -------------------------------------------------------------------------------- /app-office/freeoffice/freeoffice-1224.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/freeoffice/freeoffice-1224.ebuild -------------------------------------------------------------------------------- /app-office/joplin-bin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/joplin-bin/Manifest -------------------------------------------------------------------------------- /app-office/joplin-bin/joplin-bin-2.12.18.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/joplin-bin/joplin-bin-2.12.18.ebuild -------------------------------------------------------------------------------- /app-office/joplin-bin/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/joplin-bin/metadata.xml -------------------------------------------------------------------------------- /app-office/softmaker-office/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/softmaker-office/Manifest -------------------------------------------------------------------------------- /app-office/softmaker-office/softmaker-office-2024.1224.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-office/softmaker-office/softmaker-office-2024.1224.ebuild -------------------------------------------------------------------------------- /app-portage/emlop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/emlop/Manifest -------------------------------------------------------------------------------- /app-portage/emlop/emlop-0.5.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/emlop/emlop-0.5.0.ebuild -------------------------------------------------------------------------------- /app-portage/emlop/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/emlop/metadata.xml -------------------------------------------------------------------------------- /app-portage/showbuild/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showbuild/Manifest -------------------------------------------------------------------------------- /app-portage/showbuild/files/showbuild-0.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showbuild/files/showbuild-0.9 -------------------------------------------------------------------------------- /app-portage/showbuild/files/showbuild-0.9.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showbuild/files/showbuild-0.9.1 -------------------------------------------------------------------------------- /app-portage/showbuild/showbuild-0.9.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showbuild/showbuild-0.9.1.ebuild -------------------------------------------------------------------------------- /app-portage/showbuild/showbuild-0.9.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showbuild/showbuild-0.9.ebuild -------------------------------------------------------------------------------- /app-portage/showem/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showem/Manifest -------------------------------------------------------------------------------- /app-portage/showem/showem-1.0.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/showem/showem-1.0.6.ebuild -------------------------------------------------------------------------------- /app-portage/upgrade-portage/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/upgrade-portage/Manifest -------------------------------------------------------------------------------- /app-portage/upgrade-portage/upgrade-portage-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/upgrade-portage/upgrade-portage-9999.ebuild -------------------------------------------------------------------------------- /app-portage/upkeep/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/upkeep/Manifest -------------------------------------------------------------------------------- /app-portage/upkeep/upkeep-1.4.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-portage/upkeep/upkeep-1.4.1.ebuild -------------------------------------------------------------------------------- /app-shells/gitstatus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/gitstatus/Manifest -------------------------------------------------------------------------------- /app-shells/gitstatus/files/gitstatus-1.5.5-abort-on-vulnerable-libgit2-funcions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/gitstatus/files/gitstatus-1.5.5-abort-on-vulnerable-libgit2-funcions.patch -------------------------------------------------------------------------------- /app-shells/gitstatus/gitstatus-1.5.5.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/gitstatus/gitstatus-1.5.5.ebuild -------------------------------------------------------------------------------- /app-shells/oh-my-zsh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/oh-my-zsh/Manifest -------------------------------------------------------------------------------- /app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/oh-my-zsh/oh-my-zsh-99999999.ebuild -------------------------------------------------------------------------------- /app-shells/zsh-autosuggestions/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh-autosuggestions/Manifest -------------------------------------------------------------------------------- /app-shells/zsh-autosuggestions/zsh-autosuggestions-0.5.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.5.0.ebuild -------------------------------------------------------------------------------- /app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild -------------------------------------------------------------------------------- /app-shells/zsh-theme-powerlevel10k/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh-theme-powerlevel10k/Manifest -------------------------------------------------------------------------------- /app-shells/zsh-theme-powerlevel10k/zsh-theme-powerlevel10k-1.20.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh-theme-powerlevel10k/zsh-theme-powerlevel10k-1.20.0.ebuild -------------------------------------------------------------------------------- /app-shells/zsh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh/Manifest -------------------------------------------------------------------------------- /app-shells/zsh/files/prompt_gentoo_setup-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh/files/prompt_gentoo_setup-1 -------------------------------------------------------------------------------- /app-shells/zsh/files/zprofile-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh/files/zprofile-4 -------------------------------------------------------------------------------- /app-shells/zsh/files/zsh-5.3-init.d-gentoo.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh/files/zsh-5.3-init.d-gentoo.diff -------------------------------------------------------------------------------- /app-shells/zsh/zsh-5.6.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/app-shells/zsh/zsh-5.6.2.ebuild -------------------------------------------------------------------------------- /archlinux-improve_fonts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/archlinux-improve_fonts.txt -------------------------------------------------------------------------------- /cachyos-sources/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/Manifest -------------------------------------------------------------------------------- /cachyos-sources/cachyos-sources-6.3.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/cachyos-sources-6.3.3.ebuild -------------------------------------------------------------------------------- /cachyos-sources/cachyos-sources-6.3.4.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/cachyos-sources-6.3.4.ebuild -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-bore-cachy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-bore-cachy.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-bore-eevdf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-bore-eevdf.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-bore-tuning-sysctl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-bore-tuning-sysctl.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-cachyos-base-all.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-cachyos-base-all.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-eevdf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-eevdf.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-high-hz.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-high-hz.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-latency-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-latency-fix.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-prjc-cachy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-prjc-cachy.patch -------------------------------------------------------------------------------- /cachyos-sources/files/6.3/6.3-tt-cachy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/6.3/6.3-tt-cachy.patch -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-bore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-bore -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-cacule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-cacule -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-eevdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-eevdf -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-nest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-nest -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-prjc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-prjc -------------------------------------------------------------------------------- /cachyos-sources/files/config-x86_64-tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/files/config-x86_64-tt -------------------------------------------------------------------------------- /cachyos-sources/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/cachyos-sources/metadata.xml -------------------------------------------------------------------------------- /country.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/country.py -------------------------------------------------------------------------------- /deadbeef_np.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/deadbeef_np.py -------------------------------------------------------------------------------- /dev-cpp/std-format/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-cpp/std-format/Manifest -------------------------------------------------------------------------------- /dev-cpp/std-format/std-format-0_pre20220112-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-cpp/std-format/std-format-0_pre20220112-r1.ebuild -------------------------------------------------------------------------------- /dev-libs/glib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/Manifest -------------------------------------------------------------------------------- /dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/files/glib-2.64.1-mark-gdbus-server-auth-test-flaky.patch -------------------------------------------------------------------------------- /dev-libs/glib/files/glib-2.78.4-distutils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/files/glib-2.78.4-distutils.patch -------------------------------------------------------------------------------- /dev-libs/glib/files/glib-2.78.4-libpcre2-10.43.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/files/glib-2.78.4-libpcre2-10.43.patch -------------------------------------------------------------------------------- /dev-libs/glib/glib-2.80.4-r99.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/glib-2.80.4-r99.ebuild -------------------------------------------------------------------------------- /dev-libs/glib/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/glib/metadata.xml -------------------------------------------------------------------------------- /dev-libs/inih/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/inih/Manifest -------------------------------------------------------------------------------- /dev-libs/inih/inih-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/inih/inih-9999.ebuild -------------------------------------------------------------------------------- /dev-libs/libei/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/libei/Manifest -------------------------------------------------------------------------------- /dev-libs/libei/libei-1.0.901.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/libei/libei-1.0.901.ebuild -------------------------------------------------------------------------------- /dev-libs/libei/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/libei/metadata.xml -------------------------------------------------------------------------------- /dev-libs/libopenrazer/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/libopenrazer/Manifest -------------------------------------------------------------------------------- /dev-libs/libopenrazer/libopenrazer-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-libs/libopenrazer/libopenrazer-9999.ebuild -------------------------------------------------------------------------------- /dev-php/fpdf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-php/fpdf/Manifest -------------------------------------------------------------------------------- /dev-php/fpdf/fpdf-1.81.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-php/fpdf/fpdf-1.81.ebuild -------------------------------------------------------------------------------- /dev-php/fpdf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-php/fpdf/metadata.xml -------------------------------------------------------------------------------- /dev-python/ansible-compat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-python/ansible-compat/Manifest -------------------------------------------------------------------------------- /dev-python/ansible-compat/ansible-compat-24.9.1-r99.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-python/ansible-compat/ansible-compat-24.9.1-r99.ebuild -------------------------------------------------------------------------------- /dev-python/jinja/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-python/jinja/Manifest -------------------------------------------------------------------------------- /dev-python/jinja/jinja-3.1.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-python/jinja/jinja-3.1.3.ebuild -------------------------------------------------------------------------------- /dev-util/jetbrains-toolbox/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-util/jetbrains-toolbox/Manifest -------------------------------------------------------------------------------- /dev-util/jetbrains-toolbox/jetbrains-toolbox-3.1.0.62320.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-util/jetbrains-toolbox/jetbrains-toolbox-3.1.0.62320.ebuild -------------------------------------------------------------------------------- /dev-util/jetbrains-toolbox/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/dev-util/jetbrains-toolbox/metadata.xml -------------------------------------------------------------------------------- /disk_space_check_clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/disk_space_check_clean.py -------------------------------------------------------------------------------- /eclass/eclass-patches.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/eclass-patches.eclass -------------------------------------------------------------------------------- /eclass/git-hosting.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/git-hosting.eclass -------------------------------------------------------------------------------- /eclass/github.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/github.eclass -------------------------------------------------------------------------------- /eclass/gnome-meson.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/gnome-meson.eclass -------------------------------------------------------------------------------- /eclass/golang-base-r1.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/golang-base-r1.eclass -------------------------------------------------------------------------------- /eclass/golang-vcs-snapshot-r1.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/golang-vcs-snapshot-r1.eclass -------------------------------------------------------------------------------- /eclass/kernel-2-src-prepare-overlay.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/kernel-2-src-prepare-overlay.eclass -------------------------------------------------------------------------------- /eclass/lua.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/lua.eclass -------------------------------------------------------------------------------- /eclass/portage-patches.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/portage-patches.eclass -------------------------------------------------------------------------------- /eclass/python.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/python.eclass -------------------------------------------------------------------------------- /eclass/rindeal.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/rindeal.eclass -------------------------------------------------------------------------------- /eclass/unpacker.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/unpacker.eclass -------------------------------------------------------------------------------- /eclass/xdg-utils-r1.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/eclass/xdg-utils-r1.eclass -------------------------------------------------------------------------------- /firefox-100.txt: -------------------------------------------------------------------------------- 1 | about:config -> dom.ipc.forkserver.enable true 2 | -------------------------------------------------------------------------------- /fstrim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/fstrim -------------------------------------------------------------------------------- /games-util/gamemode/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/gamemode/Manifest -------------------------------------------------------------------------------- /games-util/gamemode/files/pull-228-elogind-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/gamemode/files/pull-228-elogind-support.patch -------------------------------------------------------------------------------- /games-util/gamemode/gamemode-9999-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/gamemode/gamemode-9999-r1.ebuild -------------------------------------------------------------------------------- /games-util/steam-client-meta/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/steam-client-meta/Manifest -------------------------------------------------------------------------------- /games-util/steam-client-meta/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/steam-client-meta/metadata.xml -------------------------------------------------------------------------------- /games-util/steam-client-meta/steam-client-meta-0-r20221017.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/games-util/steam-client-meta/steam-client-meta-0-r20221017.ebuild -------------------------------------------------------------------------------- /gui-apps/RazerGenie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-apps/RazerGenie/Manifest -------------------------------------------------------------------------------- /gui-apps/RazerGenie/RazerGenie-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-apps/RazerGenie/RazerGenie-9999.ebuild -------------------------------------------------------------------------------- /gui-apps/gradience/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-apps/gradience/Manifest -------------------------------------------------------------------------------- /gui-apps/gradience/gradience-0.4.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-apps/gradience/gradience-0.4.1.ebuild -------------------------------------------------------------------------------- /gui-apps/gradience/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-apps/gradience/metadata.xml -------------------------------------------------------------------------------- /gui-libs/libdecor/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-libs/libdecor/Manifest -------------------------------------------------------------------------------- /gui-libs/libdecor/libdecor-0.1.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-libs/libdecor/libdecor-0.1.0.ebuild -------------------------------------------------------------------------------- /gui-libs/libdecor/libdecor-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-libs/libdecor/libdecor-9999.ebuild -------------------------------------------------------------------------------- /gui-wm/gamescope/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-wm/gamescope/Manifest -------------------------------------------------------------------------------- /gui-wm/gamescope/files/gamescope-deprecated-stb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-wm/gamescope/files/gamescope-deprecated-stb.patch -------------------------------------------------------------------------------- /gui-wm/gamescope/files/gamescope-system-stb-glm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-wm/gamescope/files/gamescope-system-stb-glm.patch -------------------------------------------------------------------------------- /gui-wm/gamescope/gamescope-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/gui-wm/gamescope/gamescope-9999.ebuild -------------------------------------------------------------------------------- /ip.txt: -------------------------------------------------------------------------------- 1 | 46.35.184.11 2 | -------------------------------------------------------------------------------- /kernel/4.19-patches/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch -------------------------------------------------------------------------------- /kernel/4.19-patches/fix-ext4-mq-scheduler-corruption-4.19.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/fix-ext4-mq-scheduler-corruption-4.19.patch -------------------------------------------------------------------------------- /kernel/4.19-patches/reiser4-for-4.18.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/reiser4-for-4.18.0.patch -------------------------------------------------------------------------------- /kernel/4.19-patches/uksm-4.19.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/uksm-4.19.patch -------------------------------------------------------------------------------- /kernel/4.19-patches/v4.19_pds099h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/v4.19_pds099h.patch -------------------------------------------------------------------------------- /kernel/4.19-patches/v4.19_pds099h_0001-pds-Fix-NORMAL_PRIO-mess-up-with-ISO_PRIO.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/4.19-patches/v4.19_pds099h_0001-pds-Fix-NORMAL_PRIO-mess-up-with-ISO_PRIO.patch -------------------------------------------------------------------------------- /kernel/5.0-patches/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/5.0-patches/enable_additional_cpu_optimizations_for_gcc_v8.1+_kernel_v4.13+.patch -------------------------------------------------------------------------------- /kernel/5.0-patches/reiser4-for-5.0.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/5.0-patches/reiser4-for-5.0.0.patch -------------------------------------------------------------------------------- /kernel/5.0-patches/uksm-5.0.1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/5.0-patches/uksm-5.0.1.patch -------------------------------------------------------------------------------- /kernel/5.0-patches/v5.0_bmq092.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/5.0-patches/v5.0_bmq092.patch -------------------------------------------------------------------------------- /kernel/kernel-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/kernel/kernel-config -------------------------------------------------------------------------------- /make.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/make.conf -------------------------------------------------------------------------------- /media-fonts/hasklig/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/hasklig/Manifest -------------------------------------------------------------------------------- /media-fonts/hasklig/hasklig-1.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/hasklig/hasklig-1.2.ebuild -------------------------------------------------------------------------------- /media-fonts/meslo-nerd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/meslo-nerd/Manifest -------------------------------------------------------------------------------- /media-fonts/meslo-nerd/meslo-nerd-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/meslo-nerd/meslo-nerd-9999.ebuild -------------------------------------------------------------------------------- /media-fonts/nerd-fonts/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/nerd-fonts/Manifest -------------------------------------------------------------------------------- /media-fonts/nerd-fonts/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/nerd-fonts/metadata.xml -------------------------------------------------------------------------------- /media-fonts/nerd-fonts/nerd-fonts-3.2.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/nerd-fonts/nerd-fonts-3.2.0.ebuild -------------------------------------------------------------------------------- /media-fonts/wps-office-fonts/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/wps-office-fonts/Manifest -------------------------------------------------------------------------------- /media-fonts/wps-office-fonts/web-office-fonts.deb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /media-fonts/wps-office-fonts/wps-office-fonts-1.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-fonts/wps-office-fonts/wps-office-fonts-1.0.ebuild -------------------------------------------------------------------------------- /media-gfx/brscan5/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-gfx/brscan5/Manifest -------------------------------------------------------------------------------- /media-gfx/brscan5/brscan5-1.3.10_p5.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-gfx/brscan5/brscan5-1.3.10_p5.ebuild -------------------------------------------------------------------------------- /media-gfx/brscan5/files/brother5.conf: -------------------------------------------------------------------------------- 1 | brother5 2 | -------------------------------------------------------------------------------- /media-gfx/vk-hdr-layer/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-gfx/vk-hdr-layer/Manifest -------------------------------------------------------------------------------- /media-gfx/vk-hdr-layer/vk-hdr-layer-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-gfx/vk-hdr-layer/vk-hdr-layer-9999.ebuild -------------------------------------------------------------------------------- /media-libs/libcamera/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libcamera/Manifest -------------------------------------------------------------------------------- /media-libs/libcamera/libcamera-0.2.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libcamera/libcamera-0.2.0.ebuild -------------------------------------------------------------------------------- /media-libs/librist/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/librist/Manifest -------------------------------------------------------------------------------- /media-libs/librist/librist-0.2.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/librist/librist-0.2.6.ebuild -------------------------------------------------------------------------------- /media-libs/libtheora-compat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/Manifest -------------------------------------------------------------------------------- /media-libs/libtheora-compat/files/libtheora-compat-1.0_beta2-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/files/libtheora-compat-1.0_beta2-flags.patch -------------------------------------------------------------------------------- /media-libs/libtheora-compat/files/libtheora-compat-1.1.1-fix-UB.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/files/libtheora-compat-1.1.1-fix-UB.patch -------------------------------------------------------------------------------- /media-libs/libtheora-compat/files/libtheora-compat-1.1.1-libpng16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/files/libtheora-compat-1.1.1-libpng16.patch -------------------------------------------------------------------------------- /media-libs/libtheora-compat/files/libtheora-compat-1.1.1-underlinking.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/files/libtheora-compat-1.1.1-underlinking.patch -------------------------------------------------------------------------------- /media-libs/libtheora-compat/libtheora-compat-1.1.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/libtheora-compat/libtheora-compat-1.1.1.ebuild -------------------------------------------------------------------------------- /media-libs/vkBasalt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/vkBasalt/Manifest -------------------------------------------------------------------------------- /media-libs/vkBasalt/files/fix-gcc-13-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/vkBasalt/files/fix-gcc-13-header.patch -------------------------------------------------------------------------------- /media-libs/vkBasalt/vkBasalt-0.3.2.10.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-libs/vkBasalt/vkBasalt-0.3.2.10.ebuild -------------------------------------------------------------------------------- /media-sound/NoiseTorch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/NoiseTorch/Manifest -------------------------------------------------------------------------------- /media-sound/NoiseTorch/NoiseTorch-0.12.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/NoiseTorch/NoiseTorch-0.12.2.ebuild -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/Manifest -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/TauonMusicBox-7.8.3-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/TauonMusicBox-7.8.3-r1.ebuild -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/files/TauonMusicBox-7.8.0-phazor-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/files/TauonMusicBox-7.8.0-phazor-fix.patch -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/files/TauonMusicBox-7.8.0-unidecode-compat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/files/TauonMusicBox-7.8.0-unidecode-compat.patch -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/files/TauonMusicBox-fix-desktop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/files/TauonMusicBox-fix-desktop.patch -------------------------------------------------------------------------------- /media-sound/TauonMusicBox/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/TauonMusicBox/metadata.xml -------------------------------------------------------------------------------- /media-sound/jamesdsp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/jamesdsp/Manifest -------------------------------------------------------------------------------- /media-sound/jamesdsp/jamesdsp-9999-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/jamesdsp/jamesdsp-9999-r1.ebuild -------------------------------------------------------------------------------- /media-sound/jamesdsp/jamesdsp-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/jamesdsp/jamesdsp-9999.ebuild -------------------------------------------------------------------------------- /media-sound/jamesdsp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/jamesdsp/metadata.xml -------------------------------------------------------------------------------- /media-sound/tidal-hifi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/tidal-hifi/Manifest -------------------------------------------------------------------------------- /media-sound/tidal-hifi/tidal-hifi-4.3.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/tidal-hifi/tidal-hifi-4.3.1.ebuild -------------------------------------------------------------------------------- /media-sound/tidal-hifi/tidal-hifi-5.7.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-sound/tidal-hifi/tidal-hifi-5.7.1.ebuild -------------------------------------------------------------------------------- /media-tv/plex-media-server/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/Manifest -------------------------------------------------------------------------------- /media-tv/plex-media-server/files/80plexmediaserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/files/80plexmediaserver -------------------------------------------------------------------------------- /media-tv/plex-media-server/files/README.gentoo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/files/README.gentoo -------------------------------------------------------------------------------- /media-tv/plex-media-server/files/plex-media-server.conf.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/files/plex-media-server.conf.d -------------------------------------------------------------------------------- /media-tv/plex-media-server/files/plex-media-server.init.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/files/plex-media-server.init.d -------------------------------------------------------------------------------- /media-tv/plex-media-server/files/plex-media-server.service.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/files/plex-media-server.service.patch -------------------------------------------------------------------------------- /media-tv/plex-media-server/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/metadata.xml -------------------------------------------------------------------------------- /media-tv/plex-media-server/plex-media-server-1.41.1.9057.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-tv/plex-media-server/plex-media-server-1.41.1.9057.ebuild -------------------------------------------------------------------------------- /media-video/amdgpu-pro-amf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/amdgpu-pro-amf/Manifest -------------------------------------------------------------------------------- /media-video/amdgpu-pro-amf/amdgpu-pro-amf-1.4.29.1538781.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/amdgpu-pro-amf/amdgpu-pro-amf-1.4.29.1538781.ebuild -------------------------------------------------------------------------------- /media-video/amdgpu-pro-amf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/amdgpu-pro-amf/metadata.xml -------------------------------------------------------------------------------- /media-video/clapper/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/clapper/Manifest -------------------------------------------------------------------------------- /media-video/clapper/clapper-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/clapper/clapper-9999.ebuild -------------------------------------------------------------------------------- /media-video/v4l2loopback/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/v4l2loopback/Manifest -------------------------------------------------------------------------------- /media-video/v4l2loopback/v4l2loopback-0.13.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/media-video/v4l2loopback/v4l2loopback-0.13.2.ebuild -------------------------------------------------------------------------------- /mellowplayer-flatpak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/mellowplayer-flatpak.txt -------------------------------------------------------------------------------- /metadata/layout.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/layout.conf -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ananicy-cpp-1.0.0_rc6-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ananicy-cpp-1.0.0_rc6-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ananicy-cpp-1.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ananicy-cpp-1.0.1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-7.7.0-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-7.7.0-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-8.7.0-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-8.7.0-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-9.4.0-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-9.4.0-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-core-2.14.13-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-core-2.14.13-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-core-2.15.8-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-core-2.15.8-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-core-2.16.6-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-core-2.16.6-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/ansible-lint-24.9.2-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/ansible-lint-24.9.2-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/hardinfo2-2.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/hardinfo2-2.2.7 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/winbox-4.0_beta6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/winbox-4.0_beta6 -------------------------------------------------------------------------------- /metadata/md5-cache/app-admin/zenmonitor3-2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-admin/zenmonitor3-2.0.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-backup/btrfs-assistant-1.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-backup/btrfs-assistant-1.7 -------------------------------------------------------------------------------- /metadata/md5-cache/app-backup/grub-btrfs-4.10.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-backup/grub-btrfs-4.10.2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-backup/grub-btrfs-4.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-backup/grub-btrfs-4.11 -------------------------------------------------------------------------------- /metadata/md5-cache/app-backup/mkstage4-0.1-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-backup/mkstage4-0.1-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/app-crypt/acme-1.25.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-crypt/acme-1.25.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-crypt/buttercup-desktop-bin-1.20.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-crypt/buttercup-desktop-bin-1.20.5 -------------------------------------------------------------------------------- /metadata/md5-cache/app-crypt/certbot-1.25.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-crypt/certbot-1.25.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-crypt/certbot-apache-1.25.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-crypt/certbot-apache-1.25.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-crypt/certbot-nginx-1.25.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-crypt/certbot-nginx-1.25.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-editors/atom-bin-1.60.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-editors/atom-bin-1.60.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-editors/visual-studio-code-1.53.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-editors/visual-studio-code-1.53.2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/bottles-20220314_p3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/bottles-20220314_p3 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-8.27: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-8.27 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.15 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.22 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.25: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.25 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-bin-9.5 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-meta-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-meta-1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/proton-ge-custom-meta-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/proton-ge-custom-meta-2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/qemu-9.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/qemu-9.1.2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/quickemu-4.9.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/quickemu-4.9.6 -------------------------------------------------------------------------------- /metadata/md5-cache/app-emulation/virtualbox-modules-6.1.12-r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-emulation/virtualbox-modules-6.1.12-r2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-misc/cpufetch-1.01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-misc/cpufetch-1.01 -------------------------------------------------------------------------------- /metadata/md5-cache/app-misc/input-remapper-2.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-misc/input-remapper-2.0.1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-misc/nixnote-2.1.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-misc/nixnote-2.1.6 -------------------------------------------------------------------------------- /metadata/md5-cache/app-misc/solaar-1.1.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-misc/solaar-1.1.11 -------------------------------------------------------------------------------- /metadata/md5-cache/app-office/freeoffice-1064: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-office/freeoffice-1064 -------------------------------------------------------------------------------- /metadata/md5-cache/app-office/freeoffice-1224: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-office/freeoffice-1224 -------------------------------------------------------------------------------- /metadata/md5-cache/app-office/joplin-bin-2.12.18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-office/joplin-bin-2.12.18 -------------------------------------------------------------------------------- /metadata/md5-cache/app-office/softmaker-office-2024.1200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-office/softmaker-office-2024.1200 -------------------------------------------------------------------------------- /metadata/md5-cache/app-office/softmaker-office-2024.1224: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-office/softmaker-office-2024.1224 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/emlop-0.5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/emlop-0.5.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/showbuild-0.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/showbuild-0.9 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/showbuild-0.9.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/showbuild-0.9.1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/showem-1.0.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/showem-1.0.6 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/upgrade-portage-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/upgrade-portage-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/app-portage/upkeep-1.4.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-portage/upkeep-1.4.1 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/gitstatus-1.5.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/gitstatus-1.5.4 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/gitstatus-1.5.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/gitstatus-1.5.5 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/oh-my-zsh-99999999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/oh-my-zsh-99999999 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/powerlevel10k-1.13.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/powerlevel10k-1.13.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-5.6.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-5.6.2 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-autosuggestions-0.5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-autosuggestions-0.5.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-autosuggestions-0.6.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-autosuggestions-0.6.4 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-history-substring-search-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-history-substring-search-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-theme-powerlevel10k-1.17.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-theme-powerlevel10k-1.17.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-shells/zsh-theme-powerlevel10k-1.20.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-shells/zsh-theme-powerlevel10k-1.20.0 -------------------------------------------------------------------------------- /metadata/md5-cache/app-text/tldr-2.0.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/app-text/tldr-2.0.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-cpp/std-format-0_pre20220112-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-cpp/std-format-0_pre20220112-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-db/mariadb-10.5.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-db/mariadb-10.5.4 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-libs/glib-2.80.4-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-libs/glib-2.80.4-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-libs/inih-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-libs/inih-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-libs/libei-1.0.901: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-libs/libei-1.0.901 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-libs/libopenrazer-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-libs/libopenrazer-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-php/fpdf-1.81: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-php/fpdf-1.81 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-python/ansible-compat-24.9.1-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-python/ansible-compat-24.9.1-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-python/jinja-3.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-python/jinja-3.1.3 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-python/sendgrid-6.11.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-python/sendgrid-6.11.0 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-python/sendgrid-6.9.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-python/sendgrid-6.9.7 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-python/vkbasalt-cli-3.1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-python/vkbasalt-cli-3.1.1 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-qt/qtwebkit-5.212.0_pre20200309-r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-qt/qtwebkit-5.212.0_pre20200309-r2 -------------------------------------------------------------------------------- /metadata/md5-cache/dev-util/yamllint-1.26.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/dev-util/yamllint-1.26.0 -------------------------------------------------------------------------------- /metadata/md5-cache/games-util/gamemode-9999-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/games-util/gamemode-9999-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/games-util/mangohud-0.6.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/games-util/mangohud-0.6.5 -------------------------------------------------------------------------------- /metadata/md5-cache/games-util/mangohud-0.6.7.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/games-util/mangohud-0.6.7.1 -------------------------------------------------------------------------------- /metadata/md5-cache/games-util/mangohud-0.6.9.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/games-util/mangohud-0.6.9.1 -------------------------------------------------------------------------------- /metadata/md5-cache/games-util/steam-client-meta-0-r20221017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/games-util/steam-client-meta-0-r20221017 -------------------------------------------------------------------------------- /metadata/md5-cache/gnome-base/gnome-control-center-42.3-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gnome-base/gnome-control-center-42.3-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/gnome-extra/gdm-settings-2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gnome-extra/gdm-settings-2.1 -------------------------------------------------------------------------------- /metadata/md5-cache/gnome-extra/gdm-settings-4.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gnome-extra/gdm-settings-4.4 -------------------------------------------------------------------------------- /metadata/md5-cache/gnome-extra/gnome-tweaks-42.0_beta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gnome-extra/gnome-tweaks-42.0_beta -------------------------------------------------------------------------------- /metadata/md5-cache/gui-apps/RazerGenie-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gui-apps/RazerGenie-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/gui-apps/gradience-0.4.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gui-apps/gradience-0.4.1 -------------------------------------------------------------------------------- /metadata/md5-cache/gui-libs/libdecor-0.1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gui-libs/libdecor-0.1.0 -------------------------------------------------------------------------------- /metadata/md5-cache/gui-libs/libdecor-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gui-libs/libdecor-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/gui-wm/gamescope-3.14.18-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/gui-wm/gamescope-3.14.18-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-fonts/hasklig-1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-fonts/hasklig-1.2 -------------------------------------------------------------------------------- /metadata/md5-cache/media-fonts/meslo-nerd-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-fonts/meslo-nerd-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/media-fonts/nerd-fonts-3.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-fonts/nerd-fonts-3.2.0 -------------------------------------------------------------------------------- /metadata/md5-cache/media-fonts/wps-office-fonts-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-fonts/wps-office-fonts-1.0 -------------------------------------------------------------------------------- /metadata/md5-cache/media-gfx/brscan5-1.3.10_p5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-gfx/brscan5-1.3.10_p5 -------------------------------------------------------------------------------- /metadata/md5-cache/media-libs/amf-headers-1.4.29: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-libs/amf-headers-1.4.29 -------------------------------------------------------------------------------- /metadata/md5-cache/media-libs/libcamera-0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-libs/libcamera-0.2.0 -------------------------------------------------------------------------------- /metadata/md5-cache/media-libs/libpng-1.6.36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-libs/libpng-1.6.36 -------------------------------------------------------------------------------- /metadata/md5-cache/media-libs/librist-0.2.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-libs/librist-0.2.6 -------------------------------------------------------------------------------- /metadata/md5-cache/media-libs/vkBasalt-0.3.2.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-libs/vkBasalt-0.3.2.10 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/NoiseTorch-0.12.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/NoiseTorch-0.12.2 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/TauonMusicBox-7.8.3-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/TauonMusicBox-7.8.3-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/jamesdsp-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/jamesdsp-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/jamesdsp-9999-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/jamesdsp-9999-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/librespot-0.4.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/librespot-0.4.2 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/soundux-0.2.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/soundux-0.2.7 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/tidal-hifi-4.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/tidal-hifi-4.3.1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-sound/tidal-hifi-5.7.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-sound/tidal-hifi-5.7.1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-tv/plex-media-server-1.41.1.9057: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-tv/plex-media-server-1.41.1.9057 -------------------------------------------------------------------------------- /metadata/md5-cache/media-video/amdgpu-pro-amf-1.4.29.1538781: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-video/amdgpu-pro-amf-1.4.29.1538781 -------------------------------------------------------------------------------- /metadata/md5-cache/media-video/clapper-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-video/clapper-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/media-video/haruna-0.12.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-video/haruna-0.12.2 -------------------------------------------------------------------------------- /metadata/md5-cache/media-video/obs-studio-28.0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-video/obs-studio-28.0.1 -------------------------------------------------------------------------------- /metadata/md5-cache/media-video/v4l2loopback-0.13.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/media-video/v4l2loopback-0.13.2 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/caprine-2.55.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/caprine-2.55.3 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/caprine-2.60.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/caprine-2.60.3 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/skypeforlinux-8.129.0.202_p365: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/skypeforlinux-8.129.0.202_p365 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/skypeforlinux-8.138.0.203_p386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/skypeforlinux-8.138.0.203_p386 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/viber-21.8.0.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/viber-21.8.0.11 -------------------------------------------------------------------------------- /metadata/md5-cache/net-im/viber-bin-13.3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-im/viber-bin-13.3.1 -------------------------------------------------------------------------------- /metadata/md5-cache/net-irc/srain-1.5.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-irc/srain-1.5.1 -------------------------------------------------------------------------------- /metadata/md5-cache/net-misc/wget2-1.99.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-misc/wget2-1.99.2 -------------------------------------------------------------------------------- /metadata/md5-cache/net-vpn/openvpn-2.4.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/net-vpn/openvpn-2.4.9 -------------------------------------------------------------------------------- /metadata/md5-cache/scripts/shell-text-1.1-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/scripts/shell-text-1.1-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-apps/corectrl-1.3.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-apps/corectrl-1.3.8 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-apps/corectrl-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-apps/corectrl-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-apps/corefreq-2.0.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-apps/corefreq-2.0.0 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-apps/evhz-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-apps/evhz-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-boot/etcher-1.5.115: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-boot/etcher-1.5.115 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-boot/etcher-1.5.56: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-boot/etcher-1.5.56 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-boot/etcher-1.5.69: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-boot/etcher-1.5.69 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-boot/etcher-1.5.73: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-boot/etcher-1.5.73 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-boot/etcher-1.7.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-boot/etcher-1.7.8 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-devel/just-1.3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-devel/just-1.3.0 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-fs/duf-0.8.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-fs/duf-0.8.1 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-fs/xfsdump-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-fs/xfsdump-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/clear-sources-6.12.9_p1535: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/clear-sources-6.12.9_p1535 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/liquorix-sources-6.11.2_p1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/liquorix-sources-6.11.2_p1 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/modprobed-db-2.46: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/modprobed-db-2.46 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/tkg-sources-6.12.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/tkg-sources-6.12.10 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/tkg-sources-6.13.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/tkg-sources-6.13.3 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/tkg-sources-6.13.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/tkg-sources-6.13.6 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-5.17.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-5.17.0 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-5.17.11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-5.17.11 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-5.17.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-5.17.3 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-5.17.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-5.17.5 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.10.12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.10.12 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.11.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.11.3 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.11.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.11.6 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.12.13: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.12.13 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.13.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.13.2 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.6.54: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.6.54 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/xanmod-sources-6.9.9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/xanmod-sources-6.9.9 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/zenpower-0.1.12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/zenpower-0.1.12 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/zenpower3-0.2.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/zenpower3-0.2.0 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-kernel/zenpower3-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-kernel/zenpower3-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-process/bpytop-1.0.67: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-process/bpytop-1.0.67 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-process/btop-1.1.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-process/btop-1.1.3 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-process/nohang-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-process/nohang-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/sys-process/nvtop-2.0.1-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/sys-process/nvtop-2.0.1-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/virtual/linux-sources-3-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/virtual/linux-sources-3-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/www-client/yandex-browser-beta-22.3.1.899_p1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/www-client/yandex-browser-beta-22.3.1.899_p1 -------------------------------------------------------------------------------- /metadata/md5-cache/www-plugins/vdhcoapp-bin-2.0.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/www-plugins/vdhcoapp-bin-2.0.10 -------------------------------------------------------------------------------- /metadata/md5-cache/www-plugins/yandex-browser-ffmpeg-codecs-bin-100.0.4896.127: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/www-plugins/yandex-browser-ffmpeg-codecs-bin-100.0.4896.127 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-libs/gtk+-3.24.34-r99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-libs/gtk+-3.24.34-r99 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-misc/hardcode-tray-9999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-misc/hardcode-tray-9999 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-misc/yd-tools-1.11.0-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-misc/yd-tools-1.11.0-r1 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-misc/yd-tools-1.12.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-misc/yd-tools-1.12.2 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-themes/bibata-xcursors-0.4.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-themes/bibata-xcursors-0.4.1 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-themes/pop-gtk-theme-5.1.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-themes/pop-gtk-theme-5.1.2 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-themes/pop-gtk-theme-5.4.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-themes/pop-gtk-theme-5.4.5 -------------------------------------------------------------------------------- /metadata/md5-cache/x11-wm/mutter-3.38.3-r1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/metadata/md5-cache/x11-wm/mutter-3.38.3-r1 -------------------------------------------------------------------------------- /net-im/caprine/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/caprine/Manifest -------------------------------------------------------------------------------- /net-im/caprine/caprine-2.60.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/caprine/caprine-2.60.3.ebuild -------------------------------------------------------------------------------- /net-im/equibop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/equibop/Manifest -------------------------------------------------------------------------------- /net-im/equibop/equibop-3.1.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/equibop/equibop-3.1.3.ebuild -------------------------------------------------------------------------------- /net-im/skypeforlinux/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/skypeforlinux/Manifest -------------------------------------------------------------------------------- /net-im/skypeforlinux/files/skypeforlinux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/skypeforlinux/files/skypeforlinux.sh -------------------------------------------------------------------------------- /net-im/skypeforlinux/files/skypeforlinux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/skypeforlinux/files/skypeforlinux.svg -------------------------------------------------------------------------------- /net-im/skypeforlinux/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/skypeforlinux/metadata.xml -------------------------------------------------------------------------------- /net-im/skypeforlinux/skypeforlinux-8.138.0.203_p386.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/skypeforlinux/skypeforlinux-8.138.0.203_p386.ebuild -------------------------------------------------------------------------------- /net-im/viber/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/viber/Manifest -------------------------------------------------------------------------------- /net-im/viber/viber-24.9.0.3-r2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-im/viber/viber-24.9.0.3-r2.ebuild -------------------------------------------------------------------------------- /net-irc/srain/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-irc/srain/Manifest -------------------------------------------------------------------------------- /net-irc/srain/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-irc/srain/metadata.xml -------------------------------------------------------------------------------- /net-irc/srain/srain-1.5.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-irc/srain/srain-1.5.1.ebuild -------------------------------------------------------------------------------- /net-misc/rustdesk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/Manifest -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rust-sciter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rust-sciter.patch -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rustdesk-1.4.0-fix-gcc15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rustdesk-1.4.0-fix-gcc15.patch -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rustdesk-link.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rustdesk-link.desktop -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rustdesk.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rustdesk.desktop -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rustdesk.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rustdesk.service -------------------------------------------------------------------------------- /net-misc/rustdesk/files/rustdesk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/files/rustdesk.sh -------------------------------------------------------------------------------- /net-misc/rustdesk/rustdesk-1.4.4.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/rustdesk/rustdesk-1.4.4.ebuild -------------------------------------------------------------------------------- /net-misc/wget2/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/wget2/Manifest -------------------------------------------------------------------------------- /net-misc/wget2/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/wget2/metadata.xml -------------------------------------------------------------------------------- /net-misc/wget2/wget2-1.99.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-misc/wget2/wget2-1.99.2.ebuild -------------------------------------------------------------------------------- /net-vpn/openvpn/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/Manifest -------------------------------------------------------------------------------- /net-vpn/openvpn/files/down.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/files/down.sh -------------------------------------------------------------------------------- /net-vpn/openvpn/files/openvpn-2.1.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/files/openvpn-2.1.conf -------------------------------------------------------------------------------- /net-vpn/openvpn/files/openvpn-2.1.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/files/openvpn-2.1.init -------------------------------------------------------------------------------- /net-vpn/openvpn/files/openvpn-2.5.0-auth-pam-missing-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/files/openvpn-2.5.0-auth-pam-missing-header.patch -------------------------------------------------------------------------------- /net-vpn/openvpn/files/up.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/files/up.sh -------------------------------------------------------------------------------- /net-vpn/openvpn/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/metadata.xml -------------------------------------------------------------------------------- /net-vpn/openvpn/openvpn-2.4.9.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/net-vpn/openvpn/openvpn-2.4.9.ebuild -------------------------------------------------------------------------------- /nvidia-kernel-6.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/nvidia-kernel-6.0.patch -------------------------------------------------------------------------------- /obs-hevc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/obs-hevc/PKGBUILD -------------------------------------------------------------------------------- /profiles/categories: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/profiles/categories -------------------------------------------------------------------------------- /profiles/kernel/config-desktop-x86_64-3.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/profiles/kernel/config-desktop-x86_64-3.2 -------------------------------------------------------------------------------- /profiles/mask/package.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/profiles/mask/package.mask -------------------------------------------------------------------------------- /profiles/package.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/profiles/package.mask -------------------------------------------------------------------------------- /profiles/package.use: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /profiles/repo_name: -------------------------------------------------------------------------------- 1 | ROKO__ 2 | -------------------------------------------------------------------------------- /profiles/use.mask: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /radeonfan/radeon-fan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/radeonfan/radeon-fan -------------------------------------------------------------------------------- /radeonfan/radeon-fan-start.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | while true ; do radeon-fan >/dev/null 2>&1; sleep 2; done 3 | -------------------------------------------------------------------------------- /radeonfan/radeonfanspeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/radeonfan/radeonfanspeed -------------------------------------------------------------------------------- /scripts/generate_manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/scripts/generate_manifest -------------------------------------------------------------------------------- /scripts/shell-text/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/scripts/shell-text/Manifest -------------------------------------------------------------------------------- /scripts/shell-text/shell-text-1.1-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/scripts/shell-text/shell-text-1.1-r1.ebuild -------------------------------------------------------------------------------- /sys-apps/corefreq/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/corefreq/Manifest -------------------------------------------------------------------------------- /sys-apps/corefreq/corefreq-2.0.9.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/corefreq/corefreq-2.0.9.ebuild -------------------------------------------------------------------------------- /sys-apps/corefreq/files/corefreq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/corefreq/files/corefreq -------------------------------------------------------------------------------- /sys-apps/corefreq/files/corefreq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/corefreq/files/corefreq.conf -------------------------------------------------------------------------------- /sys-apps/corefreq/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/corefreq/metadata.xml -------------------------------------------------------------------------------- /sys-apps/evhz/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/evhz/Manifest -------------------------------------------------------------------------------- /sys-apps/evhz/evhz-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/evhz/evhz-9999.ebuild -------------------------------------------------------------------------------- /sys-apps/fwupd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/fwupd/Manifest -------------------------------------------------------------------------------- /sys-apps/fwupd/files/fwupd-1.9.6-fragile_tests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/fwupd/files/fwupd-1.9.6-fragile_tests.patch -------------------------------------------------------------------------------- /sys-apps/fwupd/files/fwupd-r2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/fwupd/files/fwupd-r2 -------------------------------------------------------------------------------- /sys-apps/fwupd/fwupd-2.0.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/fwupd/fwupd-2.0.6.ebuild -------------------------------------------------------------------------------- /sys-apps/fwupd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/fwupd/metadata.xml -------------------------------------------------------------------------------- /sys-apps/mission-center/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/mission-center/Manifest -------------------------------------------------------------------------------- /sys-apps/mission-center/files/1.0.0-respect-cargo-home.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/mission-center/files/1.0.0-respect-cargo-home.patch -------------------------------------------------------------------------------- /sys-apps/mission-center/mission-center-1.0.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/mission-center/mission-center-1.0.2.ebuild -------------------------------------------------------------------------------- /sys-apps/mission-center/mission-center-1.1.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-apps/mission-center/mission-center-1.1.0.ebuild -------------------------------------------------------------------------------- /sys-devel/just/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-devel/just/Manifest -------------------------------------------------------------------------------- /sys-devel/just/just-1.3.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-devel/just/just-1.3.0.ebuild -------------------------------------------------------------------------------- /sys-fs/duf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-fs/duf/Manifest -------------------------------------------------------------------------------- /sys-fs/duf/duf-0.8.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-fs/duf/duf-0.8.1.ebuild -------------------------------------------------------------------------------- /sys-kernel/clear-sources/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/clear-sources/Manifest -------------------------------------------------------------------------------- /sys-kernel/clear-sources/clear-sources-6.12.9_p1535.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/clear-sources/clear-sources-6.12.9_p1535.ebuild -------------------------------------------------------------------------------- /sys-kernel/clear-sources/clear-sources-6.12.9_p1535.ebuild.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/clear-sources/clear-sources-6.12.9_p1535.ebuild.bak -------------------------------------------------------------------------------- /sys-kernel/modprobed-db/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/modprobed-db/Manifest -------------------------------------------------------------------------------- /sys-kernel/modprobed-db/modprobed-db-2.46.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/modprobed-db/modprobed-db-2.46.ebuild -------------------------------------------------------------------------------- /sys-kernel/tkg-sources/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/tkg-sources/Manifest -------------------------------------------------------------------------------- /sys-kernel/tkg-sources/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/tkg-sources/metadata.xml -------------------------------------------------------------------------------- /sys-kernel/tkg-sources/tkg-sources-6.12.10.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/tkg-sources/tkg-sources-6.12.10.ebuild -------------------------------------------------------------------------------- /sys-kernel/tkg-sources/tkg-sources-6.13.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/tkg-sources/tkg-sources-6.13.3.ebuild -------------------------------------------------------------------------------- /sys-kernel/tkg-sources/tkg-sources-6.13.6.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/tkg-sources/tkg-sources-6.13.6.ebuild -------------------------------------------------------------------------------- /sys-kernel/xanmod-sources/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/xanmod-sources/Manifest -------------------------------------------------------------------------------- /sys-kernel/xanmod-sources/xanmod-sources-6.12.13.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/xanmod-sources/xanmod-sources-6.12.13.ebuild -------------------------------------------------------------------------------- /sys-kernel/xanmod-sources/xanmod-sources-6.13.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/xanmod-sources/xanmod-sources-6.13.2.ebuild -------------------------------------------------------------------------------- /sys-kernel/zenpower3/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/zenpower3/Manifest -------------------------------------------------------------------------------- /sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/zenpower3/files/zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch -------------------------------------------------------------------------------- /sys-kernel/zenpower3/zenpower3-0.2.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/zenpower3/zenpower3-0.2.0.ebuild -------------------------------------------------------------------------------- /sys-kernel/zenpower3/zenpower3-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sys-kernel/zenpower3/zenpower3-9999.ebuild -------------------------------------------------------------------------------- /sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/sysctl.conf -------------------------------------------------------------------------------- /virtual/linux-sources/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/virtual/linux-sources/Manifest -------------------------------------------------------------------------------- /virtual/linux-sources/linux-sources-3-r99.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/virtual/linux-sources/linux-sources-3-r99.ebuild -------------------------------------------------------------------------------- /virtual/linux-sources/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/virtual/linux-sources/metadata.xml -------------------------------------------------------------------------------- /wireguard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/wireguard -------------------------------------------------------------------------------- /www-client/yandex-browser-beta/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-client/yandex-browser-beta/ChangeLog -------------------------------------------------------------------------------- /www-client/yandex-browser-beta/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-client/yandex-browser-beta/Manifest -------------------------------------------------------------------------------- /www-client/yandex-browser-beta/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-client/yandex-browser-beta/metadata.xml -------------------------------------------------------------------------------- /www-client/yandex-browser-beta/yandex-browser-beta-22.3.1.899_p1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-client/yandex-browser-beta/yandex-browser-beta-22.3.1.899_p1.ebuild -------------------------------------------------------------------------------- /www-plugins/vdhcoapp-bin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-plugins/vdhcoapp-bin/Manifest -------------------------------------------------------------------------------- /www-plugins/vdhcoapp-bin/vdhcoapp-bin-2.0.10.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-plugins/vdhcoapp-bin/vdhcoapp-bin-2.0.10.ebuild -------------------------------------------------------------------------------- /www-plugins/yandex-browser-ffmpeg-codecs-bin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-plugins/yandex-browser-ffmpeg-codecs-bin/Manifest -------------------------------------------------------------------------------- /www-plugins/yandex-browser-ffmpeg-codecs-bin/yandex-browser-ffmpeg-codecs-bin-100.0.4896.127.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-plugins/yandex-browser-ffmpeg-codecs-bin/yandex-browser-ffmpeg-codecs-bin-100.0.4896.127.ebuild -------------------------------------------------------------------------------- /www-servers/angie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/Manifest -------------------------------------------------------------------------------- /www-servers/angie/angie-1.10.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/angie-1.10.2.ebuild -------------------------------------------------------------------------------- /www-servers/angie/angie-1.10.3.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/angie-1.10.3.ebuild -------------------------------------------------------------------------------- /www-servers/angie/angie-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/angie-9999.ebuild -------------------------------------------------------------------------------- /www-servers/angie/files/angie-1.10.2-tests-no-ipv6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie-1.10.2-tests-no-ipv6.patch -------------------------------------------------------------------------------- /www-servers/angie/files/angie-1.4.1-fix-perl-install-path.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie-1.4.1-fix-perl-install-path.patch -------------------------------------------------------------------------------- /www-servers/angie/files/angie-httpoxy-mitigation-r1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie-httpoxy-mitigation-r1.patch -------------------------------------------------------------------------------- /www-servers/angie/files/angie.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie.conf -------------------------------------------------------------------------------- /www-servers/angie/files/angie.confd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie.confd -------------------------------------------------------------------------------- /www-servers/angie/files/angie.initd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie.initd -------------------------------------------------------------------------------- /www-servers/angie/files/angie.logrotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie.logrotate -------------------------------------------------------------------------------- /www-servers/angie/files/angie.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/files/angie.service -------------------------------------------------------------------------------- /www-servers/angie/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/www-servers/angie/metadata.xml -------------------------------------------------------------------------------- /x11-libs/gtk+/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/Manifest -------------------------------------------------------------------------------- /x11-libs/gtk+/files/gtk+-3.22.20-libcloudproviders-automagic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/files/gtk+-3.22.20-libcloudproviders-automagic.patch -------------------------------------------------------------------------------- /x11-libs/gtk+/files/gtk+-3.24.25-update-icon-cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/files/gtk+-3.24.25-update-icon-cache.patch -------------------------------------------------------------------------------- /x11-libs/gtk+/files/gtk+-3.24.34-filechooser-icon-view.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/files/gtk+-3.24.34-filechooser-icon-view.patch -------------------------------------------------------------------------------- /x11-libs/gtk+/files/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/files/gtkrc -------------------------------------------------------------------------------- /x11-libs/gtk+/files/settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/files/settings.ini -------------------------------------------------------------------------------- /x11-libs/gtk+/gtk+-3.24.34-r99.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/gtk+-3.24.34-r99.ebuild -------------------------------------------------------------------------------- /x11-libs/gtk+/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-libs/gtk+/metadata.xml -------------------------------------------------------------------------------- /x11-misc/hardcode-tray/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-misc/hardcode-tray/Manifest -------------------------------------------------------------------------------- /x11-misc/hardcode-tray/hardcode-tray-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-misc/hardcode-tray/hardcode-tray-9999.ebuild -------------------------------------------------------------------------------- /x11-misc/yd-tools/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-misc/yd-tools/Manifest -------------------------------------------------------------------------------- /x11-misc/yd-tools/yd-tools-1.11.0-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-misc/yd-tools/yd-tools-1.11.0-r1.ebuild -------------------------------------------------------------------------------- /x11-misc/yd-tools/yd-tools-1.12.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-misc/yd-tools/yd-tools-1.12.2.ebuild -------------------------------------------------------------------------------- /x11-themes/bibata-xcursors/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/bibata-xcursors/Manifest -------------------------------------------------------------------------------- /x11-themes/bibata-xcursors/bibata-xcursors-0.4.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/bibata-xcursors/bibata-xcursors-0.4.1.ebuild -------------------------------------------------------------------------------- /x11-themes/bibata-xcursors/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/bibata-xcursors/metadata.xml -------------------------------------------------------------------------------- /x11-themes/pop-gtk-theme/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/pop-gtk-theme/Manifest -------------------------------------------------------------------------------- /x11-themes/pop-gtk-theme/pop-gtk-theme-5.1.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/pop-gtk-theme/pop-gtk-theme-5.1.2.ebuild -------------------------------------------------------------------------------- /x11-themes/pop-gtk-theme/pop-gtk-theme-5.4.5.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/x11-themes/pop-gtk-theme/pop-gtk-theme-5.4.5.ebuild -------------------------------------------------------------------------------- /zshrc-mv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandikata/ROKO__/HEAD/zshrc-mv --------------------------------------------------------------------------------