├── README.md ├── acct-group └── prey │ ├── Manifest │ ├── metadata.xml │ └── prey-0.ebuild ├── acct-user └── prey │ ├── Manifest │ ├── metadata.xml │ └── prey-0.ebuild ├── app-admin ├── 1password │ ├── 1password-0.9.14.4_beta.ebuild │ ├── Manifest │ └── metadata.xml ├── autotrash │ ├── Manifest │ ├── autotrash-0.2.1.ebuild │ ├── autotrash-0.3.0.ebuild │ ├── autotrash-9999.ebuild │ └── metadata.xml ├── profile-cleaner │ ├── Manifest │ ├── files │ │ └── profile-cleaner-edge-support.patch │ ├── metadata.xml │ ├── profile-cleaner-2.41-r1.ebuild │ ├── profile-cleaner-2.41.ebuild │ └── profile-cleaner-9999.ebuild └── ultracopier │ ├── Manifest │ ├── metadata.xml │ ├── ultracopier-2.2.0.9.ebuild │ ├── ultracopier-2.2.3.2.ebuild │ ├── ultracopier-2.2.3.3.ebuild │ ├── ultracopier-2.2.4.1.ebuild │ ├── ultracopier-2.2.4.8.ebuild │ └── ultracopier-9999.ebuild ├── app-arch ├── unarr │ ├── Manifest │ ├── metadata.xml │ ├── unarr-1.0.1.ebuild │ ├── unarr-1.1.0_pre20200131.ebuild │ └── unarr-9999.ebuild └── zchunk │ ├── Manifest │ ├── metadata.xml │ ├── zchunk-1.1.1.ebuild │ ├── zchunk-1.1.5.ebuild │ ├── zchunk-1.1.6.ebuild │ └── zchunk-9999.ebuild ├── app-backup └── cronopete │ ├── Manifest │ ├── cronopete-4.12.0.ebuild │ ├── cronopete-9999.ebuild │ └── metadata.xml ├── app-crypt └── gpgit │ ├── Manifest │ ├── gpgit-1.3.3.ebuild │ ├── gpgit-9999.ebuild │ └── metadata.xml ├── app-doc └── doctoc │ ├── Manifest │ ├── doctoc-1.4.0.ebuild │ ├── doctoc-9999.ebuild │ └── metadata.xml ├── app-editors ├── atom-bin │ ├── Manifest │ ├── atom-bin-1.54.0.ebuild │ ├── atom-bin-1.58.0.ebuild │ ├── files │ │ ├── atom-1.12.6-lintian │ │ ├── atom-1.12.7-lintian │ │ ├── atom-1.13.0-lintian │ │ ├── atom-1.13.1-lintian │ │ ├── atom-bin │ │ ├── atom-bin-python-interceptor.patch │ │ └── atom-lintian │ └── metadata.xml ├── featherpad │ ├── Manifest │ ├── featherpad-0.13.1.ebuild │ ├── featherpad-0.14.2.ebuild │ ├── featherpad-0.18.0-r1.ebuild │ └── metadata.xml ├── graviton-bin │ ├── Manifest │ ├── graviton-bin-1.2.0.ebuild │ ├── graviton-bin-2.0.92.ebuild │ └── metadata.xml ├── marker │ ├── Manifest │ ├── marker-2020.04.04.2.ebuild │ ├── marker-9999.ebuild │ └── metadata.xml ├── vnote │ ├── Manifest │ ├── metadata.xml │ ├── vnote-2.9.1.ebuild │ └── vnote-9999.ebuild ├── vscode-bin │ ├── Manifest │ ├── files │ │ ├── vscode-bin-url-handler.desktop │ │ └── vscode-bin.desktop │ ├── metadata.xml │ ├── vscode-bin-1.50.0.ebuild │ ├── vscode-bin-1.50.1.ebuild │ ├── vscode-bin-1.51.0.ebuild │ ├── vscode-bin-1.51.1.ebuild │ ├── vscode-bin-1.52.1.ebuild │ ├── vscode-bin-1.53.2.ebuild │ ├── vscode-bin-1.54.1.ebuild │ ├── vscode-bin-1.54.3.ebuild │ ├── vscode-bin-1.55.0.ebuild │ ├── vscode-bin-1.55.1.ebuild │ ├── vscode-bin-1.55.2.ebuild │ ├── vscode-bin-1.56.0.ebuild │ ├── vscode-bin-1.56.2.ebuild │ ├── vscode-bin-1.61.2.ebuild │ ├── vscode-bin-1.64.2.ebuild │ ├── vscode-bin-1.66.2.ebuild │ ├── vscode-bin-1.67.1.ebuild │ ├── vscode-bin-1.71.2.ebuild │ ├── vscode-bin-1.72.2.ebuild │ ├── vscode-bin-1.74.3.ebuild │ ├── vscode-bin-1.75.0.ebuild │ ├── vscode-bin-1.77.0.ebuild │ ├── vscode-bin-1.79.2.ebuild │ ├── vscode-bin-1.81.1.ebuild │ └── vscode-bin-1.83.1.ebuild └── vscodium-bin │ ├── Manifest │ ├── files │ └── vscodium-bin.desktop │ ├── metadata.xml │ ├── vscodium-bin-1.68.1.ebuild │ ├── vscodium-bin-1.69.2.ebuild │ ├── vscodium-bin-1.70.1.22228.ebuild │ ├── vscodium-bin-1.70.1.ebuild │ ├── vscodium-bin-1.70.2.22230.ebuild │ └── vscodium-bin-1.71.0.22245.ebuild ├── app-emulation └── packettracer │ ├── Manifest │ ├── files │ ├── linguist │ ├── packettracer │ └── packettracer.sh │ ├── metadata.xml │ ├── packettracer-7.2.1-r1.ebuild │ └── packettracer-7.2.1.ebuild ├── app-i18n ├── man-pages-es-extra │ ├── Manifest │ ├── man-pages-es-extra-0.8a.ebuild │ └── metadata.xml └── man-pages-es │ ├── Manifest │ ├── man-pages-es-1.55.ebuild │ └── metadata.xml ├── app-laptop └── prey │ ├── ChangeLog │ ├── Manifest │ ├── files │ ├── prey-agent │ ├── prey-bin │ ├── prey-openrc-support.patch │ ├── prey-systemd-support.patch │ └── prey.png │ ├── metadata.xml │ └── prey-1.9.6.ebuild ├── app-misc └── ding │ ├── Manifest │ ├── ding-2.1.0.ebuild │ ├── ding-9999.ebuild │ └── metadata.xml ├── app-office ├── freeoffice │ ├── Manifest │ ├── files │ │ ├── freeoffice-planmaker │ │ ├── freeoffice-planmaker.desktop │ │ ├── freeoffice-presentations │ │ ├── freeoffice-presentations.desktop │ │ ├── freeoffice-textmaker │ │ └── freeoffice-textmaker.desktop │ ├── freeoffice-976.ebuild │ ├── freeoffice-978.ebuild │ ├── freeoffice-980.ebuild │ └── metadata.xml └── glabels-qt │ ├── Manifest │ ├── glabels-qt-3.99_pre558.ebuild │ ├── glabels-qt-3.99_pre561.ebuild │ ├── glabels-qt-9999.ebuild │ └── metadata.xml ├── app-shells ├── eternalterminal │ ├── Manifest │ ├── eternalterminal-6.2.1.ebuild │ ├── eternalterminal-9999.ebuild │ └── metadata.xml ├── starship-bin │ ├── Manifest │ ├── metadata.xml │ ├── starship-bin-0.41.3.ebuild │ ├── starship-bin-0.42.0.ebuild │ ├── starship-bin-0.43.0.ebuild │ ├── starship-bin-0.44.0.ebuild │ └── starship-bin-0.45.2.ebuild └── starship │ ├── Manifest │ ├── metadata.xml │ ├── starship-0.41.3.ebuild │ ├── starship-0.42.0.ebuild │ ├── starship-0.43.0.ebuild │ ├── starship-0.44.0.ebuild │ ├── starship-0.45.2.ebuild │ └── starship-9999.ebuild ├── app-text ├── bookworm │ ├── Manifest │ ├── bookworm-1.1.2.ebuild │ ├── bookworm-9999.ebuild │ └── metadata.xml ├── espanso-bin │ ├── Manifest │ ├── espanso-bin-0.6.3.ebuild │ ├── espanso-bin-0.7.1.ebuild │ ├── espanso-bin-0.7.2.ebuild │ └── metadata.xml ├── espanso │ ├── Manifest │ ├── espanso-0.6.3.ebuild │ ├── espanso-0.7.1.ebuild │ ├── espanso-0.7.2.ebuild │ └── metadata.xml └── pdfmixtool │ ├── Manifest │ ├── metadata.xml │ ├── pdfmixtool-0.5.ebuild │ ├── pdfmixtool-0.6.ebuild │ └── pdfmixtool-9999.ebuild ├── app-vim ├── awesome-vim-colorschemes │ ├── Manifest │ ├── awesome-vim-colorschemes-0_p20191123.ebuild │ ├── awesome-vim-colorschemes-0_p20200326.ebuild │ ├── awesome-vim-colorschemes-9999.ebuild │ └── metadata.xml ├── base16-vim │ ├── Manifest │ ├── base16-vim-0_p20190607.ebuild │ ├── base16-vim-9999.ebuild │ └── metadata.xml ├── indentLine │ ├── Manifest │ ├── indentLine-2.0.ebuild │ ├── indentLine-9999.ebuild │ └── metadata.xml ├── kotlin-vim │ ├── Manifest │ ├── kotlin-vim-0_p20190114.ebuild │ ├── kotlin-vim-0_p20190526.ebuild │ ├── kotlin-vim-9999.ebuild │ └── metadata.xml ├── mesonic │ ├── Manifest │ ├── mesonic-1.0.0.ebuild │ └── metadata.xml └── vim-qml │ ├── Manifest │ ├── metadata.xml │ ├── vim-qml-0_p20180722.ebuild │ ├── vim-qml-0_p20191219.ebuild │ └── vim-qml-9999.ebuild ├── dev-dotnet ├── google-gdata-sharp │ ├── Manifest │ ├── files │ │ └── pkgconfig-typo-fix.patch │ ├── google-gdata-sharp-1.4.0.2.ebuild │ └── metadata.xml ├── gtk-sharp-beans │ ├── Manifest │ ├── gtk-sharp-beans-2.14.0.ebuild │ └── metadata.xml ├── gudev-sharp │ ├── Manifest │ ├── gudev-sharp-0.1.ebuild │ └── metadata.xml ├── mono-zeroconf │ ├── Manifest │ ├── metadata.xml │ └── mono-zeroconf-0.9.0.ebuild └── taglib-sharp │ ├── Manifest │ ├── metadata.xml │ └── taglib-sharp-2.1.0.0.ebuild ├── dev-java └── jayatana │ ├── Manifest │ ├── files │ └── 90-jayatana │ ├── jayatana-0.7.3.ebuild │ ├── jayatana-9999.ebuild │ └── metadata.xml ├── dev-lang └── gnucobol │ ├── Manifest │ ├── gnucobol-2.2.ebuild │ ├── gnucobol-3.0_rc1.ebuild │ ├── gnucobol-3.1_rc1.ebuild │ └── metadata.xml ├── dev-libs ├── mauikit │ ├── Manifest │ ├── mauikit-1.1.0.ebuild │ ├── mauikit-1.1.1.ebuild │ └── metadata.xml └── properties-cpp │ ├── Manifest │ ├── metadata.xml │ └── properties-cpp-0.0.1_p20140730.ebuild ├── dev-python ├── HTML │ ├── HTML-0.04.ebuild │ ├── Manifest │ └── metadata.xml ├── PyUserInput │ ├── Manifest │ ├── PyUserInput-0.1.11.ebuild │ ├── PyUserInput-9999.ebuild │ └── metadata.xml ├── coveralls │ ├── Manifest │ ├── coveralls-3.0.0.ebuild │ └── metadata.xml ├── dash-core-components │ ├── Manifest │ ├── dash-core-components-1.12.0.ebuild │ ├── dash-core-components-1.12.1.ebuild │ ├── dash-core-components-1.13.0.ebuild │ └── metadata.xml ├── dash-daq │ ├── Manifest │ ├── dash-daq-0.5.0.ebuild │ └── metadata.xml ├── dash-html-components │ ├── Manifest │ ├── dash-html-components-1.1.1.ebuild │ └── metadata.xml ├── dash-renderer │ ├── Manifest │ ├── dash-renderer-1.8.0.ebuild │ ├── dash-renderer-1.8.1.ebuild │ ├── dash-renderer-1.8.2.ebuild │ ├── dash-renderer-1.8.3.ebuild │ └── metadata.xml ├── dash-table │ ├── Manifest │ ├── dash-table-4.10.1.ebuild │ ├── dash-table-4.11.0.ebuild │ └── metadata.xml ├── dash │ ├── Manifest │ ├── dash-1.16.0.ebuild │ ├── dash-1.16.1.ebuild │ ├── dash-1.16.3.ebuild │ ├── dash-1.17.0.ebuild │ └── metadata.xml ├── ewmh │ ├── Manifest │ ├── ewmh-0.1.6-r1.ebuild │ └── metadata.xml ├── flask-seasurf │ ├── Manifest │ ├── flask-seasurf-0.2.2.ebuild │ ├── flask-seasurf-0.2.3.ebuild │ └── metadata.xml ├── fusepyng │ ├── Manifest │ ├── fusepyng-1.0.5.ebuild │ ├── fusepyng-1.0.7.ebuild │ ├── fusepyng-9999.ebuild │ └── metadata.xml ├── pipx │ ├── Manifest │ ├── metadata.xml │ ├── pipx-0.16.0.0.ebuild │ └── pipx-9999.ebuild ├── plotly │ ├── Manifest │ ├── metadata.xml │ ├── plotly-4.10.0.ebuild │ ├── plotly-4.11.0.ebuild │ ├── plotly-4.12.0.ebuild │ └── plotly-4.9.0.ebuild ├── praw │ ├── Manifest │ ├── metadata.xml │ └── praw-7.0.0.ebuild ├── pushbullet-commons │ ├── Manifest │ ├── metadata.xml │ └── pushbullet-commons-0.5.6.ebuild ├── pyNFFT │ ├── Manifest │ ├── metadata.xml │ ├── pyNFFT-1.0.1.ebuild │ └── pyNFFT-9999.ebuild ├── pydbus │ ├── Manifest │ ├── metadata.xml │ ├── pydbus-0.6.0.ebuild │ └── pydbus-9999.ebuild ├── pytest-dash │ ├── Manifest │ ├── metadata.xml │ └── pytest-dash-2.1.2.ebuild ├── python-nmap │ ├── Manifest │ ├── metadata.xml │ └── python-nmap-0.6.1.ebuild ├── speech_recognition │ ├── Manifest │ ├── metadata.xml │ ├── speech_recognition-3.8.1.ebuild │ └── speech_recognition-9999.ebuild ├── spotipy │ ├── Manifest │ ├── metadata.xml │ ├── spotipy-2.11.1.ebuild │ ├── spotipy-2.4.4.ebuild │ └── spotipy-9999.ebuild ├── userpath │ ├── Manifest │ ├── metadata.xml │ ├── userpath-1.4.2.ebuild │ └── userpath-9999.ebuild └── wikipedia │ ├── Manifest │ ├── metadata.xml │ ├── wikipedia-1.4.0.ebuild │ └── wikipedia-9999.ebuild ├── dev-qt ├── qhotkey │ ├── Manifest │ ├── metadata.xml │ ├── qhotkey-1.2.2.ebuild │ └── qhotkey-9999.ebuild └── qmltermwidget │ ├── Manifest │ ├── metadata.xml │ └── qmltermwidget-0.2.0.ebuild ├── dev-ruby └── ruby-opencv │ ├── Manifest │ ├── metadata.xml │ └── ruby-opencv-0.0.18.ebuild ├── dev-util ├── gambas │ ├── Manifest │ ├── files │ │ ├── gambas-3.13.x-xdgutils.patch │ │ ├── gambas-poppler-0.76.patch │ │ ├── gambas-postgres-12.patch │ │ └── gambas-qt-5.13.patch │ ├── gambas-3.15.0.ebuild │ └── metadata.xml ├── heaptrack │ ├── Manifest │ ├── heaptrack-1.1.0.ebuild │ └── metadata.xml └── heroku-cli │ ├── Manifest │ ├── heroku-cli-7.47.0.ebuild │ ├── heroku-cli-7.47.2.ebuild │ ├── heroku-cli-7.47.6.ebuild │ └── metadata.xml ├── dev-vcs └── sublime-merge │ ├── Manifest │ ├── files │ └── smerge │ ├── metadata.xml │ ├── sublime-merge-1119.ebuild │ ├── sublime-merge-2020.ebuild │ └── sublime-merge-2027.ebuild ├── games-action └── multimc5 │ ├── Manifest │ ├── files │ ├── fortify-fix-2.patch │ ├── modern-java-check.patch │ ├── multimc5-fix-clang-10.patch │ └── quazip-fix-build-with-qt-511.patch │ ├── metadata.xml │ ├── multimc5-0.6.11.ebuild │ └── multimc5-9999.ebuild ├── games-arcade └── mari0 │ ├── Manifest │ ├── mari0-1.6.2.ebuild │ └── metadata.xml ├── games-emulation ├── dosbox-x │ ├── Manifest │ ├── dosbox-x-0.82.23.ebuild │ ├── dosbox-x-0.83.0.ebuild │ ├── dosbox-x-9999.ebuild │ └── metadata.xml ├── melonds │ ├── Manifest │ ├── melonds-0.9.2.ebuild │ ├── melonds-9999.ebuild │ └── metadata.xml ├── qmc2 │ ├── Manifest │ ├── files │ │ ├── qmc2-fix-bool-gcc8.patch │ │ ├── qmc2-fix-phonon-include.patch │ │ └── qmc2-qt-5.15-fix.patch │ ├── metadata.xml │ └── qmc2-0.195-r2.ebuild ├── reicast │ ├── Manifest │ ├── metadata.xml │ ├── reicast-20.04.ebuild │ └── reicast-9999.ebuild └── sdlmame │ ├── Manifest │ ├── files │ ├── mame.png │ ├── sdlmame-0.174-cxx14.patch │ ├── sdlmame-0.174-qt.patch │ ├── sdlmame-0.184-qt.patch │ ├── sdlmame-0.218-qt.patch │ └── vector.ini │ ├── metadata.xml │ └── sdlmame-0.248.ebuild ├── games-fps ├── crispy-doom │ ├── Manifest │ ├── crispy-doom-5.6.2.ebuild │ ├── crispy-doom-5.8.0.ebuild │ ├── crispy-doom-5.9.0.ebuild │ ├── crispy-doom-9999.ebuild │ ├── files │ │ └── 0001-bash-completion-Use-autoconf-substitutions-for-the-c.patch │ └── metadata.xml ├── ezquake │ ├── Manifest │ ├── ezquake-3.1.ebuild │ ├── ezquake-3.2.1.ebuild │ ├── ezquake-9999.ebuild │ ├── files │ │ ├── ezquake │ │ ├── ezquake-3.1-unbreak-gentoo-minizip.patch │ │ ├── ezquake.desktop │ │ ├── ezquake.ico │ │ └── pak.lst │ └── metadata.xml ├── nblood │ ├── Manifest │ ├── metadata.xml │ ├── nblood-1.01.ebuild │ └── nblood-9999.ebuild ├── openarena │ ├── Manifest │ ├── files │ │ ├── openarena-0.8.8-makefile.patch │ │ └── openarena-0.8.8-unbundling.patch │ ├── metadata.xml │ └── openarena-0.8.8-r1.ebuild ├── tremulous-data │ ├── Manifest │ ├── metadata.xml │ └── tremulous-data-1.1.0.ebuild └── tremulous │ ├── Manifest │ ├── files │ ├── game.qvm │ ├── lakitu7_qvm.txt │ ├── tremded.sh │ ├── tremdedrc │ ├── tremulous.desktop │ ├── tremulous.sh │ └── tremulous.xpm │ ├── metadata.xml │ └── tremulous-1.1.0.ebuild ├── games-puzzle └── 2048-qt │ ├── 2048-qt-0.1.6.ebuild │ ├── 2048-qt-9999.ebuild │ ├── Manifest │ └── metadata.xml ├── games-util └── overviewer │ ├── Manifest │ ├── metadata.xml │ ├── overviewer-0.14.0.ebuild │ ├── overviewer-0.15.0.ebuild │ └── overviewer-0.15.27.ebuild ├── jorgicio-repo.xml ├── kde-misc ├── ikona │ ├── Manifest │ ├── ikona-1.0.ebuild │ ├── ikona-9999.ebuild │ └── metadata.xml ├── peruse │ ├── Manifest │ ├── metadata.xml │ ├── peruse-1.2_p20190907.ebuild │ └── peruse-9999.ebuild ├── plasma-applet-awesome-widgets │ ├── Manifest │ ├── metadata.xml │ ├── plasma-applet-awesome-widgets-3.3.3.ebuild │ └── plasma-applet-awesome-widgets-9999.ebuild ├── plasma-applet-caffeine-plus │ ├── Manifest │ ├── metadata.xml │ ├── plasma-applet-caffeine-plus-1.4.ebuild │ └── plasma-applet-caffeine-plus-9999.ebuild ├── plasma-applet-places-widget │ ├── Manifest │ ├── metadata.xml │ ├── plasma-applet-places-widget-1.3.ebuild │ └── plasma-applet-places-widget-9999.ebuild ├── plasma-applet-stopwatch │ ├── Manifest │ ├── metadata.xml │ └── plasma-applet-stopwatch-1.0.ebuild ├── plasma-applet-window-appmenu │ ├── Manifest │ ├── metadata.xml │ ├── plasma-applet-window-appmenu-0.6.0.ebuild │ └── plasma-applet-window-appmenu-9999.ebuild └── plasma-simpleMonitor │ ├── Manifest │ ├── metadata.xml │ ├── plasma-simpleMonitor-0.6.ebuild │ └── plasma-simpleMonitor-9999.ebuild ├── licenses ├── 1password ├── Cisco ├── ExpressVPN ├── JoyPixels ├── MS-edge ├── MS-vscode ├── Mininet ├── NordVPN ├── Ookla ├── SoftMaker ├── SurfShark └── screamingfrogseospider ├── lxqt-base ├── compton-conf │ ├── Manifest │ ├── compton-conf-0.14.1.ebuild │ ├── compton-conf-0.4.0.ebuild │ ├── compton-conf-9999.ebuild │ ├── files │ │ └── desktop_entry.patch │ └── metadata.xml └── lxqt-archiver │ ├── Manifest │ ├── lxqt-archiver-0.0.96.ebuild │ ├── lxqt-archiver-9999.ebuild │ └── metadata.xml ├── mate-extra ├── brisk-menu │ ├── Manifest │ ├── brisk-menu-0.5.0.ebuild │ ├── brisk-menu-9999.ebuild │ └── metadata.xml └── mate-tweak │ ├── Manifest │ ├── mate-tweak-18.04.16.ebuild │ ├── mate-tweak-18.10.2.ebuild │ ├── mate-tweak-19.10.4.ebuild │ ├── mate-tweak-9999.ebuild │ └── metadata.xml ├── media-fonts ├── corefonts-extra │ ├── Manifest │ ├── corefonts-extra-20130709.ebuild │ └── metadata.xml ├── emojione-color-font │ ├── Manifest │ ├── emojione-color-font-1.4.ebuild │ ├── files │ │ ├── 56-emojione-color-cantarell.conf │ │ ├── LICENSE-CC-BY.txt │ │ ├── LICENSE-MIT.txt │ │ ├── LICENSE.md │ │ └── emojione-color-font-match-fix.patch │ └── metadata.xml ├── inter │ ├── Manifest │ ├── inter-3.13.ebuild │ └── metadata.xml ├── joypixels │ ├── Manifest │ ├── files │ │ └── 75-joypixels.conf │ ├── joypixels-5.5.0.ebuild │ ├── joypixels-6.0.0.ebuild │ └── metadata.xml ├── meslo │ ├── Manifest │ ├── meslo-1.2.1.ebuild │ └── metadata.xml ├── noto-emoji-apple │ ├── Manifest │ ├── metadata.xml │ └── noto-emoji-apple-20200219.ebuild ├── san-francisco-otf │ ├── Manifest │ ├── metadata.xml │ └── san-francisco-otf-1.0.ebuild ├── twemoji-color-font │ ├── Manifest │ ├── metadata.xml │ ├── twemoji-color-font-12.0.1.ebuild │ └── twemoji-color-font-13.0.1.ebuild ├── twemoji │ ├── Manifest │ ├── files │ │ └── 75-twemoji.conf │ ├── metadata.xml │ └── twemoji-14.0.2_p4.ebuild └── typecatcher │ ├── Manifest │ ├── metadata.xml │ ├── typecatcher-0.3.ebuild │ └── typecatcher-9999.ebuild ├── media-gfx ├── escrotum │ ├── Manifest │ ├── escrotum-1.0.1.ebuild │ ├── escrotum-9999.ebuild │ └── metadata.xml ├── flameshot │ ├── Manifest │ ├── flameshot-0.8.5.ebuild │ └── metadata.xml ├── gyazo │ ├── Manifest │ ├── gyazo-1.2.1.ebuild │ ├── gyazo-9999.ebuild │ └── metadata.xml ├── iscan-plugin-cx4400 │ ├── Manifest │ ├── files │ │ └── esfw8b.bin │ ├── iscan-plugin-cx4400-2.1.3.ebuild │ └── metadata.xml ├── ldraw │ ├── Manifest │ ├── ldraw-201901.ebuild │ └── metadata.xml ├── leocad │ ├── Manifest │ ├── leocad-18.02.ebuild │ ├── leocad-19.07.1.ebuild │ ├── leocad-9999.ebuild │ └── metadata.xml ├── lsix │ ├── Manifest │ ├── lsix-1.6.2.ebuild │ ├── lsix-1.7.0.ebuild │ ├── lsix-9999.ebuild │ └── metadata.xml ├── noteshrink │ ├── Manifest │ ├── metadata.xml │ ├── noteshrink-0.1.0.ebuild │ ├── noteshrink-0.1.1.ebuild │ └── noteshrink-9999.ebuild ├── openboard │ ├── Manifest │ ├── files │ │ ├── 218.diff │ │ ├── 223.diff │ │ ├── 30fps.patch │ │ ├── drop_ThirdParty_repo.patch │ │ ├── openboard.desktop │ │ ├── poppler.patch │ │ ├── qchar.patch │ │ ├── quazip.diff │ │ └── qwebkit.patch │ ├── metadata.xml │ ├── openboard-1.5.4.ebuild │ └── openboard-9999.ebuild ├── pynocchio │ ├── Manifest │ ├── metadata.xml │ ├── pynocchio-3.1.1.ebuild │ └── pynocchio-9999.ebuild ├── screencloud │ ├── Manifest │ ├── metadata.xml │ ├── screencloud-1.5.1.ebuild │ └── screencloud-9999.ebuild ├── yacreader │ ├── Manifest │ ├── metadata.xml │ ├── yacreader-9.6.2.ebuild │ ├── yacreader-9.6.2_p20200411.ebuild │ └── yacreader-9999.ebuild └── yuview │ ├── Manifest │ ├── metadata.xml │ ├── yuview-2.5.ebuild │ ├── yuview-2.6.ebuild │ └── yuview-9999.ebuild ├── media-libs └── zint │ ├── Manifest │ ├── files │ └── zint-2.6.3-disable-qt.patch │ ├── metadata.xml │ ├── zint-2.6.7.ebuild │ ├── zint-2.7.1.ebuild │ ├── zint-2.8.0.ebuild │ └── zint-2.9.1.ebuild ├── media-plugins ├── autotalent │ ├── Manifest │ ├── autotalent-0.2.ebuild │ └── metadata.xml ├── gimp-paint-studio │ ├── Manifest │ ├── gimp-paint-studio-2.0-r1.ebuild │ └── metadata.xml ├── kodi-youtube │ ├── Manifest │ ├── kodi-youtube-6.5.1.ebuild │ ├── kodi-youtube-6.8.2.ebuild │ ├── kodi-youtube-6.8.3.ebuild │ ├── kodi-youtube-9999.ebuild │ └── metadata.xml └── obs-linuxbrowser │ ├── Manifest │ ├── metadata.xml │ └── obs-linuxbrowser-0.6.1.ebuild ├── media-sound ├── amarok │ ├── Manifest │ ├── amarok-2.9.70_p20190707.ebuild │ ├── amarok-2.9.70_p20200414.ebuild │ ├── files │ │ ├── amarok-2.8.90-mysqld-rpath.patch │ │ └── amarok_mariadb.patch │ └── metadata.xml ├── banshee │ ├── Manifest │ ├── banshee-2.9.1.ebuild │ └── metadata.xml ├── google-musicmanager │ ├── Manifest │ ├── files │ │ └── ld_library_path.patch │ ├── google-musicmanager-1.0.467.4929_beta.ebuild │ └── metadata.xml ├── gradio │ ├── Manifest │ ├── gradio-7.1.ebuild │ ├── gradio-7.2.ebuild │ ├── gradio-9999.ebuild │ └── metadata.xml ├── mellowplayer │ ├── Manifest │ ├── files │ │ ├── mellowplayer-3.6.2-fix-spotify-integration.patch │ │ └── widevine-path.patch │ ├── mellowplayer-3.6.5.ebuild │ ├── mellowplayer-3.6.6.ebuild │ ├── mellowplayer-3.6.7.ebuild │ ├── mellowplayer-9999.ebuild │ └── metadata.xml ├── miam-player │ ├── Manifest │ ├── files │ │ └── miam-player-add-qheaderview.patch │ ├── metadata.xml │ ├── miam-player-0.8.0.ebuild │ ├── miam-player-0.9.0.ebuild │ └── miam-player-9999.ebuild ├── musicrepair │ ├── Manifest │ ├── metadata.xml │ └── musicrepair-1.0.ebuild ├── parlatype │ ├── Manifest │ ├── metadata.xml │ ├── parlatype-1.5.1.ebuild │ ├── parlatype-1.5.2.ebuild │ └── parlatype-9999.ebuild ├── pogo │ ├── Manifest │ ├── metadata.xml │ ├── pogo-0.9.2.ebuild │ ├── pogo-1.0.ebuild │ └── pogo-9999.ebuild ├── sayonara │ ├── Manifest │ ├── metadata.xml │ ├── sayonara-1.5.1_p5.ebuild │ └── sayonara-9999.ebuild ├── zita-ajbridge │ ├── ChangeLog │ ├── Manifest │ ├── metadata.xml │ └── zita-ajbridge-0.8.2.ebuild ├── zita-at1 │ ├── ChangeLog │ ├── Manifest │ ├── metadata.xml │ └── zita-at1-0.6.2.ebuild └── zita-rev1 │ ├── ChangeLog │ ├── Manifest │ ├── metadata.xml │ └── zita-rev1-0.2.2.ebuild ├── media-tv ├── castawesome │ ├── Manifest │ ├── castawesome-0.16.0.ebuild │ ├── castawesome-9999.ebuild │ ├── files │ │ └── castawesome-Makefile.patch │ └── metadata.xml ├── peerflix │ ├── Manifest │ ├── metadata.xml │ ├── peerflix-0.39.0.ebuild │ └── peerflix-9999.ebuild └── xawtv │ ├── Manifest │ ├── files │ ├── sys_siglist.patch │ ├── webcamrc │ ├── xawtv-3.103-ncurses.patch │ ├── xawtv-3.103_all_autocolor.patch │ ├── xawtv-3.95-jpeg-7.patch │ ├── xawtv-3.95-libquicktime-compat.patch │ ├── xawtv-3.95-pagemask-fix.patch │ ├── xawtv-3.95-stdbool.patch │ └── xawtv-3.95-underlinking.patch │ ├── metadata.xml │ └── xawtv-3.107.ebuild ├── media-video ├── flowblade │ ├── Manifest │ ├── files │ │ ├── flowblade-2.0-install-dir-fix.patch │ │ ├── flowblade-2.4-install-dir-fix.patch │ │ └── flowblade-2.6-install-dir-fix.patch │ ├── flowblade-2.4.0.1-r1.ebuild │ ├── flowblade-2.6.3.ebuild │ ├── flowblade-9999-r1.ebuild │ └── metadata.xml ├── gydl │ ├── Manifest │ ├── gydl-0.1.1.ebuild │ ├── gydl-9999.ebuild │ └── metadata.xml ├── kazam │ ├── Manifest │ ├── files │ │ ├── kazam-fix-conf.patch │ │ └── version.patch │ ├── kazam-1.4.5.ebuild │ ├── kazam-9999.ebuild │ └── metadata.xml ├── minitube │ ├── Manifest │ ├── files │ │ └── minitube-2.5.1-disable-updates.patch │ ├── metadata.xml │ ├── minitube-2.9.ebuild │ └── minitube-9999.ebuild ├── olive │ ├── Manifest │ ├── files │ │ ├── QPainterPath.patch │ │ └── disable_git_version_checking.patch │ ├── metadata.xml │ ├── olive-0.1.1.ebuild │ └── olive-0.1.2.ebuild └── videomorph │ ├── Manifest │ ├── metadata.xml │ ├── videomorph-1.3.ebuild │ ├── videomorph-1.4.1.ebuild │ ├── videomorph-1.4.ebuild │ └── videomorph-9999.ebuild ├── metadata └── layout.conf ├── net-analyzer ├── speedtest++ │ ├── Manifest │ ├── metadata.xml │ ├── speedtest++-1.11.ebuild │ └── speedtest++-9999.ebuild ├── speedtest-rs │ ├── Manifest │ ├── metadata.xml │ └── speedtest-rs-0.0.14.ebuild └── speedtest │ ├── Manifest │ ├── metadata.xml │ └── speedtest-1.0.0.ebuild ├── net-dns └── qmdnsengine │ ├── Manifest │ ├── files │ └── qmdnsengine-cmake-libdir.patch │ ├── metadata.xml │ ├── qmdnsengine-0.1.0.ebuild │ └── qmdnsengine-9999.ebuild ├── net-im ├── cawbird │ ├── Manifest │ ├── cawbird-1.4.1.ebuild │ ├── cawbird-9999.ebuild │ └── metadata.xml ├── gtkwhats │ ├── Manifest │ ├── gtkwhats-1.0.ebuild │ └── metadata.xml ├── qtwaw │ ├── Manifest │ ├── metadata.xml │ ├── qtwaw-1.6.11.ebuild │ ├── qtwaw-1.6.13.ebuild │ ├── qtwaw-1.6.14.ebuild │ └── qtwaw-9999.ebuild ├── telegram-cli │ ├── Manifest │ ├── files │ │ ├── telegram-cli-1.3.1-assertion-issue.patch │ │ └── telegram-cli-openssl-1.1.patch │ ├── metadata.xml │ ├── telegram-cli-20200106.ebuild │ └── telegram-cli-99999999.ebuild ├── whatsapp-for-linux │ ├── Manifest │ ├── files │ │ └── whatsapp-for-linux-1.0.6-fix-installation.patch │ ├── metadata.xml │ ├── whatsapp-for-linux-1.0.6.ebuild │ ├── whatsapp-for-linux-1.0.7.ebuild │ ├── whatsapp-for-linux-1.0.8.ebuild │ ├── whatsapp-for-linux-1.0.9.ebuild │ └── whatsapp-for-linux-9999.ebuild └── yakyak-bin │ ├── Manifest │ ├── metadata.xml │ └── yakyak-bin-1.5.4.ebuild ├── net-libs └── qhttpengine │ ├── Manifest │ ├── files │ └── qhttpengine-cmake-libdir.patch │ ├── metadata.xml │ ├── qhttpengine-1.0.1.ebuild │ └── qhttpengine-9999.ebuild ├── net-misc ├── googler │ ├── Manifest │ ├── googler-4.3.2.ebuild │ ├── googler-9999.ebuild │ └── metadata.xml ├── ike │ ├── Manifest │ ├── files │ │ ├── ike-openssl-1.1.0.patch │ │ ├── ike-qt5.patch │ │ ├── ike.desktop │ │ └── iked.service │ ├── ike-2.2.1.ebuild │ └── metadata.xml ├── mininet │ ├── Manifest │ ├── files │ │ └── mininet-2.2.1-modify-sys-mount.patch │ ├── metadata.xml │ ├── mininet-2.2.2.ebuild │ ├── mininet-2.3.0_pre6.ebuild │ └── mininet-9999.ebuild ├── persepolis │ ├── Manifest │ ├── metadata.xml │ ├── persepolis-3.1.0.ebuild │ ├── persepolis-3.2.0.ebuild │ └── persepolis-9999.ebuild ├── postman-bin │ ├── Manifest │ ├── files │ │ └── postman │ ├── metadata.xml │ ├── postman-bin-7.28.0.ebuild │ ├── postman-bin-7.30.1.ebuild │ ├── postman-bin-7.31.1.ebuild │ ├── postman-bin-7.33.1.ebuild │ └── postman-bin-7.34.0.ebuild ├── pushbullet-indicator │ ├── Manifest │ ├── metadata.xml │ └── pushbullet-indicator-0.6.3-r1.ebuild └── screamingfrogseospider │ ├── Manifest │ ├── metadata.xml │ ├── screamingfrogseospider-12.6.ebuild │ ├── screamingfrogseospider-13.0.ebuild │ └── screamingfrogseospider-13.2.ebuild ├── net-vpn ├── expressvpn │ ├── Manifest │ ├── expressvpn-2.5.2.3_p1.ebuild │ ├── expressvpn-2.6.3.3_p1.ebuild │ ├── expressvpn-2.6.4.5_p1.ebuild │ ├── files │ │ ├── expressvpn │ │ ├── expressvpn-2.5.2.3_p1 │ │ ├── expressvpn-2.6.3.3_p1 │ │ └── expressvpn-2.6.4.5_p1 │ └── metadata.xml ├── haguichi │ ├── Manifest │ ├── haguichi-1.4.5.ebuild │ ├── haguichi-1.4.6.ebuild │ ├── haguichi-9999.ebuild │ └── metadata.xml ├── nordvpn │ ├── Manifest │ ├── files │ │ └── nordvpnd │ ├── metadata.xml │ ├── nordvpn-3.8.1.ebuild │ ├── nordvpn-3.8.5.ebuild │ ├── nordvpn-3.8.7.ebuild │ └── nordvpn-3.8.9.ebuild ├── quamachi │ ├── Manifest │ ├── metadata.xml │ └── quamachi-0.8.0.ebuild └── surfshark-vpn │ ├── Manifest │ ├── metadata.xml │ └── surfshark-vpn-1.1.0.ebuild ├── net-wireless ├── create_ap │ ├── Manifest │ ├── create_ap-9999.ebuild │ └── metadata.xml ├── kickthemout │ ├── Manifest │ ├── kickthemout-9999.ebuild │ └── metadata.xml └── nitroshare │ ├── Manifest │ ├── files │ ├── nitroshare-0.3.4-fix-configure.patch │ ├── nitroshare-cmake-libdir.patch │ └── nitroshare-qt-5.11-compatibility.patch │ ├── metadata.xml │ ├── nitroshare-0.3.4.ebuild │ └── nitroshare-9999.ebuild ├── profiles ├── arch │ ├── base │ │ └── package.use.mask │ ├── x86-linux │ │ └── package.use.mask │ └── x86 │ │ └── package.use.mask ├── license_groups ├── package.mask ├── package.unmask ├── package.use.mask ├── repo_name └── use.desc ├── sci-astronomy └── eht-imaging │ ├── Manifest │ ├── eht-imaging-1.1.1.ebuild │ ├── eht-imaging-9999.ebuild │ └── metadata.xml ├── sci-biology └── erne │ ├── Manifest │ ├── erne-2.1.1.ebuild │ └── metadata.xml ├── sci-mathematics └── frama-c │ ├── Manifest │ ├── files │ └── frama-c.png │ ├── frama-c-21.1.ebuild │ └── metadata.xml ├── sys-apps ├── anything-sync-daemon │ ├── Manifest │ ├── anything-sync-daemon-5.85.ebuild │ ├── anything-sync-daemon-9999.ebuild │ ├── files │ │ └── asd-openrc-support.patch │ └── metadata.xml ├── fkill-cli │ ├── Manifest │ ├── fkill-cli-3.4.0.ebuild │ ├── fkill-cli-3.6.0.ebuild │ ├── fkill-cli-6.0.1.ebuild │ ├── fkill-cli-9999.ebuild │ └── metadata.xml ├── ripgrep-all │ ├── Manifest │ ├── metadata.xml │ ├── ripgrep-all-0.9.3-r1.ebuild │ ├── ripgrep-all-0.9.3.ebuild │ ├── ripgrep-all-0.9.6.ebuild │ └── ripgrep-all-9999.ebuild └── rm-protection │ ├── Manifest │ ├── metadata.xml │ ├── rm-protection-0.1.2.ebuild │ ├── rm-protection-0.1.3.ebuild │ └── rm-protection-9999.ebuild ├── sys-boot └── multibootusb │ ├── Manifest │ ├── metadata.xml │ ├── multibootusb-9.2.0.ebuild │ └── multibootusb-9999.ebuild ├── sys-power ├── hmtimer │ ├── Manifest │ ├── hmtimer-3.1.0.ebuild │ ├── hmtimer-9999.ebuild │ └── metadata.xml └── paramano │ ├── Manifest │ ├── metadata.xml │ ├── paramano-0.71.ebuild │ └── paramano-9999.ebuild ├── sys-process ├── gtop │ ├── Manifest │ ├── gtop-0.1.4.ebuild │ ├── gtop-1.0.0.ebuild │ ├── gtop-1.0.2.ebuild │ ├── gtop-9999.ebuild │ └── metadata.xml └── hegemon │ ├── Manifest │ ├── hegemon-0.1.0.ebuild │ ├── hegemon-9999.ebuild │ └── metadata.xml ├── www-client └── brave-bin │ ├── Manifest │ ├── brave-bin-1.16.68.ebuild │ ├── brave-bin-1.16.72.ebuild │ ├── brave-bin-1.16.75.ebuild │ ├── brave-bin-1.16.76.ebuild │ ├── brave-bin-1.17.73.ebuild │ ├── brave-bin-1.17.75.ebuild │ ├── brave-bin-1.18.70.ebuild │ ├── brave-bin-1.18.75.ebuild │ ├── files │ ├── brave-browser.appdata.xml │ └── brave-browser.desktop │ └── metadata.xml ├── x11-apps ├── ocs-url │ ├── Manifest │ ├── metadata.xml │ ├── ocs-url-3.1.0.ebuild │ └── ocs-url-9999.ebuild ├── rivalcfg │ ├── Manifest │ ├── files │ │ └── rivalcfg-remove-udev-rules-install.patch │ ├── metadata.xml │ ├── rivalcfg-2.4.3.ebuild │ ├── rivalcfg-2.6.0.ebuild │ ├── rivalcfg-3.6.1.ebuild │ └── rivalcfg-9999.ebuild └── touchpad-indicator │ ├── Manifest │ ├── metadata.xml │ ├── touchpad-indicator-0_p20200110.ebuild │ └── touchpad-indicator-9999.ebuild ├── x11-drivers └── xf86-input-wizardpen │ ├── Manifest │ ├── metadata.xml │ └── xf86-input-wizardpen-0.8.2.ebuild ├── x11-libs └── libdri2 │ ├── Manifest │ ├── libdri2-0_p20120823.ebuild │ ├── libdri2-9999.ebuild │ └── metadata.xml ├── x11-misc ├── caffeine-ng │ ├── Manifest │ ├── caffeine-ng-3.4.2.ebuild │ ├── caffeine-ng-9999.ebuild │ └── metadata.xml ├── cairo-compmgr │ ├── Manifest │ ├── cairo-compmgr-0.3.1.ebuild │ ├── cairo-compmgr-9999.ebuild │ ├── files │ │ ├── bfd-ansidecl.patch │ │ └── fix-compilation-errors.patch │ └── metadata.xml ├── cerebro │ ├── Manifest │ ├── cerebro-0.3.0.ebuild │ ├── cerebro-0.3.1.ebuild │ ├── cerebro-0.3.2.ebuild │ └── metadata.xml ├── clipit │ ├── Manifest │ ├── clipit-1.4.4.ebuild │ ├── clipit-9999.ebuild │ ├── files │ │ ├── clipit-1.4.4-gtk3-newer-fix.patch │ │ ├── clipit-1.4.4-remove-deprecated.patch │ │ ├── clipit-1.4.4-stdin-fix.patch │ │ └── fixpkgandautotoolwarnings.patch │ └── metadata.xml ├── emojione-picker │ ├── Manifest │ ├── emojione-picker-0.1.ebuild │ ├── emojione-picker-9999.ebuild │ └── metadata.xml ├── glipper │ ├── Manifest │ ├── glipper-2.4.ebuild │ └── metadata.xml ├── gnomato │ ├── Manifest │ ├── files │ │ └── gnomato-1.1.0-sqlite-fix.patch │ ├── gnomato-1.1.0.ebuild │ ├── gnomato-1.2.0.ebuild │ ├── gnomato-9999.ebuild │ └── metadata.xml ├── hardcode-tray │ ├── Manifest │ ├── hardcode-tray-4.3.ebuild │ ├── hardcode-tray-9999.ebuild │ └── metadata.xml ├── index │ ├── Manifest │ ├── index-1.1.0.ebuild │ ├── index-1.1.1.ebuild │ └── metadata.xml ├── jome │ ├── Manifest │ ├── jome-20200205.ebuild │ └── metadata.xml ├── komorebi │ ├── Manifest │ ├── files │ │ └── komorebi-fix-paths.patch │ ├── komorebi-2.0.ebuild │ ├── komorebi-2.1.ebuild │ ├── komorebi-9999.ebuild │ └── metadata.xml ├── lightdm-gtk-greeter-settings │ ├── Manifest │ ├── lightdm-gtk-greeter-settings-1.2.2.ebuild │ └── metadata.xml ├── lightdm-qt5-greeter │ ├── Manifest │ ├── lightdm-qt5-greeter-0.9.ebuild │ └── metadata.xml ├── lightdm-settings │ ├── Manifest │ ├── lightdm-settings-1.2.8-r1.ebuild │ ├── lightdm-settings-1.3.2.ebuild │ ├── lightdm-settings-9999.ebuild │ └── metadata.xml ├── lightdm-slick-greeter │ ├── Manifest │ ├── files │ │ └── slick-greeter.conf │ ├── lightdm-slick-greeter-1.2.7.ebuild │ ├── lightdm-slick-greeter-1.3.1.ebuild │ ├── lightdm-slick-greeter-9999.ebuild │ └── metadata.xml ├── nightshift │ ├── Manifest │ ├── metadata.xml │ ├── nightshift-0.6.ebuild │ └── nightshift-9999.ebuild ├── nvidia-xrun │ ├── Manifest │ ├── metadata.xml │ └── nvidia-xrun-0.3.ebuild ├── optimus-manager-qt │ ├── Manifest │ ├── metadata.xml │ ├── optimus-manager-qt-1.4.5.ebuild │ ├── optimus-manager-qt-1.5.3.ebuild │ └── optimus-manager-qt-9999.ebuild ├── optimus-manager │ ├── Manifest │ ├── files │ │ ├── optimus-manager.sh │ │ └── scripts │ │ │ ├── prime-offload │ │ │ ├── prime-switch │ │ │ └── prime-switch-boot │ ├── metadata.xml │ ├── optimus-manager-1.2.2.ebuild │ ├── optimus-manager-1.3.1.ebuild │ └── optimus-manager-9999.ebuild └── ulauncher │ ├── Manifest │ ├── metadata.xml │ ├── ulauncher-5.15.0.ebuild │ └── ulauncher-9999.ebuild ├── x11-plugins └── appmenu-gtk-module │ ├── Manifest │ ├── appmenu-gtk-module-0.7.3.ebuild │ ├── appmenu-gtk-module-9999.ebuild │ ├── files │ └── 80-appmenu-gtk-module │ └── metadata.xml └── x11-themes ├── adapta-kde ├── Manifest ├── adapta-kde-20180828.ebuild ├── adapta-kde-99999999.ebuild └── metadata.xml ├── ant-gtk-theme ├── Manifest ├── ant-gtk-theme-1.3.0.ebuild ├── ant-gtk-theme-9999.ebuild └── metadata.xml ├── faba-icon-theme ├── Manifest ├── faba-icon-theme-4.3.ebuild ├── faba-icon-theme-9999.ebuild └── metadata.xml ├── faba-mono-icons ├── Manifest ├── faba-mono-icons-9999.ebuild └── metadata.xml ├── flat-remix-icon-theme ├── Manifest ├── flat-remix-icon-theme-20200511.ebuild ├── flat-remix-icon-theme-99999999.ebuild └── metadata.xml ├── flattiance ├── Manifest ├── flattiance-1.3.2.ebuild ├── flattiance-9999.ebuild └── metadata.xml ├── la-capitaine-icon-theme ├── Manifest ├── la-capitaine-icon-theme-0.6.1.ebuild ├── la-capitaine-icon-theme-9999.ebuild └── metadata.xml ├── mate-notification-theme-slate ├── Manifest ├── mate-notification-theme-slate-4.ebuild ├── mate-notification-theme-slate-5.ebuild ├── mate-notification-theme-slate-9999.ebuild └── metadata.xml ├── materia-kde ├── Manifest ├── materia-kde-20200523.ebuild ├── materia-kde-20200614.ebuild ├── materia-kde-99999999.ebuild └── metadata.xml ├── materia-theme ├── Manifest ├── materia-theme-20200320.ebuild ├── materia-theme-99999999.ebuild └── metadata.xml ├── mcmojave-kde ├── Manifest ├── mcmojave-kde-20200521.ebuild ├── mcmojave-kde-99999999.ebuild └── metadata.xml ├── mojave-gtk-theme ├── Manifest ├── metadata.xml ├── mojave-gtk-theme-2020.03.24.ebuild ├── mojave-gtk-theme-2020.05.12.ebuild └── mojave-gtk-theme-9999.ebuild ├── moka-icon-theme ├── Manifest ├── metadata.xml ├── moka-icon-theme-5.4.0.ebuild └── moka-icon-theme-9999.ebuild ├── paper-icon-theme ├── Manifest ├── files │ └── configure.ac.patch ├── metadata.xml ├── paper-icon-theme-1.5.0.ebuild └── paper-icon-theme-9999.ebuild ├── papirus-filezilla-themes ├── Manifest ├── metadata.xml ├── papirus-filezilla-themes-20170119.ebuild ├── papirus-filezilla-themes-20200105.ebuild └── papirus-filezilla-themes-99999999.ebuild ├── papirus-folders ├── Manifest ├── metadata.xml ├── papirus-folders-1.7.0.ebuild ├── papirus-folders-1.8.0.ebuild └── papirus-folders-9999.ebuild ├── pop-gtk-theme ├── Manifest ├── metadata.xml ├── pop-gtk-theme-5.1.2.ebuild └── pop-gtk-theme-9999.ebuild ├── vimix-cursors ├── Manifest ├── metadata.xml ├── vimix-cursors-2020.02.24.ebuild └── vimix-cursors-9999.ebuild ├── vimix-gtk-themes ├── Manifest ├── metadata.xml ├── vimix-gtk-themes-2020.02.24.ebuild └── vimix-gtk-themes-9999.ebuild ├── vimix-icon-theme ├── Manifest ├── metadata.xml ├── vimix-icon-theme-2020.02.24.ebuild ├── vimix-icon-theme-2020.07.10.ebuild └── vimix-icon-theme-9999.ebuild └── vimix-kde ├── Manifest ├── metadata.xml ├── vimix-kde-0_p20200425.ebuild └── vimix-kde-9999.ebuild /acct-group/prey/Manifest: -------------------------------------------------------------------------------- 1 | EBUILD prey-0.ebuild 199 BLAKE2B 56ee589a9db50fdc728abecfe56e8ae8f20b4c62aacad4370067a9c957712a33295aaccad003de53dfa49785dd5a81760cc99cb3b3d28a68268df9094ca33950 SHA512 280ad0730830bc4d367cb72015309b29e108a4d1e50c4aa1e303440910fbf7439ad3e822e34d513d26e7f8748e6258cb0d6c51ea0156f63a83d894aa199219b0 2 | MISC metadata.xml 317 BLAKE2B a064dab932a673a4ccd23732ebc842cd57c3b9faca938fe291ad7286b5649ff5f3cd8ac1191b340e621a20f3888dcab3470ec041aae115e3cba0a9eab7b67068 SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b 3 | -------------------------------------------------------------------------------- /acct-group/prey/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /acct-group/prey/prey-0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit acct-group 7 | 8 | DESCRIPTION="Prey user group" 9 | ACCT_GROUP_ID=993 10 | KEYWORDS="~amd64 ~x86" 11 | -------------------------------------------------------------------------------- /acct-user/prey/Manifest: -------------------------------------------------------------------------------- 1 | EBUILD prey-0.ebuild 244 BLAKE2B 785b5935008fcfa043065004c36199999a7a8c4c01e089b487aa68a9dd5dd15b044a9f36786c98e67f25ed40f4eb87e4616705e388b4be47bf86fe703d1a921e SHA512 41c73dd9ce8c9a6bf16a92e0544cd2be661c53ae576a7f79aaa837e71f1025787fd6d5d24fe66a7235320738dcdaf4dcb4985671b9cfb6bfaad7aaeb9c330120 2 | MISC metadata.xml 317 BLAKE2B a064dab932a673a4ccd23732ebc842cd57c3b9faca938fe291ad7286b5649ff5f3cd8ac1191b340e621a20f3888dcab3470ec041aae115e3cba0a9eab7b67068 SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b 3 | -------------------------------------------------------------------------------- /acct-user/prey/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /acct-user/prey/prey-0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit acct-user 7 | 8 | DESCRIPTION="Prey program user" 9 | ACCT_USER_ID=999 10 | ACCT_USER_GROUPS=( prey ) 11 | acct-user_add_deps 12 | KEYWORDS="~amd64 ~x86" 13 | -------------------------------------------------------------------------------- /app-admin/1password/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-admin/autotrash/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-admin/profile-cleaner/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | fdsfgs@krutt.org 6 | soredake 7 | 8 | 9 | proxy-maint@gentoo.org 10 | Proxy Maintainers 11 | 12 | 13 | https://github.com/graysky2/profile-cleaner/issues 14 | graysky2/profile-cleaner 15 | 16 | 17 | -------------------------------------------------------------------------------- /app-admin/ultracopier/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | alphaonex86/ultracopier 6 | https://github.com/alphaonex86/ultracopier/issues 7 | 8 | Herman Jacques Roger Brule 9 | alpha_one_x86@first-world.info 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-arch/unarr/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for 7z by installing app-arch/p7zip 11 | 12 | 13 | -------------------------------------------------------------------------------- /app-arch/unarr/unarr-1.0.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit cmake 7 | 8 | DESCRIPTION="A lightweight decompression library with support for rar, tar and zip archives" 9 | HOMEPAGE="https://github.com/selmf/unarr" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="https://github.com/selmf/${PN}/releases/download/v${PV}/${P}.tar.xz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="LGPL-3" 20 | SLOT="0" 21 | 22 | DEPEND=" 23 | sys-libs/zlib 24 | app-arch/bzip2 25 | app-arch/xz-utils 26 | " 27 | RDEPEND="${DEPEND}" 28 | -------------------------------------------------------------------------------- /app-arch/zchunk/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-arch/zchunk/zchunk-1.1.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="File format designed for highly efficient deltas with good compression" 9 | HOMEPAGE="https://github.com/zchunk/zchunk" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="BSD-2" 20 | SLOT="0" 21 | IUSE="" 22 | 23 | DEPEND=" 24 | app-arch/zstd 25 | net-misc/curl 26 | " 27 | RDEPEND="${DEPEND}" 28 | -------------------------------------------------------------------------------- /app-arch/zchunk/zchunk-1.1.5.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="File format designed for highly efficient deltas with good compression" 9 | HOMEPAGE="https://github.com/zchunk/zchunk" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="BSD-2" 20 | SLOT="0" 21 | IUSE="" 22 | 23 | DEPEND=" 24 | app-arch/zstd 25 | net-misc/curl 26 | " 27 | RDEPEND="${DEPEND}" 28 | -------------------------------------------------------------------------------- /app-arch/zchunk/zchunk-1.1.6.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="File format designed for highly efficient deltas with good compression" 9 | HOMEPAGE="https://github.com/zchunk/zchunk" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="BSD-2" 20 | SLOT="0" 21 | IUSE="" 22 | 23 | DEPEND=" 24 | app-arch/zstd 25 | net-misc/curl 26 | " 27 | RDEPEND="${DEPEND}" 28 | -------------------------------------------------------------------------------- /app-arch/zchunk/zchunk-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="File format designed for highly efficient deltas with good compression" 9 | HOMEPAGE="https://github.com/zchunk/zchunk" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="BSD-2" 20 | SLOT="0" 21 | IUSE="" 22 | 23 | DEPEND=" 24 | app-arch/zstd 25 | net-misc/curl 26 | " 27 | RDEPEND="${DEPEND}" 28 | -------------------------------------------------------------------------------- /app-backup/cronopete/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-crypt/gpgit/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable Github API support 11 | Enable compression using app-arch/lzip 12 | 13 | 14 | -------------------------------------------------------------------------------- /app-doc/doctoc/doctoc-1.4.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="Generates a TOC for Markdown files inside for a git-based repository" 7 | HOMEPAGE="https://github.com/thlorenz/doctoc" 8 | if [[ ${PV} == 9999 ]]; then 9 | inherit git-r3 10 | EGIT_REPO_URI="${HOMEPAGE}" 11 | else 12 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | fi 15 | 16 | LICENSE="MIT" 17 | SLOT="0" 18 | RESTRICT="network-sandbox" 19 | 20 | DEPEND="net-libs/nodejs[npm]" 21 | RDEPEND="${DEPEND}" 22 | 23 | src_install(){ 24 | npm install -g --prefix="${ED}/usr" ${PN} || die "Installation failed" 25 | } 26 | -------------------------------------------------------------------------------- /app-doc/doctoc/doctoc-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="Generates a TOC for Markdown files inside for a git-based repository" 7 | HOMEPAGE="https://github.com/thlorenz/doctoc" 8 | if [[ ${PV} == 9999 ]]; then 9 | inherit git-r3 10 | EGIT_REPO_URI="${HOMEPAGE}" 11 | else 12 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | fi 15 | 16 | LICENSE="MIT" 17 | SLOT="0" 18 | RESTRICT="network-sandbox" 19 | 20 | DEPEND="net-libs/nodejs[npm]" 21 | RDEPEND="${DEPEND}" 22 | 23 | src_install(){ 24 | npm install -g --prefix="${ED}/usr" ${PN} || die "Installation failed" 25 | } 26 | -------------------------------------------------------------------------------- /app-doc/doctoc/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-1.12.6-lintian: -------------------------------------------------------------------------------- 1 | atom: arch-dependent-file-in-usr-share 2 | atom: changelog-file-missing-in-native-package 3 | atom: copyright-file-contains-full-apache-2-license 4 | atom: copyright-should-refer-to-common-license-file-for-apache-2 5 | atom: embedded-library 6 | atom: package-installs-python-bytecode 7 | atom: unstripped-binary-or-object 8 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-1.12.7-lintian: -------------------------------------------------------------------------------- 1 | atom: arch-dependent-file-in-usr-share 2 | atom: changelog-file-missing-in-native-package 3 | atom: copyright-file-contains-full-apache-2-license 4 | atom: copyright-should-refer-to-common-license-file-for-apache-2 5 | atom: embedded-library 6 | atom: package-installs-python-bytecode 7 | atom: unstripped-binary-or-object 8 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-1.13.0-lintian: -------------------------------------------------------------------------------- 1 | atom: arch-dependent-file-in-usr-share 2 | atom: changelog-file-missing-in-native-package 3 | atom: copyright-file-contains-full-apache-2-license 4 | atom: copyright-should-refer-to-common-license-file-for-apache-2 5 | atom: embedded-library 6 | atom: package-installs-python-bytecode 7 | atom: unstripped-binary-or-object 8 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-1.13.1-lintian: -------------------------------------------------------------------------------- 1 | atom: arch-dependent-file-in-usr-share 2 | atom: changelog-file-missing-in-native-package 3 | atom: copyright-file-contains-full-apache-2-license 4 | atom: copyright-should-refer-to-common-license-file-for-apache-2 5 | atom: embedded-library 6 | atom: package-installs-python-bytecode 7 | atom: unstripped-binary-or-object 8 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-bin-python-interceptor.patch: -------------------------------------------------------------------------------- 1 | --- atom-bin/resources/app/apm/bin/python-interceptor.sh.orig 2017-09-26 16:35:26.033043559 +0300 2 | +++ atom-bin/resources/app/apm/bin/python-interceptor.sh 2017-10-04 17:21:07.223480009 +0300 3 | @@ -34,9 +34,9 @@ 4 | ARGS+=("--format=safemake.py") 5 | fi 6 | 7 | - exec python "${ARGS[@]}" 8 | + exec python2 "${ARGS[@]}" 9 | ;; 10 | *) 11 | - exec python "$@" 12 | + exec python2 "$@" 13 | ;; 14 | esac 15 | -------------------------------------------------------------------------------- /app-editors/atom-bin/files/atom-lintian: -------------------------------------------------------------------------------- 1 | atom: arch-dependent-file-in-usr-share 2 | atom: changelog-file-missing-in-native-package 3 | atom: copyright-file-contains-full-apache-2-license 4 | atom: copyright-should-refer-to-common-license-file-for-apache-2 5 | atom: embedded-library 6 | atom: package-installs-python-bytecode 7 | atom: unstripped-binary-or-object 8 | -------------------------------------------------------------------------------- /app-editors/atom-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | atom/atom 6 | https://github.com/atom/atom/issues 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | Use node.js system implementation instead of bundled. 15 | 16 | 17 | -------------------------------------------------------------------------------- /app-editors/featherpad/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-editors/graviton-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Graviton-Code-Editor/Graviton-App 6 | https://github.com/Graviton-Code-Editor/Graviton-App/issues 7 | 8 | Graviton Editor 9 | mespinasanz@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-editors/marker/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable pandoc support (requires Haskell compiler/interpreter) 11 | 12 | 13 | -------------------------------------------------------------------------------- /app-editors/vnote/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-editors/vnote/vnote-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit git-r3 qmake-utils xdg 7 | 8 | DESCRIPTION="Vim-inspired note taking application that knows programmers and Markdown better" 9 | HOMEPAGE="https://tamlok.gitee.io/vnote" 10 | EGIT_REPO_URI="https://github.com/tamlok/vnote.git" 11 | 12 | LICENSE="MIT" 13 | SLOT="0" 14 | 15 | DEPEND=" 16 | >=dev-qt/qtcore-5.9:5= 17 | >=dev-qt/qtwebengine-5.9:5=[widgets] 18 | >=dev-qt/qtsvg-5.9:5= 19 | " 20 | RDEPEND="${DEPEND}" 21 | 22 | src_configure(){ 23 | eqmake5 VNote.pro 24 | } 25 | 26 | src_install() { 27 | INSTALL_ROOT="${ED%/}" default 28 | } 29 | -------------------------------------------------------------------------------- /app-editors/vscode-bin/files/vscode-bin-url-handler.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Visual Studio Code - URL Handler 3 | Comment=Code Editing. Redefined. 4 | GenericName=Text Editor 5 | Exec=/opt/vscode/code --no-sandbox --open-url %U 6 | Icon=vscode 7 | Type=Application 8 | NoDisplay=true 9 | StartupNotify=true 10 | Categories=Utility;TextEditor;Development;IDE; 11 | MimeType=x-scheme-handler/vscode; 12 | Keywords=vscode; 13 | -------------------------------------------------------------------------------- /app-editors/vscode-bin/files/vscode-bin.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Visual Studio Code 3 | Comment=Code Editing. Refined. 4 | GenericName=Text Editor 5 | Exec=/opt/vscode/code --no-sandbox --unity-launch %F 6 | Icon=vscode 7 | Type=Application 8 | StartupNotify=false 9 | StartupWMClass=code 10 | Categories=Utility;TextEditor;Development;IDE; 11 | MimeType=text/plain;inode/directory; 12 | Actions=new-empty-window; 13 | Keywords=vscode; 14 | 15 | [Desktop Action new-empty-window] 16 | Name=New Empty Window 17 | Exec=/opt/vscode/code --no-sandbox --new-window %F 18 | Icon=visual-studio-code 19 | -------------------------------------------------------------------------------- /app-editors/vscode-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Microsoft/vscode 6 | https://github.com/Microsoft/vscode/issues 7 | 8 | Microsoft 9 | opensource@microsoft.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-editors/vscodium-bin/files/vscodium-bin.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=VSCodium 3 | Comment=Code Editing. Redefined. 4 | GenericName=Text Editor 5 | Exec=/opt/vscodium/bin/codium --unity-launch %F 6 | Icon=vscodium 7 | Type=Application 8 | StartupNotify=true 9 | StartupWMClass=VSCodium 10 | Categories=Utility;Development;IDE; 11 | MimeType=text/plain;inode/directory; 12 | Actions=new-empty-window; 13 | Keywords=vscode; 14 | 15 | [Desktop Action new-empty-window] 16 | Name=New Empty Window 17 | Exec=/opt/vscodium/bin/codium --new-window %F 18 | Icon=vscodium 19 | -------------------------------------------------------------------------------- /app-editors/vscodium-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | VSCodium/VSCodium 6 | https://github.com/VSCodium/VSCodium/issues 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | -------------------------------------------------------------------------------- /app-emulation/packettracer/files/linguist: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export LD_LIBRARY_PATH="/opt/packettracer/bin" 4 | 5 | /opt/packettracer/bin/linguist "$@" 6 | -------------------------------------------------------------------------------- /app-emulation/packettracer/files/packettracer: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export LD_LIBRARY_PATH="/opt/packettracer/bin" 4 | exec /opt/packettracer/bin/PacketTracer7 "$@" 5 | -------------------------------------------------------------------------------- /app-emulation/packettracer/files/packettracer.sh: -------------------------------------------------------------------------------- 1 | export PT_HOME=/opt/packettracer 2 | -------------------------------------------------------------------------------- /app-emulation/packettracer/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-i18n/man-pages-es-extra/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-i18n/man-pages-es/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-laptop/prey/files/prey-agent: -------------------------------------------------------------------------------- 1 | #!/sbin/openrc-run 2 | # 3 | 4 | ARCH=$(uname -m) 5 | [[ $ARCH == "x86_64" ]] && SUFFIX="64" || SUFFIX="32" 6 | 7 | pidfile="/var/run/prey-agent.pid" 8 | command="/usr/lib${SUFFIX}/prey/bin/prey" 9 | description="The Prey Agent Daemon" 10 | start_stop_daemon_args="-b -n --pidfile ${pidfile}" 11 | command_user="prey:prey" 12 | command_background=true 13 | name="Prey Agent" 14 | 15 | depend() { 16 | need dbus 17 | } 18 | -------------------------------------------------------------------------------- /app-laptop/prey/files/prey-bin: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | ARCH=$(uname -m) 3 | [[ $ARCH == "x86_64" ]] && SUFFIX="64" || SUFFIX="32" 4 | /usr/lib${SUFFIX}/prey/bin/prey "$@" 5 | -------------------------------------------------------------------------------- /app-laptop/prey/files/prey-openrc-support.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/lib/system/linux/index.js b/lib/system/linux/index.js 2 | --- a/lib/system/linux/index.js 2018-04-16 23:31:25.510855714 -0300 3 | +++ b/lib/system/linux/index.js 2018-04-16 23:34:10.520858960 -0300 4 | @@ -49,6 +49,6 @@ 5 | 6 | // restarts NetworkManager so it reconnects 7 | exports.reconnect = function(callback){ 8 | - var cmd = "service NetworkManager restart"; 9 | + var cmd = "rc-service NetworkManager restart"; 10 | exec(cmd, callback); 11 | }; 12 | -------------------------------------------------------------------------------- /app-laptop/prey/files/prey-systemd-support.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/lib/system/linux/index.js b/lib/system/linux/index.js 2 | --- a/lib/system/linux/index.js 2018-04-16 23:31:25.510855714 -0300 3 | +++ b/lib/system/linux/index.js 2018-04-16 23:34:57.960859893 -0300 4 | @@ -49,6 +49,6 @@ 5 | 6 | // restarts NetworkManager so it reconnects 7 | exports.reconnect = function(callback){ 8 | - var cmd = "service NetworkManager restart"; 9 | + var cmd = "systemctl restart NetworkManager.service"; 10 | exec(cmd, callback); 11 | }; 12 | -------------------------------------------------------------------------------- /app-laptop/prey/files/prey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/app-laptop/prey/files/prey.png -------------------------------------------------------------------------------- /app-laptop/prey/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | prey/prey-node-client 6 | https://github.com/prey/prey-node-client/issues 7 | 8 | Prey Project 9 | github@preyproject.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-misc/ding/ding-2.1.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="A very simple cli-based solution with short-term time managment" 11 | HOMEPAGE="https://github.com/liviu-/ding" 12 | 13 | if [[ ${PV} == 9999 ]];then 14 | inherit git-r3 15 | EGIT_REPO_URI="${HOMEPAGE}" 16 | else 17 | MY_PN="${PN}-${PN}" 18 | MY_P="${MY_PN}-${PV}" 19 | SRC_URI="mirror://pypi/d/${MY_PN}/${MY_P}.tar.gz" 20 | KEYWORDS="amd64 x86" 21 | S="${WORKDIR}/${MY_P}" 22 | fi 23 | 24 | LICENSE="MIT" 25 | SLOT="0" 26 | -------------------------------------------------------------------------------- /app-misc/ding/ding-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="A very simple cli-based solution with short-term time managment" 11 | HOMEPAGE="https://github.com/liviu-/ding" 12 | 13 | if [[ ${PV} == 9999 ]];then 14 | inherit git-r3 15 | EGIT_REPO_URI="${HOMEPAGE}" 16 | else 17 | MY_PN="${PN}-${PN}" 18 | MY_P="${MY_PN}-${PV}" 19 | SRC_URI="mirror://pypi/d/${MY_PN}/${MY_P}.tar.gz" 20 | KEYWORDS="amd64 x86" 21 | S="${WORKDIR}/${MY_P}" 22 | fi 23 | 24 | LICENSE="MIT" 25 | SLOT="0" 26 | -------------------------------------------------------------------------------- /app-misc/ding/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-planmaker: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # A script to run Planmaker. 3 | 4 | MACHINE=$(uname -m) 5 | 6 | [[ $MACHINE == "x86_64" ]] && LIBDIR_SUFFIX="64" || LIBDIR_SUFFIX="32" 7 | 8 | /usr/lib$LIBDIR_SUFFIX/freeoffice/planmaker "$@" 9 | -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-presentations: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # A script to run Softmaker Presentations. 3 | 4 | MACHINE=$(uname -m) 5 | 6 | [[ $MACHINE == "x86_64" ]] && LIBDIR_SUFFIX="64" || LIBDIR_SUFFIX="32" 7 | 8 | /usr/lib$LIBDIR_SUFFIX/freeoffice/presentations "$@" 9 | -------------------------------------------------------------------------------- /app-office/freeoffice/files/freeoffice-textmaker: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # A script to run Textmaker. 3 | 4 | MACHINE=$(uname -m) 5 | 6 | [[ $MACHINE == "x86_64" ]] && LIBDIR_SUFFIX="64" || LIBDIR_SUFFIX="32" 7 | 8 | /usr/lib$LIBDIR_SUFFIX/freeoffice/textmaker "$@" 9 | -------------------------------------------------------------------------------- /app-office/freeoffice/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://forum.softmaker.com 6 | 7 | 8 | jpizarrocallejas@gmail.com 9 | Jorge Pizarro Callejas 10 | Jorgicio Gentoo Overlay 11 | 12 | 13 | Triggers a paxmarking of the binary 14 | 15 | 16 | -------------------------------------------------------------------------------- /app-office/glabels-qt/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable barcode support through external libraries. 11 | 12 | 13 | -------------------------------------------------------------------------------- /app-shells/eternalterminal/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for sys-libs/libutempter 11 | 12 | 13 | -------------------------------------------------------------------------------- /app-shells/starship-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | starship/starship 6 | https://github.com/starship/starship/issues 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | -------------------------------------------------------------------------------- /app-shells/starship/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | starship/starship 6 | https://github.com/starship/starship/issues 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | -------------------------------------------------------------------------------- /app-text/bookworm/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-text/espanso-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://github.com/federico-terzi/espanso/issues 6 | federico-terzi/espanso 7 | 8 | Federico Terzi 9 | federicoterzi96@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-text/espanso/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://github.com/federico-terzi/espanso/issues 6 | federico-terzi/espanso 7 | 8 | Federico Terzi 9 | federicoterzi96@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-text/pdfmixtool/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scarpetta/pdfmixtool 6 | https://gitlab.com/scarpetta/pdfmixtool/-/issues 7 | 8 | Marco Scarpetta 9 | marcoscarpetta02@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /app-vim/awesome-vim-colorschemes/awesome-vim-colorschemes-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit git-r3 vim-plugin 7 | 8 | DESCRIPTION="vim plugin: Collection of awesome color schemes for Vim, merged for quick use" 9 | HOMEPAGE="https://github.com/rafi/awesome-vim-colorschemes" 10 | LICENSE="MIT public-domain vim.org vim" 11 | KEYWORDS="" 12 | IUSE="" 13 | SRC_URI="" 14 | EGIT_REPO_URI="${HOMEPAGE}.git" 15 | 16 | VIM_PLUGIN_HELPTEXT="This plugin is a collection of awesome color schemes for Neo/vim, merged for quick use." 17 | RDEPEND=" 18 | app-vim/airline 19 | !app-vim/colorschemes 20 | " 21 | -------------------------------------------------------------------------------- /app-vim/awesome-vim-colorschemes/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-vim/base16-vim/base16-vim-0_p20190607.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit vim-plugin 7 | 8 | COMMIT="6191622d5806d4448fa2285047936bdcee57a098" 9 | 10 | DESCRIPTION="vim plugin: Base16 schemes for Vim" 11 | HOMEPAGE="https://github.com/chriskempson/base16-vim" 12 | LICENSE="vim vim.org public-domain MIT" 13 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" 14 | IUSE="" 15 | SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" 16 | 17 | VIM_PLUGIN_HELPTEXT="The base16 colorscheme collection has schemes using 16 colors." 18 | 19 | S="${WORKDIR}/${PN}-${COMMIT}" 20 | -------------------------------------------------------------------------------- /app-vim/base16-vim/base16-vim-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit git-r3 vim-plugin 7 | 8 | DESCRIPTION="vim plugin: Base16 schemes for Vim" 9 | HOMEPAGE="https://github.com/chriskempson/base16-vim" 10 | LICENSE="vim vim.org public-domain MIT" 11 | KEYWORDS="" 12 | IUSE="" 13 | SRC_URI="" 14 | EGIT_REPO_URI="${HOMEPAGE}" 15 | 16 | VIM_PLUGIN_HELPTEXT="The base16 colorscheme collection has schemes using 16 colors." 17 | -------------------------------------------------------------------------------- /app-vim/base16-vim/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-vim/indentLine/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-vim/kotlin-vim/kotlin-vim-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit git-r3 vim-plugin 7 | 8 | DESCRIPTION="vim plugin: Kotlin plugin for vim" 9 | HOMEPAGE="https://github.com/udalov/kotlin-vim" 10 | LICENSE="vim" 11 | SRC_URI="" 12 | EGIT_REPO_URI="${HOMEPAGE}" 13 | KEYWORDS="" 14 | 15 | IUSE="" 16 | 17 | VIM_PLUGIN_HELPFILES="README.md" 18 | VIM_PLUGIN_HELPTEXT="This plugin features Kotlin syntax highlighting, basic indentation and syntastic support" 19 | -------------------------------------------------------------------------------- /app-vim/kotlin-vim/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-vim/mesonic/mesonic-1.0.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2017 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | #VIM_PLUGIN_VIM_VERSION="7.0" 7 | inherit vim-plugin 8 | 9 | DESCRIPTION="vim plugin: A plugin for Meson build system" 10 | HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=5378" 11 | LICENSE="vim GPL-1" 12 | KEYWORDS="~amd64 ~x86" 13 | IUSE="" 14 | SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=24206 -> ${P}.tar.gz" 15 | 16 | VIM_PLUGIN_HELPFILES="README.md" 17 | -------------------------------------------------------------------------------- /app-vim/mesonic/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /app-vim/vim-qml/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-dotnet/google-gdata-sharp/files/pkgconfig-typo-fix.patch: -------------------------------------------------------------------------------- 1 | --- libgoogle-data-mono-1.4.0.2/misc/gdata-sharp-core.pc.in 2010-03-09 13:07:29.000000000 +0100 2 | +++ libgoogle-data-mono-1.4.0.2.new/misc/gdata-sharp-core.pc.in 2010-03-10 13:11:29.000000000 +0100 3 | @@ -5,4 +5,4 @@ Name: GData Sharp Core 4 | Description: CLI bindings to Google's online services (Core libraries) 5 | Version: 1.4.0.2 6 | 7 | -Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll 8 | +Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll 9 | -------------------------------------------------------------------------------- /dev-dotnet/google-gdata-sharp/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-dotnet/gtk-sharp-beans/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-dotnet/gudev-sharp/gudev-sharp-0.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2019 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | inherit mono 6 | 7 | DESCRIPTION="GUDEV API C# binding" 8 | HOMEPAGE="https://launchpad.net/gudev-sharp" 9 | SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}-1.0-${PV}.tar.gz" 10 | 11 | LICENSE="LGPL-2.1" 12 | SLOT="0" 13 | KEYWORDS="~amd64 ~x86" 14 | IUSE="" 15 | 16 | RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21 17 | virtual/libgudev" 18 | DEPEND="${RDEPEND} 19 | virtual/pkgconfig" 20 | 21 | S=${WORKDIR}/${PN}-1.0-${PV} 22 | 23 | src_install() { 24 | emake DESTDIR="${D}" install || die 25 | dodoc AUTHORS 26 | } 27 | -------------------------------------------------------------------------------- /dev-dotnet/gudev-sharp/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-dotnet/mono-zeroconf/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-dotnet/taglib-sharp/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-java/jayatana/files/90-jayatana: -------------------------------------------------------------------------------- 1 | if [ -n "$JAVA_TOOL_OPTIONS" ]; then 2 | JAVA_TOOL_OPTIONS="${JAVA_TOOL_OPTIONS:+$JAVA_TOOL_OPTIONS }-javaagent:JAVA_AGENT" 3 | else 4 | JAVA_TOOL_OPTIONS=" -javaagent:JAVA_AGENT" 5 | fi 6 | 7 | export JAVA_TOOL_OPTIONS 8 | -------------------------------------------------------------------------------- /dev-java/jayatana/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable system-wide configuration (recommended) 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-lang/gnucobol/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | gnucobol 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-libs/mauikit/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-libs/properties-cpp/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-libs/properties-cpp/properties-cpp-0.0.1_p20140730.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit cmake 7 | 8 | MY_PV="${PV:0:5}+14.10.${PV:7:8}" 9 | MY_P="${PN}-${MY_PV}" 10 | 11 | DESCRIPTION="A very simple convenience library for handling properties and signals in C++11" 12 | HOMEPAGE="https://launchpad.net/properties-cpp" 13 | SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${MY_PV}.orig.tar.gz" 14 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 15 | S="${WORKDIR}/${MY_P}" 16 | 17 | LICENSE="LGPL-3" 18 | SLOT="0" 19 | IUSE="test" 20 | 21 | src_prepare(){ 22 | use !test && truncate -s 0 tests/CMakeLists.txt 23 | cmake_src_prepare 24 | } 25 | -------------------------------------------------------------------------------- /dev-python/HTML/HTML-0.04.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python2_7 ) 7 | inherit distutils-r1 8 | 9 | MY_P="${PN}.py-${PV}" 10 | DESCRIPTION="A Python module to easily generate HTML tables and lists" 11 | HOMEPAGE="https://www.decalage.info/python/html" 12 | SRC_URI="https://www.decalage.info/files/${MY_P}.zip" 13 | 14 | LICENSE="CeCILL-2" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | IUSE="" 18 | 19 | DEPEND="" 20 | RDEPEND="${DEPEND}" 21 | BDEPEND="${PYTHON_DEPS}" 22 | S="${WORKDIR}/${MY_P}" 23 | -------------------------------------------------------------------------------- /dev-python/HTML/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/PyUserInput/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/coveralls/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash-core-components/dash-core-components-1.12.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | MY_PN="dash_core_components" 11 | MY_P="${MY_PN}-${PV}" 12 | 13 | DESCRIPTION="Core components suite for Dash" 14 | HOMEPAGE="https://plot.ly/dash" 15 | SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | KEYWORDS="~amd64 ~x86" 20 | 21 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 22 | RDEPEND="${DEPEND}" 23 | 24 | S="${WORKDIR}/${MY_P}" 25 | -------------------------------------------------------------------------------- /dev-python/dash-core-components/dash-core-components-1.12.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | MY_PN="dash_core_components" 11 | MY_P="${MY_PN}-${PV}" 12 | 13 | DESCRIPTION="Core components suite for Dash" 14 | HOMEPAGE="https://plot.ly/dash" 15 | SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | KEYWORDS="~amd64 ~x86" 20 | 21 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 22 | RDEPEND="${DEPEND}" 23 | 24 | S="${WORKDIR}/${MY_P}" 25 | -------------------------------------------------------------------------------- /dev-python/dash-core-components/dash-core-components-1.13.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | MY_PN="dash_core_components" 11 | MY_P="${MY_PN}-${PV}" 12 | 13 | DESCRIPTION="Core components suite for Dash" 14 | HOMEPAGE="https://plot.ly/dash" 15 | SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | KEYWORDS="~amd64 ~x86" 20 | 21 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 22 | RDEPEND="${DEPEND}" 23 | 24 | S="${WORKDIR}/${MY_P}" 25 | -------------------------------------------------------------------------------- /dev-python/dash-core-components/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash-daq/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash-html-components/dash-html-components-1.1.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | MY_PN="dash_html_components" 11 | MY_P="${MY_PN}-${PV}" 12 | 13 | DESCRIPTION="Vanilla HTML components for Dash" 14 | HOMEPAGE="https://plot.ly/dash" 15 | SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz" 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | KEYWORDS="~amd64 ~x86" 20 | 21 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 22 | RDEPEND="${DEPEND}" 23 | 24 | S="${WORKDIR}/${MY_P}" 25 | -------------------------------------------------------------------------------- /dev-python/dash-html-components/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash-renderer/dash-renderer-1.8.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="Dash front-end renderer" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-renderer/dash-renderer-1.8.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="Dash front-end renderer" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-renderer/dash-renderer-1.8.2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="Dash front-end renderer" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-renderer/dash-renderer-1.8.3.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="Dash front-end renderer" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-renderer/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash-table/dash-table-4.10.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="First-Class interactive DataTable for Dash" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-table/dash-table-4.11.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="First-Class interactive DataTable for Dash" 11 | HOMEPAGE="https://plot.ly/dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | 21 | S="${WORKDIR}/${P/-/_}" 22 | -------------------------------------------------------------------------------- /dev-python/dash-table/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/dash/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/ewmh/ewmh-0.1.6-r1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib" 11 | HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | 14 | LICENSE="LGPL-3" 15 | KEYWORDS="~amd64 ~arm ~x86" 16 | SLOT="0" 17 | 18 | RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]" 19 | DEPEND="${RDEPEND}" 20 | -------------------------------------------------------------------------------- /dev-python/ewmh/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | An implementation of Extended Window Manager Hints, based on Xlib 5 | 6 | ewmh 7 | parkouss/pyewmh 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/flask-seasurf/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/fusepyng/fusepyng-1.0.5.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) 7 | inherit distutils-r1 8 | 9 | DESCRIPTION="Simple ctypes bindings for FUSE" 10 | HOMEPAGE="https://github.com/rianhunter/fusepyng" 11 | 12 | if [[ ${PV} == 9999 ]];then 13 | inherit git-r3 14 | EGIT_REPO_URI="${HOMEPAGE}" 15 | SRC_URI="" 16 | KEYWORDS="" 17 | else 18 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 19 | KEYWORDS="~amd64 ~x86" 20 | fi 21 | 22 | LICENSE="ISC" 23 | SLOT="0" 24 | IUSE="" 25 | 26 | DEPEND=" 27 | dev-python/setuptools[${PYTHON_USEDEP}] 28 | " 29 | RDEPEND="${DEPEND}" 30 | BDEPEND="${PYTHON_DEPS}" 31 | -------------------------------------------------------------------------------- /dev-python/fusepyng/fusepyng-1.0.7.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) 7 | inherit distutils-r1 8 | 9 | DESCRIPTION="Simple ctypes bindings for FUSE" 10 | HOMEPAGE="https://github.com/rianhunter/fusepyng" 11 | 12 | if [[ ${PV} == 9999 ]];then 13 | inherit git-r3 14 | EGIT_REPO_URI="${HOMEPAGE}" 15 | SRC_URI="" 16 | KEYWORDS="" 17 | else 18 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 19 | KEYWORDS="~amd64 ~x86" 20 | fi 21 | 22 | LICENSE="ISC" 23 | SLOT="0" 24 | IUSE="" 25 | 26 | DEPEND=" 27 | dev-python/setuptools[${PYTHON_USEDEP}] 28 | " 29 | RDEPEND="${DEPEND}" 30 | BDEPEND="${PYTHON_DEPS}" 31 | -------------------------------------------------------------------------------- /dev-python/fusepyng/fusepyng-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2018 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) 7 | inherit distutils-r1 8 | 9 | DESCRIPTION="Simple ctypes bindings for FUSE" 10 | HOMEPAGE="https://github.com/rianhunter/fusepyng" 11 | 12 | if [[ ${PV} == 9999 ]];then 13 | inherit git-r3 14 | EGIT_REPO_URI="${HOMEPAGE}" 15 | SRC_URI="" 16 | KEYWORDS="" 17 | else 18 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 19 | KEYWORDS="~amd64 ~x86" 20 | fi 21 | 22 | LICENSE="ISC" 23 | SLOT="0" 24 | IUSE="" 25 | 26 | DEPEND=" 27 | dev-python/setuptools[${PYTHON_USEDEP}] 28 | " 29 | RDEPEND="${DEPEND}" 30 | BDEPEND="${PYTHON_DEPS}" 31 | -------------------------------------------------------------------------------- /dev-python/fusepyng/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | sound@gentoo.org 6 | Gentoo Sound project 7 | 8 | 9 | python@gentoo.org 10 | Python 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-python/pipx/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/plotly/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | sci@gentoo.org 6 | Gentoo Science Project 7 | 8 | 9 | Python plotting library for collaborative, interactive, publication-quality 10 | graphs. Plotly is an online collaborative data analysis and graphing tool. 11 | 12 | 13 | plotly 14 | plotly/plotly.py 15 | 16 | 17 | -------------------------------------------------------------------------------- /dev-python/plotly/plotly-4.10.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..9} ) 7 | 8 | inherit distutils-r1 virtualx 9 | 10 | DESCRIPTION="Browser-based graphing library for Python" 11 | HOMEPAGE="https://plot.ly/python/" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | 15 | LICENSE="MIT" 16 | SLOT="0" 17 | 18 | RDEPEND=" 19 | dev-python/numpy[${PYTHON_USEDEP}] 20 | dev-python/requests[${PYTHON_USEDEP}] 21 | dev-python/retrying[${PYTHON_USEDEP}] 22 | dev-python/six[${PYTHON_USEDEP}] 23 | dev-python/pytz[${PYTHON_USEDEP}]" 24 | 25 | DEPEND="${RDEPEND} 26 | dev-python/setuptools[${PYTHON_USEDEP}]" 27 | -------------------------------------------------------------------------------- /dev-python/plotly/plotly-4.11.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..9} ) 7 | 8 | inherit distutils-r1 virtualx 9 | 10 | DESCRIPTION="Browser-based graphing library for Python" 11 | HOMEPAGE="https://plot.ly/python/" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | 15 | LICENSE="MIT" 16 | SLOT="0" 17 | 18 | RDEPEND=" 19 | dev-python/numpy[${PYTHON_USEDEP}] 20 | dev-python/requests[${PYTHON_USEDEP}] 21 | dev-python/retrying[${PYTHON_USEDEP}] 22 | dev-python/six[${PYTHON_USEDEP}] 23 | dev-python/pytz[${PYTHON_USEDEP}]" 24 | 25 | DEPEND="${RDEPEND} 26 | dev-python/setuptools[${PYTHON_USEDEP}]" 27 | -------------------------------------------------------------------------------- /dev-python/plotly/plotly-4.12.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..9} ) 7 | 8 | inherit distutils-r1 virtualx 9 | 10 | DESCRIPTION="Browser-based graphing library for Python" 11 | HOMEPAGE="https://plot.ly/python/" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | 15 | LICENSE="MIT" 16 | SLOT="0" 17 | 18 | RDEPEND=" 19 | dev-python/numpy[${PYTHON_USEDEP}] 20 | dev-python/requests[${PYTHON_USEDEP}] 21 | dev-python/retrying[${PYTHON_USEDEP}] 22 | dev-python/six[${PYTHON_USEDEP}] 23 | dev-python/pytz[${PYTHON_USEDEP}]" 24 | 25 | DEPEND="${RDEPEND} 26 | dev-python/setuptools[${PYTHON_USEDEP}]" 27 | -------------------------------------------------------------------------------- /dev-python/plotly/plotly-4.9.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..9} ) 7 | 8 | inherit distutils-r1 virtualx 9 | 10 | DESCRIPTION="Browser-based graphing library for Python" 11 | HOMEPAGE="https://plot.ly/python/" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | KEYWORDS="~amd64 ~x86" 14 | 15 | LICENSE="MIT" 16 | SLOT="0" 17 | 18 | RDEPEND=" 19 | dev-python/numpy[${PYTHON_USEDEP}] 20 | dev-python/requests[${PYTHON_USEDEP}] 21 | dev-python/retrying[${PYTHON_USEDEP}] 22 | dev-python/six[${PYTHON_USEDEP}] 23 | dev-python/pytz[${PYTHON_USEDEP}]" 24 | 25 | DEPEND="${RDEPEND} 26 | dev-python/setuptools[${PYTHON_USEDEP}]" 27 | -------------------------------------------------------------------------------- /dev-python/praw/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | An implementation of Extended Window Manager Hints, based on Xlib 5 | 6 | ewmh 7 | parkouss/pyewmh 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/pushbullet-commons/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/pyNFFT/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/pydbus/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/pytest-dash/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/pytest-dash/pytest-dash-2.1.2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python3_{6..8} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="pytest fixtures to run Dash applications" 11 | HOMEPAGE="https://pypi.org/project/pytest-dash" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | 14 | LICENSE="MIT" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND="dev-python/pytest[${PYTHON_USEDEP}]" 19 | RDEPEND="${DEPEND}" 20 | -------------------------------------------------------------------------------- /dev-python/python-nmap/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/python-nmap/python-nmap-0.6.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | PYTHON_COMPAT=( python{2_7,3_{7,8,9}} ) 7 | 8 | inherit distutils-r1 9 | 10 | DESCRIPTION="A Python library which helps in using the nmap port scanner" 11 | HOMEPAGE="http://xael.org/pages/python-nmap.html" 12 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" 13 | 14 | LICENSE="GPL-3" 15 | SLOT="0" 16 | KEYWORDS="~amd64 ~x86" 17 | 18 | DEPEND=" 19 | net-analyzer/nmap" 20 | RDEPEND="${DEPEND}" 21 | -------------------------------------------------------------------------------- /dev-python/speech_recognition/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/spotipy/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-python/userpath/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | sound@gentoo.org 6 | Gentoo Sound project 7 | 8 | 9 | python@gentoo.org 10 | Python 11 | 12 | 13 | -------------------------------------------------------------------------------- /dev-python/wikipedia/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-qt/qhotkey/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-qt/qmltermwidget/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-ruby/ruby-opencv/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ruby 5 | 6 | jpizarrocallejas@gmail.com 7 | Jorge Pizarro Callejas 8 | Jorgicio Gentoo Overlay 9 | 10 | 11 | -------------------------------------------------------------------------------- /dev-util/gambas/files/gambas-postgres-12.patch: -------------------------------------------------------------------------------- 1 | diff --git a/gb.db.postgresql/src/main.c b/gb.db.postgresql/src/main.c 2 | index 5401768d4..e0cca37d5 100644 3 | --- a/gb.db.postgresql/src/main.c 4 | +++ b/gb.db.postgresql/src/main.c 5 | @@ -24,15 +24,18 @@ 6 | 7 | #define __MAIN_C 8 | 9 | +#include 10 | +#include 11 | +#include 12 | + 13 | +#undef fprintf 14 | +#undef snprintf 15 | +#undef sprintf 16 | #include 17 | #include 18 | #include 19 | #include 20 | 21 | -#include 22 | -#include 23 | -#include 24 | - 25 | #ifdef PACKAGE_NAME 26 | #undef PACKAGE_NAME 27 | #undef PACKAGE_BUGREPORT 28 | -------------------------------------------------------------------------------- /dev-util/gambas/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-util/heaptrack/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | asturm@gentoo.org 6 | Andreas Sturmlechner 7 | 8 | 9 | Install Qt5-based analyzer tool 10 | 11 | 12 | -------------------------------------------------------------------------------- /dev-util/heroku-cli/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev-vcs/sublime-merge/files/smerge: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /opt/sublime_merge/sublime_merge "$@" 3 | -------------------------------------------------------------------------------- /dev-vcs/sublime-merge/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-action/multimc5/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | MultiMC/MultiMC5 6 | https://github.com/MultiMC/MultiMC5/issues 7 | 8 | MultiMC 9 | 10 | 11 | 12 | jpizarrocallejas@gmail.com 13 | Jorge Pizarro Callejas 14 | Jorgicio Gentoo Overlay 15 | 16 | 17 | -------------------------------------------------------------------------------- /games-arcade/mari0/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-emulation/dosbox-x/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Use SDL 2.x instead of SDL 1.x 11 | 12 | 13 | -------------------------------------------------------------------------------- /games-emulation/melonds/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-emulation/qmc2/files/qmc2-qt-5.15-fix.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/softwareimagewidget.cpp b/softwareimagewidget.cpp 2 | --- a/softwareimagewidget.cpp 2020-10-14 13:31:48.220473962 -0300 3 | +++ b/softwareimagewidget.cpp 2020-10-14 14:04:34.489836650 -0300 4 | @@ -3,6 +3,10 @@ 5 | #include 6 | #include 7 | #include 8 | +#include 9 | +#if ( QT_VERSION >= QT_VERSION_CHECK(5, 15, 0) ) 10 | + #include 11 | +#endif 12 | 13 | #include "softwarelist.h" 14 | #include "softwaresnapshot.h" 15 | -------------------------------------------------------------------------------- /games-emulation/reicast/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-emulation/sdlmame/files/mame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/games-emulation/sdlmame/files/mame.png -------------------------------------------------------------------------------- /games-emulation/sdlmame/files/vector.ini: -------------------------------------------------------------------------------- 1 | # 2 | # Specific options file for vector games 3 | # 4 | 5 | # 6 | # VIDEO OPTIONS 7 | # 8 | video soft 9 | yuvmode yv12 10 | -------------------------------------------------------------------------------- /games-fps/crispy-doom/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-fps/ezquake/files/ezquake: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cd "/usr/share/ezquake" 4 | ./ezquake +cfg_use_home 1 "$@" 5 | exit $? 6 | -------------------------------------------------------------------------------- /games-fps/ezquake/files/ezquake-3.1-unbreak-gentoo-minizip.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/minizip/ioapi.h b/minizip/ioapi.h 2 | --- a/minizip/ioapi.h 2020-01-10 21:52:42.291429675 -0300 3 | +++ b/minizip/ioapi.h 2020-01-10 21:55:25.744428531 -0300 4 | @@ -45,6 +45,11 @@ 5 | #include 6 | #include "zlib.h" 7 | 8 | +// Added in order to get compatibility with Gentoo minizip 9 | +#ifndef OF 10 | + #define OF(args) args 11 | +#endif 12 | + 13 | #if defined(USE_FILE32API) 14 | #define fopen64 fopen 15 | #define ftello64 ftell 16 | -------------------------------------------------------------------------------- /games-fps/ezquake/files/ezquake.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=ezQuake 3 | GenericName=ezQuake 4 | Comment=One of the most popular QuakeWorld Clients for Linux/BSD/OSX/Win32 5 | Exec=ezquake 6 | Icon=/usr/share/pixmaps/ezquake.ico 7 | StartupNotify=true 8 | Terminal=false 9 | Type=Application 10 | Categories=Game;ActionGame; 11 | -------------------------------------------------------------------------------- /games-fps/ezquake/files/ezquake.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/games-fps/ezquake/files/ezquake.ico -------------------------------------------------------------------------------- /games-fps/ezquake/files/pak.lst: -------------------------------------------------------------------------------- 1 | base.pk3 2 | help.pk3 3 | hud.pk3 4 | progs.pk3 5 | locs.pk3 6 | levelshots.pk3 7 | -------------------------------------------------------------------------------- /games-fps/ezquake/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable Lua support 11 | 12 | 13 | -------------------------------------------------------------------------------- /games-fps/openarena/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | oarena 11 | 12 | 13 | -------------------------------------------------------------------------------- /games-fps/tremulous-data/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-fps/tremulous/files/game.qvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/games-fps/tremulous/files/game.qvm -------------------------------------------------------------------------------- /games-fps/tremulous/files/lakitu7_qvm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/games-fps/tremulous/files/lakitu7_qvm.txt -------------------------------------------------------------------------------- /games-fps/tremulous/files/tremded.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | [ -f /etc/tremdedrc ] && . /etc/tremdedrc 4 | [ -f "$HOME/.tremdedrc" ] && . "$HOME/.tremdedrc" 5 | 6 | if [ ! -r "$HOME/.tremulous/base/vm/game.qvm" ]; then 7 | echo "Cannot find game.qvm -- linking to installed version." 8 | if [ ! -d "$HOME/.tremulous/base/vm" ]; then 9 | mkdir -p "$HOME/.tremulous/base/vm/" || exit 1 10 | fi 11 | ln -s /opt/tremulous/game.qvm "$HOME/.tremulous/base/vm/game.qvm" || exit 1 12 | fi 13 | 14 | cd /opt/tremulous/ 15 | ./tremded "$TREM_ARGS" "$@" 16 | -------------------------------------------------------------------------------- /games-fps/tremulous/files/tremdedrc: -------------------------------------------------------------------------------- 1 | TREM_ARGS="+set dedicated 1 +exec server.cfg" 2 | -------------------------------------------------------------------------------- /games-fps/tremulous/files/tremulous.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=Tremulous 4 | Comment=A free team based FPS/RTS hybrid built on the ioq3 engine. Includes community updates. 5 | Icon=/usr/share/pixmaps/tremulous.xpm 6 | Exec=tremulous 7 | Terminal=false 8 | Categories=Game;ActionGame; 9 | -------------------------------------------------------------------------------- /games-fps/tremulous/files/tremulous.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ ! -r "$HOME/.tremulous/base/vm/game.qvm" ]; then 4 | echo "Cannot find game.qvm -- linking to installed version." 5 | if [ ! -d "$HOME/.tremulous/base/vm" ]; then 6 | mkdir -p "$HOME/.tremulous/base/vm/" || exit 1 7 | fi 8 | ln -s /opt/tremulous/game.qvm "$HOME/.tremulous/base/vm/game.qvm" || exit 1 9 | fi 10 | 11 | cd /opt/tremulous/ 12 | ./tremulous "$@" 13 | -------------------------------------------------------------------------------- /games-fps/tremulous/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable Lua support 11 | 12 | 13 | -------------------------------------------------------------------------------- /games-puzzle/2048-qt/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /games-util/overviewer/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /jorgicio-repo.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | jorgicio-gentoo 5 | Custom Gentoo Overlay from Jorgicio. 6 | https://github.com/jorgicio/jorgicio-gentoo-overlay 7 | 8 | Jorge Pizarro Callejas 9 | jpizarrocallejas@gmail.com 10 | 11 | git://github.com/jorgicio/jorgicio-gentoo-overlay.git 12 | https://github.com/jorgicio/jorgicio-gentoo-overlay/commits/master.atom 13 | 14 | 15 | -------------------------------------------------------------------------------- /kde-misc/ikona/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/peruse/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-awesome-widgets/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-caffeine-plus/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-places-widget/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-places-widget/plasma-applet-places-widget-1.3.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit ecm kde.org 7 | 8 | DESCRIPTION="Plasma 5 widget that gives access to user places" 9 | HOMEPAGE="https://github.com/dfaust/plasma-applet-places-widget" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="GPL-2" 20 | SLOT="5" 21 | 22 | DEPEND=" 23 | kde-frameworks/extra-cmake-modules:5 24 | kde-plasma/plasma-workspace:5 25 | " 26 | RDEPEND="${DEPEND}" 27 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-places-widget/plasma-applet-places-widget-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit ecm kde.org 7 | 8 | DESCRIPTION="Plasma 5 widget that gives access to user places" 9 | HOMEPAGE="https://github.com/dfaust/plasma-applet-places-widget" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="GPL-2" 20 | SLOT="5" 21 | 22 | DEPEND=" 23 | kde-frameworks/extra-cmake-modules:5 24 | kde-plasma/plasma-workspace:5 25 | " 26 | RDEPEND="${DEPEND}" 27 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-stopwatch/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-applet-window-appmenu/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-simpleMonitor/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /kde-misc/plasma-simpleMonitor/plasma-simpleMonitor-0.6.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit ecm kde.org 7 | 8 | DESCRIPTION="Plasma 5 simple and compact system monitor" 9 | HOMEPAGE="https://store.kde.org/p/1173509" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="https://github.com/dhabyx/${PN}.git" 14 | else 15 | SRC_URI="https://github.com/dhabyx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="GPL-3" 20 | SLOT="5" 21 | 22 | DEPEND=" 23 | kde-frameworks/extra-cmake-modules:5 24 | kde-frameworks/plasma:5 25 | " 26 | RDEPEND="${DEPEND}" 27 | -------------------------------------------------------------------------------- /kde-misc/plasma-simpleMonitor/plasma-simpleMonitor-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit ecm kde.org 7 | 8 | DESCRIPTION="Plasma 5 simple and compact system monitor" 9 | HOMEPAGE="https://store.kde.org/p/1173509" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="https://github.com/dhabyx/${PN}.git" 14 | else 15 | SRC_URI="https://github.com/dhabyx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | fi 18 | 19 | LICENSE="GPL-3" 20 | SLOT="5" 21 | 22 | DEPEND=" 23 | kde-frameworks/extra-cmake-modules:5 24 | kde-frameworks/plasma:5 25 | " 26 | RDEPEND="${DEPEND}" 27 | -------------------------------------------------------------------------------- /lxqt-base/compton-conf/files/desktop_entry.patch: -------------------------------------------------------------------------------- 1 | diff -uprNEBZ --suppress-blank-empty a/compton-conf.desktop.in b/compton-conf.desktop.in 2 | --- a/compton-conf.desktop.in 2015-11-27 11:29:17.187956000 -0600 3 | +++ b/compton-conf.desktop.in 2015-11-27 11:32:12.851906393 -0600 4 | @@ -6,6 +6,6 @@ Comment=Configure Compton window effects 5 | TryExec=compton-conf 6 | Exec=compton-conf 7 | Icon=preferences-system-windows 8 | -Categories=Settings;DesktopSettings;Qt;LXQt; 9 | +Categories=Settings;DesktopSettings;Qt;X-LXQt; 10 | 11 | #TRANSLATIONS_DIR=translations 12 | -------------------------------------------------------------------------------- /lxqt-base/compton-conf/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /lxqt-base/lxqt-archiver/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /mate-extra/brisk-menu/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install the Ubuntu style (and other additional styles) for MATE panel 11 | 12 | 13 | -------------------------------------------------------------------------------- /mate-extra/mate-tweak/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install the Ubuntu style (and other additional styles) for MATE panel 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-fonts/corefonts-extra/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/emojione-color-font/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/inter/inter-3.13.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit font 7 | 8 | DESCRIPTION="The Inter font family" 9 | HOMEPAGE="https://rsms.me/inter/" 10 | SRC_URI="https://github.com/rsms/${PN}/releases/download/v${PV}/Inter-${PV}.zip" 11 | 12 | LICENSE="OFL-1.1" 13 | SLOT="0" 14 | KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~x86-linux ~x64-macos" 15 | 16 | DEPEND="app-arch/unzip" 17 | 18 | S=${WORKDIR} 19 | FONT_S="${S}/InterDesktop" 20 | FONT_SUFFIX="otf" 21 | 22 | # It's necessary to remove the space in the FONT_S directory name. 23 | src_prepare() { 24 | mv "Inter Desktop" "InterDesktop" || die 25 | default 26 | } 27 | -------------------------------------------------------------------------------- /media-fonts/inter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/joypixels/joypixels-5.5.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit font 7 | 8 | DESCRIPTION="Emoji as a Service (formerly EmojiOne)" 9 | HOMEPAGE="https://www.joypixels.com" 10 | SRC_URI="https://cdn.joypixels.com/arch-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf" 11 | 12 | LICENSE="JoyPixels" 13 | SLOT="0" 14 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 15 | 16 | FONT_SUFFIX="ttf" 17 | S="${WORKDIR}" 18 | FONT_S="${S}" 19 | FONT_CONF=( "${FILESDIR}/75-${PN}.conf" ) 20 | 21 | src_unpack() { 22 | true 23 | } 24 | 25 | src_prepare() { 26 | cp "${DISTDIR}/${P}.ttf" "${WORKDIR}/JoyPixels.ttf" || die 27 | default 28 | } 29 | -------------------------------------------------------------------------------- /media-fonts/joypixels/joypixels-6.0.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit font 7 | 8 | DESCRIPTION="Emoji as a Service (formerly EmojiOne)" 9 | HOMEPAGE="https://www.joypixels.com" 10 | SRC_URI="https://cdn.joypixels.com/arch-linux/font/${PV}/joypixels-android.ttf -> ${P}.ttf" 11 | 12 | LICENSE="JoyPixels" 13 | SLOT="0" 14 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 15 | 16 | FONT_SUFFIX="ttf" 17 | S="${WORKDIR}" 18 | FONT_S="${S}" 19 | 20 | src_unpack() { 21 | true 22 | } 23 | 24 | src_prepare() { 25 | cp "${DISTDIR}/${P}.ttf" "${WORKDIR}/JoyPixels.ttf" || die 26 | default 27 | } 28 | -------------------------------------------------------------------------------- /media-fonts/joypixels/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/meslo/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Use the dotted zero variant of the font 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-fonts/noto-emoji-apple/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/san-francisco-otf/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/twemoji-color-font/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-fonts/twemoji/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | twitter/twemoji 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-fonts/typecatcher/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/escrotum/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/flameshot/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/gyazo/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/iscan-plugin-cx4400/files/esfw8b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/media-gfx/iscan-plugin-cx4400/files/esfw8b.bin -------------------------------------------------------------------------------- /media-gfx/iscan-plugin-cx4400/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Epson Stylus CX4300/CX4400/CX4450/CX5500/CX5600/DX4400/DX4450 scanner plugin for SANE epkowa backend 6 | 7 | 8 | jpizarrocallejas@gmail.com 9 | Jorge Pizarro Callejas 10 | Jorgicio Gentoo Overlay 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-gfx/ldraw/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/leocad/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/lsix/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/noteshrink/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/openboard/files/openboard.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name=OpenBoard 4 | Comment=OpenBoard, an interactive white board application 5 | Exec=openboard %f 6 | Icon=OpenBoard 7 | StartupNotify=true 8 | Terminal=false 9 | MimeType=application/ubz 10 | Categories=Education; 11 | -------------------------------------------------------------------------------- /media-gfx/openboard/files/qchar.patch: -------------------------------------------------------------------------------- 1 | diff -u -ubr a/src/core/UBTextTools.cpp b/src/core/UBTextTools.cpp 2 | --- a/src/core/UBTextTools.cpp 2017-05-09 15:59:42.177965830 +0200 3 | +++ b/src/core/UBTextTools.cpp 2017-05-09 16:00:08.547747097 +0200 4 | @@ -34,7 +34,7 @@ 5 | 6 | 7 | for(int i = 0; i < _html.length(); i+=1){ 8 | - if(_html.at(i) != '\0') 9 | + if(_html.at(i) != QChar('\0')) 10 | clean.append(_html.at(i)); 11 | } 12 | return clean; 13 | -------------------------------------------------------------------------------- /media-gfx/openboard/files/qwebkit.patch: -------------------------------------------------------------------------------- 1 | diff -u -ubr a/resources/forms/trapFlash.ui b/resources/forms/trapFlash.ui 2 | --- a/resources/forms/trapFlash.ui 2017-05-09 15:59:42.177965830 +0200 3 | +++ b/resources/forms/trapFlash.ui 2017-05-09 16:00:08.547747097 +0200 4 | @@ -113,7 +113,7 @@ 5 | 6 | QWebView 7 | QWidget 8 | -
QtWebKit/QWebView
9 | +
QtWebKitWidgets/QWebView
10 |
11 | 12 | 13 | -------------------------------------------------------------------------------- /media-gfx/openboard/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install the Open-Sankoré document importer 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-gfx/pynocchio/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/screencloud/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-gfx/yacreader/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for PDF reading 11 | Enable support for QR code reading 12 | 13 | 14 | -------------------------------------------------------------------------------- /media-gfx/yuview/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-libs/zint/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-plugins/autotalent/autotalent-0.2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2019 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | # $Header: $ 4 | 5 | EAPI=7 6 | 7 | inherit multilib 8 | 9 | DESCRIPTION="Realtime pitch correction plugin" 10 | HOMEPAGE="http://tombaran.info/autotalent.html" 11 | SRC_URI="http://tombaran.info/autotalent-${PV}.tar.gz" 12 | 13 | LICENSE="GPL-2" 14 | SLOT="0" 15 | KEYWORDS="~amd64 ~x86" 16 | 17 | DEPEND="media-libs/ladspa-sdk" 18 | RDEPEND="${DEPEND}" 19 | DOCS=( README ) 20 | 21 | src_prepare(){ 22 | sed -i -e "s#/usr/lib64#\${DESTDIR}/usr/$(get_libdir)#" Makefile || die 23 | default_src_prepare 24 | } 25 | -------------------------------------------------------------------------------- /media-plugins/autotalent/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-plugins/gimp-paint-studio/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-plugins/kodi-youtube/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-plugins/obs-linuxbrowser/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/amarok/files/amarok-2.8.90-mysqld-rpath.patch: -------------------------------------------------------------------------------- 1 | --- a/src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt 2016-05-04 11:01:25.000000000 -0400 2 | +++ b/src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt 2016-05-04 11:05:24.216625165 -0400 3 | @@ -28,6 +28,9 @@ 4 | ${ZLIB_LIBRARIES} 5 | ) 6 | 7 | +SET_TARGET_PROPERTIES(amarok_storage-mysqlestorage PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE) 8 | +SET_TARGET_PROPERTIES(amarok_storage-mysqlestorage PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}") 9 | + 10 | if(NOT WIN32 AND NOT APPLE) 11 | target_link_libraries( amarok_storage-mysqlserverstorage crypt pthread ) 12 | endif(NOT WIN32 AND NOT APPLE) 13 | -------------------------------------------------------------------------------- /media-sound/google-musicmanager/files/ld_library_path.patch: -------------------------------------------------------------------------------- 1 | --- bin/google-musicmanager 2018-07-13 17:54:41.516291910 -0700 2 | +++ bin/google-musicmanager 2018-07-13 18:34:51.013498234 -0700 3 | @@ -25,7 +25,7 @@ 4 | 5 | # Always use our versions of libs. 6 | # This also makes RPMs find the compatibly-named lib symlinks. 7 | -if [[ -n "$LD_LIBRARY_PATH" ]]; then 8 | +if [[ -z "$LD_LIBRARY_PATH" ]]; then 9 | LD_LIBRARY_PATH="$HERE:$HERE/lib:$LD_LIBRARY_PATH" 10 | else 11 | LD_LIBRARY_PATH="$HERE:$HERE/lib" 12 | -------------------------------------------------------------------------------- /media-sound/google-musicmanager/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | sound@gentoo.org 6 | Gentoo Sound project 7 | 8 | 9 | -------------------------------------------------------------------------------- /media-sound/gradio/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/mellowplayer/files/widevine-path.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/src/main/share/applications/mellowplayer.desktop b/src/main/share/applications/mellowplayer.desktop 2 | --- a/src/main/share/applications/mellowplayer.desktop 2018-08-07 00:53:42.380247110 -0400 3 | +++ b/src/main/share/applications/mellowplayer.desktop 2018-08-07 00:54:39.710248238 -0400 4 | @@ -3,7 +3,7 @@ 5 | Version=1.0 6 | Type=Application 7 | Name=MellowPlayer 8 | -Exec=MellowPlayer 9 | +Exec=MellowPlayer --ppapi-widevine-path=/usr/lib64/qt5/plugins/ppapi/libwidevinecdm.so 10 | TryExec=MellowPlayer 11 | Icon=mellowplayer 12 | Terminal=false 13 | -------------------------------------------------------------------------------- /media-sound/miam-player/files/miam-player-add-qheaderview.patch: -------------------------------------------------------------------------------- 1 | diff -Naur Miam-Player-0.8.0.orig/src/TabPlaylists/tabplaylist.cpp Miam-Player-0.8.0/src/TabPlaylists/tabplaylist.cpp 2 | --- Miam-Player-0.8.0.orig/src/TabPlaylists/tabplaylist.cpp 2018-06-02 16:23:48.136341159 +0000 3 | +++ Miam-Player-0.8.0/src/TabPlaylists/tabplaylist.cpp 2018-06-02 16:24:21.563007192 +0000 4 | @@ -9,6 +9,7 @@ 5 | #include "cornerwidget.h" 6 | 7 | #include 8 | +#include 9 | 10 | /** Default constructor. */ 11 | TabPlaylist::TabPlaylist(QWidget *parent) 12 | -------------------------------------------------------------------------------- /media-sound/miam-player/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/musicrepair/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/parlatype/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install a glade-catalog 11 | Install Libreoffice macros 12 | 13 | 14 | -------------------------------------------------------------------------------- /media-sound/pogo/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/sayonara/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://sayonara-player.com/forum/forum-5.html 6 | 7 | Lucio Carreras 8 | luciocarreras@gmail.com 9 | 10 | 11 | 12 | jpizarrocallejas@gmail.com 13 | Jorge Pizarro Callejas 14 | Jorgicio Gentoo Overlay 15 | 16 | 17 | -------------------------------------------------------------------------------- /media-sound/zita-ajbridge/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-sound/zita-at1/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Use dev-util/pkgconf instead of dev-util/pkgconfig 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-sound/zita-rev1/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Use dev-util/pkgconf instead of dev-util/pkgconfig 11 | 12 | 13 | -------------------------------------------------------------------------------- /media-tv/castawesome/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-tv/peerflix/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-tv/xawtv/files/webcamrc: -------------------------------------------------------------------------------- 1 | [ftp] 2 | host = www 3 | user = webcam 4 | pass = xxxxxx 5 | dir = public_html/images 6 | file = webcam.jpeg 7 | tmp = uploading.jpeg 8 | passive = 1 9 | debug = 0 10 | auto = 0 11 | local = 0 12 | ssh = 0 13 | 14 | [grab] 15 | device = /dev/video0 16 | text = "webcam %Y-%m-%d %H:%M:%S" 17 | infofile = filename 18 | width = 320 19 | height = 240 20 | delay = 3 21 | input = composite1 22 | norm = pal 23 | rotate = 0 24 | top = 0 25 | left = 0 26 | bottom = -1 27 | right = -1 28 | quality = 75 29 | trigger = 0 30 | once = 0 31 | -------------------------------------------------------------------------------- /media-tv/xawtv/files/xawtv-3.95-stdbool.patch: -------------------------------------------------------------------------------- 1 | --- x11/blit.c 2 | +++ x11/blit.c 3 | @@ -13,6 +13,7 @@ 4 | #include 5 | #include 6 | #include 7 | +#include 8 | 9 | #include 10 | #include 11 | -------------------------------------------------------------------------------- /media-tv/xawtv/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-video/flowblade/files/flowblade-2.0-install-dir-fix.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/flowblade-trunk/flowblade b/flowblade-trunk/flowblade 2 | --- a/flowblade-trunk/flowblade 2019-12-27 00:19:14.897881216 -0300 3 | +++ b/flowblade-trunk/flowblade 2019-12-27 00:19:53.863881934 -0300 4 | @@ -39,6 +39,8 @@ 5 | modules_path = "/usr/share/flowblade/Flowblade" 6 | if not os.path.isdir(modules_path): 7 | modules_path = "/usr/share/pyshared/Flowblade" 8 | + if not os.path.isdir(modules_path): 9 | + modules_path = "/usr/share/flowblade" 10 | print "modules path:", modules_path 11 | # When running in flatpak 12 | elif launch_dir == "/app/bin": 13 | -------------------------------------------------------------------------------- /media-video/flowblade/files/flowblade-2.4-install-dir-fix.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/flowblade-trunk/flowblade b/flowblade-trunk/flowblade 2 | --- a/flowblade-trunk/flowblade 2019-12-27 00:19:14.897881216 -0300 3 | +++ b/flowblade-trunk/flowblade 2019-12-27 00:19:53.863881934 -0300 4 | @@ -39,6 +39,8 @@ 5 | modules_path = "/usr/share/flowblade/Flowblade" 6 | if not os.path.isdir(modules_path): 7 | modules_path = "/usr/share/pyshared/Flowblade" 8 | + if not os.path.isdir(modules_path): 9 | + modules_path = "/usr/share/flowblade" 10 | print ("modules path:", modules_path) 11 | # When running in flatpak 12 | elif launch_dir == "/app/bin": 13 | -------------------------------------------------------------------------------- /media-video/flowblade/files/flowblade-2.6-install-dir-fix.patch: -------------------------------------------------------------------------------- 1 | diff --git a/flowblade-trunk/flowblade b/flowblade-trunk/flowblade 2 | index 62b6b66..0c49d39 100755 3 | --- a/flowblade-trunk/flowblade 4 | +++ b/flowblade-trunk/flowblade 5 | @@ -39,6 +39,8 @@ if launch_dir == "/usr/bin": 6 | modules_path = "/usr/share/flowblade/Flowblade" 7 | if not os.path.isdir(modules_path): 8 | modules_path = "/usr/share/pyshared/Flowblade" 9 | + if not os.path.isdir(modules_path): 10 | + modules_path = "/usr/share/flowblade" 11 | print ("modules path:", modules_path) 12 | # When running in flatpak. 13 | elif launch_dir == "/app/bin": 14 | -------------------------------------------------------------------------------- /media-video/flowblade/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-video/gydl/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-video/kazam/files/version.patch: -------------------------------------------------------------------------------- 1 | diff -urbN a/kazam/version.py b/kazam/version.py 2 | --- a/kazam/version.py 2013-06-10 10:32:59.000000000 +0300 3 | +++ b/kazam/version.py 2013-06-10 10:37:42.000000000 +0300 4 | @@ -1,3 +1,3 @@ 5 | -DISTRO='Ubuntu' 6 | -RELEASE='14.04' 7 | +DISTRO='Gentoo' 8 | +RELEASE='rolling' 9 | 10 | -------------------------------------------------------------------------------- /media-video/kazam/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /media-video/minitube/files/minitube-2.5.1-disable-updates.patch: -------------------------------------------------------------------------------- 1 | --- minitube-2.5.1.orig/src/mainwindow.cpp 2 | +++ minitube-2.5.1/src/mainwindow.cpp 3 | @@ -232,8 +232,6 @@ 4 | 5 | ChannelAggregator::instance()->start(); 6 | 7 | - checkForUpdate(); 8 | - 9 | initialized = true; 10 | } 11 | 12 | -------------------------------------------------------------------------------- /media-video/minitube/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | qt@gentoo.org 6 | Gentoo Qt Project 7 | 8 | 9 | media-video@gentoo.org 10 | Gentoo Video project 11 | 12 | 13 | Enable support for downloading YouTube videos 14 | 15 | 16 | flaviotordini/minitube 17 | 18 | 19 | -------------------------------------------------------------------------------- /media-video/olive/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | 11 | Allow many more extra video effects by media-plugins/frei0r-plugins 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /media-video/videomorph/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /metadata/layout.conf: -------------------------------------------------------------------------------- 1 | masters = gentoo 2 | sign-commits = false 3 | sign-manifests = false 4 | -------------------------------------------------------------------------------- /net-analyzer/speedtest++/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-analyzer/speedtest++/speedtest++-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit cmake git-r3 7 | 8 | DESCRIPTION="Unofficial speedtest.net client using raw TCP for better accuracy" 9 | HOMEPAGE="https://github.com/taganaka/SpeedTest" 10 | EGIT_REPO_URI="${HOMEPAGE}" 11 | 12 | LICENSE="MIT" 13 | SLOT="0" 14 | 15 | DEPEND=" 16 | dev-libs/libxml2:2= 17 | dev-libs/openssl:0= 18 | net-misc/curl" 19 | RDEPEND="${DEPEND}" 20 | 21 | src_install() { 22 | cmake_src_install 23 | 24 | dosym SpeedTest /usr/bin/${PN} 25 | } 26 | -------------------------------------------------------------------------------- /net-analyzer/speedtest-rs/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-analyzer/speedtest/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-dns/qmdnsengine/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-im/cawbird/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable spell check support 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-im/gtkwhats/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | gigitux/gtkwhats 6 | https://github.com/gigitux/gtkwhats 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | -------------------------------------------------------------------------------- /net-im/qtwaw/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | scarpetta/qtwaw 6 | https://gitlab.com/scarpetta/qtwaw/-/issues 7 | 8 | Marco Scarpetta 9 | marcoscarpetta02@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /net-im/telegram-cli/files/telegram-cli-1.3.1-assertion-issue.patch: -------------------------------------------------------------------------------- 1 | --- a/tgl/structures.c 2015-05-14 09:46:56.000000000 -0300 2 | +++ b/tgl/structures.c 2017-02-16 14:36:19.972023942 -0300 3 | @@ -941,7 +941,8 @@ 4 | M->venue.venue_id = DS_STR_DUP (DS_MM->venue_id); 5 | break; 6 | default: 7 | - assert (0); 8 | + M->type = tgl_message_media_unsupported; 9 | + break; 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /net-im/telegram-cli/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable JSON support 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-im/whatsapp-for-linux/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | eneshecan/whatsapp-for-linux 6 | https://github.com/eneshecan/whatsapp-for-linux/issues 7 | 8 | Enes Hecan 9 | nshecan@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /net-im/yakyak-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-libs/qhttpengine/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-misc/googler/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable fish-completion support 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-misc/ike/files/ike.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Name=Ike 3 | GenericName=VPN client 4 | Comment=Shrew soft VPN Client 5 | Exec=qikea 6 | Terminal=false 7 | Icon=ikea 8 | Type=Application 9 | Categories=Network; 10 | Version=1.0 11 | -------------------------------------------------------------------------------- /net-misc/ike/files/iked.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Shrew VPN Client Iked 3 | Documentation=man:iked(8) man:iked.conf(5) http://www.shrew.net/support/Main_Page 4 | After=local-fs.target network.target 5 | 6 | [Service] 7 | Type=forking 8 | ExecStart=/usr/sbin/iked -f /etc/ike/iked.conf 9 | 10 | [Install] 11 | WantedBy=multi-user.target 12 | -------------------------------------------------------------------------------- /net-misc/ike/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable Network Address Translation (NAT) support 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-misc/mininet/files/mininet-2.2.1-modify-sys-mount.patch: -------------------------------------------------------------------------------- 1 | diff --git a/mnexec.c b/mnexec.c 2 | index a9cb867..7cc848d 100644 3 | --- a/mnexec.c 4 | +++ b/mnexec.c 5 | @@ -131,7 +131,7 @@ int main(int argc, char *argv[]) 6 | return 1; 7 | } 8 | /* mount sysfs to pick up the new network namespace */ 9 | - if (mount("sysfs", "/sys", "sysfs", MS_MGC_VAL, NULL) == -1) { 10 | + if (mount("sysfs", "/sys", "sysfs", MS_SLAVE|MS_REC, NULL) == -1) { 11 | perror("mount"); 12 | return 1; 13 | } 14 | -------------------------------------------------------------------------------- /net-misc/mininet/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable the support for the mininet tools 11 | Enable support for xhost 12 | 13 | 14 | -------------------------------------------------------------------------------- /net-misc/persepolis/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | https://github.com/persepolisdm/persepolis/issues 6 | persepolisdm/persepolis 7 | 8 | 9 | jpizarrocallejas@gmail.com 10 | Jorge Pizarro Callejas 11 | Jorgicio Gentoo Overlay 12 | 13 | 14 | -------------------------------------------------------------------------------- /net-misc/postman-bin/files/postman: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | exec /opt/postman/Postman "$@" 4 | -------------------------------------------------------------------------------- /net-misc/postman-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-misc/pushbullet-indicator/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-misc/screamingfrogseospider/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | A small desktop program you can install on your PC or Mac which spiders websites’ links, images, CSS, script and apps from an SEO perspective. 6 | 7 | 8 | jpizarrocallejas@gmail.com 9 | Jorge Pizarro Callejas 10 | Jorgicio Gentoo Overlay 11 | 12 | 13 | Use system-wide Java instead of bundled one. (Requires JRE 11 or newer) 14 | 15 | 16 | -------------------------------------------------------------------------------- /net-vpn/expressvpn/files/expressvpn: -------------------------------------------------------------------------------- 1 | #!/sbin/openrc-run 2 | 3 | pidfile="/var/run/expressvpnd.pid" 4 | command="/usr/sbin/expressvpnd" 5 | start_stop_daemon_args="-b -m --pidfile ${pidfile}" 6 | command_args="--client-version ${CLIENT_VERSION} --client-build ${CLIENT_BUILD}" 7 | retry="TERM/30/KILL/5" 8 | command_background=true 9 | 10 | depend() { 11 | use logger net 12 | provide dns 13 | } 14 | -------------------------------------------------------------------------------- /net-vpn/expressvpn/files/expressvpn-2.5.2.3_p1: -------------------------------------------------------------------------------- 1 | # In order to make the client work properly, 2 | # please DON'T remove or modify the following lines. 3 | CLIENT_VERSION="2.5.2" 4 | CLIENT_BUILD="3" 5 | # Starting this point, you can add new lines, 6 | # as well as modify or delete them. 7 | -------------------------------------------------------------------------------- /net-vpn/expressvpn/files/expressvpn-2.6.3.3_p1: -------------------------------------------------------------------------------- 1 | # In order to make the client work properly, 2 | # please DON'T remove or modify the following lines. 3 | CLIENT_VERSION="2.6.3" 4 | CLIENT_BUILD="3" 5 | # Starting this point, you can add new lines, 6 | # as well as modify or delete them. 7 | -------------------------------------------------------------------------------- /net-vpn/expressvpn/files/expressvpn-2.6.4.5_p1: -------------------------------------------------------------------------------- 1 | # In order to make the client work properly, 2 | # please DON'T remove or modify the following lines. 3 | CLIENT_VERSION="2.6.4" 4 | CLIENT_BUILD="5" 5 | # Starting this point, you can add new lines, 6 | # as well as modify or delete them. 7 | -------------------------------------------------------------------------------- /net-vpn/expressvpn/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-vpn/haguichi/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for appindicator using dev-libs/libappindicator 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-vpn/nordvpn/files/nordvpnd: -------------------------------------------------------------------------------- 1 | #!/sbin/openrc-run 2 | 3 | pidfile="/var/run/nordvpn.pid" 4 | command="/usr/sbin/nordvpnd" 5 | retry="SIGTERM/5/SIGTERM/5/SIGKILL/5" 6 | start_stop_daemon_args="-b -m --pidfile ${pidfile}" 7 | command_background=true 8 | 9 | depend() { 10 | use logger net 11 | provide dns 12 | } 13 | -------------------------------------------------------------------------------- /net-vpn/nordvpn/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable NordLynx support using the WireGuard protocol 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-vpn/quamachi/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-vpn/surfshark-vpn/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Triggers a paxmarking of the binary 11 | 12 | 13 | -------------------------------------------------------------------------------- /net-wireless/create_ap/Manifest: -------------------------------------------------------------------------------- 1 | EBUILD create_ap-9999.ebuild 1002 SHA256 27adf66d05d0f857e0901f12bf51bd4ebc420152424e8a7c3c2b24434e103bab SHA512 fc1ff9e0e17d38e54e4fdfcc876bc722aa0838ebc94dff522b0aa56505d4c27de24c82efd8d07f9d17fcb570e823d9f5bae7f89b4673a90c8debeab08f6dee41 WHIRLPOOL 6716906657169865bcccb9541d27016ff2c140eaeb0ebc0c79e6a40b6ac6606c201ec3e2fb12eefba26a1241eb490694a0cf78019baf5a2d4b5770542a9d709a 2 | MISC metadata.xml 317 SHA256 04aaf83610b2f8864ede6aafaf7230e221bbcb0e6f8c2b6d6ea5c869ee1a3f5e SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b WHIRLPOOL b22239d5c65484e3cb771ff16a608f8d1e8f47de612b339420d87ec2b803f5602ed624bd5d4c577bb5270f76313f06b38196853f3f15c494b21fa6e701ea47f6 3 | -------------------------------------------------------------------------------- /net-wireless/create_ap/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-wireless/kickthemout/Manifest: -------------------------------------------------------------------------------- 1 | EBUILD kickthemout-9999.ebuild 647 BLAKE2B 2399ca90164fd904682a07ec8811cae8d2466546f5ee997a0c7c072e3b43e266a5e839e93ae1524fb96446825849117186eebb459d127c8dbb061b0034db3b83 SHA512 0cc06d206575c5ddc0d720bac760b482022f7b761280a758100df056b9028c213c49bfd2430894e4e7cce249a266bceda04621a8675459e066df5771bff64dc8 2 | MISC metadata.xml 317 BLAKE2B a064dab932a673a4ccd23732ebc842cd57c3b9faca938fe291ad7286b5649ff5f3cd8ac1191b340e621a20f3888dcab3470ec041aae115e3cba0a9eab7b67068 SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b 3 | -------------------------------------------------------------------------------- /net-wireless/kickthemout/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /net-wireless/nitroshare/files/nitroshare-qt-5.11-compatibility.patch: -------------------------------------------------------------------------------- 1 | diff -Naur a/src/application/splashdialog.cpp b/src/application/splashdialog.cpp 2 | --- a/src/application/splashdialog.cpp 2018-10-17 20:46:46.215724733 -0300 3 | +++ b/src/application/splashdialog.cpp 2018-10-17 20:52:08.809896702 -0300 4 | @@ -24,6 +24,15 @@ 5 | 6 | #include 7 | #include 8 | +/* 9 | +* Check if Qt version is older or equal than 5.11 in order to 10 | +* include the QStyle header, older versions didn't 11 | +* need it. Otherwise, it won't build. 12 | +*/ 13 | +#include 14 | +#if (QT_VERSION >= QT_VERSION_CHECK(5, 11, 0)) 15 | +#include 16 | +#endif 17 | 18 | #include "splashdialog.h" 19 | 20 | -------------------------------------------------------------------------------- /net-wireless/nitroshare/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Allow local applications access 11 | Enable multicast DNS (mDNS) discovery 12 | 13 | 14 | -------------------------------------------------------------------------------- /profiles/arch/base/package.use.mask: -------------------------------------------------------------------------------- 1 | # Since Dropbox reverted partially the support for non-ext4 filesystems, 2 | # the "experimental" USE-flag is not needed anymore. However, support for 3 | # some filesystems like XFS and ZFS is 64-bit architecture only. 4 | # See https://help.dropbox.com/installs-integrations/desktop/system-requirements#linux 5 | # for more information. 6 | net-misc/dropbox experimental 7 | 8 | # X86 MMX makes xawtv fail to build, as mentioned in https://github.com/jorgicio/issues/82 9 | media-tv/xawtv cpu_flags_x86_mmx 10 | -------------------------------------------------------------------------------- /profiles/arch/x86-linux/package.use.mask: -------------------------------------------------------------------------------- 1 | # Unmask the experimental USE-flag for x86 only. 2 | net-misc/dropbox -experimental 3 | -------------------------------------------------------------------------------- /profiles/arch/x86/package.use.mask: -------------------------------------------------------------------------------- 1 | # Unmask the experimental USE-flag for x86 only. 2 | net-misc/dropbox -experimental 3 | -------------------------------------------------------------------------------- /profiles/license_groups: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EULA Cisco screamingfrogseospider MS-vscode SoftMaker Ookla 5 | -------------------------------------------------------------------------------- /profiles/package.mask: -------------------------------------------------------------------------------- 1 | # Masking due to unfulfilling dependencies 2 | sci-astronomy/eht-imaging 3 | -------------------------------------------------------------------------------- /profiles/package.unmask: -------------------------------------------------------------------------------- 1 | # Maybe Gentoo mask it, I don't. 2 | >=games-emulation/ppsspp-1.10.3 3 | -------------------------------------------------------------------------------- /profiles/package.use.mask: -------------------------------------------------------------------------------- 1 | # Phonon support is kinda broken or unstable. 2 | media-sound/strawberry phonon 3 | games-emulation/qmc2 phonon 4 | # This is broken. 5 | media-tv/xawtv cpu_flags_x86_mmx 6 | # SDL support is broken. 7 | games-emulation/reicast sdl 8 | # virtual/jre-11 is masked. 9 | net-misc/screamingfrogseospider system-java 10 | -------------------------------------------------------------------------------- /profiles/repo_name: -------------------------------------------------------------------------------- 1 | jorgicio 2 | -------------------------------------------------------------------------------- /profiles/use.desc: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2015 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | # $Header: $ 4 | 5 | #Keep them sorted 6 | 7 | appindicator - Add support to libappindicator, commonly used in Unity Desktop or related 8 | updater - An updater application 9 | -------------------------------------------------------------------------------- /sci-astronomy/eht-imaging/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for dynamical imaging 11 | Enable support for clean usage using NFFT library 12 | Enable support for stadistics using Pandas library 13 | 14 | 15 | -------------------------------------------------------------------------------- /sci-biology/erne/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable the message passing interface (MPI) support in parallel computing 11 | Enable the MPICH support (as well as MPICH2) 12 | 13 | 14 | -------------------------------------------------------------------------------- /sci-mathematics/frama-c/files/frama-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jorgicio/jorgicio-gentoo-overlay/ce565e56bbf22f1e30b00dd50d08d3e7784cbba8/sci-mathematics/frama-c/files/frama-c.png -------------------------------------------------------------------------------- /sci-mathematics/frama-c/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-apps/anything-sync-daemon/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-apps/fkill-cli/fkill-cli-6.0.1.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="A cross-platform tool to fabulously kill processes" 7 | HOMEPAGE="https://github.com/sindresorhus/fkill-cli" 8 | 9 | if [[ ${PV} == *9999* ]];then 10 | inherit git-r3 11 | EGIT_REPO_URI="${HOMEPAGE}" 12 | else 13 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 14 | KEYWORDS="~amd64 ~x86" 15 | fi 16 | 17 | 18 | LICENSE="MIT" 19 | SLOT="0" 20 | 21 | DEPEND=">=net-libs/nodejs-4.0[npm]" 22 | RDEPEND="${DEPEND}" 23 | 24 | src_install(){ 25 | npm install -g --prefix="${D}/usr" ${PN} || die 26 | } 27 | -------------------------------------------------------------------------------- /sys-apps/fkill-cli/fkill-cli-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="A cross-platform tool to fabulously kill processes" 7 | HOMEPAGE="https://github.com/sindresorhus/fkill-cli" 8 | 9 | if [[ ${PV} == *9999* ]];then 10 | inherit git-r3 11 | EGIT_REPO_URI="${HOMEPAGE}" 12 | else 13 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 14 | KEYWORDS="~amd64 ~x86" 15 | fi 16 | 17 | 18 | LICENSE="MIT" 19 | SLOT="0" 20 | 21 | DEPEND=">=net-libs/nodejs-4.0[npm]" 22 | RDEPEND="${DEPEND}" 23 | 24 | src_install(){ 25 | npm install -g --prefix="${D}/usr" ${PN} || die 26 | } 27 | -------------------------------------------------------------------------------- /sys-apps/fkill-cli/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-apps/ripgrep-all/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-apps/rm-protection/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-boot/multibootusb/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-power/hmtimer/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | cges30901/hmtimer 6 | https://github.com/cges30901/hmtimer/issues 7 | 8 | Hsiu-Ming 9 | cges30901@gmail.com 10 | 11 | 12 | 13 | jpizarrocallejas@gmail.com 14 | Jorge Pizarro Callejas 15 | Jorgicio Gentoo Overlay 16 | 17 | 18 | -------------------------------------------------------------------------------- /sys-power/paramano/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-process/gtop/gtop-1.0.2.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="System monitoring dashboard for terminal" 7 | HOMEPAGE="https://github.com/aksakalli/gtop" 8 | 9 | if [[ ${PV} == *9999* ]];then 10 | inherit git-r3 11 | EGIT_REPO_URI="${HOMEPAGE}" 12 | else 13 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 14 | KEYWORDS="~x86 ~amd64" 15 | fi 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | IUSE="" 20 | 21 | DEPEND=">=net-libs/nodejs-4.0[npm]" 22 | RDEPEND="${DEPEND}" 23 | 24 | src_install(){ 25 | npm install -g --prefix="${D}/usr" ${PN} || die "${PN} could not be installed" 26 | } 27 | -------------------------------------------------------------------------------- /sys-process/gtop/gtop-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Foundation 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | DESCRIPTION="System monitoring dashboard for terminal" 7 | HOMEPAGE="https://github.com/aksakalli/gtop" 8 | 9 | if [[ ${PV} == *9999* ]];then 10 | inherit git-r3 11 | EGIT_REPO_URI="${HOMEPAGE}" 12 | else 13 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 14 | KEYWORDS="~x86 ~amd64" 15 | fi 16 | 17 | LICENSE="MIT" 18 | SLOT="0" 19 | IUSE="" 20 | 21 | DEPEND=">=net-libs/nodejs-4.0[npm]" 22 | RDEPEND="${DEPEND}" 23 | 24 | src_install(){ 25 | npm install -g --prefix="${D}/usr" ${PN} || die "${PN} could not be installed" 26 | } 27 | -------------------------------------------------------------------------------- /sys-process/gtop/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /sys-process/hegemon/hegemon-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2018 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | CRATES=" 7 | chan-0.1.21 8 | chan-signal-0.3.1 9 | regex-1.0.1 10 | termion-1.5.1 11 | systemstat-0.1.3 12 | sensors-0.2.0 13 | " 14 | 15 | inherit cargo git-r3 16 | 17 | DESCRIPTION="A modular system monitor written in Rust" 18 | HOMEPAGE="https://github.com/p-e-w/hegemon" 19 | SRC_URI="$(cargo_crate_uris ${CRATES})" 20 | EGIT_REPO_URI="${HOMEPAGE}.git" 21 | 22 | LICENSE="GPL-3" 23 | SLOT="0" 24 | KEYWORDS="" 25 | IUSE="" 26 | 27 | DEPEND="sys-apps/lm-sensors" 28 | RDEPEND="${DEPEND}" 29 | BDEPEND=">=virtual/rust-1.26.0" 30 | -------------------------------------------------------------------------------- /sys-process/hegemon/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /www-client/brave-bin/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-apps/ocs-url/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-apps/rivalcfg/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-apps/touchpad-indicator/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-drivers/xf86-input-wizardpen/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-libs/libdri2/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/caffeine-ng/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/cairo-compmgr/files/bfd-ansidecl.patch: -------------------------------------------------------------------------------- 1 | diff -Naur src/cairocompmgr/src/ccm-debug.c src/cairocompmgr-patched/src/ccm-debug.c 2 | --- src/cairocompmgr/src/ccm-debug.c 2014-05-30 14:08:02.434448854 +0200 3 | +++ src/cairocompmgr-patched/src/ccm-debug.c 2014-05-30 14:13:57.447482643 +0200 4 | @@ -55,8 +55,9 @@ 5 | #include 6 | #include 7 | #include 8 | -#include 9 | #include 10 | +#include 11 | +#include 12 | #include 13 | #include 14 | #endif /* HAVE_EDEBUG */ 15 | 16 | -------------------------------------------------------------------------------- /x11-misc/cairo-compmgr/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | dev@lara.click 6 | Lara Maia 7 | 8 | 9 | 10 | gandalfn@club-internet.fr 11 | Nicolas Bruguier 12 | 13 | https://github.com/gandalfn/Cairo-Composite-Manager/issues 14 | gandalfn/Cairo-Composite-Manager 15 | 16 | 17 | -------------------------------------------------------------------------------- /x11-misc/cerebro/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/clipit/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for appindicator 11 | Enable GTK+ 3 support 12 | 13 | 14 | -------------------------------------------------------------------------------- /x11-misc/emojione-picker/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/glipper/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/gnomato/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/hardcode-tray/hardcode-tray-4.3.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="Fixes harcoded tray icons in Linux" 9 | HOMEPAGE="https://github.com/bilelmoussaoui/Hardcode-Tray" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | S="${WORKDIR}/Hardcode-Tray-${PV}" 18 | fi 19 | 20 | LICENSE="BSD GPL-3" 21 | SLOT="0" 22 | IUSE="" 23 | 24 | DEPEND="" 25 | RDEPEND="${DEPEND}" 26 | -------------------------------------------------------------------------------- /x11-misc/hardcode-tray/hardcode-tray-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 2019 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="Fixes harcoded tray icons in Linux" 9 | HOMEPAGE="https://github.com/bilelmoussaoui/Hardcode-Tray" 10 | 11 | if [[ ${PV} == 9999 ]]; then 12 | inherit git-r3 13 | EGIT_REPO_URI="${HOMEPAGE}" 14 | else 15 | SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" 16 | KEYWORDS="~amd64 ~arm ~arm64 ~x86" 17 | S="${WORKDIR}/Hardcode-Tray-${PV}" 18 | fi 19 | 20 | LICENSE="BSD GPL-3" 21 | SLOT="0" 22 | IUSE="" 23 | 24 | DEPEND="" 25 | RDEPEND="${DEPEND}" 26 | -------------------------------------------------------------------------------- /x11-misc/hardcode-tray/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/index/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/jome/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/komorebi/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/lightdm-gtk-greeter-settings/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/lightdm-qt5-greeter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/lightdm-settings/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/lightdm-slick-greeter/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/nightshift/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-misc/nvidia-xrun/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Use media-libs/libglvnd for dispatch. 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager-qt/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable KDE Plasma support 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager/files/optimus-manager.sh: -------------------------------------------------------------------------------- 1 | #!/sbin/openrc-run 2 | 3 | command="env python3 -u /usr/bin/optimus-manager-daemon" 4 | pidfile=${pidfile-/var/run/optimus-manager.pid} 5 | description="Optimus Manager Commands daemon" 6 | command_background=true 7 | 8 | depend() { 9 | before xdm 10 | } 11 | 12 | start_pre() { 13 | /usr/sbin/prime-switch-boot || return $? 14 | } 15 | 16 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager/files/scripts/prime-offload: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | log_file='/var/log/optimus-manager/prime_setup.log' 4 | [[ ! -d $(dirname $log_file) ]] && mkdir -p $(dirname $log_file) 5 | 6 | /usr/bin/python3 -u /usr/bin/optimus-manager-setup --setup-prime 2>&1 | tee -a $log_file 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager/files/scripts/prime-switch: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | log_file='/var/log/optimus-manager/gpu_setup.log' 4 | [[ ! -d $(dirname $log_file) ]] && mkdir -p $(dirname $log_file) 5 | 6 | /usr/bin/python3 -u /usr/bin/optimus-manager-setup --setup-gpu 2>&1 | tee -a $log_file 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager/files/scripts/prime-switch-boot: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | log_file='/var/log/optimus-manager/boot_setup.log' 4 | [[ ! -d $(dirname $log_file) ]] && mkdir -p $(dirname $log_file) 5 | 6 | /usr/bin/python3 -u /usr/bin/optimus-manager-setup --setup-boot 2>&1 | tee -a $log_file 7 | 8 | 9 | -------------------------------------------------------------------------------- /x11-misc/optimus-manager/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable support for SDDM 11 | Enable support for LightDM 12 | Enable support for GDM 13 | 14 | 15 | -------------------------------------------------------------------------------- /x11-misc/ulauncher/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-plugins/appmenu-gtk-module/files/80-appmenu-gtk-module: -------------------------------------------------------------------------------- 1 | if [ -n "$GTK_MODULES" ]; then 2 | GTK_MODULES="${GTK_MODULES}:appmenu-gtk-module" 3 | else 4 | GTK_MODULES="appmenu-gtk-module" 5 | fi 6 | 7 | if [ -z "$UBUNTU_MENUPROXY" ]; then 8 | UBUNTU_MENUPROXY=1 9 | fi 10 | 11 | export GTK_MODULES 12 | export UBUNTU_MENUPROXY 13 | -------------------------------------------------------------------------------- /x11-plugins/appmenu-gtk-module/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Enable system-wide configuration (recommended) 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-themes/adapta-kde/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install Kvantum themes 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-themes/ant-gtk-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/faba-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/faba-mono-icons/Manifest: -------------------------------------------------------------------------------- 1 | EBUILD faba-mono-icons-9999.ebuild 627 BLAKE2B 064571a10008cc34389c93047583bdff81934b42d885878836e24a86ed68aedfe64493b324f2a2e87064e4aed26f922cc51b2884897076dea93004abed21c294 SHA512 1359654d653e95a6aa523112161acedd2466d46fb87047c38eec050bd13c75c1b06d21786ee1e90b83a06dba423c567cb46324b1d9f881be847a99b8ce935c02 2 | MISC metadata.xml 317 BLAKE2B a064dab932a673a4ccd23732ebc842cd57c3b9faca938fe291ad7286b5649ff5f3cd8ac1191b340e621a20f3888dcab3470ec041aae115e3cba0a9eab7b67068 SHA512 2b7cae78785fa166c52e6d3eba008543924b3b057ffce125c9afce60453dbde9e8b65546042de78bd48cf4697d6487213a281e7ccad4ac44a944b41d89f2387b 3 | -------------------------------------------------------------------------------- /x11-themes/faba-mono-icons/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/flat-remix-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install dark themes 11 | Install light themes 12 | 13 | 14 | -------------------------------------------------------------------------------- /x11-themes/flattiance/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/la-capitaine-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/mate-notification-theme-slate/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/materia-kde/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install Kvantum theme 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-themes/materia-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/mcmojave-kde/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install Kvantum themes (requires x11-themes/kvantum) 11 | 12 | 13 | -------------------------------------------------------------------------------- /x11-themes/mojave-gtk-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/moka-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/moka-icon-theme/moka-icon-theme-5.4.0.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="Moka is a stylized Linux desktop icon set" 9 | HOMEPAGE="https://snwh.org/moka" 10 | if [[ ${PV} == 9999 ]];then 11 | inherit git-r3 12 | SRC_URI="" 13 | EGIT_REPO_URI="https://github.com/snwh/moka-icon-theme.git" 14 | KEYWORDS="" 15 | else 16 | SRC_URI="https://github.com/snwh/moka-icon-theme/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" 17 | KEYWORDS="~amd64 ~arm ~x86" 18 | fi 19 | 20 | LICENSE="GPL-3 CC-BY-SA-4.0" 21 | SLOT="0" 22 | IUSE="" 23 | 24 | DEPEND="x11-themes/faba-icon-theme" 25 | RDEPEND="${DEPEND}" 26 | -------------------------------------------------------------------------------- /x11-themes/moka-icon-theme/moka-icon-theme-9999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=7 5 | 6 | inherit meson 7 | 8 | DESCRIPTION="Moka is a stylized Linux desktop icon set" 9 | HOMEPAGE="https://snwh.org/moka" 10 | if [[ ${PV} == 9999 ]];then 11 | inherit git-r3 12 | SRC_URI="" 13 | EGIT_REPO_URI="https://github.com/snwh/moka-icon-theme.git" 14 | KEYWORDS="" 15 | else 16 | SRC_URI="https://github.com/snwh/moka-icon-theme/archive/v${PV}/v${PV}.tar.gz -> ${P}.tar.gz" 17 | KEYWORDS="~amd64 ~arm ~x86" 18 | fi 19 | 20 | LICENSE="GPL-3 CC-BY-SA-4.0" 21 | SLOT="0" 22 | IUSE="" 23 | 24 | DEPEND="x11-themes/faba-icon-theme" 25 | RDEPEND="${DEPEND}" 26 | -------------------------------------------------------------------------------- /x11-themes/paper-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/papirus-filezilla-themes/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/papirus-filezilla-themes/papirus-filezilla-themes-20170119.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | DESCRIPTION="Papirus icon themes for Filezilla" 7 | HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes" 8 | if [[ ${PV} == 99999999 ]]; then 9 | inherit git-r3 10 | SRC_URI="" 11 | KEYWORDS="" 12 | EGIT_REPO_URI="${HOMEPAGE}.git" 13 | else 14 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 15 | KEYWORDS="~amd64 ~arm ~x86" 16 | fi 17 | 18 | LICENSE="GPL-3" 19 | SLOT="0" 20 | IUSE="" 21 | 22 | DEPEND="" 23 | RDEPEND="${DEPEND} 24 | net-ftp/filezilla" 25 | -------------------------------------------------------------------------------- /x11-themes/papirus-filezilla-themes/papirus-filezilla-themes-20200105.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | DESCRIPTION="Papirus icon themes for Filezilla" 7 | HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes" 8 | if [[ ${PV} == 99999999 ]]; then 9 | inherit git-r3 10 | SRC_URI="" 11 | KEYWORDS="" 12 | EGIT_REPO_URI="${HOMEPAGE}.git" 13 | else 14 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 15 | KEYWORDS="~amd64 ~arm ~x86" 16 | fi 17 | 18 | LICENSE="GPL-3" 19 | SLOT="0" 20 | IUSE="" 21 | 22 | DEPEND="" 23 | RDEPEND="${DEPEND} 24 | net-ftp/filezilla" 25 | -------------------------------------------------------------------------------- /x11-themes/papirus-filezilla-themes/papirus-filezilla-themes-99999999.ebuild: -------------------------------------------------------------------------------- 1 | # Copyright 1999-2020 Gentoo Authors 2 | # Distributed under the terms of the GNU General Public License v2 3 | 4 | EAPI=6 5 | 6 | DESCRIPTION="Papirus icon themes for Filezilla" 7 | HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes" 8 | if [[ ${PV} == 99999999 ]]; then 9 | inherit git-r3 10 | SRC_URI="" 11 | KEYWORDS="" 12 | EGIT_REPO_URI="${HOMEPAGE}.git" 13 | else 14 | SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" 15 | KEYWORDS="~amd64 ~arm ~x86" 16 | fi 17 | 18 | LICENSE="GPL-3" 19 | SLOT="0" 20 | IUSE="" 21 | 22 | DEPEND="" 23 | RDEPEND="${DEPEND} 24 | net-ftp/filezilla" 25 | -------------------------------------------------------------------------------- /x11-themes/papirus-folders/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/pop-gtk-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/vimix-cursors/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/vimix-gtk-themes/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/vimix-icon-theme/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | -------------------------------------------------------------------------------- /x11-themes/vimix-kde/metadata.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | jpizarrocallejas@gmail.com 6 | Jorge Pizarro Callejas 7 | Jorgicio Gentoo Overlay 8 | 9 | 10 | Install Kvantum theme 11 | Install sddm theme 12 | 13 | 14 | --------------------------------------------------------------------------------