├── .github
└── workflows
│ ├── generate-deps-relation-r1.yml
│ └── repoman-check-on-pr.yml
├── .gitignore
├── AUTHORS
├── COPYING
├── README.md
├── acct-group
├── aptly
│ ├── aptly-0.ebuild
│ └── metadata.xml
├── cockpit-ws
│ ├── cockpit-ws-0.ebuild
│ └── metadata.xml
└── n2n
│ ├── metadata.xml
│ └── n2n-0.ebuild
├── acct-user
├── aptly
│ ├── aptly-0.ebuild
│ └── metadata.xml
├── cockpit-ws
│ ├── cockpit-ws-0.ebuild
│ └── metadata.xml
└── n2n
│ ├── metadata.xml
│ └── n2n-0.ebuild
├── app-admin
├── cockpit
│ ├── Manifest
│ ├── cockpit-234.ebuild
│ ├── files
│ │ └── cockpit.pam
│ └── metadata.xml
└── zenmonitor
│ ├── Manifest
│ ├── files
│ └── zenmonitor.patch
│ ├── metadata.xml
│ └── zenmonitor-1.4.2.ebuild
├── app-arch
└── zchunk
│ ├── Manifest
│ ├── metadata.xml
│ ├── zchunk-1.1.16.ebuild
│ └── zchunk-9999.ebuild
├── app-backup
└── snapper-gui
│ ├── metadata.xml
│ └── snapper-gui-201020.ebuild
├── app-crypt
├── archlinux-keyring
│ ├── Manifest
│ ├── archlinux-keyring-20210616.ebuild
│ └── metadata.xml
└── etoken-sac
│ ├── Manifest
│ ├── etoken-sac-10.3.ebuild
│ ├── files
│ ├── dist
│ │ ├── Makefile
│ │ ├── libhal_amd64_lib32.txz
│ │ ├── libhal_amd64_lib64.txz
│ │ └── libhal_x86.txz
│ ├── eTSrv.init-r3
│ └── patches
│ │ └── .keep
│ └── metadata.xml
├── app-dicts
└── copytranslator
│ ├── Manifest
│ ├── copytranslator-9.1.0.ebuild
│ └── metadata.xml
├── app-editors
├── typora
│ ├── Manifest
│ ├── files
│ │ └── Typora.desktop
│ ├── metadata.xml
│ ├── typora-0.11.18.ebuild
│ └── typora-1.0.3.ebuild
└── visual-studio-code-bin
│ ├── Manifest
│ ├── files
│ ├── visual-studio-code-url-handler.desktop
│ ├── visual-studio-code-workspace.xml
│ └── visual-studio-code.desktop
│ ├── metadata.xml
│ └── visual-studio-code-bin-1.63.2.ebuild
├── app-emulation
├── deepin-udis86
│ ├── Manifest
│ ├── deepin-udis86-1.72-r4.ebuild
│ └── metadata.xml
├── deepin-wine-helper
│ ├── Manifest
│ ├── deepin-wine-helper-5.1.27-r1.ebuild
│ └── metadata.xml
├── deepin-wine-plugin
│ ├── Manifest
│ ├── deepin-wine-plugin-5.1.13-r1.ebuild
│ └── metadata.xml
├── deepin-wine6-stable
│ ├── Manifest
│ ├── deepin-wine6-stable-6.0.0.18-r1.ebuild
│ └── metadata.xml
└── winetricks-zh
│ ├── metadata.xml
│ └── winetricks-zh-9999.ebuild
├── app-i18n
├── dvp
│ ├── Manifest
│ ├── dvp-1.2.1-r1.ebuild
│ └── metadata.xml
├── fcitx
│ ├── Manifest
│ ├── fcitx-4.2.9.8.ebuild
│ ├── files
│ │ ├── fcitx-4.2.9.8-enchant.patch
│ │ └── fcitx-4.2.9.8-xkb.patch
│ └── metadata.xml
├── fcitx5-chinese-addons
│ ├── Manifest
│ ├── fcitx5-chinese-addons-5.0.10.ebuild
│ ├── fcitx5-chinese-addons-9999.ebuild
│ └── metadata.xml
├── fcitx5-configtool
│ ├── Manifest
│ ├── fcitx5-configtool-5.0.10.ebuild
│ ├── fcitx5-configtool-9999.ebuild
│ └── metadata.xml
├── fcitx5-gtk
│ ├── Manifest
│ ├── fcitx5-gtk-5.0.11.ebuild
│ ├── fcitx5-gtk-9999.ebuild
│ └── metadata.xml
├── fcitx5-hangul
│ ├── Manifest
│ ├── fcitx5-hangul-5.0.6.ebuild
│ └── metadata.xml
├── fcitx5-meta
│ ├── fcitx5-meta-5.0.12.ebuild
│ └── metadata.xml
├── fcitx5-qt
│ ├── Manifest
│ ├── fcitx5-qt-5.0.9.ebuild
│ ├── fcitx5-qt-9999.ebuild
│ └── metadata.xml
├── fcitx5-rime
│ ├── Manifest
│ ├── fcitx5-rime-5.0.10.ebuild
│ ├── fcitx5-rime-9999.ebuild
│ └── metadata.xml
├── fcitx5-skk
│ ├── Manifest
│ ├── fcitx5-skk-5.0.9.ebuild
│ ├── fcitx5-skk-9999.ebuild
│ └── metadata.xml
├── fcitx5-table-extra
│ ├── Manifest
│ ├── fcitx5-table-extra-5.0.7.ebuild
│ └── metadata.xml
├── fcitx5-table-other
│ ├── Manifest
│ ├── fcitx5-table-other-5.0.6.ebuild
│ └── metadata.xml
├── fcitx5
│ ├── Manifest
│ ├── fcitx5-5.0.13.ebuild
│ ├── fcitx5-9999.ebuild
│ └── metadata.xml
├── gcin
│ ├── ChangeLog
│ ├── Manifest
│ ├── files
│ │ ├── extras
│ │ │ └── gcin
│ │ ├── gcin-1.4.6.pre16-qt4-fix.patch
│ │ ├── gcin-1.6.4_pre23_moc_path_fix.patch
│ │ ├── gcin-2.6.6_qtmoc_fix.patch
│ │ └── nobopomofo
│ │ │ ├── 99gcin-filter-nobopomofo
│ │ │ ├── SS1135_ST.jpg
│ │ │ ├── SS1208_DT.jpg
│ │ │ └── gcin-filter-nobopomofo
│ ├── gcin-2.9.0-r2.ebuild
│ └── metadata.xml
├── ibus-rime
│ ├── ChangeLog
│ ├── ibus-rime-9999.ebuild
│ └── metadata.xml
├── libgooglepinyin
│ ├── Manifest
│ ├── libgooglepinyin-0.1.2-r1.ebuild
│ └── metadata.xml
├── libime
│ ├── Manifest
│ ├── libime-1.0.11.ebuild
│ ├── libime-9999.ebuild
│ └── metadata.xml
├── lunar
│ ├── Manifest
│ ├── lunar-2.2-r5.ebuild
│ └── metadata.xml
├── man-pages-zh_CN
│ ├── ChangeLog
│ ├── man-pages-zh_CN-9999.ebuild
│ └── metadata.xml
├── mozc
│ ├── Manifest
│ ├── files
│ │ ├── 50mozc-gentoo.el
│ │ ├── mozc-2.20.2673.102-tests_build.patch
│ │ ├── mozc-2.20.2673.102-tests_skipping.patch
│ │ ├── mozc-2.23.2815.102-environmental_variables.patch
│ │ ├── mozc-2.23.2815.102-gcc-8.patch
│ │ ├── mozc-2.23.2815.102-python-3_1.patch
│ │ ├── mozc-2.23.2815.102-python-3_2.patch
│ │ ├── mozc-2.23.2815.102-python-3_3.patch
│ │ ├── mozc-2.23.2815.102-python-3_4.patch
│ │ ├── mozc-2.23.2815.102-reiwa.patch
│ │ ├── mozc-2.23.2815.102-server_path_check.patch
│ │ ├── mozc-2.23.2815.102-system_libraries.patch
│ │ ├── mozc-2.26.4220-environmental_variables.patch
│ │ ├── mozc-2.26.4220-server_path_check.patch
│ │ ├── mozc-2.26.4220-system_abseil-cpp.patch
│ │ ├── mozc-2.26.4220-system_gtest.patch
│ │ └── mozc-2.26.4220-system_jsoncpp.patch
│ ├── metadata.xml
│ ├── mozc-2.26.4220_p20201212102434_p20201219202429-r1.ebuild
│ └── mozc-9999.ebuild
├── scim-chrasis
│ ├── metadata.xml
│ └── scim-chrasis-9999.0.0.1.ebuild
├── sogoupinyin
│ ├── Manifest
│ ├── metadata.xml
│ └── sogoupinyin-2.4.0.3469.ebuild
└── zh-autoconvert
│ ├── Manifest
│ ├── files
│ └── make-makefile-respect-compiler-references.patch
│ ├── metadata.xml
│ └── zh-autoconvert-0.3.16-r5.ebuild
├── app-misc
├── bcompare
│ ├── Manifest
│ ├── bcompare-4.4.0.25886.ebuild
│ └── metadata.xml
├── ccal
│ ├── Manifest
│ ├── ccal-2.5.3.ebuild
│ ├── files
│ │ └── ccal-cflags.patch
│ └── metadata.xml
├── gpick
│ ├── Manifest
│ ├── gpick-0.2.6.ebuild
│ └── metadata.xml
├── jshon
│ ├── jshon-9999.ebuild
│ └── metadata.xml
├── nixnote
│ ├── Manifest
│ ├── files
│ │ ├── fix-build-script.patch
│ │ └── tidy-source-dir-location.patch
│ ├── metadata.xml
│ └── nixnote-2.1.6.ebuild
├── rmtrash
│ ├── Manifest
│ ├── metadata.xml
│ └── rmtrash-1.14.ebuild
└── spark
│ ├── Manifest
│ ├── metadata.xml
│ └── spark-1.0.1.ebuild
├── app-mobilephone
└── scrcpy
│ ├── Manifest
│ ├── metadata.xml
│ ├── scrcpy-1.19.ebuild
│ ├── scrcpy-1.20.ebuild
│ └── scrcpy-1.21.ebuild
├── app-office
├── bytedance-feishu
│ ├── Manifest
│ ├── bytedance-feishu-4.11.6.2.ebuild
│ └── metadata.xml
├── freeoffice
│ ├── Manifest
│ ├── files
│ │ ├── freeoffice-planmaker
│ │ ├── freeoffice-planmaker.desktop
│ │ ├── freeoffice-presentations
│ │ ├── freeoffice-presentations.desktop
│ │ ├── freeoffice-textmaker
│ │ └── freeoffice-textmaker.desktop
│ ├── freeoffice-1042.ebuild
│ └── metadata.xml
└── wps-office
│ ├── Manifest
│ ├── metadata.xml
│ └── wps-office-11.1.0.10702.ebuild
├── app-pda
└── ipadcharge
│ ├── files
│ └── ipadcharge-9999-makefile.patch
│ ├── ipadcharge-9999.ebuild
│ └── metadata.xml
├── app-shells
├── gitstatus
│ ├── Manifest
│ ├── gitstatus-1.5.3-r1.ebuild
│ └── metadata.xml
└── zsh-theme-powerlevel10k
│ ├── Manifest
│ ├── metadata.xml
│ └── zsh-theme-powerlevel10k-1.15.0-r1.ebuild
├── app-text
├── groff-utf8
│ ├── Manifest
│ ├── groff-utf8-0-r1.ebuild
│ └── metadata.xml
├── wiznote
│ ├── Manifest
│ ├── metadata.xml
│ ├── wiznote-2.8.5.ebuild
│ └── wiznote-9999.ebuild
├── xdvipdfmx
│ ├── metadata.xml
│ └── xdvipdfmx-9999.ebuild
└── ydcv-rs
│ ├── Manifest
│ ├── files
│ └── ydcv-rs-0.4.7-update-test_explain_html_2-result.diff
│ ├── metadata.xml
│ └── ydcv-rs-0.4.7.ebuild
├── app-vim
├── clang_complete
│ ├── Manifest
│ ├── clang_complete-1.8.ebuild
│ └── metadata.xml
├── easymotion
│ ├── Manifest
│ ├── easymotion-1.3.ebuild
│ └── metadata.xml
└── powerline
│ ├── metadata.xml
│ └── powerline-9999.ebuild
├── cutefish-base
├── cutefish-calculator
│ ├── Manifest
│ ├── cutefish-calculator-0.7.ebuild
│ ├── cutefish-calculator-9999.ebuild
│ └── metadata.xml
├── cutefish-dock
│ ├── Manifest
│ ├── cutefish-dock-0.7.ebuild
│ ├── cutefish-dock-9999.ebuild
│ └── metadata.xml
├── cutefish-filemanager
│ ├── Manifest
│ ├── cutefish-filemanager-0.7.ebuild
│ ├── cutefish-filemanager-9999.ebuild
│ └── metadata.xml
├── cutefish-icons
│ ├── Manifest
│ ├── cutefish-icons-0.7.ebuild
│ ├── cutefish-icons-9999.ebuild
│ └── metadata.xml
├── cutefish-kwin-plugins
│ ├── Manifest
│ ├── cutefish-kwin-plugins-0.7.ebuild
│ ├── cutefish-kwin-plugins-9999.ebuild
│ └── metadata.xml
├── cutefish-launcher
│ ├── Manifest
│ ├── cutefish-launcher-0.7.ebuild
│ ├── cutefish-launcher-9999.ebuild
│ └── metadata.xml
├── cutefish-meta
│ ├── cutefish-meta-0.7.ebuild
│ └── metadata.xml
├── cutefish-qt-plugins
│ ├── Manifest
│ ├── cutefish-qt-plugins-0.7.ebuild
│ ├── cutefish-qt-plugins-9999.ebuild
│ └── metadata.xml
├── cutefish-screenlocker
│ ├── Manifest
│ ├── cutefish-screenlocker-0.7.ebuild
│ ├── cutefish-screenlocker-9999.ebuild
│ └── metadata.xml
├── cutefish-screenshot
│ ├── Manifest
│ ├── cutefish-screenshot-0.7.ebuild
│ ├── cutefish-screenshot-9999.ebuild
│ └── metadata.xml
├── cutefish-settings
│ ├── Manifest
│ ├── cutefish-settings-0.7.ebuild
│ ├── cutefish-settings-9999.ebuild
│ └── metadata.xml
├── cutefish-statusbar
│ ├── Manifest
│ ├── cutefish-statusbar-0.7.ebuild
│ ├── cutefish-statusbar-9999.ebuild
│ └── metadata.xml
├── cutefish-terminal
│ ├── Manifest
│ ├── cutefish-terminal-0.7.ebuild
│ ├── cutefish-terminal-9999.ebuild
│ └── metadata.xml
├── cutefish-texteditor
│ ├── Manifest
│ ├── cutefish-texteditor-0.7.ebuild
│ ├── cutefish-texteditor-9999.ebuild
│ └── metadata.xml
├── cutefish-videoplayer
│ ├── Manifest
│ ├── cutefish-videoplayer-0.7.ebuild
│ ├── cutefish-videoplayer-9999.ebuild
│ └── metadata.xml
└── cutefish-wallpapers
│ ├── Manifest
│ ├── cutefish-wallpapers-0.7.ebuild
│ ├── cutefish-wallpapers-9999.ebuild
│ └── metadata.xml
├── dev-cpp
├── ETL
│ ├── ETL-0.04.22.ebuild
│ ├── Manifest
│ └── metadata.xml
├── cppcoro
│ ├── cppcoro-210605.ebuild
│ ├── files
│ │ └── cppcoro-ins-into-lib64.patch
│ └── metadata.xml
├── date
│ ├── Manifest
│ ├── date-3.0.1.ebuild
│ └── metadata.xml
├── nameof
│ ├── Manifest
│ ├── metadata.xml
│ ├── nameof-0.10.1.ebuild
│ └── nameof-0.10.1_p211229.ebuild
└── tgbot-cpp
│ ├── metadata.xml
│ ├── tgbot-cpp-1.3.ebuild
│ └── tgbot-cpp-1.3_p211229.ebuild
├── dev-db
└── dbeaver-bin
│ ├── Manifest
│ ├── dbeaver-bin-21.3.2.ebuild
│ └── metadata.xml
├── dev-libs
├── boost
│ ├── Manifest
│ ├── boost-1.78.0-r2.ebuild
│ ├── files
│ │ ├── boost-1.71.0-build-auto_index-tool.patch
│ │ ├── boost-1.71.0-context-x32.patch
│ │ ├── boost-1.71.0-disable_icu_rpath.patch
│ │ ├── boost-1.73-boost-mpi-python-PEP-328.patch
│ │ ├── boost-1.74-CVE-2012-2677.patch
│ │ ├── boost-1.76-boost-numpy.patch
│ │ ├── boost-1.76-sparc-define.patch
│ │ ├── boost-1.77.0-fix-process-include.patch
│ │ ├── boost-1.77.0-python-3.10.patch
│ │ └── boost-1.78.0-fix-musl-build.patch
│ └── metadata.xml
├── granite
│ ├── Manifest
│ ├── granite-5.2.1.ebuild
│ └── metadata.xml
├── libbacktrace
│ ├── libbacktrace-210530.ebuild
│ └── metadata.xml
├── libchrasis
│ ├── libchrasis-9999.0.1.1.ebuild
│ └── metadata.xml
├── libdatrie
│ ├── Manifest
│ ├── libdatrie-0.2.13.ebuild
│ └── metadata.xml
├── libdwarf
│ ├── Manifest
│ ├── libdwarf-20140208.ebuild
│ └── metadata.xml
├── libthai
│ ├── Manifest
│ ├── files
│ │ └── libthai-0.1.28-fix-duplicate-dir.patch
│ ├── libthai-0.1.28.ebuild
│ └── metadata.xml
├── lunar-date
│ ├── Manifest
│ ├── lunar-date-3.0.0.ebuild
│ └── metadata.xml
├── tdlib
│ ├── Manifest
│ ├── files
│ │ └── tdlib-1.5.0-multilib.patch
│ ├── metadata.xml
│ ├── tdlib-1.5.0.ebuild
│ ├── tdlib-1.6.0.ebuild
│ └── tdlib-9999.ebuild
├── v2ray-domain-list-community-bin
│ ├── Manifest
│ ├── metadata.xml
│ ├── v2ray-domain-list-community-bin-4.39.2_p20210621183458.ebuild
│ └── v2ray-domain-list-community-bin-9999.ebuild
├── v2ray-domain-list-community
│ ├── Manifest
│ ├── metadata.xml
│ ├── v2ray-domain-list-community-4.39.2_p20210621183458.ebuild
│ └── v2ray-domain-list-community-9999.ebuild
└── v2ray-geoip-bin
│ ├── Manifest
│ ├── metadata.xml
│ ├── v2ray-geoip-bin-4.39.2_p202106170022.ebuild
│ └── v2ray-geoip-bin-9999.ebuild
├── dev-python
├── conda-package-handling
│ ├── Manifest
│ ├── conda-package-handling-1.7.3.ebuild
│ └── metadata.xml
├── conda
│ ├── Manifest
│ ├── conda-4.11.0.ebuild
│ ├── files
│ │ └── condarc
│ └── metadata.xml
├── fuo-kuwo
│ ├── Manifest
│ ├── fuo-kuwo-0.1.5.ebuild
│ └── metadata.xml
├── fuo-local
│ ├── Manifest
│ ├── fuo-local-0.2.1-r1.ebuild
│ └── metadata.xml
├── fuo-netease
│ ├── Manifest
│ ├── fuo-netease-0.8.ebuild
│ └── metadata.xml
├── fuo-qqmusic
│ ├── Manifest
│ ├── fuo-qqmusic-0.3.3.ebuild
│ └── metadata.xml
├── imgviz
│ ├── Manifest
│ ├── imgviz-1.3.0.ebuild
│ └── metadata.xml
├── janus
│ ├── Manifest
│ ├── janus-1.0.0-r1.ebuild
│ └── metadata.xml
├── labelme
│ ├── Manifest
│ ├── files
│ │ └── subElementRect.patch
│ ├── labelme-4.6.0.ebuild
│ └── metadata.xml
├── pycosat
│ ├── Manifest
│ ├── metadata.xml
│ └── pycosat-0.6.3.ebuild
├── python-telegram-bot
│ ├── Manifest
│ ├── metadata.xml
│ └── python-telegram-bot-13.10.ebuild
├── qasync
│ ├── Manifest
│ ├── metadata.xml
│ └── qasync-0.22.0.ebuild
└── tomlkit
│ ├── Manifest
│ ├── metadata.xml
│ └── tomlkit-0.8.0.ebuild
├── dev-qt
├── assistant
│ ├── Manifest
│ ├── assistant-5.15.2-r11.ebuild
│ └── metadata.xml
└── qdbusviewer
│ ├── Manifest
│ ├── metadata.xml
│ └── qdbusviewer-5.15.2-r10.ebuild
├── dev-util
├── arch-install-scripts
│ ├── Manifest
│ ├── arch-install-scripts-24.ebuild
│ └── metadata.xml
├── bom-utils
│ ├── Manifest
│ ├── bom-utils-1.0.ebuild
│ └── metadata.xml
├── elfembed
│ ├── Manifest
│ ├── elfembed-0.3-r1.ebuild
│ └── metadata.xml
├── fernflower
│ ├── Manifest
│ ├── fernflower-1.ebuild
│ └── metadata.xml
├── jd-gui
│ ├── Manifest
│ ├── jd-gui-1.4.0.ebuild
│ └── metadata.xml
├── jetbrains-toolbox
│ ├── Manifest
│ ├── files
│ │ └── jetbrains-toolbox.desktop
│ ├── jetbrains-toolbox-1.22.10774.ebuild
│ └── metadata.xml
├── rust-analyzer
│ ├── Manifest
│ ├── metadata.xml
│ └── rust-analyzer-20210712.ebuild
└── v2ray-geoip-generator
│ ├── metadata.xml
│ └── v2ray-geoip-generator-9999.ebuild
├── eclass
├── googlecode.eclass
└── xetex-package.eclass
├── games-board
└── othello
│ ├── Manifest
│ ├── metadata.xml
│ └── othello-0.2.2.ebuild
├── games-util
└── winegame-client-bin
│ ├── Manifest
│ ├── metadata.xml
│ └── winegame-client-bin-0.5.7.2-r1.ebuild
├── kde-misc
└── plasma-applet-netspeed-widget
│ ├── Manifest
│ ├── metadata.xml
│ ├── plasma-applet-netspeed-widget-1.8-r1.ebuild
│ └── plasma-applet-netspeed-widget-9999.ebuild
├── licenses
├── ALWIL-EULA
├── BaiduNetDisk
├── Bcompare
├── BitDefender-ASU-EUSLA
├── Fcitx-Sogou
├── Foxit-EULA
├── JetBrainsToolbox
├── Maxthon
├── NetEase
├── PyCharm_Academic_license
├── PyCharm_Classroom_license
├── PyCharm_OpenSource_license
├── PyCharm_Preview_License
├── PyCharm_license
├── SoftMaker
├── Synrc-Research-Center
├── Tencent
├── Unicode_License
├── VESTA
├── Vic-Fieger-License
├── Yunio
├── bytedance-feishu
├── dingding
├── epgsql
├── goldrush
├── make-proxy
├── ntufonts
├── synrc
├── synrc-sh
├── tenvideo-privacy
├── typora
└── wemeet_license
├── media-fonts
├── cwtex-q-fonts
│ ├── Manifest
│ ├── cwtex-q-fonts-0.2.ebuild
│ └── metadata.xml
├── jf-openhuninn
│ ├── Manifest
│ ├── jf-openhuninn-1.1.ebuild
│ └── metadata.xml
├── lxgwwenkai
│ ├── Manifest
│ ├── lxgwwenkai-1.111.ebuild
│ └── metadata.xml
├── nerd-fonts
│ ├── Manifest
│ ├── metadata.xml
│ └── nerd-fonts-2.1.0.ebuild
├── taipei-sans-tc
│ ├── Manifest
│ ├── metadata.xml
│ └── taipei-sans-tc-1.0.ebuild
├── ttf-wps-fonts
│ ├── metadata.xml
│ └── ttf-wps-fonts-1.0.ebuild
└── wangfonts
│ ├── Manifest
│ ├── metadata.xml
│ └── wangfonts-1.3.0.ebuild
├── media-gfx
├── blur-effect
│ ├── Manifest
│ ├── blur-effect-1.1.3.ebuild
│ └── metadata.xml
├── byzanz
│ ├── byzanz-0.3.0.9999.ebuild
│ └── metadata.xml
├── sane-backends
│ ├── metadata.xml
│ └── sane-backends-9999.ebuild
├── scangearmp
│ ├── Manifest
│ ├── files
│ │ └── fixcompile.patch
│ ├── metadata.xml
│ ├── scangearmp-1.60.ebuild
│ └── scangearmp-2.4.10.ebuild
└── xrectsel
│ ├── Manifest
│ ├── metadata.xml
│ └── xrectsel-0.3.1.ebuild
├── media-libs
└── libspiro
│ ├── Manifest
│ ├── libspiro-0.3.20150131.ebuild
│ └── metadata.xml
├── media-plugins
├── audacious-mac
│ ├── Manifest
│ ├── audacious-mac-0.2.0.ebuild
│ ├── audacious-mac-0.3.10.ebuild
│ └── metadata.xml
├── gimp-gap
│ ├── Manifest
│ └── gimp-gap-2.8.0.ebuild
└── osdlyrics
│ ├── Manifest
│ ├── metadata.xml
│ ├── osdlyrics-0.5.10.ebuild
│ └── osdlyrics-9999.ebuild
├── media-sound
├── feeluown
│ ├── Manifest
│ ├── feeluown-3.7.14.ebuild
│ ├── files
│ │ └── feeluown.desktop
│ └── metadata.xml
├── linnya
│ ├── Manifest
│ ├── linnya-2.2.0.ebuild
│ └── metadata.xml
├── netease-cloud-music
│ ├── Manifest
│ ├── files
│ │ ├── doinslib.list
│ │ ├── netease-cloud-music.bash
│ │ └── patch.c
│ ├── metadata.xml
│ └── netease-cloud-music-1.2.1.ebuild
└── yesplaymusic-bin
│ ├── Manifest
│ ├── files
│ └── yesplaymusic.desktop
│ ├── metadata.xml
│ └── yesplaymusic-bin-0.4.2.ebuild
├── media-video
├── avplayer
│ ├── avplayer-9999.ebuild
│ └── metadata.xml
└── tenvideo
│ ├── Manifest
│ ├── metadata.xml
│ └── tenvideo-1.0.10.ebuild
├── metadata.xml
├── metadata
├── layout.conf
└── news
│ ├── 2012-07-12-remove-app-text-xetex
│ ├── 2012-07-12-remove-app-text-xetex.en.txt
│ ├── 2012-07-12-remove-app-text-xetex.en.txt.asc
│ ├── 2012-07-12-remove-app-text-xetex.zh.txt
│ └── 2012-07-12-remove-app-text-xetex.zh.txt.asc
│ └── 2017-03-26-new-package-dde-go-essential
│ ├── 2017-03-26-new-package-dde-go-essential.en.txt
│ └── 2017-03-26-new-package-dde-go-essential.en.txt.asc
├── net-dialup
└── mentohust
│ ├── mentohust-9999.ebuild
│ └── metadata.xml
├── net-dns
├── chinadns
│ ├── Manifest
│ ├── chinadns-1.3.2.ebuild
│ ├── files
│ │ ├── chinadns.confd
│ │ └── chinadns.initd
│ └── metadata.xml
├── libidn11
│ ├── Manifest
│ ├── files
│ │ └── 50libidn-gentoo.el
│ ├── libidn11-1.33.ebuild
│ └── metadata.xml
└── phddns
│ ├── Manifest
│ ├── files
│ └── phddns.init.d
│ ├── metadata.xml
│ └── phddns-2.0.6.32828.ebuild
├── net-im
├── avim
│ ├── avim-0.1.ebuild
│ └── metadata.xml
├── deepin-wine-wechat
│ ├── Manifest
│ ├── deepin-wine-wechat-3.4.0.38.ebuild
│ ├── files
│ │ ├── reg.patch
│ │ └── run.sh
│ └── metadata.xml
├── dingtalk
│ ├── Manifest
│ ├── dingtalk-1.2.0.140-r1.ebuild
│ └── metadata.xml
├── freetalk
│ ├── Manifest
│ ├── files
│ │ ├── 3.2-aclocal.patch
│ │ ├── 3.2-asneeded.patch
│ │ └── 3.2-callback.patch
│ ├── freetalk-4.1.ebuild
│ └── metadata.xml
├── telegram-desktop
│ ├── Manifest
│ ├── metadata.xml
│ └── telegram-desktop-3.4.3.ebuild
├── telegram-purple
│ ├── Manifest
│ ├── metadata.xml
│ ├── telegram-purple-1.4.7-r1.ebuild
│ └── telegram-purple-9999.ebuild
├── tencent-qq
│ ├── Manifest
│ ├── metadata.xml
│ └── tencent-qq-2.0.0_beta2_p1089.ebuild
├── wechat-uos
│ ├── Manifest
│ ├── files
│ │ ├── license.json
│ │ ├── license.key
│ │ ├── lsb-release
│ │ ├── os-release
│ │ └── wechat
│ ├── metadata.xml
│ ├── wechat-uos-2.0.0.ebuild
│ └── wechat-uos-2.1.1.ebuild
└── wemeet
│ ├── Manifest
│ ├── metadata.xml
│ └── wemeet-2.8.0.1.ebuild
├── net-libs
└── jzmq
│ ├── jzmq-9999.ebuild
│ └── metadata.xml
├── net-misc
├── Cloudreve
│ ├── Cloudreve-3.3.2.ebuild
│ ├── Manifest
│ └── files
│ │ ├── cloudreve.service
│ │ └── static.go
├── avsocks
│ ├── avsocks-9999.ebuild
│ └── metadata.xml
├── baidunetdisk
│ ├── Manifest
│ ├── baidunetdisk-4.3.0.ebuild
│ └── metadata.xml
├── baidupcs-go
│ ├── Manifest
│ ├── baidupcs-go-3.6.2.ebuild
│ ├── baidupcs-go-9999.ebuild
│ └── metadata.xml
├── networkmanager-l2tp
│ ├── metadata.xml
│ └── networkmanager-l2tp-9999.ebuild
├── nomachine-enterprise-client
│ ├── Manifest
│ ├── files
│ │ └── nomachine-enterprise-client.png
│ ├── metadata.xml
│ └── nomachine-enterprise-client-7.7.4.1.ebuild
├── pcmanx-gtk2
│ ├── Manifest
│ ├── metadata.xml
│ ├── pcmanx-gtk2-1.3.ebuild
│ └── pcmanx-gtk2-9999.ebuild
├── postman-bin
│ ├── Manifest
│ ├── metadata.xml
│ └── postman-bin-9.6.1.ebuild
├── prips
│ ├── Manifest
│ ├── metadata.xml
│ └── prips-1.0.0.ebuild
├── you-get
│ ├── metadata.xml
│ └── you-get-9999.ebuild
└── youtube-dl
│ ├── Manifest
│ ├── metadata.xml
│ └── youtube-dl-2021.06.06.ebuild
├── net-p2p
├── amule-dlp-antileech
│ ├── amule-dlp-antileech-9999.ebuild
│ └── metadata.xml
├── amule-dlp
│ ├── amule-dlp-9999.ebuild
│ └── metadata.xml
├── n2n
│ ├── Manifest
│ ├── metadata.xml
│ └── n2n-3.0.ebuild
└── qbittorrent-enhanced
│ ├── Manifest
│ ├── metadata.xml
│ ├── qbittorrent-enhanced-4.3.8.10.ebuild
│ ├── qbittorrent-enhanced-4.3.9.10.ebuild
│ └── qbittorrent-enhanced-4.4.0.10.ebuild
├── net-print
└── epson-inkjet-printer_201207w
│ ├── Manifest
│ ├── epson-inkjet-printer_201207w-1.0.0.ebuild
│ └── metadata.xml
├── net-proxy
├── Xray
│ ├── Manifest
│ ├── Xray-1.4.3.ebuild
│ ├── Xray-1.4.4.ebuild
│ ├── Xray-1.4.5.ebuild
│ ├── Xray-1.5.2.ebuild
│ ├── files
│ │ ├── xray.initd
│ │ ├── xray.service
│ │ └── xray_at.service
│ └── metadata.xml
├── clash
│ ├── Manifest
│ ├── clash-1.8.0.ebuild
│ ├── files
│ │ ├── clash.service
│ │ └── clash_at.service
│ └── metadata.xml
├── make-proxy
│ ├── Manifest
│ ├── files
│ │ ├── mp-client
│ │ ├── mp-client.service
│ │ ├── mp-server
│ │ └── mp-server.service
│ ├── make-proxy-2.0.0.ebuild
│ └── metadata.xml
├── shadowsocks-rust-bin
│ ├── Manifest
│ ├── files
│ │ ├── shadowsocks-rust-server_at.service
│ │ └── shadowsocks-rust_at.service
│ ├── metadata.xml
│ └── shadowsocks-rust-bin-1.12.5.ebuild
├── shadowvpn
│ ├── metadata.xml
│ └── shadowvpn-9999.ebuild
├── smartproxy
│ ├── metadata.xml
│ └── smartproxy-0.9.4.ebuild
├── v2ray-bin
│ ├── Manifest
│ ├── files
│ │ ├── v2ray.initd
│ │ ├── v2ray.service
│ │ └── v2ray_at.service
│ ├── metadata.xml
│ └── v2ray-bin-4.44.0.ebuild
├── v2ray
│ ├── Manifest
│ ├── files
│ │ └── v2ray.initd
│ ├── metadata.xml
│ ├── v2ray-4.40.1.ebuild
│ └── v2ray-4.43.0.ebuild
└── v2rayA
│ ├── Manifest
│ ├── files
│ ├── v2rayA-user.confd
│ ├── v2rayA-user.initd
│ ├── v2rayA.confd
│ └── v2rayA.initd
│ ├── metadata.xml
│ └── v2rayA-1.5.5.ebuild
├── profiles
├── arch
│ └── amd64
│ │ └── no-multilib
│ │ └── package.mask
├── categories
├── package.mask
├── repo_name
├── thirdpartymirrors
├── updates
│ ├── 1Q-2013
│ ├── 1Q-2015
│ ├── 2Q-2011
│ ├── 2Q-2012
│ ├── 2Q-2014
│ ├── 2Q-2021
│ ├── 3Q-2014
│ ├── 3Q-2016
│ ├── 3Q-2017
│ ├── 4Q-2012
│ ├── 4Q-2013
│ ├── 4Q-2017
│ ├── 4Q-2020
│ └── 4Q-2021
├── use.desc
└── use.local.desc
├── repo.xml
├── sci-chemistry
└── vesta
│ ├── Manifest
│ ├── files
│ └── VESTA.desktop
│ ├── metadata.xml
│ ├── vesta-3.5.5.ebuild
│ └── vesta-3.5.7-r1.ebuild
├── sci-libs
├── libticables2
│ ├── libticables2-9999.ebuild
│ └── metadata.xml
├── libticalcs2
│ ├── libticalcs2-9999.ebuild
│ └── metadata.xml
├── libticonv
│ ├── libticonv-9999.ebuild
│ └── metadata.xml
└── libtifiles2
│ ├── libtifiles2-9999.ebuild
│ └── metadata.xml
├── scripts
├── generate_manifest
└── thin_manifest_clean.sh
├── sets.conf
├── sets
└── ucimf
├── setting_id.sh
├── skel.ChangeLog
├── skel.metadata.xml
├── sys-apps
├── aptly
│ ├── Manifest
│ ├── aptly-1.4.0-r1.ebuild
│ ├── aptly-9999.ebuild
│ ├── files
│ │ ├── aptly-1.4.0-go.sum.patch
│ │ ├── aptly-api.confd
│ │ ├── aptly-api.initd
│ │ ├── aptly.conf
│ │ ├── aptly.confd
│ │ └── aptly.initd
│ └── metadata.xml
├── mdp
│ ├── mdp-9999.ebuild
│ └── metadata.xml
├── pacman-mirrorlist
│ ├── Manifest
│ ├── metadata.xml
│ └── pacman-mirrorlist-20210509.ebuild
├── pacman
│ ├── Manifest
│ ├── metadata.xml
│ └── pacman-6.0.1.ebuild
├── yaourt
│ ├── Manifest
│ ├── metadata.xml
│ └── yaourt-1.2.2.ebuild
└── zypper
│ ├── Manifest
│ ├── metadata.xml
│ ├── zypper-1.14.51.ebuild
│ └── zypper-9999.ebuild
├── sys-devel
└── ucc
│ ├── Manifest
│ ├── files
│ └── fix-ignore-cflags-and-ldflags.patch
│ ├── metadata.xml
│ └── ucc-1.1-r0.ebuild
├── sys-fs
├── coda
│ ├── Manifest
│ ├── coda-7.0.5.ebuild
│ └── metadata.xml
├── erofs-utils
│ ├── Manifest
│ └── erofs-utils-1.3.ebuild
├── f2fs-tools
│ ├── f2fs-tools-9999.ebuild
│ └── metadata.xml
├── jmtpfs
│ ├── Manifest
│ ├── jmtpfs-0.5.ebuild
│ └── metadata.xml
└── systemd-zpool-scrub
│ └── systemd-zpool-scrub-1.1.ebuild
├── sys-kernel
├── mkinitcpio
│ ├── Manifest
│ ├── files
│ │ ├── initcpio-hook-udev
│ │ ├── initcpio-install-base
│ │ ├── initcpio-install-systemd
│ │ ├── initcpio-install-udev
│ │ └── linux.preset
│ └── mkinitcpio-31.ebuild
├── xanmod-hybrid
│ ├── Manifest
│ ├── metadata.xml
│ └── xanmod-hybrid-5.15.13.ebuild
├── xanmod-lts
│ ├── Manifest
│ ├── metadata.xml
│ └── xanmod-lts-5.15.11-r2.ebuild
├── xanmod-rt
│ ├── Manifest
│ ├── metadata.xml
│ └── xanmod-rt-5.15.12.ebuild
└── zenpower
│ ├── Manifest
│ ├── metadata.xml
│ └── zenpower-0.1.12.ebuild
├── sys-libs
├── .DS_Store
├── cutefish-core
│ ├── Manifest
│ ├── cutefish-core-0.7.ebuild
│ ├── cutefish-core-9999.ebuild
│ └── metadata.xml
├── elog-functions
│ ├── elog-functions-0.0.2.ebuild
│ ├── files
│ │ └── elog-functions.sh
│ └── metadata.xml
├── fishui
│ ├── .DS_Store
│ ├── Manifest
│ ├── fishui-0.7.ebuild
│ ├── fishui-9999.ebuild
│ └── metadata.xml
├── glibc
│ ├── Manifest
│ ├── files
│ │ ├── clangify
│ │ │ ├── 0001-Disable-float128-support-for-x86_64-x86.patch
│ │ │ ├── 0002-configure-remove-overly-restrictive-check-for-clang.patch
│ │ │ ├── 0003-Skip-undefined-va_arg_pack.patch
│ │ │ ├── 0004-not-cancel.h-Move-hidden_proto-before-first-use.patch
│ │ │ ├── 0005-libc-symbols.h-Work-around-asm-label-issues-with-pra.patch
│ │ │ ├── 0006-x86-fix-__arch_exchange_and_add_body.patch
│ │ │ ├── 0007-configure-Check-fno-tree-loop-distribute-patterns.patch
│ │ │ ├── 0008-Disable-__USE_EXTERN_INLINES-for-clang.patch
│ │ │ ├── 0009-stdlib-longlong.h-Remove-incorrect-lvalue-to-rvalue-.patch
│ │ │ ├── 0010-x86_64-Remove-msse2avx.patch
│ │ │ ├── 0011-nptl-pthread_create.c-hack-Work-around-aliasing-an-a.patch
│ │ │ ├── 0012-fix-clang-doesn-n-inline-it.patch
│ │ │ ├── 0013-fix-llvm-assembler-could-not-assemble-tfloat.patch
│ │ │ ├── 0014-fix-clang-find-cxx-headers.patch
│ │ │ ├── 0015-work-around-compiler-rt-for-glibc.patch
│ │ │ ├── 0016-work-around-use-compiler-rt-for-glibc-elf.patch
│ │ │ ├── 0017-work-around-libc-for-glibc-test-program.patch
│ │ │ ├── 0018-elf-rtld.c-make-_rtld_global-alias-weak.patch
│ │ │ ├── 0019-hardcode-ld.lld-as-linker-to-build-glibc.patch
│ │ │ ├── 0020-fix-wired-install-headers-when-use-clang.patch
│ │ │ └── 0021-dont-check-gcc-personality-in-gcc_s.patch
│ │ └── host.conf-1
│ ├── glibc-9999.ebuild
│ └── metadata.xml
├── libcutefish
│ ├── Manifest
│ ├── libcutefish-0.7.ebuild
│ ├── libcutefish-9999.ebuild
│ └── metadata.xml
├── libixp
│ ├── Manifest
│ ├── libixp-0.5_p20110208-r3.ebuild
│ └── metadata.xml
├── libsolv
│ ├── Manifest
│ ├── libsolv-0.7.20.ebuild
│ ├── libsolv-9999.ebuild
│ └── metadata.xml
└── libzypp
│ ├── Manifest
│ ├── libzypp-17.29.1.ebuild
│ ├── libzypp-9999.ebuild
│ └── metadata.xml
├── sys-process
└── btop
│ ├── Manifest
│ ├── btop-1.1.2.ebuild
│ └── metadata.xml
├── virtual
├── dist-kernel
│ ├── dist-kernel-5.15.11.ebuild
│ └── metadata.xml
└── linux-sources
│ ├── linux-sources-3-r6.ebuild
│ └── metadata.xml
├── www-servers
└── darkhttpd
│ ├── Manifest
│ ├── darkhttpd-1.13.ebuild
│ └── metadata.xml
├── x11-apps
└── xcur2png
│ ├── Manifest
│ ├── metadata.xml
│ └── xcur2png-0.7.1.ebuild
├── x11-drivers
└── xf86-input-synaptics
│ ├── Manifest
│ ├── metadata.xml
│ └── xf86-input-synaptics-1.9.1.ebuild
├── x11-libs
└── xcb-imdkit
│ ├── Manifest
│ ├── metadata.xml
│ └── xcb-imdkit-1.0.3.ebuild
├── x11-misc
├── 9menu
│ ├── 9menu-1.8.ebuild
│ ├── Manifest
│ ├── files
│ │ └── fix-ignore-cflags-and-ldflags.patch
│ └── metadata.xml
├── fqterm
│ ├── ChangeLog
│ ├── Manifest
│ ├── files
│ │ ├── desktop.patch
│ │ └── fqterm-0.9.10.1-drop-qt4.patch
│ ├── fqterm-0.9.10.1.ebuild
│ ├── fqterm-9999.ebuild
│ └── metadata.xml
├── i3lock-color
│ ├── i3lock-color-9999.ebuild
│ └── metadata.xml
├── i3lock-fancy
│ ├── i3lock-fancy-9999.ebuild
│ └── metadata.xml
├── lightdm-slick-greeter
│ ├── Manifest
│ ├── files
│ │ └── slick-greeter.conf
│ ├── lightdm-slick-greeter-1.4.1.ebuild
│ ├── lightdm-slick-greeter-9999.ebuild
│ └── metadata.xml
├── ly
│ ├── Manifest
│ ├── ly-0.5.3.ebuild
│ └── metadata.xml
└── picom-jonaburg
│ ├── Manifest
│ ├── metadata.xml
│ ├── picom-jonaburg-8.ebuild
│ └── picom-jonaburg-9999.ebuild
├── x11-plugins
└── vicious
│ ├── metadata.xml
│ └── vicious-9999.ebuild
├── x11-terms
└── contour
│ ├── Manifest
│ ├── contour-0.2.3.183.ebuild
│ ├── files
│ └── disable_generate_terminfo.patch
│ └── metadata.xml
├── x11-themes
├── fcitx5-breeze
│ ├── Manifest
│ ├── fcitx5-breeze-1.0.0.ebuild
│ └── metadata.xml
├── lxice
│ ├── Manifest
│ ├── lxice-0.1.0.ebuild
│ └── metadata.xml
└── smplayer-themes-nonfree
│ ├── Manifest
│ ├── metadata.xml
│ ├── smplayer-themes-nonfree-0.1.0-r1.ebuild
│ └── smplayer-themes-nonfree-0.1.1-r1.ebuild
└── x11-wm
├── 9wm
├── 9wm-1.1.ebuild
├── Manifest
└── metadata.xml
└── chamferwm
├── chamferwm-9999.ebuild
└── metadata.xml
/.gitignore:
--------------------------------------------------------------------------------
1 | # egencache autostuff, shamelessly copied from the gentoo-haskell overlay ;)
2 | metadata/cache/
3 | metadata/md5-cache/
4 | profiles/use.local.desc
5 | *.swp
6 | *.swo
7 |
8 |
--------------------------------------------------------------------------------
/acct-group/aptly/aptly-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 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 | ACCT_GROUP_ID=-1
9 |
--------------------------------------------------------------------------------
/acct-group/aptly/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | spiderx@spiderx.dp.ua
6 | Vladimir Pavljuchenkov
7 |
8 |
9 | proxy-maint@gentoo.org
10 | Proxy Maintainers
11 |
12 |
13 |
--------------------------------------------------------------------------------
/acct-group/cockpit-ws/cockpit-ws-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2019-2021 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="Group for the cockpit server"
9 | ACCT_GROUP_ID=501
10 |
--------------------------------------------------------------------------------
/acct-group/cockpit-ws/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/acct-group/n2n/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/acct-group/n2n/n2n-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=8
5 |
6 | inherit acct-group
7 |
8 | ACCT_GROUP_ID=-1
9 |
--------------------------------------------------------------------------------
/acct-user/aptly/aptly-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 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 | ACCT_USER_ID=-1
9 | ACCT_USER_GROUPS=( aptly )
10 | ACCT_USER_HOME="/var/lib/aptly"
11 | ACCT_USER_HOME_OWNER="aptly:aptly"
12 |
13 | acct-user_add_deps
14 |
--------------------------------------------------------------------------------
/acct-user/aptly/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | spiderx@spiderx.dp.ua
6 | Vladimir Pavljuchenkov
7 |
8 |
9 | proxy-maint@gentoo.org
10 | Proxy Maintainers
11 |
12 |
13 |
--------------------------------------------------------------------------------
/acct-user/cockpit-ws/cockpit-ws-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2019-2021 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="User for the cockpit server"
9 | ACCT_USER_ID=501
10 | ACCT_USER_HOME=/var/lib/cockpit
11 | ACCT_USER_HOME_PERMS=0755
12 | ACCT_USER_GROUPS=( cockpit-ws )
13 |
14 | acct-user_add_deps
15 |
--------------------------------------------------------------------------------
/acct-user/cockpit-ws/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/acct-user/n2n/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/acct-user/n2n/n2n-0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=8
5 |
6 | inherit acct-user
7 |
8 | ACCT_USER_ID=-1
9 | ACCT_USER_GROUPS=( n2n )
10 | ACCT_USER_HOME="/var/log/n2n"
11 | ACCT_USER_HOME_OWNER="n2n:n2n"
12 |
13 | acct-user_add_deps
14 |
--------------------------------------------------------------------------------
/app-admin/cockpit/Manifest:
--------------------------------------------------------------------------------
1 | DIST cockpit-234.tar.xz 17496240 BLAKE2B c52cd738562dac87f380be92f16aaa374f171e35471b12fef2a24cda615790bc367d89d89b087251eb95c64ec3c3d516e40a27ea152e2a767f8c4e423787b20a SHA512 2bb0cd547972262d26f57d8262d5eedfa6362d8a27b7f5e994e95c895a7197c536b4e428ab9d78ab78800aace8d63221ac2fa6d22282301a1e28bc59808254ff
2 | DIST cockpit-cache-234.tar.xz 66823420 BLAKE2B 23a867725914928ca8a82ab0280fd8736eb097939dfb2513d1d8a96b3aa8f482b0747605cb2281326d2508d4cc97799fd70e0b84a5d3cf7cc55b4d75818606c9 SHA512 6cdada9576a2b7745e820c00bc71abac11e006e8a687e6d3b0c0800786c9c2568ed12b2d12a6dff3ccfb1d227973259d335fa222d5379dbc0081950e8fccb5d0
3 |
--------------------------------------------------------------------------------
/app-admin/cockpit/files/cockpit.pam:
--------------------------------------------------------------------------------
1 | auth include system-remote-login
2 | account include system-remote-login
3 | password include system-remote-login
4 | session include system-remote-login
5 |
--------------------------------------------------------------------------------
/app-admin/cockpit/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-admin/zenmonitor/Manifest:
--------------------------------------------------------------------------------
1 | DIST zenmonitor-1.4.2.tar.gz 118663 BLAKE2B afba90bcce47d33bb964c97c3b2904730d1143ed9ff60a82573f209f4326e7233f61df462dc296fd361caaa971c4e483cee1c3b112c27738bc672224fc10728a SHA512 1608bd29367636bd878cac6f643b62b1f04b3ba3d51b6dbafc89b1ccabfce1f28f6c8e7f998d6409cfdab8a131f92f58f6b214ece7bccf888e7e0af0ac860aa5
2 |
--------------------------------------------------------------------------------
/app-admin/zenmonitor/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-arch/zchunk/Manifest:
--------------------------------------------------------------------------------
1 | DIST zchunk-1.1.16.tar.gz 1452197 BLAKE2B f7886596d5dce844dab046866c56653cd95c9afe3336d8e09cd6b46bf112e98010984fdd8238f7f73fe719d7db0d0bcf9dd50df005406d52c73a96500e97914f SHA512 ea6695ae8894f06d3923d3a493827d170ba5f87dacc980a4bd4b75045535bfa17eef11abe3a597572a31a435046a99e746c974fafc81070d55f8e1953a69d2f7
2 |
--------------------------------------------------------------------------------
/app-arch/zchunk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/zchunk/zchunk
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-backup/snapper-gui/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-crypt/archlinux-keyring/Manifest:
--------------------------------------------------------------------------------
1 | DIST archlinux-keyring-20210616.tar.gz 1004639 BLAKE2B 7211b56b9ea714ae5ad56e5eaa1804abfc94edd629fbb9e74ac885547b9de3fc975d792576a15f583c266b318b617733d97be7a4b0ea4e844651547115e08225 SHA512 0f314136232183cc00cda53f9987148b8d40643bfd686643bd2085a20c405754ebc4f2912866b576937e8759358df4f571885137aa9548bbbdb82adb70eb6268
2 |
--------------------------------------------------------------------------------
/app-crypt/archlinux-keyring/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | holgersson@posteo.de
6 | Nils Freydank
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/Manifest:
--------------------------------------------------------------------------------
1 | DIST SafenetAuthenticationClient-BR-10.3_Linux_Ubuntu-RedHat(32-64bits).zip 10938919 BLAKE2B bfd2fb285f1a26543e6742344e5a8f0b54f008f5b2a0ef4ae49ab0adddadd7059ea65ab86cc3ad98dff45beed275b78250ef091b383fdfd6a449dcdcf145d9a6 SHA512 65831a70dbf86ac3081225582ada1cd1f0d5bff2d73eba228f15bc4f8eefaef09333cacdabe516eadb8657735eb805d0174dfd57293dc08ce0546ce1bc77bd49
2 |
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/files/dist/libhal_amd64_lib32.txz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-crypt/etoken-sac/files/dist/libhal_amd64_lib32.txz
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/files/dist/libhal_amd64_lib64.txz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-crypt/etoken-sac/files/dist/libhal_amd64_lib64.txz
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/files/dist/libhal_x86.txz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-crypt/etoken-sac/files/dist/libhal_x86.txz
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/files/patches/.keep:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-crypt/etoken-sac/files/patches/.keep
--------------------------------------------------------------------------------
/app-crypt/etoken-sac/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | FIXME
6 |
8 |
9 |
--------------------------------------------------------------------------------
/app-dicts/copytranslator/Manifest:
--------------------------------------------------------------------------------
1 | DIST copytranslator-9.1.0.AppImage 67398232 BLAKE2B f075490fe2d6d5cf807032262bac45cd69687a7c7087fcfb8992eea7748dc5169176660211d13b17754dd82f1088ad86c53726273ed8a6ae3ef29ec70620f29b SHA512 67e7c2b9466a67ca629b9a1a20487b9641b972e767be5c85ced9609704cbafb5a98c18f0e881ff020eb17a1587f0b3eb8740617d8ede4c560e451dcf497f45f6
2 |
--------------------------------------------------------------------------------
/app-dicts/copytranslator/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-editors/typora/Manifest:
--------------------------------------------------------------------------------
1 | DIST typora_0.11.18_amd64.deb 70282052 BLAKE2B a41621a76b0b8c40a500728c0bd74a6b279b7f8b515c5e3c818ad9b493469d3925fb530502c434c996a576b70eeed21f0cbf2fd534efb2bfe853b01c6860542a SHA512 8933cb4eab13a37719a3771d14a7a3f5951f6bbce06381ffe37ad5bc3029efed3878723427a4e97b83dbc1d7ccc43b31551b0c336663c843f0e685f8a4e2390e
2 | DIST typora_1.0.3_amd64.deb 70304652 BLAKE2B 5ece42830f305359ed741b97de78da072a6158ac967dfcf02f7ba2042bd6fcdc9629b9c753e8b036887dfedaee8bb7a5e9c0125935811d92f3798f056802a1d9 SHA512 af3532455b1a6561f1dcdbc8ad8af6e3f357d5522c9b4e011ca08859a96934ae392dfd8bd1412b258e65f5854644beb5a45601c0e5a684d0d6c0cdeea4c4c9ff
3 |
--------------------------------------------------------------------------------
/app-editors/typora/files/Typora.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Type=Application
3 | Name=Typora
4 | GenericName=Markdown editor
5 | Comment=Markdown editor
6 | Categories=Office;Utility;TextEditor;
7 | Exec=Typora %u
8 | TryExec=Typora
9 | Icon=typora
10 | StartupWMClass=Typora
11 | MimeType=text/md;text/markdown;application/md;
12 | StartupNotify=true
13 |
--------------------------------------------------------------------------------
/app-editors/typora/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-editors/visual-studio-code-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST visual-studio-code-bin-1.63.2-amd64.tar.gz 113730849 BLAKE2B 8be0b450356db61d072be9ee7c932b32b70493617f56ebc82948264f78a3a32363f6c183d26aa4f4d06b4475a6b95d69441a0fca64185fcfaa01d19c05b252bc SHA512 c7f2b80d2fd7a4b420d248d6b9e325f77b460dce3e1d1748b63c18dd6983243601d967f65ffc72c79c0d7615c9e228fcfffa86d456a4ee27d3d027dec644eceb
2 |
--------------------------------------------------------------------------------
/app-editors/visual-studio-code-bin/files/visual-studio-code-url-handler.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Visual Studio Code - URL Handler
3 | Exec=/usr/bin/code --open-url %U
4 | Icon=visual-studio-code
5 | Type=Application
6 | NoDisplay=true
7 | StartupNotify=true
8 | Categories=Utility;TextEditor;Development;IDE;
9 | MimeType=x-scheme-handler/vscode;
10 |
--------------------------------------------------------------------------------
/app-editors/visual-studio-code-bin/files/visual-studio-code-workspace.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Visual Studio Code Workspace
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app-editors/visual-studio-code-bin/files/visual-studio-code.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=Visual Studio Code
3 | Type=Application
4 | Comment=Multiplatform Visual Studio Code from Microsoft
5 | Exec=/usr/bin/code %F
6 | TryExec=code
7 | Icon=visual-studio-code
8 | Categories=Utility;TextEditor;Development;IDE;
9 | MimeType=text/plain;inode/directory;application/x-visual-studio-code-workspace;
10 |
--------------------------------------------------------------------------------
/app-editors/visual-studio-code-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-emulation/deepin-udis86/Manifest:
--------------------------------------------------------------------------------
1 | DIST udis86_1.72-4_i386.deb 35116 BLAKE2B 4604eca9908f9cab69e11f4020db330d8ae125c4ca2e10dd2e4889d9749b8405eb861fe84b4d3b8c1dca9936b2c525e68d48d7153166ca460afb7217ebd89ef6 SHA512 08234f96eb8feef92a2a78741615afd52594e53321b4f0be8f31e2e45fca85c60932f4a3545c7cbb1bfb3d27fbe08332d1f84b3b6c7638613fb88221c0b15470
2 |
--------------------------------------------------------------------------------
/app-emulation/deepin-udis86/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | Deepin Wine udis86.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-emulation/deepin-wine-helper/Manifest:
--------------------------------------------------------------------------------
1 | DIST deepin-wine-helper_5.1.27-1_i386.deb 638602 BLAKE2B 0b0b894b7cc6329d505fbe530eae3011efaa9ce360ae81895dd8e30f9d52f606fa715f00705cee451f9d49a4bef58c5bdc57b7d2553d454b07b2c7de69082f1c SHA512 8340a2ee297b32e22a78f980621dea00b820234ee48fe6e4286810bfa77b310d409d247ed505fc571e1c587f1af0bf477ff457aab2c3507c123878716ac7c615
2 |
--------------------------------------------------------------------------------
/app-emulation/deepin-wine-helper/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | Deepin Wine helper.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-emulation/deepin-wine-plugin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | Deepin Wine plugin.
10 |
11 |
14 |
15 |
--------------------------------------------------------------------------------
/app-emulation/deepin-wine6-stable/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | Deepin wine6 stable.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-emulation/winetricks-zh/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | winetricks
7 | Winetricks/winetricks
8 |
9 |
10 |
--------------------------------------------------------------------------------
/app-i18n/dvp/Manifest:
--------------------------------------------------------------------------------
1 | DIST dvp-1_2_1.map.gz 4435 BLAKE2B aedd879648b9770393cc0c82c2bfc0421cdca5ed452424b1386ccc00629b5f2c6792fb7df86b9b2cdf2180c98d6a6734b082bb461a03e46ee2e19bed771765c7 SHA512 f569c4afc642be3815e5d3451decc8bf009c2b155b0610c29272b57f1f12b94958a3e0e5589bdc2cf2f17e5a59dffdb9f0c1ed1a80502f2a3de83b90e1443c59
2 |
--------------------------------------------------------------------------------
/app-i18n/dvp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/fcitx/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52 SHA512 50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-chinese-addons/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | w12101111@gmail.com
6 |
7 |
12 |
13 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-configtool/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-configtool-5.0.10.tar.gz 141451 BLAKE2B d97ebdb6e4889d36fa740c9cf048c54243774b4244fd33c7f9ecfe5bef0d37aa9b62a7cf2485a63af868d7a67c5d5f5267755633a077f1268420470590c4e0a5 SHA512 0192e498613ad4c78abf44e2e74bc0e82be39829ca2f60df9d40cba06a4041b56a1539bf42f2a82c76af1b1a7594b8e1ee2c64aad73057d47a6c8cabf4bdb47f
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-configtool/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ak47m61@gmail.com
6 |
7 |
8 | w12101111@gmail.com
9 |
10 |
15 |
16 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-gtk/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-gtk-5.0.11.tar.gz 77398 BLAKE2B 295f02e1aafe71ad8ffbfa378f98a0498c322952ee16636f82c593fd984ed297216408f7a23df24364bb3982e33b9915c6e1f453a9fbc8a3a70e1cd2b7aa5537 SHA512 74314ba563e4dfdfd8c83e11f56ee1eecebbd357da847071f80d075bc794cf3be750c3c0336fd25dc5ae164e324c89f54894b7797effd60f799f68fc4690721d
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-gtk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | tanekliang@gmail.com
6 |
7 |
13 |
14 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-hangul/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-hangul-5.0.6.tar.xz 28304 BLAKE2B e321ff0c67c1bbe56bdecb33d97f7e9602b447c68afe29604c43c4ccd14fdf5074ce89b0710fffd45eacd1cc573a8e811670d091a0d947061595627e2272d9fe SHA512 222a6aa226f2359cfd9fb26a50779f2a29c913221e3add058c81db02b725049c7cd2c6bcfa689d359d190f17794f9444e226e3541396151330d81d14a7432f99
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-hangul/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ultratensai@gmail.com
6 | Jae Hak Kim
7 |
8 |
9 | fcitx5/fcitx5-hangul
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-qt/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-qt-5.0.9.tar.gz 126670 BLAKE2B 973e3ba925b1a76bf46cfd6fcec210833849e8c22d53aa484dd662b56328588447de2ff9f2f93be98a8b750f44950caef6c8cc0001f61fad98a1c95ff126738c SHA512 2a1cac4d6c0b5ef525ac24114b10b52c75871b5f347ffd40d1743c769afc45ac5c5c1abeade5eb3181fa905b614a79ae0cd3d8f35b3b7f2d1e3b6be1f777fc9d
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-qt/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | tanekliang@gmail.com
6 |
7 |
10 |
11 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-rime/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-rime-5.0.10.tar.gz 48240 BLAKE2B 80632bf2bb5aee6f9e9f31cab522bebea480d6420c981dec124e6df4e0e1285b73357ec8ef6cac88924dafbab949489012b9ecb45419dbc56214b3ec8ff79c0f SHA512 c58cd85e5dc76444335d2764e49ecc453686c5d158582e0ca424379f782094e792a7e966c9b937e1bdb1e3df8f03f13cbc0aa535463ebaf239c88fa004b11d8b
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-rime/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | tanekliang@gmail.com
6 |
7 |
8 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-skk/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-skk-5.0.9.tar.xz 36940 BLAKE2B d2df812f0040cd16f36039307304209ec44e5b0de20b79206b804aee65a1ecd277e17516507a1979290b7564cb195c3eadafceb6ebe9cbb3043d3817a841a19e SHA512 1d0359d38d5043783aeaa8a2ef7c7e852996d6491fa1be352bace2ff145e1de3fdab0b71f0f220e001f0da0a619d57b05d9ce2f393b59f2333d2afa4232841a7
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-skk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | myloveyuxuan@gmail.com
6 | Chi-Tan-Da-Eru
7 |
8 |
9 | fcitx/fcitx5-skk
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-table-extra/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-table-extra-5.0.7.tar.gz 12005625 BLAKE2B a794263e596810cf8ffee7d769fe020cdf7c59c7b9ed77d928a62e8bff180e60718cf8deb8f7a2fb3ef2885222a5689d46d55af9753ae7d0f57f5a456fde525a SHA512 3d4eb1d671a0f701ba3eab11c1a880e348d7ad611bb318d2cb869529ee1a156c6b4b30733f5655ba221750cc63851230a3710205dcad8d1e421eb2b689a70b9c
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-table-extra/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-table-other/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-table-other-5.0.6.tar.gz 524102 BLAKE2B 0bf80019372de74a373cec2e84394ef85a9d38bf3de2fcb1584cfe1b1b76aa0287a4491faa0a1a42a8ec2d534ebe29f8b3374d057e7051103935a769422de01f SHA512 838756fba4c0bb06a9b6e23b8a8d6e21d263aa82364029b4d7403e7f54c2dba2fd4a495c8ee39f3ab45457e0d65554a154adb3a40eb59437bef023aca0384fef
2 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5-table-other/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/app-i18n/fcitx5/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ak47m61@gmail.com
6 |
7 |
14 |
15 |
--------------------------------------------------------------------------------
/app-i18n/gcin/ChangeLog:
--------------------------------------------------------------------------------
1 | # ChangeLog for app-i18n/gcin
2 | # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
3 | # $Header: $
4 |
5 | *gcin-2.7.9 (14 Nov 2012)
6 | *gcin-2.7.8 (14 Nov 2012)
7 |
8 | 14 Nov 2012; scsi +gcin-2.7.8.ebuild,
9 | +gcin-2.7.9.ebuild:
10 | version bump
11 |
12 |
--------------------------------------------------------------------------------
/app-i18n/gcin/Manifest:
--------------------------------------------------------------------------------
1 | DIST gcin-2.9.0.tar.xz 4050656 BLAKE2B 2bd0a705bf3d1cb88ba936c1cf0aee568e0dcf33e8faedaa1f6e9598fb6c41d286a4c87d5a5710b6e99f11e7cb1256364b68534cd8a723be294b4fbb19a2c013 SHA512 f8ce9407e2cfce2b3ba6e6ba6ccca8eb9dacf5c0124438df525e1a9fb692a7aea3cb685965708091b0fdedf3b00efa77fb6cdfbd33cdb50e1938e9f3fcf7a5d6
2 | DIST ogg.tgz 4475282 BLAKE2B e9aedc3942f76a8919ea49323839c3dbb02c5a08f4894cbd02e42e72437e525255aa22340e6d68a486c556bdde0075fcec17eacae9d9c5b74a38f6d07b872362 SHA512 02666ed4b318a83d3c63fd6476562851db42d2421f017236007647814117c422e640ccbc7384852ebb4f63d2b936f0008c9e2e147adce4e8c3b5c03a49980d60
3 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/extras/gcin:
--------------------------------------------------------------------------------
1 | # scripts used for xim-select.sh
2 | #
3 | # !!!DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING!!!
4 |
5 | XIM="gcin"
6 |
7 | if [ -x "/usr/bin/${XIM}" ]
8 | then
9 | # dunno why gcin takes "xcin" for @im...
10 | echo "export XMODIFIERS=@im=xcin;"
11 | echo "LANG=\"${XLANG}\" LC_CTYPE=\"${XLANG}\" /usr/bin/${XIM} &"
12 | else
13 | echo "echo \"gcin is not found on your system.\";"
14 | fi
15 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/gcin-1.4.6.pre16-qt4-fix.patch:
--------------------------------------------------------------------------------
1 | diff -Nur gcin-1.4.6.pre16.orig/qt4-im/Makefile gcin-1.4.6.pre16/qt4-im/Makefile
2 | --- gcin-1.4.6.pre16.orig/qt4-im/Makefile 2009-12-10 07:09:17.000000000 +0800
3 | +++ gcin-1.4.6.pre16/qt4-im/Makefile 2009-12-16 10:07:01.259943371 +0800
4 | @@ -15,7 +15,7 @@
5 | $(CXX) -E $(CFLAGS) $(INCS) $< > $@
6 |
7 | moc_gcin-qt.cpp: gcin-qt.h
8 | - /usr/lib/$(QT)/bin/moc $< -o moc_gcin-qt.cpp
9 | + /usr/bin/moc $< -o moc_gcin-qt.cpp
10 |
11 | im-gcin.so: $(OBJS)
12 | export LD_RUN_PATH=$(gcinlibdir) ;\
13 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/gcin-1.6.4_pre23_moc_path_fix.patch:
--------------------------------------------------------------------------------
1 | diff -Nur gcin-1.6.4.pre23.orig/qt4-im/Makefile gcin-1.6.4.pre23/qt4-im/Makefile
2 | --- gcin-1.6.4.pre23.orig/qt4-im/Makefile 2011-06-08 21:03:50.000000000 +0800
3 | +++ gcin-1.6.4.pre23/qt4-im/Makefile 2011-06-14 10:28:40.060082794 +0800
4 | @@ -15,7 +15,7 @@
5 | $(CXX) -E $(CFLAGS) $(INCS) $< > $@
6 |
7 | moc_gcin-qt.cpp: gcin-qt.h
8 | - /usr/$(LIB)/$(QT)/bin/moc $< -o moc_gcin-qt.cpp
9 | + moc $< -o moc_gcin-qt.cpp
10 |
11 | im-gcin.so: $(OBJS)
12 | export LD_RUN_PATH=$(gcinlibdir) ;\
13 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/gcin-2.6.6_qtmoc_fix.patch:
--------------------------------------------------------------------------------
1 | diff -Nur gcin-2.6.6.orig//configure gcin-2.6.6/configure
2 | --- gcin-2.6.6.orig//configure 2011-12-20 21:48:03.000000000 +0800
3 | +++ gcin-2.6.6/configure 2011-12-26 18:14:38.000000000 +0800
4 | @@ -245,7 +245,7 @@
5 | mv gcin.spec gcin.spec.tmp
6 | grep -v qt4/plugins/inputmethods gcin.spec.tmp > gcin.spec
7 | else
8 | - for i in /usr/share/qt4/bin/moc /usr/lib/qt4/bin/moc /usr/lib64/qt4/bin/moc
9 | + for i in /usr/share/qt4/bin/moc /usr/lib/qt4/bin/moc /usr/lib64/qt4/bin/moc /usr/bin/moc
10 | do
11 | [ -x $i ] && QT4_MOC=$i
12 | done
13 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/nobopomofo/99gcin-filter-nobopomofo:
--------------------------------------------------------------------------------
1 | GCIN_OUTPUT_FILTER=/usr/share/gcin/script/gcin-filter-nobopomofo
2 |
--------------------------------------------------------------------------------
/app-i18n/gcin/files/nobopomofo/SS1135_ST.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-i18n/gcin/files/nobopomofo/SS1135_ST.jpg
--------------------------------------------------------------------------------
/app-i18n/gcin/files/nobopomofo/SS1208_DT.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/app-i18n/gcin/files/nobopomofo/SS1208_DT.jpg
--------------------------------------------------------------------------------
/app-i18n/gcin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
11 |
12 |
--------------------------------------------------------------------------------
/app-i18n/ibus-rime/ChangeLog:
--------------------------------------------------------------------------------
1 | # ChangeLog for app-i18n/ibus-rime
2 | # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
3 | # $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.1 2012/09/01 10:54:20 yngwin Exp $
4 |
5 | *ibus-rime-0.9.2 (01 Sep 2012)
6 |
7 | 01 Sep 2012; Ben de Groot +ibus-rime-0.9.2.ebuild,
8 | +metadata.xml:
9 | Initial commit. Ebuild from gentoo-zh overlay, polished by dlan and me.
10 |
--------------------------------------------------------------------------------
/app-i18n/ibus-rime/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | dennis.yxun@gmail.com
6 | Lan Yixun (dlan)
7 |
8 |
9 |
10 | chen.sst@gmail.com
11 | Gong Chen
12 |
13 | http://code.google.com/p/rimeime/issues/list
14 | rimeime
15 |
16 |
17 |
--------------------------------------------------------------------------------
/app-i18n/libgooglepinyin/Manifest:
--------------------------------------------------------------------------------
1 | DIST libgooglepinyin-0.1.2.tar.bz2 1348557 BLAKE2B 4f7cda9e8d17ec192d0ad8d5e5475a472cb5e8711ce5b469636458576d5d4f6e0ad82d65265b34343ea51e8c67e8e55b2ef735b8bf3270e5d25ac26dd6f41f7a SHA512 5ead9008cf1b5fe86bb49f2e5caa7c9868b69033316863ac61c5799d860f5d55ccb65560f6f28254ae930afe12cc7df786668b09caa4e39b2752c0aa5f8a101d
2 |
--------------------------------------------------------------------------------
/app-i18n/libgooglepinyin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/libime/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/lunar/Manifest:
--------------------------------------------------------------------------------
1 | DIST lunar_2.2-9.debian.tar.xz 13116 BLAKE2B d76fb602af91dbdcae3161cbf55e9c1b2b248be465c54dc0389921a202c16e88ec426d8335607e0635731c36d98f5611f64f8ca8a67cd7991a36c855fff1f09d SHA512 795e78c52a87a7a81795b63260feba7b841e80115140d66ee6c3074b4accbbb4b7f9b406703a3dfe9c0160f4c8fdc069cbf76a7621491bb8b23dd00c15966173
2 | DIST lunar_2.2.orig.tar.gz 10724 BLAKE2B 4fcda3e7d48a4763ce88b4ca6d24d31601d14c17d746ad0bd714dfaa277de1b572b17ca33d2f45ec0a640c176767d79ce52a8c0efdff8dcbb07e00d21bea88ed SHA512 19a898b4517240fc1689cba13ad3da54968036890c4ff34c032d4b634b271a705c605ea7ae26b822f579c8585e23d11714213deada4c1cf788b090d45859a0fa
3 |
--------------------------------------------------------------------------------
/app-i18n/lunar/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | tanekliang@gmail.com
6 | Yongxiang Liang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-i18n/man-pages-zh_CN/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/mozc/files/50mozc-gentoo.el:
--------------------------------------------------------------------------------
1 | ;;; app-i18n/ibus-mozc site-lisp configuration
2 |
3 | (add-to-list 'load-path "@SITELISP@")
4 | (autoload 'mozc-mode "mozc" nil t)
5 |
--------------------------------------------------------------------------------
/app-i18n/mozc/files/mozc-2.23.2815.102-gcc-8.patch:
--------------------------------------------------------------------------------
1 | https://github.com/google/mozc/issues/441
2 |
3 | --- /src/prediction/zero_query_dict.h
4 | +++ /src/prediction/zero_query_dict.h
5 | @@ -147,6 +147,17 @@
6 | return iter;
7 | }
8 |
9 | + iterator &operator--() {
10 | + ptr_ -= kTokenByteSize;
11 | + return *this;
12 | + }
13 | +
14 | + iterator operator--(int) {
15 | + const iterator tmp(ptr_, string_array_);
16 | + ptr_ -= kTokenByteSize;
17 | + return tmp;
18 | + }
19 | +
20 | iterator &operator-=(ptrdiff_t n) {
21 | ptr_ -= n * kTokenByteSize;
22 | return *this;
23 |
--------------------------------------------------------------------------------
/app-i18n/scim-chrasis/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/sogoupinyin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-i18n/zh-autoconvert/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | r0bertz@gentoo.org
6 | Zhang Le
7 |
8 |
11 |
12 |
--------------------------------------------------------------------------------
/app-misc/bcompare/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-misc/ccal/Manifest:
--------------------------------------------------------------------------------
1 | DIST ccal-2.5.3.tar.gz 127640 BLAKE2B 1894b07701fdda650a67873ad7d7e1559b5b00df3beb334b6147f68ceee434220cf47fd5f34c34dcf01022c9890b159af501e7a58048a7fad8a6e8c4722a8293 SHA512 0afc1f5147dd09f543122a76aa0b4a8eae9930116389ff30fc2c60ad06a3c5edb150d53eaece17c0b0dfcbd4a7542da3d6bf1f32846b5940a55bd3c7e742c845
2 |
--------------------------------------------------------------------------------
/app-misc/ccal/files/ccal-cflags.patch:
--------------------------------------------------------------------------------
1 | diff --git a/Makefile b/Makefile
2 | --- a/Makefile
3 | +++ b/Makefile
4 | @@ -9,6 +9,9 @@ CXXFLAGS += -DUSE_YEARCACHE
5 | # If the compiler doesn't use namespace, uncomment the following line
6 | #CXXFLAGS += -DNO_NAMESPACE
7 |
8 | +# ldflags
9 | +LDFLAGS +=
10 | +
11 | # Binary installation directory
12 | BINDIR=/usr/local/bin
13 |
14 | @@ -43,7 +46,7 @@ CFLAGS += -O2
15 | CXXFLAGS += -O2
16 |
17 | ccal: ccal.o $(OBJS)
18 | - $(CXX) $(CXXFLAGS) -o $@ $^ -lm
19 | + $(CXX) $(LDFLAGS) $(CXXFLAGS) -o $@ $^ -lm
20 |
21 | install: ccal
22 | ./mkinstalldirs $(BINDIR)
23 |
--------------------------------------------------------------------------------
/app-misc/ccal/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | The ccal utility is a simple-to-use command line program which writes
6 | a Gregorian calendar together with Chinese calendar to standard output.
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-misc/gpick/Manifest:
--------------------------------------------------------------------------------
1 | DIST gpick-0.2.6.tar.gz 363810 BLAKE2B f7166e271cf9bd2fcb32b0f512eb9d5f2b0f4ed0de18a3a9b6a938882a40e7ae7966e6d7a989cf9500b3c643c105302c2e2ec993746f7e53c1a268265616eb57 SHA512 85f4d0978915e0c0b6e412d619a28af62a43547d39c4b97d8dddc4024f9d8b339f09e91f70d929073ebbad7a6e008e174aa76fdc611008ba269dedb403ed6867
2 |
--------------------------------------------------------------------------------
/app-misc/gpick/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
--------------------------------------------------------------------------------
/app-misc/jshon/jshon-9999.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | inherit git-r3
7 |
8 | DESCRIPTION="Jshon is a JSON parser designed for maximum convenience within the shell"
9 | HOMEPAGE="http://kmkeen.com/jshon/"
10 | SRC_URI=""
11 |
12 | EGIT_REPO_URI="https://github.com/keenerd/jshon.git"
13 |
14 | LICENSE="MIT"
15 | SLOT="0"
16 | KEYWORDS="~amd64 ~x86"
17 | IUSE=""
18 |
19 | DEPEND=""
20 | RDEPEND="${DEPEND}
21 | dev-libs/jansson"
22 |
23 | src_install() {
24 | dobin ${PN}
25 | doman ${PN}.1
26 | }
27 |
--------------------------------------------------------------------------------
/app-misc/jshon/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-misc/nixnote/Manifest:
--------------------------------------------------------------------------------
1 | DIST nixnote2-2.1.6.tar.gz 3244993 BLAKE2B b5d147676fe3178e4cbf50ced930567572b81e3ee4e589bdafaa62c6d7d78f1b28b5ae8cc48cff8ea554a1c642d9f954f2b13673cdc2191a516c8fec29d2a56a SHA512 eef92d93b12c02641060d62ae23cdbeae9924b1a56875fbf98ddf44faa81bf64f54c188ada37b3e418429ad4b299e41f5648f2eb3e4d59514d4c8f2c43be6ca7
2 |
--------------------------------------------------------------------------------
/app-misc/nixnote/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | atenzd@gmail.com
6 | Aten Zhang
7 |
8 |
9 | nixnote2
10 | https://github.com/robert7/nixnote2/issues
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app-misc/rmtrash/Manifest:
--------------------------------------------------------------------------------
1 | DIST rmtrash-1.14.tar.gz 24354 BLAKE2B 7b54b64c16a8230521eaf99e8531e787a898da15fd24de9ae4ec004a65dfc70543cdfdcacb89c5ae0f859fd3da983afdc163028b5676608383042f0068a285d0 SHA512 7481b1bd0dcb06e1d9f5b3bd2b621ae2b4c3c097d22f149841ecc75e738e31d4b46c09d4383eeda3da299847fd516edddf13f042d08aab2a8b2434472250ffb5
2 |
--------------------------------------------------------------------------------
/app-misc/rmtrash/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-misc/spark/Manifest:
--------------------------------------------------------------------------------
1 | DIST spark-1.0.1.tar.gz 3690 BLAKE2B 7ff40ab0018b533403c19122d6c5a47e54dbb00a524aa80cded11645efeffbbf4ca7f0a97fd3b52fdccd6997d175d032e6253b1d39a443e6c2b7460e959d02a1 SHA512 d96890cef0ab77bd3ebd7dff58c498258d645beb262809579c8b8a317616e758025b2ec526aed771df9f3931150fc5fc65c6c691731a7b5fffc581ff86ca662f
2 |
--------------------------------------------------------------------------------
/app-misc/spark/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | loong0
6 | longlene@gmail.com
7 |
8 |
9 | sparklines for your shell
10 | See? Here's a graph of your productivity gains after using spark: ▁▂▃▅▇
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app-misc/spark/spark-1.0.1.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="▁▂▃▅▂▇ in your shell"
7 | HOMEPAGE="http://zachholman.com/spark/"
8 | SRC_URI="https://github.com/holman/spark/archive/v${PV}.tar.gz -> ${P}.tar.gz"
9 |
10 | LICENSE="MIT"
11 | SLOT="0"
12 | KEYWORDS="~amd64 ~x86"
13 | IUSE="doc"
14 |
15 | DEPEND=""
16 | RDEPEND="${DEPEND}"
17 |
18 | src_install() {
19 | dobin spark
20 | if use doc ; then
21 | dodoc *.md
22 | fi
23 | }
24 |
--------------------------------------------------------------------------------
/app-mobilephone/scrcpy/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-office/bytedance-feishu/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/app-office/freeoffice/Manifest:
--------------------------------------------------------------------------------
1 | DIST softmaker-freeoffice-2021-1042-amd64.tgz 130245041 BLAKE2B 4a82e299912328b400bb311505911fe2196499f8da7e661a5bb0e024b98054d153e31f34d792e5fda5057f7ba565fe7a2472a3609ea085b864c26b7e2edc6379 SHA512 bd4957fd00d9b07bb2ca0bb27a13bce599cc31a8afeaf953a0a39071a34386c75c0b437bdbeeb97e59ca545140d7f60162e80dd2cfff0b076ec1539949a07d21
2 |
--------------------------------------------------------------------------------
/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 | c2778148787@gmail.com
6 | Raymond
7 |
8 |
9 | A complete, free Microsoft Office-compatible alternative office suite
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-office/wps-office/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | skykiss_2000@163.com
6 | Havanna
7 |
8 |
9 | Kingsoft Office is an office productivity suite by Kingsoft. This software is of alpha quality, and may be unstable at times. Use at own risk.
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/app-pda/ipadcharge/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-shells/gitstatus/Manifest:
--------------------------------------------------------------------------------
1 | DIST gitstatus-1.5.3.tar.gz 91786 BLAKE2B 1384104d0a55afd2d51f3850c646feb1593fae488b7d3e164451c168c9912c5a443fe614b5eea547041dcbe5cd828738edee869a7ff650f0264798378ce4c3c9 SHA512 7cadc28f3a458bf28c721d2b9e669d0b487b6c8e2af255efd2e7385a1edf78eed1109311753b941b4d00ac632e4bd76b4352061b76ef03fea7a34a3f5a0cd99a
2 |
--------------------------------------------------------------------------------
/app-shells/gitstatus/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | romkatv/gitstatus
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-shells/zsh-theme-powerlevel10k/Manifest:
--------------------------------------------------------------------------------
1 | DIST zsh-theme-powerlevel10k-1.15.0.tar.gz 370140 BLAKE2B cf52f5a85eb06dfc6d7b8a8141b6620068fb05a867eee9bc03848e17bae03c32914552ce4b3c61b3ea95b9df0e04b025e56d0304cf3932b28a28a8980ddc6156 SHA512 ba848aed634fcfcc7da901092cd1d9876df5bde06eae729e684e9bc0aa67109e29e5600d56ae2683769e2ce79948e31b9d07aef11d745d04ef68e24de8ac2ad4
2 |
--------------------------------------------------------------------------------
/app-shells/zsh-theme-powerlevel10k/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | romkatv/powerlevel10k
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-text/groff-utf8/Manifest:
--------------------------------------------------------------------------------
1 | DIST groff-utf8.tar.gz 7890 BLAKE2B b2ee34b5f391949ee1dd93d8d38e7b30d9379e85db5f1cb66b42bac7bb9bd31dbffdc90c067e77301a0fc3ef44f9569e33bdd8f7c6b68a6d0d333e7913ae5798 SHA512 b9ebeef028d44b1ef5a6bf332de69cbfb2ab0721fb6939fdc627ecd324eb4a83ee3a9c4cd33af18a60706c95c85c2ea4dc19752015d625dd83d8359023e8fbe6
2 |
--------------------------------------------------------------------------------
/app-text/groff-utf8/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-text/wiznote/Manifest:
--------------------------------------------------------------------------------
1 | DIST qt5.15.patch 1111 BLAKE2B 0181d39799051ea1e27a9196d41950861e5ce92984dfc4359756f64d207ea65e398200b92b3b5ddd82659b810960364831ae89f5cef5fa5bc4315d869ea9adb8 SHA512 c0d56968814e645917975c339cade4e8aa2c7ae95624c6372a3dcfda8d7208e38cfebe941b806a1b9e7a1aacb6c4def3e5e45d264e6e617ef9be19b784d2c1ac
2 | DIST wiznote-2.8.5.tar.gz 27209275 BLAKE2B 136356b1957e8e3d8019d462ef44ecff97a4769eab59f9e3b59e87b50d2399655f7547dc9c048af5389e3a1391ca773b8438a60021fc4ca1e9902c9c8dd0afdd SHA512 03869ce35d067ef5270583c3745a1f679c7f64e87172ad9772cf1f3dc92087c91a47118e3246efb5855a9c97e3aa2db4576fc5161545b284b08baee69f6a405b
3 |
--------------------------------------------------------------------------------
/app-text/wiznote/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-text/xdvipdfmx/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | acevery@gmail.com
6 | Yu Yuwei
7 |
8 |
9 | This package provides the extended xdvi to pdf converter
10 | needed to deal with unicode enabled TeX's.
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/app-vim/clang_complete/Manifest:
--------------------------------------------------------------------------------
1 | DIST clang_complete-1.8.tar.gz 24921 BLAKE2B e33c2ade3c11da475aa5dd6452e33faf27330a4f82a796bf843ba3a8f7ea90ab83820bf207eaf16ae736e50372d090997c80ec35d574b58027998977d456eb8f SHA512 8bf7a899f8c998071920ec10830c7b025c134ee84ef619410a9b704087124f0a8140a1a5bd1d4576620937881d69ab871304b76801d4a599ecd4a900ecd017b2
2 |
--------------------------------------------------------------------------------
/app-vim/clang_complete/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | loong0
6 | longlene@gmail.com
7 |
8 |
9 | This plugin uses clang for accurately completing C and C++ code.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/app-vim/easymotion/Manifest:
--------------------------------------------------------------------------------
1 | DIST easymotion-1.3.tar.gz 9385 BLAKE2B 4dfaad97816ee393556f72005c5ce3d6eb6db6c7aca84838629ef20dfc15cfe012a27dc387bcc04f85114f8e857b482806550cf740266de8e69c6ca6696fc82a SHA512 4f5bac76de64a3edf4978b5d63a0a23ef10d95fdddcd3924090b31e80ae0c77cfd15549c853d762b447f43f54c2982028b47791db502ff16949409aa5fca488e
2 |
--------------------------------------------------------------------------------
/app-vim/easymotion/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/app-vim/powerline/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | loong0
6 | longlene@gmail.com
7 |
8 |
9 | Powerline is a utility plugin which allows you to create better-looking, more functional Vim statuslines.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-calculator/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-calculator-0.7.tar.gz 62475 SHA256 00b7ff76d782863d8f87eb593ccb0911f1f362bab962d84c4b14e61d3becf121
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-calculator/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/calculator/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-dock/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-dock-0.7.tar.gz 48689 SHA256 a6b8e4c4083b6ea91194cf60061c373ab17daf657c3c0ddabafa79a65d5a71f7
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-dock/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/dock/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-filemanager/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-filemanager-0.7.tar.gz 198509 SHA256 aeadeb2b2a43a792091ad115c3372e1f9cd2d2f93e3e2f320226a352b6e3c0d0
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-filemanager/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/filemanager/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-icons/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-icons-0.7.tar.gz 5335420 SHA256 6dc2d47f3cefe2993c158da008f9fd4e48adbd68123d395a3393abc6559afc2a
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-icons/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/icons/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-kwin-plugins/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-kwin-plugins-0.7.tar.gz 34116 SHA256 44abc0d2926646f04e59ed2bf94f07ac4f4fbdf77e14dd1ef2c51fadd69d6759
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-kwin-plugins/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/kwin-plugins/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-launcher/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-launcher-0.7.tar.gz 41207 SHA256 86b6695cd36624d47e12d8d1d9e6a3df3842dda331dc753b5c20a80f8ad26a40
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-launcher/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/launcher/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-meta/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | hougelangley1987@gmail.com
6 | CutefishOS Desktop Enviroment
7 |
8 |
13 |
14 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-qt-plugins/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-qt-plugins-0.7.tar.gz 98746 SHA256 b1a43b1daf1175695f2655aea8194fbb5e8afba41d5f1b88c4a83dfb2db4b997
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-qt-plugins/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/qt-plugins/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-screenlocker/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-screenlocker-0.7.tar.gz 46998 SHA256 d8900b904f6206869358c4e48ef05e6a93259609a312529ef71939c80b946664
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-screenlocker/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/screenlocker/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-screenshot/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-screenshot-0.7.tar.gz 21726 SHA256 3178c607379ea6cd61ede8f0fad8aebef2367d898a25c124fcebed4a14cdd7ba
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-screenshot/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/screenshot/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-settings/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-settings-0.7.tar.gz 446557 SHA256 4d20d16bc135c6699cd599fda4b1787995ae0508b9ae704051165c7d2a3772ae
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-settings/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/settings/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-statusbar/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-statusbar-0.7.tar.gz 102037 SHA256 c81f00a18070602f52182d8668fc66b2a90abe58a1777c20b797642ba498a5b2
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-statusbar/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/status/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-terminal/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-terminal-0.7.tar.gz 248302 SHA256 124d7ac6be6c9a16bea28c7b8ab0ca3e1f911bfca17a3dc6a48de0cbf5e048f9
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-terminal/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/terminal/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-texteditor/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-texteditor-0.7.tar.gz 28537 SHA256 bd505615f8fe577318d194b90630ab71d75a898f011ffb7568245dfa21c27072
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-texteditor/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/texteditor/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-videoplayer/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-videoplayer-0.7.tar.gz 49700 SHA256 4585f771ec8313304a15b2b40e2bbd5c80f0081af649edaf121af095e009597d
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-videoplayer/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/videoplayer/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-wallpapers/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-wallpapers-0.7.tar.gz 3240232 SHA256 08a80f7002fc416ae4a273772437ca009b67e72c8be19ac7724f16747b8b3689
2 |
--------------------------------------------------------------------------------
/cutefish-base/cutefish-wallpapers/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/wallpapers/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-cpp/ETL/Manifest:
--------------------------------------------------------------------------------
1 | DIST ETL-0.04.22.tar.gz 373991 BLAKE2B 5edcf9fc4a142e09717efd3cafdac13a3b1c3e3bb03aabb0ee0fb70c84fd30f9e4ddec3b5c224f6408e9e5db4194850c299778f684ebcb389a8d2ede0475f107 SHA512 f34d451ea0ecf0b7acf181cfcc6b937e6ff4c29acbf1e988b6d68f5072ce3f213b10b12f92a1b9e30f93e9c6cfb34f920173b322fbd5f748baa46676f117faae
2 |
--------------------------------------------------------------------------------
/dev-cpp/ETL/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | synfig
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-cpp/cppcoro/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
11 |
--------------------------------------------------------------------------------
/dev-cpp/date/Manifest:
--------------------------------------------------------------------------------
1 | DIST date-3.0.1.zip 941286 BLAKE2B 106ac66f778987096fb612039f7f51411a1181d94006dfd0b13dd5e8f5308a1ccce4c95cff128c2de7ba5622466964c0c3ec2df92a74bc30531fb048bd00c4e1 SHA512 f70175801f665a200c7991ae39c284562febae382aca679a7458ae4926941da6a7bbc622233c0f40e3c04939cde604637248082308047fc313b7de03b2e8a503
2 |
--------------------------------------------------------------------------------
/dev-cpp/date/date-3.0.1.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="A date and time library based on the C++11/14/17 header"
7 | HOMEPAGE="https://github.com/HowardHinnant/date"
8 | SRC_URI="https://github.com/HowardHinnant/${PN}/archive/refs/tags/v${PV}.zip -> ${PN}-${PV}.zip"
9 |
10 | LICENSE="MIT"
11 | SLOT="0"
12 | KEYWORDS="~amd64"
13 | IUSE=""
14 | RESTRICT="mirror"
15 |
16 | src_install() {
17 | doheader -r include/date
18 | mkdir -p "${D}/usr/src" || die
19 | cp -r src "${D}/usr/src/date" || die
20 | }
21 |
--------------------------------------------------------------------------------
/dev-cpp/date/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-cpp/nameof/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-cpp/nameof/nameof-0.10.1_p211229.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021-2022 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=8
5 | inherit git-r3
6 |
7 | DESCRIPTION="Nameof operator for modern C++"
8 | HOMEPAGE="https://github.com/Neargye/nameof"
9 | EGIT_REPO_URI="https://github.com/Neargye/nameof.git"
10 | EGIT_COMMIT=e955bf6
11 |
12 | LICENSE="MIT"
13 | SLOT="0"
14 | KEYWORDS="~amd64"
15 | IUSE="doc"
16 | RESTRICT="mirror"
17 |
18 | src_install() {
19 | doheader include/nameof.hpp
20 | if use doc
21 | then
22 | dodoc doc/limitations.md doc/reference.md
23 | fi
24 | }
25 |
--------------------------------------------------------------------------------
/dev-cpp/tgbot-cpp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-db/dbeaver-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lqu3qf@gmail.com
6 | lx
7 |
8 |
10 |
11 |
--------------------------------------------------------------------------------
/dev-libs/boost/Manifest:
--------------------------------------------------------------------------------
1 | DIST boost_1_78_0.tar.bz2 110675550 BLAKE2B ed7da98862ec1e0a28472544400e6f44ffadbc967eed969ce6cb62b1c4f0b7a4b98a395269eb374b57326eff9cdb1dd6e47df9d1a9730aff7c926cc44388fb2d SHA512 9c34a387a203b99aa773eb0c59f5abac7a99ba10e4623653e793c1d5b29b99b88e0e4e0d4e2e4ca5d497c42f2e46e23bab66417722433a457dc818d7670bcbbf
2 |
--------------------------------------------------------------------------------
/dev-libs/boost/files/boost-1.71.0-build-auto_index-tool.patch:
--------------------------------------------------------------------------------
1 | Build auto_index tool with USE="tools"
2 | See also: https://bugs.gentoo.org/529066
3 |
4 | --- a/tools/Jamfile.v2
5 | +++ b/tools/Jamfile.v2
6 | @@ -18,6 +18,7 @@
7 | ;
8 |
9 | TOOLS =
10 | + auto_index/build//auto_index
11 | bcp//bcp
12 | inspect/build//inspect
13 | quickbook//quickbook
14 |
--------------------------------------------------------------------------------
/dev-libs/boost/files/boost-1.73-boost-mpi-python-PEP-328.patch:
--------------------------------------------------------------------------------
1 | --- a/libs/mpi/build/__init__.py
2 | +++ b/libs/mpi/build/__init__.py
3 | @@ -1,10 +1,12 @@
4 | +from __future__ import absolute_import
5 | +
6 | import sys
7 | if sys.platform == 'linux2':
8 | import DLFCN as dl
9 | flags = sys.getdlopenflags()
10 | sys.setdlopenflags(dl.RTLD_NOW|dl.RTLD_GLOBAL)
11 | - import mpi
12 | + from . import mpi
13 | sys.setdlopenflags(flags)
14 | else:
15 | - import mpi
16 | + from . import mpi
17 |
18 |
--------------------------------------------------------------------------------
/dev-libs/boost/files/boost-1.78.0-fix-musl-build.patch:
--------------------------------------------------------------------------------
1 | --- a/boost/interprocess/permissions.hpp 2021-12-18 01:20:08.740658182 +0800
2 | +++ permissions.hpp 2021-12-24 21:14:37.331598189 +0800
3 | @@ -11,6 +11,12 @@
4 | #ifndef BOOST_INTERPROCESS_PERMISSIONS_HPP
5 | #define BOOST_INTERPROCESS_PERMISSIONS_HPP
6 |
7 | +// include sys/stat.h on linux to make mode_t available
8 | +// this fix build under musl somehow
9 | +#ifndef BOOST_INTERPROCESS_WINDOWS
10 | +#include
11 | +#endif
12 | +
13 | #if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)
14 |
15 | #ifndef BOOST_CONFIG_HPP
--------------------------------------------------------------------------------
/dev-libs/granite/Manifest:
--------------------------------------------------------------------------------
1 | DIST granite-5.2.1.tar.gz 430262 BLAKE2B f05251a3ac572ce0c757008ff3be9a941b9ddebd9a183372d4b22038ffd4ea979c657de3643483d679b9072ae6c0dc7921c796533b281d27e8dd8167949450f7 SHA512 1da5af99f33535f0966a05467de9b2ce6874a29b56281a1393fba5574718e239b3d9dbdbaffe99e289a6933ba4e60a12bcd13d42ec65b63c839c27f8d7994cc5
2 |
--------------------------------------------------------------------------------
/dev-libs/libbacktrace/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-libs/libchrasis/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-libs/libdatrie/Manifest:
--------------------------------------------------------------------------------
1 | DIST libdatrie-0.2.13.tar.gz 109963 BLAKE2B e4314a8ba78067963fdc3dc948238fda2ef4b1692fb4c5213ad4f1d082d0393bccc2c15d686e7e06d2d264c56e93048461e481e0807c4996d5d395e2ed6f58d4 SHA512 38f5a3ee1f3ca0f0601a5fcfeec3892cb34857d4b4720b8e018ca1beb6520c4c10af3bd2f0e4d64367cb256e8e2bca4d0a59b1c81fb36782613d2c258b64df59
2 |
--------------------------------------------------------------------------------
/dev-libs/libdwarf/Manifest:
--------------------------------------------------------------------------------
1 | DIST 20140208.tar.gz 1686436 BLAKE2B 6ffefd5ba2948b6f13a6b64bbe5bcff994f3664a98341e8e2a141bfc5ea9bf093cfe8e075ef9f3bdabb5805e02122f78b43f0eecb6435b33124a0d5f83ce426e SHA512 861234146bf5a5458a6e7801bf8761413acbb334aaa6157cc2ea2666e94e3b32f87c509836bbdaca12ac9abdfa933c7ac26166f17a152f24f9877c4e5fedc1ab
2 |
--------------------------------------------------------------------------------
/dev-libs/libdwarf/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-libs/libthai/Manifest:
--------------------------------------------------------------------------------
1 | DIST libthai-0.1.28.tar.gz 766571 BLAKE2B 085c59b626a4191b90e0bcf738396b701a93af66f5a92b24934b76435ed91ddbd2f394e5ab1574f2e29cbec3daeb82911de153fb20c9bb77a9875e511a2289a7 SHA512 3a5f8766e3ad1484bb01a58a800667ea0b8b805158e7b574132455bd5a703bf19f4e46db8cb8fe4a75a380d88b6343234fa10dda003dcb2a8452a21acc4b8cf8
2 |
--------------------------------------------------------------------------------
/dev-libs/lunar-date/Manifest:
--------------------------------------------------------------------------------
1 | DIST lunar-date-3.0.0.tar.gz 99704 BLAKE2B 0ebd6cfc00326c016c8efc4178d32449e76b4a1e63e55ffcc421e117f906fc064f2862fed74c4312bbc1c5489140207bbce7286967bf49066f5a1ca9fc998a9a SHA512 edbf833ab8d7af8bf19d85497f1b8c1f8c285608e04733c0e642a93925f8754ab0edcd23f475b833474944055a6630d50c6d60bd51ab53a01191922ad1538121
2 |
--------------------------------------------------------------------------------
/dev-libs/lunar-date/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | yetist@gmail.com
6 | maintaining in gentoo china overlay
7 |
8 | Chinese Lunar Library
9 |
10 |
11 |
--------------------------------------------------------------------------------
/dev-libs/tdlib/Manifest:
--------------------------------------------------------------------------------
1 | DIST tdlib-1.5.0.tar.gz 3731079 BLAKE2B 8ce9adadcecb37edc2f4f9fdd3b363a298876d7e7f4614e4bfbe959d42bb8385d18ee3fc765e3b288096069cbf8db7e71612b1c0a639a7a353bbd298b79518a5 SHA512 57f7dcaacd253d06852d95e210c6ecefa3d477f36d74f1f934a9affb621e99258bd631b7c3573df84812f9f44e6ceb090fbbc62e9f541c5d539fbab0ee51a222
2 | DIST tdlib-1.6.0.tar.gz 3825444 BLAKE2B a1050a4071aff04b705a41cc2072fa74495f43b96bf7f6f265345ce1666b56f1e25146e9798cec6c7ebbf7648173f86d03d9862458a6d07fdef80d089fc3b471 SHA512 aee8b3df17e8571ca587cc72092305fd0992fefc4d9f60b2c530c9e6726c6b6371f0e5819ca4d5a4ffbbef1345f2a18156aae979b80e124ffe183423f8f515e0
3 |
--------------------------------------------------------------------------------
/dev-libs/tdlib/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-libs/v2ray-domain-list-community-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST v2ray-domain-list-community-bin-4.39.2_p20210621183458.dat.xz 97884 BLAKE2B 19ce37954cacf448e35ec0d53b5191fa93b2082fbbe5d909c594c76cec6f2b76e5305d66365a94564990cf55d4e7855b911083d84efc4f3a54edc7954f22450e SHA512 d01d573d6fbae14c38c0f740a4e728c8f52b532482f1e6a29717b71b701b5ccc23b0a5bb0fcf3f45ae0aaed6d903089e443c408b8e160132141996d3781dfae5
2 |
--------------------------------------------------------------------------------
/dev-libs/v2ray-domain-list-community-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | v2fly/domain-list-community
6 | https://github.com/v2fly/domain-list-community/issues
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-libs/v2ray-domain-list-community/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | v2fly/domain-list-community
6 | https://github.com/v2fly/domain-list-community/issues
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-libs/v2ray-geoip-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST v2ray-geoip-bin-4.39.2_p202106170022.dat 5527692 BLAKE2B f6fc4ea5df9e2cd4c95f6bb6585fb515f73ce43f9f59f79cff30b3a9017aa5f80911a8f587e128d44e9ae58d326a7a05063e483fd6591d92ea25bbf25a4c90a3 SHA512 67ea8982306fbf4a4d31001a0bc76669351026069750afed86a5a6dca5aae94bf0735f07ecd6c51de3b1a9035afd37b0fd8b3c50311ecd7d902333e5c83303d4
2 |
--------------------------------------------------------------------------------
/dev-libs/v2ray-geoip-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | v2fly/geoip
6 | https://github.com/v2fly/geoip/issues
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-python/conda-package-handling/Manifest:
--------------------------------------------------------------------------------
1 | DIST conda-package-handling-1.7.3.tar.gz 286283 BLAKE2B b26730b8df27e56e13667e944b5a2e3b323191e664261c04a4647bb10702032d46336b70e0cd3b77069f3f27d4c7f9ef04376e2ada7c1440325544e174d2eca4 SHA512 f3c3bd07ba2b725594447913029c2323c498960678888615d452abbe1e779ba3cfb9a2cbe7ea2c93aa4f0356258a3ff2be24034963aae74c348b7ad01aaa403d
2 |
--------------------------------------------------------------------------------
/dev-python/conda-package-handling/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | conda/conda-package-handling
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-python/conda/Manifest:
--------------------------------------------------------------------------------
1 | DIST conda-4.11.0.tar.gz 20901716 BLAKE2B b63c256529eacb6e04a7a1ce44c751d846f1dd651ae637eda3dd922c140be0f81d8c91d9ca789456f0c89ad536237e41e1f213dfdbeb7753255e8cf8fbed6a09 SHA512 1cb457c2e3a395cc2512912c5e1299d7db928d033496ddb4c8c855d34ac7ab93bcd41d97f419638ac17237c9f79671eccd4a9d3bc747befb43606be5243a92ce
2 |
--------------------------------------------------------------------------------
/dev-python/conda/files/condarc:
--------------------------------------------------------------------------------
1 | pkgs_dirs:
2 | - ~/.conda/pkgs
3 |
4 | envs_dirs:
5 | - ~/.conda/envs
6 |
7 | allow_softlinks: False
8 |
--------------------------------------------------------------------------------
/dev-python/conda/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | conda/conda
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
14 |
15 |
--------------------------------------------------------------------------------
/dev-python/fuo-kuwo/Manifest:
--------------------------------------------------------------------------------
1 | DIST fuo_kuwo-0.1.5.tar.gz 18686 BLAKE2B 0f91c2dc4ce22f084637f38abddf8feb07c4380b36bfaa159f1e23e3713716a0d6a0cdc7f7044d272742a2a4821ba3a15f322291ff22a4341891cadff6efc70e SHA512 98eb83538fbe74f76517f80e461b058e440c8846a17a9068efdd1f43633ba0a54667c4bd144742882e4b87d829f6cd0d9287a8d4432396f007db9be7d34ba2e8
2 |
--------------------------------------------------------------------------------
/dev-python/fuo-kuwo/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/fuo-local/Manifest:
--------------------------------------------------------------------------------
1 | DIST fuo_local-0.2.1.tar.gz 7664 BLAKE2B 44a718f0c62bc67d1993bb93c8b3dab2cb65539cfa705e325e59bd509241d12ae5d7caa28e03a1dd9f5fe0ee2a0c9cb7668cdbcd544800e410455a9607190802 SHA512 88b98d4e2ac97c6975d1d6f5b8062dcfd591e0fbabc227a10986edd80af0b07c527afb4e2ed70cee354dbd906842237bf255e73a29a07ac7bd2084d49f2a195a
2 |
--------------------------------------------------------------------------------
/dev-python/fuo-local/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/fuo-netease/Manifest:
--------------------------------------------------------------------------------
1 | DIST fuo_netease-0.8.tar.gz 22853 BLAKE2B f74f2d02d3e9c334b8b3a115ed69d847e9bf384e38aaa48c755a2708aa43844521daa6d545349f81be24884013dfe069a351a35e7cf7bc2b1c9e305aaf256054 SHA512 30032a7564659a80aa01a2a1bde7a5a05e7a9027bc11c6a762fa657ea5439369d49bc6d6f3f785b6861513e48a79c5cdf3c3697e706d9ef7e29ddb6b929a4e18
2 |
--------------------------------------------------------------------------------
/dev-python/fuo-netease/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/fuo-qqmusic/Manifest:
--------------------------------------------------------------------------------
1 | DIST fuo_qqmusic-0.3.3.tar.gz 15931 BLAKE2B 8708956afdc07b544e4b8a498f09242e95556ee60c3a15e52bef96a0a109f4fa796350d583931122bb0b4e869a570ab216f5a505662c0ac5e5eb4d0693bb3777 SHA512 a3a2986e96886ffa5ca416b76d0233144eea1b456216b059c64f1d2c67bd56e953449faf418eebd65fcccb509c02989c5cff43e89a0b55f38f408a4888870bb2
2 |
--------------------------------------------------------------------------------
/dev-python/fuo-qqmusic/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/imgviz/Manifest:
--------------------------------------------------------------------------------
1 | DIST imgviz-1.3.0.tar.gz 8518077 BLAKE2B 040af3232f38533df82e959f57618cff46b861a09c1d89bbfa433760c8b973f6f27a72d38342d0bf5d6932f3bad977d3754471c50f2e46b294239ef5f75d6015 SHA512 feab805bdd300277bb856ed15ed1d56383234a4c03032006d76db5a5b04eca7a913e0ab10b71d5248d35c85510aa3aaecff1104495cb826778e57a36397301c5
2 |
--------------------------------------------------------------------------------
/dev-python/imgviz/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | wkentaro/imgviz
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-python/janus/Manifest:
--------------------------------------------------------------------------------
1 | DIST janus-1.0.0.tar.gz 19043 BLAKE2B 0a70e47525d5dbaac019428773dea03bf6fea452aa542be3419b369674b8e06245f3e5566672b2533bfaa8b658a1f591aed19086d54652ef5f57753f96355e82 SHA512 d66899adad12cc1100a20cb75d8e146321ef947bde996a07490158a5f34c39421bb1a5b08ac87679264a6bee1d3dc9f425fa29d52199626d322fe4462ed8f1f3
2 |
--------------------------------------------------------------------------------
/dev-python/janus/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/labelme/Manifest:
--------------------------------------------------------------------------------
1 | DIST labelme-4.6.0.tar.gz 12963044 BLAKE2B fa3d78e2f53fd7fb220da5df5371e3bfb56eb4cc0b6544bbbf96870ef4b158e550fb2d7bfd599358635da0df2f4973483cf22d278cb95c65c8b795ef3f4f3cd0 SHA512 320293bb2e93673af9f7f97d48f28d2ec79e6e11df8d48006f6c8f868fea3f6199149b639ddb81c9c40bc8816a1a9514a2b6dd6c262138ad3f444829c8fe3300
2 |
--------------------------------------------------------------------------------
/dev-python/labelme/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | wkentaro/labelme
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-python/pycosat/Manifest:
--------------------------------------------------------------------------------
1 | DIST pycosat-0.6.3.tar.gz 59962 BLAKE2B 4baaf16345f0cf24615bd35ab07450446ca9c572e75319c9ca71948c18b3009c5f22706e88e8b62b52647fa6802ee08d95512d74c728d28b2816e559319c36b2 SHA512 6163f9879d4ed98486f36990f0134db0a9b6096a8507312a1013d707b0dcb7e963845a5959c601f672a53a5db8c80b63d3184a0ef906b2ec563ca1a4c63850fa
2 |
--------------------------------------------------------------------------------
/dev-python/pycosat/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ContinuumIO/pycosat
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
12 |
--------------------------------------------------------------------------------
/dev-python/pycosat/pycosat-0.6.3.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | PYTHON_COMPAT=( python3_9 )
7 | inherit distutils-r1
8 |
9 | DESCRIPTION="Python bindings to picosat (a SAT solver)"
10 | HOMEPAGE="https://github.com/ContinuumIO/pycosat"
11 | SRC_URI="https://github.com/ContinuumIO/pycosat/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 |
13 | LICENSE="MIT"
14 | SLOT="0"
15 | KEYWORDS="amd64 ~x86"
16 |
17 | DISTUTILS_USE_SETUPTOOLS=no
18 |
19 | DEPEND=""
20 | RDEPEND="${DEPEND}"
21 | BDEPEND=""
22 |
23 | distutils_enable_tests pytest
24 |
--------------------------------------------------------------------------------
/dev-python/python-telegram-bot/Manifest:
--------------------------------------------------------------------------------
1 | DIST python-telegram-bot-13.10.tar.gz 2133206 BLAKE2B fda43f2a074367c48ab2dea04edf31e89f26839cfcb813624b385a1e1b8b1659bf5c719d051f168587f66dec49e41d96aedb7ecc85c71e851c433e53047a67c4 SHA512 22146588812d1e0765faadcc81c0413a0546060fb48010bdb9e152671d6599a01e6a5f2f752e6f176a4e7563e194ee123ab96dc30671d366b712c6b29f1d528b
2 |
--------------------------------------------------------------------------------
/dev-python/python-telegram-bot/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | davidroman96@gmail.com
6 | David Roman
7 |
8 |
9 | chn@chn.moe
10 | Haonan Chen
11 |
12 |
13 |
--------------------------------------------------------------------------------
/dev-python/qasync/Manifest:
--------------------------------------------------------------------------------
1 | DIST qasync-0.22.0.tar.gz 13511 BLAKE2B be6c946ea814b78c700e9b84c3ee07034bc71ba27499bf16f9744503c737353fc675f2299cef35a42a186bd701569e3bf7804c3b1b0fa16f5fb18fcc1fbff55c SHA512 507c5e7d774ddc3b578c2357e5f9e76839014b2e95dda9b3c242181085762d1acaf10e8999826ea81d49815a0fe1b416dc3f7ac244db369bf76bcbe4b49ea17a
2 |
--------------------------------------------------------------------------------
/dev-python/qasync/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-python/qasync/qasync-0.22.0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=8
5 | PYTHON_COMPAT=( python3_{8,9} )
6 |
7 | inherit distutils-r1
8 |
9 | DESCRIPTION="Implementation of the asyncio (PEP 3156) event-loop with Qt"
10 | HOMEPAGE="https://github.com/CabbageDevelopment/qasync"
11 | SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
12 |
13 | LICENSE="BSD"
14 | SLOT="0"
15 | KEYWORDS="~amd64"
16 |
17 | RDEPEND="
18 | dev-python/PyQt5[${PYTHON_USEDEP}]
19 | "
20 |
21 | DEPEND="
22 | dev-python/setuptools[${PYTHON_USEDEP}]
23 | "
24 |
--------------------------------------------------------------------------------
/dev-python/tomlkit/Manifest:
--------------------------------------------------------------------------------
1 | DIST tomlkit-0.8.0.tar.gz 179067 BLAKE2B 871eb8371d94c76552d78a56adfbde5ebb9da4b93aa29229ae9aa279ae35fac488a1b4986169b818d2e5366883b8f246b44dc9075d0d9785b2d7d6f97e222ec1 SHA512 77b267201021e740d8134d0d5edfbef2cf077adac0b320d80887fdedda3f63f74df1957e8230976f16c80fcc58fd4cfabb195cccf0eda7d6cd29f5f65d362147
2 |
--------------------------------------------------------------------------------
/dev-python/tomlkit/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-qt/assistant/Manifest:
--------------------------------------------------------------------------------
1 | DIST qttools-5.15.2-33693a92.tar.gz 12266718 SHA256 1f48bdb316a42dc41e8cf977ea4b93c368ca6d5c40e7d6e836d9717a19f82e40
2 |
--------------------------------------------------------------------------------
/dev-qt/assistant/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | qt@gentoo.org
6 | Gentoo Qt Project
7 |
8 |
9 | https://bugreports.qt.io/
10 | https://doc.qt.io/
11 |
12 |
13 |
14 | Must only be used by packages that are known to use private parts of the Qt API.
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/dev-qt/qdbusviewer/Manifest:
--------------------------------------------------------------------------------
1 | DIST qttools-5.15.2-33693a92.tar.gz 12266718 SHA256 1f48bdb316a42dc41e8cf977ea4b93c368ca6d5c40e7d6e836d9717a19f82e40
2 |
--------------------------------------------------------------------------------
/dev-qt/qdbusviewer/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | qt@gentoo.org
6 | Gentoo Qt Project
7 |
8 |
9 | https://bugreports.qt.io/
10 | https://doc.qt.io/
11 |
12 |
13 |
14 | Must only be used by packages that are known to use private parts of the Qt API.
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/dev-util/arch-install-scripts/Manifest:
--------------------------------------------------------------------------------
1 | DIST arch-install-scripts-24.tar.gz 17917 BLAKE2B 2d4ab5cce19fed999fa553cad93ed9bf291468338d444662a5ca2ee0c2268abf6c15bf73fc5c3a743487326652b5edd6528a3c614151f6d2b2a7896fbc754ce3 SHA512 5ea98089c0a206fa6dbe4f925f0fea8d380d2caec83940862702069eefa8d09c3c7b100d35314dba3225cd15f729976d4b3c63947b276e6865d933d98ae8811c
2 |
--------------------------------------------------------------------------------
/dev-util/arch-install-scripts/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | hougelangley1987@gmail.com
6 | 苏业钦
7 |
8 |
9 |
--------------------------------------------------------------------------------
/dev-util/bom-utils/Manifest:
--------------------------------------------------------------------------------
1 | DIST utf-bom-utils_src.zip 7280 BLAKE2B ac6df9a73aca7ae80e1b65960148fb4248497e45b89aefc2ec8682bc22f06b0300c875db1de7253b81e1cfa06dc782cd62fe1f099352256a44492452f61d1b96 SHA512 e01dc8816a8758f250dcffd87afd5e4276bf69e7363bf802f58249f2dffdcbb1aa4d4b6bd862b3a0f77ba160bca97f24ae59edf52c64d91a5e3160bc286e81cf
2 |
--------------------------------------------------------------------------------
/dev-util/bom-utils/bom-utils-1.0.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | inherit cmake-utils
7 |
8 | DESCRIPTION="Small programs to add or remove the BOM mark in UTF8 files"
9 | HOMEPAGE="https://code.google.com/p/utf-bom-utils"
10 | SRC_URI="https://github.com/jlblancoc/utf-bom-utils/archive/master.zip -> utf-bom-utils_src.zip"
11 |
12 | LICENSE="BSD"
13 | SLOT="0"
14 | KEYWORDS="amd64 x86"
15 | IUSE=""
16 |
17 | DEPEND=""
18 | RDEPEND="${DEPEND}"
19 |
20 | S="${WORKDIR}/utf-bom-utils-master"
21 |
--------------------------------------------------------------------------------
/dev-util/bom-utils/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/elfembed/Manifest:
--------------------------------------------------------------------------------
1 | DIST elfembed-0.3.tar.gz 62313 BLAKE2B aa9b9330f379dfad4cef5094a08b0f7cab771c2685c9c18384e82365d9910497fe51959807c282dbcce6cfc2ba25277d1460817b367d14997691ee1e9796733a SHA512 3cb32be4d422c04b853519458ac3ca35f6d5d0dabece0461d84f56b1a054782a6e6acc83d53431bc55bf529cb08deea7992df39f3a0532edfc9f910db59f52fe
2 |
--------------------------------------------------------------------------------
/dev-util/elfembed/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/fernflower/Manifest:
--------------------------------------------------------------------------------
1 | DIST fernflower-1.jar 245371 BLAKE2B 301ecf6aa578a3ede46aee312ce337cf1a1f4b08395a4c5c0e3d54ffef2cdf3ab06c10b86c6e15fe8fd812501c78c0dc506076605b99f731e515a4100fd00e81 SHA512 135009d7d37ba7ece0ededbb4a7b62b0c22475e2a8330987c25805a146f266185cda13cecd6f13b36c1387f87dedcbbea9c676fd92920b48f1b079b2e0703d40
2 |
--------------------------------------------------------------------------------
/dev-util/fernflower/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/jd-gui/Manifest:
--------------------------------------------------------------------------------
1 | DIST jd-gui-1.4.0-0.noarch.rpm 7900421 BLAKE2B 7aa136912432cc0ffb9d2323dc7360a68955246c548923cc33e3c08dd63ca13320101f0bfa53497620a3924eb421bece5f928b3d0014e12a7589c85ee89bf598 SHA512 98e281448f0eb97ac8ece517c6e3fc3d642b41552b2b9db1c20e85ac8628849f4ef47cdd6c8d6ee4a22f694377f2ee7d8bd78715579866d5195fd69266f87d4b
2 |
--------------------------------------------------------------------------------
/dev-util/jd-gui/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/jetbrains-toolbox/Manifest:
--------------------------------------------------------------------------------
1 | DIST jetbrains-toolbox-1.22.10774.tar.gz 76768361 BLAKE2B da8a62e729f4e04f8a9f9e0ae3a9b4ac0ee9f345d81bdc9ab869cdc6b7e604c4ffa7d901c3b254fa1dbcf0b109de63ac76034517dc34abcf054406c5e9a4ff36 SHA512 529ba287982d6e87c3665fa6d1f0641aa20d66ac16eda6b0b58d7ecfbcf00a449768609e5f8bad2d387340df58e80111d67f634ae2ffa6479f4663bbc5548724
2 |
--------------------------------------------------------------------------------
/dev-util/jetbrains-toolbox/files/jetbrains-toolbox.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Categories=Development
3 | Type=Application
4 | Name=JetBrains Toolbox
5 | Exec=/usr/bin/jetbrains-toolbox %u
6 | Icon=/usr/share/pixmaps/jetbrains-toolbox.svg
7 | StartupNotify=false
8 | Terminal=false
9 | MimeType=x-scheme-handler/jetbrains
10 |
--------------------------------------------------------------------------------
/dev-util/jetbrains-toolbox/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/rust-analyzer/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/dev-util/v2ray-geoip-generator/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | i@bitbili.net
6 | Ryan Qian
7 |
8 |
9 |
--------------------------------------------------------------------------------
/games-board/othello/Manifest:
--------------------------------------------------------------------------------
1 | DIST othello-0.2.2.tar.gz 325781 BLAKE2B f4c13e0fda91d3fe3c3e9d9178dbc13c2c09900cf145ce541b559fab278935874ff49c02f0fdfcce06539f1a26b04a1c3d9d64ce56154fd8c823fb8d29d139c9 SHA512 b5970453f98f3a8cfab70ec93e1a32dc7e64fecee9391fe2267d1ff73110b1edbc9b7468fe8d5531f7ad14f7c84ae53c6ebcda7a97619029556c8299085243c4
2 |
--------------------------------------------------------------------------------
/games-board/othello/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/games-util/winegame-client-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST net.winegame.client-0.5.7.2-1-x86_64.pkg.tar.zst 1970822 BLAKE2B fea9392abccda0b6712d5c7aa04638e9bd940d7e81585dec48c5c8de4649872f61cac8ceb3936853ca40e873339a1de42d262fc48789503a4d4a4acda0f7fbde SHA512 7968671796cba032c7cf5085a66c2b75f5390852c84fccc503bd291f9fdc6d26ca9a04ded56b77f8500abc5f5e6cd4f5e19d86037e9358abc05a6ce084bf21f7
2 |
--------------------------------------------------------------------------------
/games-util/winegame-client-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | An open source gaming platform for GNU/Linux.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/kde-misc/plasma-applet-netspeed-widget/Manifest:
--------------------------------------------------------------------------------
1 | DIST plasma-applet-netspeed-widget-1.8.tar.gz 27908 BLAKE2B 16cbcbc4c006e90004f21b354fb6b0ce257e8f170e23adfa271b6081dd91baff45b116addb54d099a33265676397a74f2d10a34b94d7318ba96bf37c87d4ebd1 SHA512 f7f7289df4338b351104b28bbc2de64ecf29a8ea0c2852cfe1230bb010de5d3ccbf86f02ff711342a2c11527db58c76303ee1477873d173deab234ff55ea2f2c
2 |
--------------------------------------------------------------------------------
/kde-misc/plasma-applet-netspeed-widget/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/licenses/PyCharm_Academic_license:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/licenses/PyCharm_Academic_license
--------------------------------------------------------------------------------
/licenses/PyCharm_OpenSource_license:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/licenses/PyCharm_OpenSource_license
--------------------------------------------------------------------------------
/licenses/PyCharm_license:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/licenses/PyCharm_license
--------------------------------------------------------------------------------
/licenses/Vic-Fieger-License:
--------------------------------------------------------------------------------
1 | The Vic Fieger fonts are freeware, to be downloaded and used by anyone who wants them for free. I didn't put them here so people couldn't use them! You don't have to ask for my permission, though it's always good to receive an e-mail from somebody to show me what they are using them for.
2 | If you wish to write to let me know how a certain font will be used, and for what purpose, send your e-mail to: vic@vicfieger.com
--------------------------------------------------------------------------------
/licenses/ntufonts:
--------------------------------------------------------------------------------
1 | COPYRIGHT
2 | =========
3 | These fonts are created by Mr. Lin Yaw-Jen
4 | All Right reserved.
5 | These fonts must not be used for any commercial activities.
6 |
7 | Lab of OA Network Home: 4F, No. 12-2 Alley 2 Lane 250
8 | Department of Computer Science and Sec 5 Nanking East Rd.
9 | Information Engineering Taipei Taiwan R.O.C
10 | National Taiwan University Tel: 886-2-7641236
11 | Taipei Taiwan R.O.C Fax: 886-2-760184
12 | Email: f1506015@csman.csie.ntu.edu.tw
13 |
--------------------------------------------------------------------------------
/media-fonts/cwtex-q-fonts/Manifest:
--------------------------------------------------------------------------------
1 | DIST cwtex-q-fonts-0.2.tar.gz 106314581 BLAKE2B aff0f5d363c0d28b8a94c5149e6e2aafa217147602450d3df48b77ece2f75586c4a744c6d0b5675320a5ac28ec298be4b90519057f53136c24663195b40f6fee SHA512 d988c2563a77896f2a3c9650159abe18192a03192ca8ad6cc2f59462e8fb5e5a50da02a8e558b99d40a5b5a4a4cefd3aa6a17ec54e39eb3492334027671a98ae
2 |
--------------------------------------------------------------------------------
/media-fonts/cwtex-q-fonts/cwtex-q-fonts-0.2.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 | inherit font
6 |
7 | DESCRIPTION="Those five TrueType fonts are transformed from cwTeX Traditional Chinese Type 1 fonts(Version 1.1)."
8 | HOMEPAGE="https://code.google.com/p/cwtex-q-fonts/"
9 |
10 | SRC_URI="https://github.com/l10n-tw/cwtex-q-fonts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 | LICENSE="GPL-2+"
12 | SLOT="0"
13 | KEYWORDS="amd64 x86"
14 |
15 | IUSE=""
16 | DEPEND=""
17 | FONT_S="${S}/ttf"
18 | FONT_SUFFIX="ttf"
19 | RESTRICT="nostrip nomirror"
20 |
--------------------------------------------------------------------------------
/media-fonts/cwtex-q-fonts/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-fonts/jf-openhuninn/Manifest:
--------------------------------------------------------------------------------
1 | DIST jf-openhuninn-1.1.zip 4039902 BLAKE2B 593f0c45d2d9d3a7837f5b81096cf8da8d6304a638ed292de751403e8d44339f2806f14e8f328474aacc6263f91694e5334e1e8dfffb67ec4d73ca6b1a1604d4 SHA512 b13e8208e3815d09296c5592414fd0552bc981cf211375ddbbd98352926d1cbb440f6403882742f03c909c39ca27ac6ebb6c11020e7bec6da1716b57f35d717f
2 |
--------------------------------------------------------------------------------
/media-fonts/jf-openhuninn/jf-openhuninn-1.1.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 | inherit font
6 |
7 | DESCRIPTION="An opensource Chinese font by justfont, based on Kosugi Maru and Varela Round"
8 | HOMEPAGE="https://justfont.com/huninn/"
9 | SRC_URI="https://github.com/justfont/open-huninn-font/releases/download/v${PV}/jf-openhuninn-${PV}.zip"
10 |
11 | LICENSE="OFL-1.1"
12 | SLOT="0"
13 | KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
14 |
15 | FONT_SUFFIX="ttf"
16 |
--------------------------------------------------------------------------------
/media-fonts/jf-openhuninn/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-fonts/lxgwwenkai/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | leon.errelin@outlook.com
6 | Linerre
7 |
8 |
9 |
--------------------------------------------------------------------------------
/media-fonts/taipei-sans-tc/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-fonts/ttf-wps-fonts/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-fonts/wangfonts/Manifest:
--------------------------------------------------------------------------------
1 | DIST wangfonts-1.3.0.tar.gz 134133251 BLAKE2B 8114eb72f8cf0d0ddbc92cea7b6acdab9f6c14aa554e39c720d3ca29448743efa5974594776aa171173432fd100da2f3c367eccd11a32e3b38c51d0b0a425169 SHA512 ffd59cb1017b5470a6f5d213a252d631b9c8a98a9cef968849e1b2f23165ff17cd7987ed8a9a657e6f8aa46dfb24c287156e8ea37923be639ef8a68daa92d555
2 |
--------------------------------------------------------------------------------
/media-fonts/wangfonts/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-gfx/blur-effect/Manifest:
--------------------------------------------------------------------------------
1 | DIST blur-effect-1.1.3.tar.gz 22657 BLAKE2B 65e633945ae6b37c0ca9308e14133aa92b0d83069acdd3dc7d2b7799ef147125ced5f9139c4aff1ffd4b564e1561489e7b4454ae5ca6a4c2c5f993115f8e773e SHA512 23f5abe28ca34a74462562e168589a5ab485fa2f95bfe3ce2813283fe60ba560ac087b1f0206302935df720a3e6297e089ba6889bf7c156ca076a655dc71a612
2 |
--------------------------------------------------------------------------------
/media-gfx/blur-effect/blur-effect-1.1.3.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=6
5 |
6 | inherit cmake-utils
7 | DESCRIPTION="Off-screen image blurring utility using OpenGL ES 3.0"
8 | HOMEPAGE="https://github.com/sonald/blur-effect"
9 | SRC_URI="https://github.com/sonald/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10 |
11 | LICENSE="GPL-3"
12 | SLOT="0"
13 | KEYWORDS="~amd64 ~x86"
14 | IUSE=""
15 |
16 | DEPEND="media-libs/mesa[gbm,egl,gles2]
17 | x11-libs/gdk-pixbuf
18 | media-libs/glew"
19 | RDEPEND="${DEPEND}"
20 |
--------------------------------------------------------------------------------
/media-gfx/blur-effect/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | atenzd@gmail.com
6 | Aten Zhang
7 |
8 |
9 | sonald/blur-effect
10 |
11 |
12 |
--------------------------------------------------------------------------------
/media-gfx/byzanz/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | atenzd@gmail.com
6 | Aten Zhang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/media-gfx/sane-backends/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-gfx/scangearmp/files/fixcompile.patch:
--------------------------------------------------------------------------------
1 | diff -rpu a/scanfile.c b/scanfile.c
2 | --- a/scanfile.c 2012-07-11 12:13:03.912093273 +0800
3 | +++ b/scanfile.c 2012-07-11 12:13:50.831095404 +0800
4 | @@ -386,7 +386,7 @@ EXIT:
5 |
6 | void write_data_for_png( png_structp png_ptr, png_bytep data, png_size_t length )
7 | {
8 | - FileControlWriteFile( *( (int *)png_ptr->io_ptr ), (CNMSLPSTR)data, length );
9 | + FileControlWriteFile( png_get_io_ptr(png_ptr) , (CNMSLPSTR)data, length );
10 |
11 | return;
12 | }
13 |
--------------------------------------------------------------------------------
/media-gfx/scangearmp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-gfx/xrectsel/Manifest:
--------------------------------------------------------------------------------
1 | DIST xrectsel-0.3.1.tar.gz 14804 BLAKE2B 6b2f2aa6275b656cbe929699648243318b4ef07304c12dab3b4bce914426e919e69c1060f4147f8af93d343d3540a7184da7c4fc4cb8dc569df200a511a19545 SHA512 33ae145e4e1a73ba3f0c359697c70d9306a61647a1202f0105dc338d90e0025f82dd1724abdfc34b3440742248dfe21276d8d89aa86c60c97007c5925dcf7510
2 |
--------------------------------------------------------------------------------
/media-gfx/xrectsel/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-gfx/xrectsel/xrectsel-0.3.1.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | inherit autotools
7 |
8 | DESCRIPTION="print the geometry of a rectangular screen region"
9 | HOMEPAGE="https://github.com/lolilolicon/xrectsel"
10 | SRC_URI="https://github.com/lolilolicon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11 |
12 | LICENSE="GPL-3"
13 | SLOT="0"
14 | KEYWORDS=""
15 | IUSE=""
16 |
17 | RESTRICT="mirror"
18 |
19 | DEPEND=""
20 | RDEPEND="${DEPEND}
21 | x11-libs/libX11"
22 |
23 | src_prepare() {
24 | eautoreconf
25 | }
26 |
--------------------------------------------------------------------------------
/media-libs/libspiro/Manifest:
--------------------------------------------------------------------------------
1 | DIST libspiro-0.3.20150131.tar.gz 78587 BLAKE2B f221b24a61c7edf9618fd8c023915dca14cbaf1a12a3cab87b5eee1747abfbe7c4db9f6cae735a4ce5737591259f2a5f7a60c9539a1e8aeaa65109c35a12ce17 SHA512 54a6404eecd6e4a30df013c6b679451e07be14f901bcbd90c316ceaaef569e175bef3ee8774b0f97d458bb4a102d3722fadf80894052f4c3c263aef32a63361a
2 |
--------------------------------------------------------------------------------
/media-libs/libspiro/libspiro-0.3.20150131.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | inherit autotools
7 |
8 | DESCRIPTION="Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful curves."
9 | HOMEPAGE="https://github.com/fontforge/libspiro"
10 | SRC_URI="https://github.com/fontforge/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11 |
12 | LICENSE="GPL-3+"
13 | SLOT="0"
14 | KEYWORDS=""
15 |
16 | IUSE=""
17 |
18 | DEPEND=""
19 | RDEPEND="${DEPEND}"
20 |
21 | src_prepare(){
22 | eautoreconf
23 | }
24 |
--------------------------------------------------------------------------------
/media-libs/libspiro/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-plugins/audacious-mac/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-plugins/gimp-gap/Manifest:
--------------------------------------------------------------------------------
1 | DIST gap-2-8.zip 13844038 BLAKE2B 8eb19178da9ce96567ddd272ad27dc8edc922970c58ea58ad089255612cc558b907dba60360179af83e5360c33ad20e22b2f09b80327feb16410a8570605ea8f SHA512 69cf173773ceba29bcc089da791c09d7e33deac6aa2a15d9a63762376eda336d0f8831cba39dddc6b87fa05e37654ab1641e0123da84ce617c9096717281f7f0
2 |
--------------------------------------------------------------------------------
/media-plugins/osdlyrics/Manifest:
--------------------------------------------------------------------------------
1 | DIST osdlyrics-0.5.10.tar.gz 555876 BLAKE2B 37b7833167202f7b0e056b35583ce1e84fe138e59f6b63f2af7de2a1a4aae2aa815404123f2d5f08ad9e93504b1eef02e909929eef412126452af337deece385 SHA512 caa86cb8a85edca078c499cd38f4a6e180b1f5d42928df3fdb8bb9916dcc2c6a77c7798145f26db04dd03ac426c06e0fb7cc133bb82d3ad83ce14214c13226b2
2 |
--------------------------------------------------------------------------------
/media-plugins/osdlyrics/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | ak47m61@gmail.com
6 |
7 |
11 |
12 |
--------------------------------------------------------------------------------
/media-sound/feeluown/Manifest:
--------------------------------------------------------------------------------
1 | DIST feeluown-3.7.14.tar.gz 559044 BLAKE2B 4cfc41938641136a9907fbbe435eb68704940d837962583dc0161da2b3f8df033602aab7a2840cbe4f2a96bbefacc0536aeaf494ae2f727c12525a7dcd7e75fc SHA512 10f3e92f945a794e4f986700e7b1c6fa6b7e4a3f43bc9682b6bf6bc3491770c7bd3ea275fe1b3621ff5133c408c8904536a8dc099ffe6247c819d7c810f4b3e2
2 |
--------------------------------------------------------------------------------
/media-sound/feeluown/files/feeluown.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Type=Application
3 | Name=FeelUOwn
4 | Comment=FeelUOwn Launcher
5 | Exec=feeluown
6 | Icon=/usr/share/pixmaps/feeluown.png
7 | Categories=AudioVideo;Audio;Player;Qt;
8 | Terminal=false
9 | StartupNotify=true
10 |
--------------------------------------------------------------------------------
/media-sound/linnya/Manifest:
--------------------------------------------------------------------------------
1 | DIST linnya-2.2.0.tar.gz 841288 BLAKE2B f5b8d94f0b2d41b029c329d00c014a1f7cdec087df0138ffd6f9e8f2706b7e8b53eb612c96d9470f6d4d14196ae0d3e43bb5f891f4bc1341ae6b7df0fd9fbf37 SHA512 79ea8bc8b9390cd7634d68accc3624f58b4b72b32734475f58ed78bf558db836c87b113a57b917ea7d18e2e89052bdae478e6dd7fb51ff2804b5b0ff3da072e6
2 |
--------------------------------------------------------------------------------
/media-sound/linnya/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-sound/netease-cloud-music/Manifest:
--------------------------------------------------------------------------------
1 | DIST netease-cloud-music_1.2.1_amd64_ubuntu_20190428.deb 104501260 BLAKE2B c1fdbd5c32f8729f9cff0f311cc2eae038af0a0f4911b5fdea718244c30657e9a6e2c40a13ae0cf18ccc4f1bfc4a1924e00f5a2ff4f899b476559347bc4b47fd SHA512 1c33f728f2da8e18b7435c59997784f0b1fb5dbb7623b642da31639aca944bc40047b24c3e23616f2b6f1e2ee49dee7e08114f36d6b576e0ff2e36862292f4c1
2 |
--------------------------------------------------------------------------------
/media-sound/netease-cloud-music/files/netease-cloud-music.bash:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | HERE="$(dirname "$(readlink -f "${0}")")"
3 | export LD_LIBRARY_PATH="${HERE}"/libs
4 | export QT_PLUGIN_PATH="${HERE}"/plugins
5 | export QT_QPA_PLATFORM_PLUGIN_PATH="${HERE}"/plugins/platforms
6 | export QT_QPA_PLATFORM=xcb
7 | export LD_PRELOAD="${HERE}"/libnetease-patch.so
8 |
9 | exec "${HERE}"/netease-cloud-music $@
10 |
--------------------------------------------------------------------------------
/media-sound/netease-cloud-music/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/media-sound/yesplaymusic-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST yesplaymusic-0.4.2.pacman 60537152 BLAKE2B ce85729fe53b6138b351284c00b18caf0feaa4a87a6f84173b548016d1502d55c139ed9d5c95ee9ccd5cd66eda7a97dbf8a5c2f181819c0caee28481ff0d4411 SHA512 840fe5cc240fd24a3d29db2fb0d48ec1dc69af0edfb72991119db66bcfe86533b9a9cd433b81f83dd4e4c7065e09a4bd7465e53ba7fccdbf8967a12b642d49d3
2 |
--------------------------------------------------------------------------------
/media-sound/yesplaymusic-bin/files/yesplaymusic.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=YesPlayMusic
3 | Name[zh_CN]=网易云音乐
4 | Exec=/opt/YesPlayMusic/yesplaymusic %U
5 | Terminal=false
6 | Type=Application
7 | Icon=yesplaymusic
8 | StartupWMClass=YesPlayMusic
9 | Comment=A third party music player for Netease Music
10 | Comment[zh_CN]=第三方网易云音乐播放器
11 | Categories=Music;AudioVideo;Player;
12 |
--------------------------------------------------------------------------------
/media-sound/yesplaymusic-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | c2778148787@gmail.com
6 | Raymond
7 |
8 |
9 | A third party music player for Netease Music
10 |
11 |
12 |
--------------------------------------------------------------------------------
/media-video/avplayer/avplayer-9999.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=5
5 | inherit cmake-utils git-r3
6 |
7 | DESCRIPTION="avplayer is a p2p video downloader and player"
8 | HOMEPAGE="http://avplayer.avplayer.org"
9 | SRC_URI=""
10 |
11 | EGIT_REPO_URI="https://github.com/avplayer/avplayer.git"
12 |
13 | LICENSE="GPL-3"
14 | SLOT="0"
15 | KEYWORDS=""
16 |
17 | DEPEND=">=dev-libs/boost-1.49[threads,static-libs]
18 | dev-libs/openssl
19 | media-libs/libsdl"
20 | RDEPEND="${DEPEND}"
21 |
--------------------------------------------------------------------------------
/media-video/avplayer/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/media-video/tenvideo/Manifest:
--------------------------------------------------------------------------------
1 | DIST Tenvideo_universal_1.0.10_amd64.deb 50632316 BLAKE2B ad0a63a0f6cfa20c96eae4f6fbd5e880a67b445b696c35511c52ae16d59634c42405a7b3ad6dfccf3abc7f59743d9b00d1a71b5f81452252accade8319f2cea2 SHA512 9ebd464bdf36648a4475ffa56c2ee581609e5f8d195c05d7c7d31d6602ded3a7e78ae187bdf56f7f49211cfda0746931c22b5c0ae2d8693e641805b5f823e6d9
2 |
--------------------------------------------------------------------------------
/media-video/tenvideo/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/metadata/news/2012-07-12-remove-app-text-xetex/2012-07-12-remove-app-text-xetex.en.txt:
--------------------------------------------------------------------------------
1 | Title: app-text/xetex remove
2 | Author: microcai
3 | Content-Type: text/plain
4 | Posted: 2012-07-12
5 | Revision: 3
6 | News-Item-Format: 1.0
7 | Display-If-Installed: app-text/texlive-core
8 |
9 | use dev-texlive/texlive-xetex instead of app-text/xetex
10 |
11 |
--------------------------------------------------------------------------------
/metadata/news/2012-07-12-remove-app-text-xetex/2012-07-12-remove-app-text-xetex.en.txt.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: GnuPG v2.0.19 (GNU/Linux)
3 |
4 | iQEcBAABAgAGBQJP/n0PAAoJEKT4Uz7oTANZWmAIAJtdI6HxEXF2Cw7WlWRYVfnf
5 | kB3EErg2P5UqJ/Hz9oatP8pFQm0ALLbItMfDShP4amCbtE6x0bp71qX272+AP8RV
6 | BPXCelrv9w0EFhbOLD8KIz/7PDJSemjnETBzJvrckXHkcgGG1LTCjQaoHU+Xvk2E
7 | JIKt02Q7nDnUpyJ2pHovIQSkJFO3S2ZhvzyfhoWAPNqozvRDkZX6QLzgobVd5eNi
8 | zss9UNZmb3vf36phGWlMyJ2qJgfdJn1bDuvVO8T0wvOwHUTyX/kFXTfkUQh4wBEA
9 | 28Eu+c+xTa/6B+6zB/j5j8MBPzl0uOAoe40+PmIFA5Bpm6u8j22tMswwG9CaWoA=
10 | =+aV7
11 | -----END PGP SIGNATURE-----
12 |
--------------------------------------------------------------------------------
/metadata/news/2012-07-12-remove-app-text-xetex/2012-07-12-remove-app-text-xetex.zh.txt:
--------------------------------------------------------------------------------
1 | Title: app-text/xetex remove
2 | Author: microcai
3 | Content-Type: text/plain
4 | Posted: 2012-07-12
5 | Revision: 3
6 | News-Item-Format: 1.0
7 | Display-If-Installed: app-text/texlive-core
8 |
9 | 请使用 dev-texlive/texlive-xetex 来获得 xelatex 功能。
10 |
11 |
--------------------------------------------------------------------------------
/metadata/news/2012-07-12-remove-app-text-xetex/2012-07-12-remove-app-text-xetex.zh.txt.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 | Version: GnuPG v2.0.19 (GNU/Linux)
3 |
4 | iQEcBAABAgAGBQJP/n0MAAoJEKT4Uz7oTANZyTcH/0k+kb4NcuzBzs5XPBQDLJ7i
5 | 5KLOo/7FFVkodtC6g9HSuCQWmBjgsP8NVu6KdCRw9XYJHdx0wz85IgaMnShWa7eg
6 | TynWhGtB53ljyNLSrav8vWImMjZcSKDmA0HRUDpdwiMGJ202eC/v22DF5cAGZ5Cy
7 | HNR1vKkNOIRlKw461edCqImawLWCwHmoRC6/1yvii3NW/PCU8Bsb5rdDMXyZxGAy
8 | FnSipbcJMwU5mAeYHRt+AauCKBZZF20p87x6LO0wbXoYtABoq0d0U4Vxw2o57Qwh
9 | h3RAlt/SK9pBLEnxikjmjJikOM6ImvwP1/zjbeg0pDov+pfBsT4kDISzg9cPlbs=
10 | =4nUu
11 | -----END PGP SIGNATURE-----
12 |
--------------------------------------------------------------------------------
/metadata/news/2017-03-26-new-package-dde-go-essential/2017-03-26-new-package-dde-go-essential.en.txt:
--------------------------------------------------------------------------------
1 | Title: new package dev-go/dde-go-essential
2 | Author: zhtengw
3 | Content-Type: text/plain
4 | Posted: 2017-03-26
5 | Revision: 1
6 | News-Item-Format: 1.0
7 | Display-If-Installed: dev-go/deepin-go-lib
8 |
9 | The depended go codes of dev-go/deepin-go-lib have splited to an indivitual
10 | package named dev-go/dde-go-essential. If you have dev-go/deepin-go-lib
11 | installed, please unmerge it first and then remerge it.
12 |
13 | emerge -C deepin-go-lib && emerge -1 deepin-go-lib
14 |
15 |
--------------------------------------------------------------------------------
/metadata/news/2017-03-26-new-package-dde-go-essential/2017-03-26-new-package-dde-go-essential.en.txt.asc:
--------------------------------------------------------------------------------
1 | -----BEGIN PGP SIGNATURE-----
2 |
3 | iQEzBAABCAAdFiEEdYws+ioAYw5/gT9sZtfHwTyqevAFAljWs6kACgkQZtfHwTyq
4 | evCuJggAvY1d05EvomeQEJPd6e2F2/5GOEjde/vg+86iupcfQDAqxERF5TF26xYd
5 | Ow9qfLsex0xsT5USyIPXJH3rE3osC+EcbifOrNj7LiQORIRdHCL1DF4JRqzh7cHQ
6 | 1exFTtKlBjfMFIdutxmv/+pQ6NLvNmW6c72fpJ+sd9BOd3HaP9clwNHgUW1URlCP
7 | 3lxbUpQYSKF68PFzJ4dqySPRZpu7qxTbREMCo1dgJwKReKolxyRhCDb390FXe+1b
8 | w5ZWVqHsvi2CXAUg1He3asWw0v8Y+K+zUoGiU0ExV6cOLilqFisrLgeZkU7lI/px
9 | bvSejtUuH5ZBgMckoMVD+Rb0OjO3AQ==
10 | =59++
11 | -----END PGP SIGNATURE-----
12 |
--------------------------------------------------------------------------------
/net-dialup/mentohust/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-dns/chinadns/Manifest:
--------------------------------------------------------------------------------
1 | DIST chinadns-1.3.2.tar.gz 120711 BLAKE2B c8a3c78396edc671f87f838fc69de06ac771cfb4c9abe381ebbb23a3f67f189d045df1d774e015a8bd2c2e9cc702d588b5695afd61a1c86be506e0a5226069a1 SHA512 d217288effa2dac188122ce243474a3fb7f7a485d4cc83d672441c0bb653244bc95c5c2ae29c8e93d2b68ee85ebe9b2fb2c25349673887dcb3a32efea5cdafbf
2 |
--------------------------------------------------------------------------------
/net-dns/chinadns/files/chinadns.confd:
--------------------------------------------------------------------------------
1 | CHINADNS_LOCALIP=127.0.0.1
2 | CHINADNS_LOCALPORT=535
3 | CHINADNS_DNSSERVER=223.5.5.5,208.67.222.222:443
--------------------------------------------------------------------------------
/net-dns/chinadns/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-dns/libidn11/Manifest:
--------------------------------------------------------------------------------
1 | DIST libidn-1.33.tar.gz 3501056 BLAKE2B ce6319dc61dd825cf7ddb33f4279c178709e16ce2815c3d1a464bba6b5c6cc493107a10a686f349247a0d6023b1b834a650046e68da9f2f559870dba13a59384 SHA512 38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6
2 | DIST libidn-1.33.tar.gz.sig 473 BLAKE2B 106d0746e0d60fefa1220b48349462ec837be1f215c7a63ed5485ce12e060b035f4650c36993637fc8027ef4e17c7c3fc8eed2201086eb3cf2471961c2ea1694 SHA512 7aa12e7d919572c4ac62aa8d5d9a77da34d8e9c75580959a2f244b3f39cf2ef91cd2dc34340c0dd44ea29562236f668aa25137f7250c5337831c0781dd856e77
3 |
--------------------------------------------------------------------------------
/net-dns/libidn11/files/50libidn-gentoo.el:
--------------------------------------------------------------------------------
1 |
2 | ;;; libidn site-lisp configuration
3 |
4 | (add-to-list 'load-path "@SITELISP@")
5 | (autoload 'idna-to-ascii "idna"
6 | "Returns an ASCII Compatible Encoding (ACE) of STR.")
7 | (autoload 'idna-to-unicode "idna"
8 | "Returns a possibly multibyte string after decoding STR.")
9 | (autoload 'punycode-encode "punycode"
10 | "Returns a Punycode encoding of STR.")
11 | (autoload 'punycode-decode "punycode"
12 | "Returns a possibly multibyte string which is the punycode decoding of STR.")
13 |
--------------------------------------------------------------------------------
/net-dns/libidn11/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | mgorny@gentoo.org
6 | Michał Górny
7 |
8 |
9 | sam@gentoo.org
10 | Sam James
11 |
12 |
13 |
--------------------------------------------------------------------------------
/net-dns/phddns/Manifest:
--------------------------------------------------------------------------------
1 | DIST phddns-2.0.6.32828.rar 312684 BLAKE2B 4a77be4ed9d75ba4b433333bd889be6e3f8cf47a2c9debe611b0ef69bd1b17b178bad52ea9dff6164a976388641c1b33be2b585eab1a7e61e510640acbe068c4 SHA512 e361648d7799b3b86a5998f817c3a98f3fa864015472fcfe050f66060bdaefe32b25cdaa89c6fd4dad1f737f5bcdb5b3471c2705366b3448b7bebea9fc69360c
2 |
--------------------------------------------------------------------------------
/net-dns/phddns/files/phddns.init.d:
--------------------------------------------------------------------------------
1 | #!/sbin/runscript
2 |
3 | description="Phddns daemon"
4 | depend() {
5 | need dbus
6 | }
7 |
8 | start() {
9 | phddns -d
10 | }
11 |
12 | stop() {
13 | killall phddns
14 | }
15 |
--------------------------------------------------------------------------------
/net-dns/phddns/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-im/avim/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-im/deepin-wine-wechat/files/reg.patch:
--------------------------------------------------------------------------------
1 | diff -ruN reg_tmp/user.reg reg_tmp_fixed/user.reg
2 | --- reg_tmp/user.reg 2021-04-28 14:50:30.000000000 +0800
3 | +++ reg_tmp_fixed/user.reg 2021-06-21 15:11:23.006181124 +0800
4 | @@ -761,6 +761,8 @@
5 | "txupd.exe"=""
6 | "usp10"="native,builtin"
7 | "wechatupdate.exe"=""
8 | +"wechatbrowser.exe"=""
9 | +"wechatapp.exe"=""
10 |
11 | [Software\\Wine\\Drivers\\winepulse.drv] 1591000018
12 | #time=1d637ee6a5a1faa
13 |
--------------------------------------------------------------------------------
/net-im/deepin-wine-wechat/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lyraile
6 | iamoatiz@gmail.com
7 |
8 |
9 | Tencent WeChat on Deepin Wine For Gentoo.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/net-im/dingtalk/Manifest:
--------------------------------------------------------------------------------
1 | DIST com.alibabainc.dingtalk_1.2.0.140_amd64.deb 245642704 BLAKE2B a6283c7912cf135c08d8774720055b9e663b7a65030064c001fcb7bef29317fd8d129a171fd85dd3ded257562bb46ffb662c0fe81f44ad20d82da3c76bb0c14a SHA512 d3c7b9c776c18059a8786153b6dd0936eb632b25a5e358a3b2cb0cf35bc5a1ed740d86f4e833be3c3e6a0819b7d772c5e36e4470468d56628e91490b2fead2f6
2 |
--------------------------------------------------------------------------------
/net-im/dingtalk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | duzhe@gmail.com
6 | Du Zhe
7 |
8 |
10 |
11 |
--------------------------------------------------------------------------------
/net-im/freetalk/Manifest:
--------------------------------------------------------------------------------
1 | DIST freetalk-4.1.tar.gz 134009 BLAKE2B 6c00f671019179228318f1e0d202f73285643cfe011f4c89b8df33646a434c2663771cdd99aa366cdc5c694809b1df3a82a27925b035b6137601c94455d16664 SHA512 97a5d193f80c06926b5b3012383eb02613146cda36a170e43ea4c1a15803bd00eb7e0cf54464b584a507211063e6bd634e7883cc8b2aa4310b186ad66c820717
2 |
--------------------------------------------------------------------------------
/net-im/freetalk/files/3.2-aclocal.patch:
--------------------------------------------------------------------------------
1 | --- Makefile.am 2008-08-27 11:19:53.000000000 +0200
2 | +++ Makefile.am.new 2009-10-04 22:22:59.000000000 +0200
3 | @@ -6,7 +6,6 @@
4 | LOUDMOUTH_CFLAGS = @LOUDMOUTH_CFLAGS@
5 | LOUDMOUTH_LIBS = @LOUDMOUTH_LIBS@
6 |
7 | -ACLOCAL_AMFLAGS = -I m4
8 |
9 | EXTRA_DIST =autogen.sh
10 |
11 |
--------------------------------------------------------------------------------
/net-im/freetalk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-im/telegram-desktop/Manifest:
--------------------------------------------------------------------------------
1 | DIST tdesktop-3.4.3-full.tar.gz 40647558 BLAKE2B 220a7b29dbc7a48d53e53fe9609dba804e5fe536feebc1225fd5400a8eec703e64f65decb8b503ed77e843c011c8b5fd12916534d4a1ecbc84724f277dcc301a SHA512 6b27eb14570b55fb14c77f1d557591985a4791712897c2e144196c54c2a98b10c7ece9dac7d039a6bb56f39e3062e4fbfbb60f6822e52b76f927bbf419d88a6b
2 |
--------------------------------------------------------------------------------
/net-im/telegram-purple/Manifest:
--------------------------------------------------------------------------------
1 | DIST telegram-purple_1.4.7.orig.tar.gz 498573 BLAKE2B 37f741f1e2106db55eaadab70e2bf226609ebd85fa3df28a60b686e207c341f7279ea36ef87137d465b5bedac63e6ec0388714171dd5a594fb28ae02f66bebc4 SHA512 ae3032b33bd2a20b58b2d66c83fbc405f43c38c0e93b00394ad3165b0bc5d5aba02a8e1946872e4bd082894679737fa20f3e1991e9bb16c3c3aba4c7abbbf7d8
2 |
--------------------------------------------------------------------------------
/net-im/telegram-purple/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | majn/telegram-purple
6 |
7 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/net-im/tencent-qq/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | git@xen0n.name
6 | WANG Xuerui
7 |
8 |
10 |
11 |
--------------------------------------------------------------------------------
/net-im/wechat-uos/files/license.json:
--------------------------------------------------------------------------------
1 | {
2 | "confCustomHeadindex": 0,
3 | "confCustomUrl": "",
4 | "confDefault": true,
5 | "confDefaultIndex": 0,
6 | "defaultUrl": [
7 | "https://license.chinauos.com",
8 | "https://license1.chinauos.com"
9 | ],
10 | "options": [
11 | {"protocol": "https://", "address": ""},
12 | {"protocol": "http://", "address": ""},
13 | {"protocol": "kms://","address": ""}
14 | ]
15 | }
16 |
--------------------------------------------------------------------------------
/net-im/wechat-uos/files/license.key:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/net-im/wechat-uos/files/license.key
--------------------------------------------------------------------------------
/net-im/wechat-uos/files/lsb-release:
--------------------------------------------------------------------------------
1 | DISTRIB_ID=uos
2 | DISTRIB_RELEASE=20
3 | DISTRIB_DESCRIPTION="UnionTech OS 20"
4 | DISTRIB_CODENAME=plum
5 |
--------------------------------------------------------------------------------
/net-im/wechat-uos/files/os-release:
--------------------------------------------------------------------------------
1 | PRETTY_NAME="UnionTech OS Desktop 20 Home"
2 | NAME="uos"
3 | VERSION_ID="20 Home"
4 | VERSION="20 Home"
5 | ID=uos
6 | HOME_URL="https://www.chinauos.com/"
7 | BUG_REPORT_URL="http://bbs.chinauos.com"
8 | VERSION_CODENAME=eagle
9 |
--------------------------------------------------------------------------------
/net-im/wechat-uos/files/wechat:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | bwrap --dev-bind / / \
3 | --bind /usr/share/wechat/os-release /etc/os-release \
4 | --bind /usr/share/wechat/lsb-release /etc/lsb-release \
5 | --bind /usr/share/wechat/var/ /var \
6 | /opt/apps/com.tencent.weixin/files/weixin/weixin "$@"
7 |
--------------------------------------------------------------------------------
/net-im/wechat-uos/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-im/wemeet/Manifest:
--------------------------------------------------------------------------------
1 | DIST wemeet-2.8.0.1_x86_64.deb 104155998 BLAKE2B fbb140bbaae1188a7d3d12c86b9669b6b39f03a75a31824360f5ffc6e63200283f36862cc9a53c734ec9ad863c2a7635050c72d689a3725e7fb10d515e3b55e7 SHA512 37d3aec3de68fc79da744690d65f5ceef6d67d9bfba40f52b14429847ec72d9136e34fe87fbdd7d9dd14e91f543bf9b5fdbd4f50cfe25a3677b557daa4ed38ce
2 |
--------------------------------------------------------------------------------
/net-im/wemeet/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/net-libs/jzmq/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/Cloudreve/files/cloudreve.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Self-deployed file management and sharing system.
3 |
4 | [Service]
5 | ExecStart=/usr/bin/cloudreve -c /etc/cloudreve/conf.ini
6 |
7 | [Install]
8 | WantedBy=multi-user.target
9 |
--------------------------------------------------------------------------------
/net-misc/avsocks/avsocks-9999.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="科学操长城软件"
7 | HOMEPAGE="https://github.com/avplayer/avsocks"
8 | SRC_URI=""
9 |
10 | inherit cmake-utils git-r3
11 |
12 | EGIT_REPO_URI="https://github.com/avplayer/avsocks.git"
13 |
14 | LICENSE=""
15 | SLOT="0"
16 | KEYWORDS=""
17 | IUSE=""
18 |
19 | DEPEND="
20 | dev-libs/boost
21 | dev-libs/openssl
22 | "
23 | RDEPEND="${DEPEND}"
24 |
--------------------------------------------------------------------------------
/net-misc/avsocks/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/baidunetdisk/Manifest:
--------------------------------------------------------------------------------
1 | DIST baidunetdisk_4.3.0_amd64.deb 170133962 BLAKE2B cf3b4da576f98f673a482fc1b98c2e7816c1c50da347789499d48503594e530b16e918e93a3a7b3e6574a2bb849c63154c95ed3fbacf60de8ce1fd4d33f066aa SHA512 81e206eaf44e19b3b6b401c5d2f63d30f4505b0e51c94b563a569b325faea54a73195bd432f4888875d4752f465b2ea12dd356013746f04534638a24fe355f69
2 |
--------------------------------------------------------------------------------
/net-misc/baidunetdisk/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/baidupcs-go/Manifest:
--------------------------------------------------------------------------------
1 | DIST baidupcs-go-3.6.2.tar.gz 919325 BLAKE2B 108ad38e3cf19d7b21a44d0b93b96cfb349f0dbdce48a4a75efddaed5ffae18658729d5e5fbce1fa7f9bf7cd4ec2a4a6aa1062dc497d76f3a983837d830ccbbd SHA512 e7248521cade634aa41224c88b8dd07cac3a84d0f262c369447c4c4872e52c9431dcee38b42cf6360c13a64cc1b6bce1cc4199de54602b4e8bac95b37a68688c
2 |
--------------------------------------------------------------------------------
/net-misc/baidupcs-go/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/networkmanager-l2tp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/nomachine-enterprise-client/Manifest:
--------------------------------------------------------------------------------
1 | DIST nomachine-enterprise-client_7.7.4_1_x86_64.tar.gz 36978675 BLAKE2B 310167f5299855737d0f1eed81df8ca77e2ad5b4113871bc37e2ce6d07cbb47a7bae3ae104386e6fcb8b023d2f3ea88a87393f968ece85326a6a108565627738 SHA512 a3cd6410bbf39606629026140f55661d9c069ad55db11e6960d7aba4f93347aa561e47818b7895859fc8d2ee1e1d169e6a39aada1a18e066296802be8fa9725a
2 |
--------------------------------------------------------------------------------
/net-misc/nomachine-enterprise-client/files/nomachine-enterprise-client.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/net-misc/nomachine-enterprise-client/files/nomachine-enterprise-client.png
--------------------------------------------------------------------------------
/net-misc/nomachine-enterprise-client/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/pcmanx-gtk2/Manifest:
--------------------------------------------------------------------------------
1 | DIST pcmanx-gtk2-1.3.tar.xz 551580 BLAKE2B c4b02e832c1b363cacd429a26551dd2fa5f425f616e2968f12a71c091d3b3fc16fe7624b115b94bf25d4534bb48690a90d414934d32a1abe097d2dae09e8c084 SHA512 d24f85c0f90f444009a24c0dea5808267dd8c0d21c6e3ede9b7ecbcb2d6cf462a50a990a60148ececf3af3fbb7ac760f267b5de55c4d27b6d9ce7882b2266736
2 |
--------------------------------------------------------------------------------
/net-misc/pcmanx-gtk2/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
10 |
11 |
--------------------------------------------------------------------------------
/net-misc/postman-bin/Manifest:
--------------------------------------------------------------------------------
1 | DIST postman-bin-9.6.1-amd64.tar.gz 156101738 BLAKE2B 30fa8108b9fe83aa58f72a9daba036d8244df579493ffc7b920989c4ed8bd519f86fea81fbb6dc9ca200528d6b67fbd9bc9f9bcd0844a47cf450e18be96805a7 SHA512 d978dc8cf9f6b35ec8a1bb13016323b8ba1d23a4fbb1f54012087061cd626eeca26bbc23357efee02eeae663e5fcafa47453285ed17eb05e517e8ef09ee39ff9
2 |
--------------------------------------------------------------------------------
/net-misc/postman-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | lqu3qf@gmail.com
6 | lx
7 |
8 |
10 |
11 |
--------------------------------------------------------------------------------
/net-misc/prips/Manifest:
--------------------------------------------------------------------------------
1 | DIST prips-1.0.0.tar.xz 16104 BLAKE2B 3bb4c2d430f5e992615a3d403ad91e8462e95ea5dd8d46bfdce69e01406462ca4369d1e7b7672fafa9d21610ec9b7aae5f3a2cadd1d9fefdbbd664a18c2702ea SHA512 50b23d6f24744da9a993916f21009e953184b374689b2431d9e61b553211f0279591432d9f164371510c95b42a5943086e58760b1bfe10d08694e37cd380dec7
2 |
--------------------------------------------------------------------------------
/net-misc/prips/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/you-get/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-misc/you-get/you-get-9999.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | PYTHON_COMPAT=(python3_{8..10})
7 |
8 | inherit eutils distutils-r1 git-r3
9 |
10 | DESCRIPTION="A video downloader for YouTube, Youku, niconico and a few other sites"
11 | HOMEPAGE="http://www.soimort.org/you-get"
12 |
13 | EGIT_REPO_URI="https://github.com/soimort/you-get.git"
14 | EGIT_BRANCH="develop"
15 |
16 | LICENSE="MIT"
17 | SLOT="0"
18 | KEYWORDS="~amd64 ~x86"
19 | IUSE=""
20 |
21 | RESTRICT="test"
22 |
--------------------------------------------------------------------------------
/net-misc/youtube-dl/Manifest:
--------------------------------------------------------------------------------
1 | DIST youtube-dl-2021.06.06.tar.gz 3336227 SHA256 3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3
2 |
--------------------------------------------------------------------------------
/net-misc/youtube-dl/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | mgorny@gentoo.org
6 | Michał Górny
7 |
8 |
9 | marecki@gentoo.org
10 | Marek Szuba
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/net-p2p/amule-dlp-antileech/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-p2p/amule-dlp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | amule-project/amule
7 |
8 |
13 |
14 |
--------------------------------------------------------------------------------
/net-p2p/n2n/Manifest:
--------------------------------------------------------------------------------
1 | DIST n2n-3.0.tar.gz 478311 BLAKE2B 3ac7a69a098cdb1d72999c09cae1ae5d677dccb7c09b9529acb5838af86ec9d3b9d9cd48597c2c71001935527824e169fd259491a6a9253196a2e8c8e610c195 SHA512 4e3806eacd7bd6de8e1818e2e42b285a12389d4423d3048c9a19f9e3aec8a6ddea276869e2dee367ea4df4711c2c4bf1b99d7fc7381b2a4773866a75a1306704
2 |
--------------------------------------------------------------------------------
/net-p2p/n2n/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
--------------------------------------------------------------------------------
/net-p2p/qbittorrent-enhanced/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | c0re100/qBittorrent-Enhanced-Edition
6 |
7 |
8 | OriPoin@outlook.com
9 | Yachen Wang
10 |
11 |
14 |
15 |
--------------------------------------------------------------------------------
/net-print/epson-inkjet-printer_201207w/Manifest:
--------------------------------------------------------------------------------
1 | DIST epson-inkjet-printer-201207w-1.0.0-1lsb3.2.src.rpm 2426598 BLAKE2B 3bc64f57af32812bc0c951375b0b731ce597a69e22935954132b19711a9364bd35b6e035bfd9e42bece7af262e76237a59109d8f45f64546ea3264e2669c464e SHA512 ca4c70d939c4dc6861fc8f8a1d300efdc49556e0438b6d5da9c058515b4bd484cd753fe19d915da289aaccda87dd763c1970d651c1c4eaddea659c3672a90cd6
2 |
--------------------------------------------------------------------------------
/net-print/epson-inkjet-printer_201207w/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-proxy/Xray/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | XTLS/Xray-core
6 |
7 |
8 |
--------------------------------------------------------------------------------
/net-proxy/clash/files/clash.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Clash daemon, A rule-based proxy in Go.
3 | After=network.target
4 |
5 | [Service]
6 | DynamicUser=yes
7 | CacheDirectory=clash
8 | LogsDirectory=clash
9 | RuntimeDirectory=clash
10 | StateDirectory=clash
11 | CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
12 | AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
13 | NoNewPrivileges=true
14 | ExecStart=/usr/bin/clash -f /etc/clash/config.yaml
15 | Restart=on-failure
16 | RestartPreventExitStatus=23
17 | LimitNPROC=10000
18 | LimitNOFILE=1000000
19 |
20 | [Install]
21 | WantedBy=multi-user.target
22 |
--------------------------------------------------------------------------------
/net-proxy/clash/files/clash_at.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Clash daemon, A rule-based proxy in Go.
3 | After=network.target
4 |
5 | [Service]
6 | DynamicUser=yes
7 | CacheDirectory=clash/%i
8 | LogsDirectory=clash/%i
9 | RuntimeDirectory=clash/%i
10 | StateDirectory=clash/%i
11 | CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
12 | AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
13 | NoNewPrivileges=true
14 | ExecStart=/usr/bin/clash -f /etc/clash/%i.yaml
15 | Restart=on-failure
16 | RestartPreventExitStatus=23
17 | LimitNPROC=10000
18 | LimitNOFILE=1000000
19 |
20 | [Install]
21 | WantedBy=multi-user.target
22 |
--------------------------------------------------------------------------------
/net-proxy/clash/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Dreamacro/clash
6 |
7 |
8 |
--------------------------------------------------------------------------------
/net-proxy/make-proxy/Manifest:
--------------------------------------------------------------------------------
1 | DIST make-proxy-2.0.0.tar.gz 6947 BLAKE2B 55509e5a4a4483d9e4e4f143143361f2197a528a6a0d4d28f811227e6014038c25cd0aa031136bd0c3a765807090e3662f516f175c9e745ec2f4268bee98eb90 SHA512 2c08c29e12c9b39145b0af9a9d825b628413439cbace746dd0b25324aefe95d01bf6ea961b52a26a7f567bb91b92139958aafeb5e081356156724eeecc7d5e09
2 |
--------------------------------------------------------------------------------
/net-proxy/make-proxy/files/mp-client.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Make proxy Client Service
3 | After=network.target
4 |
5 | [Service]
6 | Type=simple
7 | User=nobody
8 | ExecStart=/usr/bin/erl -pa /opt/make-proxy/client/ebin -config /etc/make-proxy/client +K true -s make_proxy_client start -noshell
9 |
10 | [Install]
11 | WantedBy=multi-user.target
12 |
--------------------------------------------------------------------------------
/net-proxy/make-proxy/files/mp-server.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=Make proxy Server Service
3 | After=network.target
4 |
5 | [Service]
6 | Type=simple
7 | User=nobody
8 | ExecStart=/usr/bin/erl -pa /opt/make-proxy/server/ebin -config /etc/make-proxy/server +K true -s make_proxy_server start -noshell
9 |
10 | [Install]
11 | WantedBy=multi-user.target
12 |
--------------------------------------------------------------------------------
/net-proxy/make-proxy/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | slogerdream@gmail.com
6 | slogerdream
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/net-proxy/shadowsocks-rust-bin/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | shadowsocks/shadowsocks-rust
6 |
7 |
8 |
--------------------------------------------------------------------------------
/net-proxy/shadowvpn/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/net-proxy/smartproxy/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
--------------------------------------------------------------------------------
/net-proxy/v2ray-bin/files/v2ray.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=V2Ray Service
3 | Documentation=https://www.v2fly.org/
4 | After=network.target nss-lookup.target
5 |
6 | [Service]
7 | User=nobody
8 | CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
9 | AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
10 | NoNewPrivileges=true
11 | ExecStart=/usr/bin/v2ray -config /etc/v2ray/config.json
12 | Restart=on-failure
13 |
14 | [Install]
15 | WantedBy=multi-user.target
16 |
--------------------------------------------------------------------------------
/net-proxy/v2ray-bin/files/v2ray_at.service:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=V2Ray Service
3 | Documentation=https://www.v2fly.org/
4 | After=network.target nss-lookup.target
5 |
6 | [Service]
7 | User=nobody
8 | CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
9 | AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
10 | NoNewPrivileges=true
11 | ExecStart=/usr/bin/v2ray -config /etc/v2ray/%i.json
12 | Restart=on-failure
13 |
14 | [Install]
15 | WantedBy=multi-user.target
16 |
--------------------------------------------------------------------------------
/net-proxy/v2ray/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
7 |
8 | v2fly/v2ray-core
9 | https://github.com/v2fly/v2ray-core/issues
10 |
11 |
12 |
--------------------------------------------------------------------------------
/net-proxy/v2rayA/files/v2rayA.initd:
--------------------------------------------------------------------------------
1 | #!/sbin/openrc-run
2 | # Copyright 2021 Gentoo Authors
3 | # Distributed under the terms of the GNU General Public License v2
4 |
5 | name="v2rayA"
6 | description="A Linux web GUI client of Project V which supports V2Ray, Xray, SS, SSR, Trojan and Pingtunnel"
7 | command="/usr/bin/v2raya"
8 | command_args="${V2RAYA_OPTS}"
9 | pidfile="/run/${RC_SVCNAME}.pid"
10 | command_background="yes"
11 |
12 | depend() {
13 | need net
14 | }
15 |
--------------------------------------------------------------------------------
/profiles/arch/amd64/no-multilib/package.mask:
--------------------------------------------------------------------------------
1 | # lyraile (2021-11-17)
2 | # Requires 32-bit multilib compatibility
3 | app-emulation/deepin-wine-helper
4 | app-emulation/deepin-wine6-stable
5 |
--------------------------------------------------------------------------------
/profiles/repo_name:
--------------------------------------------------------------------------------
1 | gentoo-zh
2 |
--------------------------------------------------------------------------------
/profiles/updates/1Q-2013:
--------------------------------------------------------------------------------
1 | move kde-misc/kcm-fcitx app-i18n/kcm-fcitx
2 | move dev-libs/liblunar dev-libs/lunar-date
3 | move x11-libs/liblunar-gtk x11-libs/lunar-calendar
4 | move x11-libs/qt-gui dev-qt/qtgui
5 |
--------------------------------------------------------------------------------
/profiles/updates/1Q-2015:
--------------------------------------------------------------------------------
1 | move dev-util/ack2 sys-apps/ack
2 |
--------------------------------------------------------------------------------
/profiles/updates/2Q-2011:
--------------------------------------------------------------------------------
1 | move app-dicts/stardict app-text/stardict
2 |
3 |
--------------------------------------------------------------------------------
/profiles/updates/2Q-2012:
--------------------------------------------------------------------------------
1 | move media-video/ffcast media-gfx/ffcast
2 | move media-plugins/amule-dlp-antileech net-p2p/amule-dlp-antileech
3 | move media-plugins/osd-lyrics media-plugins/osdlyrics
4 | move app-i18n/brise app-i18n/rime-data
5 |
6 |
--------------------------------------------------------------------------------
/profiles/updates/2Q-2014:
--------------------------------------------------------------------------------
1 | move dev-android/android-studio dev-util/android-studio
2 | move app-misc/cv sys-app/cv
3 | move media-fonts/wangttf media-fonts/wangfonts
4 |
--------------------------------------------------------------------------------
/profiles/updates/2Q-2021:
--------------------------------------------------------------------------------
1 | move app-editors/visual-studio-code app-editors/visual-studio-code-bin
2 | move sys-kernel/xanmod-hybird sys-kernel/xanmod-hybrid
3 | move sys-kernel/xanmod-cacule-hybrid sys-kernel/xanmod-hybrid
4 |
--------------------------------------------------------------------------------
/profiles/updates/3Q-2014:
--------------------------------------------------------------------------------
1 | move dev-python/pycharm-community dev-util/pycharm-community
2 | move dev-python/pycharm-professional dev-util/pycharm-professional
3 |
--------------------------------------------------------------------------------
/profiles/updates/3Q-2016:
--------------------------------------------------------------------------------
1 | move net-proxy/libQtShadowsocks dev-qt/libQtShadowsocks
2 |
--------------------------------------------------------------------------------
/profiles/updates/3Q-2017:
--------------------------------------------------------------------------------
1 | move dde-extra/deepin-image-viewer media-gfx/deepin-image-viewer
2 |
--------------------------------------------------------------------------------
/profiles/updates/4Q-2012:
--------------------------------------------------------------------------------
1 | move app-text/pdf2htmlex app-text/pdf2htmlEX
2 |
--------------------------------------------------------------------------------
/profiles/updates/4Q-2013:
--------------------------------------------------------------------------------
1 | move dev-android/adb dev-util/android-tools
2 | move dev-android/fastboot dev-util/android-tools
3 |
--------------------------------------------------------------------------------
/profiles/updates/4Q-2017:
--------------------------------------------------------------------------------
1 | move dev-qt/libQtShadowsocks net-proxy/libQtShadowsocks
2 | move dde-extra/deepin-gettext-tools dde-base/deepin-gettext-tools
3 |
--------------------------------------------------------------------------------
/profiles/updates/4Q-2020:
--------------------------------------------------------------------------------
1 | move app-i18n/kcm-fcitx5 app-i18n/fcitx5-configtool
2 |
--------------------------------------------------------------------------------
/profiles/updates/4Q-2021:
--------------------------------------------------------------------------------
1 | move sys-fs/ksmbd-tools net-fs/ksmbd-tools
2 |
--------------------------------------------------------------------------------
/repo.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | gentoo-zh
6 | merged overlay of Gentoo-{China,Taiwan}
7 | http://gentoo-zh.googlecode.com/
8 |
9 | microcaicai@gmail.com, robert.zhangle@gmail.com
10 | gentoo-zh
11 |
12 | https://github.com/microcai/gentoo-zh.git
13 |
14 |
15 |
--------------------------------------------------------------------------------
/sci-chemistry/vesta/Manifest:
--------------------------------------------------------------------------------
1 | DIST vesta-3.5.5.tar.bz2 25990320 BLAKE2B e00532b5f542b2c9d76b20f91556978fc4948d093a64786d68001f0d44404bb3688541d41eda45d1bfc5b82f7526d4d242208bcca141e91092d1bbe5d04f8a05 SHA512 090560e4953f8b2771bbf2fa44131a1b9193430902d2ed93c499436cbbe9298199e0774cbf7346ab4fa758820dd13ba2fed14e97fbea1350d0da3baaca258d33
2 | DIST vesta-3.5.7.tar.bz2 25021115 BLAKE2B 11ed4c4788ed0bf1841b46c74537036f9e00d57ae02345f308386068cf7e6317a67ffbfd42f683848732e8c79ba7f8b2753d3620a430da98988715021fcb821e SHA512 95a803bd403cab0e374f18870392264756a8a970d5178c91408e2fcd7ce490ebefbb2f3a51e1cc3edc9aff4b810093f4444544c7bbcaccea2160a071e815de11
3 |
--------------------------------------------------------------------------------
/sci-chemistry/vesta/files/VESTA.desktop:
--------------------------------------------------------------------------------
1 | [Desktop Entry]
2 | Name=VESTA
3 | Exec=/opt/bin/VESTA %F
4 | Type=Application
5 | Categories=Science
6 | Terminal=false
7 | StartupNotify=false
8 | Icon=/opt/VESTA/img/logo.png
9 | GenericName="Visualization for Electronic and STructural Analysis"
10 | Comment="Crystal structure visualization program"
11 | MimeType=application/x-vesta;
--------------------------------------------------------------------------------
/sci-chemistry/vesta/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | chn@chn.moe
6 | Haonan Chen
7 |
8 |
9 |
--------------------------------------------------------------------------------
/sci-libs/libticables2/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | This library provides functions to use Texas Instruments link cables
7 | for TI calculators. It currently supports all cables on i386,
8 | including the USB one. Supported cables may vary depending on your
9 | architecture.
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sci-libs/libticalcs2/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | The libticalcs provides a set of functions to communicate with Texas
7 | Instruments calculators. It implements the TI protocol for each type
8 | of calculator, independently of the link cable used to establish the
9 | link.
10 | All graphing calculators from Texas Instruments are supported
11 |
12 |
13 |
--------------------------------------------------------------------------------
/sci-libs/libticonv/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | The libticonv package is a library which handles the various TI
7 | charsets and conversion to/from UTF-8/16 through a set of functions
8 | which constitutes a common API.
9 |
10 |
11 |
--------------------------------------------------------------------------------
/sci-libs/libtifiles2/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | The libtifiles is a library providing support for operations on Texas
7 | Instruments calculators files. All formats for all calculators are
8 | supported read/write ; the library is also able to manipulate the
9 | group files, which means it is able to group and ungroup variables
10 | into such group files.
11 |
12 |
13 |
--------------------------------------------------------------------------------
/scripts/generate_manifest:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 |
3 | for file in $(find `pwd` -iname \*.ebuild); do
4 | echo "${file}";
5 | cp "${file}" "${file}~";
6 | echo "`cat /usr/portage/header.txt`" > "${file}";
7 | echo "" >> "${file}";
8 | echo "`sed '1,4d' "${file}~"`" >> "${file}";
9 | rm -rf "${file}~";
10 | ebuild "${file}" digest;
11 | done;
12 |
--------------------------------------------------------------------------------
/sets.conf:
--------------------------------------------------------------------------------
1 | [gentoo-zh sets]
2 | class = portage.sets.files.StaticFileSet
3 | multiset = true
4 | directory = ${repository:gentoo-zh}/sets/
5 |
--------------------------------------------------------------------------------
/sets/ucimf:
--------------------------------------------------------------------------------
1 | app-i18n/libucimf
2 | app-i18n/ucimf-openvanilla
3 | app-i18n/openvanilla-modules
4 | app-i18n/fbterm
5 | app-i18n/fbterm-ucimf
6 | app-i18n/jfbterm
7 |
--------------------------------------------------------------------------------
/setting_id.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | find . -type f -name ChangeLog -exec svn ps svn:keywords Id \{\} \;
4 | find . -type f -name \*.ebuild -exec svn ps svn:keywords Id \{\} \;
5 |
--------------------------------------------------------------------------------
/skel.metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | gentoo-zh@googlegroups.com
6 |
7 |
8 |
--------------------------------------------------------------------------------
/sys-apps/aptly/files/aptly-api.confd:
--------------------------------------------------------------------------------
1 | # Config file for /etc/init.d/aptly-api
2 |
3 | # Various options.
4 | # run `aptly help serve` for valid cmdline options
5 | OPTS="-listen='127.0.0.1:8081' -no-lock -config=/etc/aptly/aptly.conf"
6 |
7 | # User and group daemon runs as
8 | APTLY_USER="aptly"
9 | APTLY_GROUP="aptly"
10 |
--------------------------------------------------------------------------------
/sys-apps/aptly/files/aptly-api.initd:
--------------------------------------------------------------------------------
1 | #!/sbin/openrc-run
2 | # Copyright 1999-2020 Gentoo Authors
3 | # Distributed under the terms of the GNU General Public License v2
4 |
5 | command="/usr/bin/aptly"
6 | command_background="yes"
7 | name="aptly"
8 | description="aptly"
9 | command_user="${APTLY_USER:-aptly}:${APTLY_GROUP:-aptly}"
10 | command_args="api serve ${OPTS}"
11 | pidfile="/run/${RC_SVCNAME}.pid"
12 |
13 | depend() {
14 | need net
15 | }
16 |
--------------------------------------------------------------------------------
/sys-apps/aptly/files/aptly.confd:
--------------------------------------------------------------------------------
1 | # Config file for /etc/init.d/aptly
2 |
3 | # Various options.
4 | # run `aptly help serve` for valid cmdline options
5 | OPTS="-listen='127.0.0.1:8080' -config=/etc/aptly/aptly.conf"
6 |
7 | # User and group daemon runs as
8 | APTLY_USER="aptly"
9 | APTLY_GROUP="aptly"
10 |
--------------------------------------------------------------------------------
/sys-apps/aptly/files/aptly.initd:
--------------------------------------------------------------------------------
1 | #!/sbin/openrc-run
2 | # Copyright 1999-2020 Gentoo Authors
3 | # Distributed under the terms of the GNU General Public License v2
4 |
5 | command="/usr/bin/aptly"
6 | name="aptly"
7 | description="aptly"
8 | command_user="${APTLY_USER:-aptly}:${APTLY_GROUP:-aptly}"
9 | command_args="serve ${OPTS}"
10 |
11 | depend() {
12 | need net
13 | }
14 |
--------------------------------------------------------------------------------
/sys-apps/mdp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | loong0
6 | longlene@gmail.com
7 |
8 |
9 | mdp - A command-line based markdown presentation tool
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-apps/pacman-mirrorlist/Manifest:
--------------------------------------------------------------------------------
1 | DIST pacman-mirrorlist-20210509 38451 BLAKE2B fa924a08c389803bfb528cc29de03a974df6f75b0ea562fb025fa32e033c58a323600568e8e0665610a8f5a02b7b9e91d0677077e7779276c3af47631aa887c1 SHA512 2a83087870df34d6980177f9891e3317e1f3752e8e73918f74c7745280ecc85d8c6cc32c861de4f26a6bf860c00ba1c4bb98d21f32602cc406c7ef161ab55638
2 |
--------------------------------------------------------------------------------
/sys-apps/pacman-mirrorlist/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | holgersson@posteo.de
6 | Nils Freydank
7 |
8 |
9 |
--------------------------------------------------------------------------------
/sys-apps/pacman/Manifest:
--------------------------------------------------------------------------------
1 | DIST pacman-6.0.1.tar.xz 880036 BLAKE2B 907c39bb368beea037dcb4b32c56b04a86580123d23ddfe5a1d30ed53143a9b6204044d74040e5bcfe80061673d59597ad2e033525561d6b195a95a104203fa9 SHA512 d17b9aea9f8d51a5a02fc9faa8e36227c0edea73957cc8a8174a23a81ca42737ecfce630aa86008ab26daec584004b772cd2eb3527aeef9e098b445edaa21f6f
2 |
--------------------------------------------------------------------------------
/sys-apps/yaourt/Manifest:
--------------------------------------------------------------------------------
1 | DIST yaourt-1.2.2.tar.gz 63467 BLAKE2B 900c56ccbdc835b1b8b8333a489faf002a2c8ddb89b75f8d1c137d05da8b6d8d7e7589cacdaaae9ed8b1a4d449325b728611b9b30dc17246e589c77f83cdc8e4 SHA512 7488d4b070842d9920fa9b4558ab688946d5ed5f7a7ef320921c6620c7143edf933e0d7edb8bc1803262f38b1a604f9c2f77fc70c7988ae71e4d99e1426244d6
2 |
--------------------------------------------------------------------------------
/sys-apps/yaourt/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/sys-apps/zypper/Manifest:
--------------------------------------------------------------------------------
1 | DIST zypper-1.14.51.tar.gz 10970764 BLAKE2B 5cba722d10eca11234eda77235b8bf9e1495ebdd42686a0f9b7970865733fb20ad08e528dddb31b068b37a49815b47e70a0a26534df2b94e5427c893ee5a9cf1 SHA512 6e97f9c65fe3247d28b9be0376107abeef76a8ae1441eeea78bb1b2bb355f9f85bc7e698271cd526de76d5bf2842e925c2341ce655a9a8891c70deff85b0a558
2 |
--------------------------------------------------------------------------------
/sys-apps/zypper/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/openSUSE/zypper
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-devel/ucc/Manifest:
--------------------------------------------------------------------------------
1 | DIST ucc160.zip 376942 BLAKE2B 5b909f4f890ba1a857ec672ce37045056ad4fe9b6e4d473c139defaef99cec2854ed3af252ac44cb65b8b6e4d5afbc2e13dfb5f49d7b442e7c348fa956739746 SHA512 b9fe06764a86fd5ee73b0021e5c097ced8162a7ddec62ac36d5fedbb430ab08b8e21b5d7b9db500088cb1843c5c2cd02dcceaa12cd53226d21c54e8b0c544597
2 |
--------------------------------------------------------------------------------
/sys-devel/ucc/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | dennis.yxun@gmail.org
6 | Lan Yixun
7 |
8 |
9 | UCC is an ANSI C compiler which supports Linux and Windows running on Intel
10 | x86 platform.Its compilation speed is fast and it is suitable for personal
11 | research and instructional use.
12 |
13 |
14 |
--------------------------------------------------------------------------------
/sys-fs/coda/Manifest:
--------------------------------------------------------------------------------
1 | DIST coda-7.0.5.tar.xz 1558028 BLAKE2B 4e2a085eb135905cf879c0ac134654971e4d1789c64d0d030c0d19b530ceb64319d149f03ae542c1f44d3152f74c1646a6082edf9c427a67035c8ee98b53f1be SHA512 2c8596f4b84d610771d828e1f9dad9a4419435c0025cad7adfb0a9cd72a7288d50a1e85ba800382a13f423a3727c16324bff2936c1782778302ad08a9830e3a6
2 |
--------------------------------------------------------------------------------
/sys-fs/coda/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/sys-fs/erofs-utils/Manifest:
--------------------------------------------------------------------------------
1 | DIST erofs-utils-1.3.tar.gz 66135 BLAKE2B 1051cf387d059d71b91e0a940c86b819593902606ae4665a7801e9597dd72987385bee997d2d63b186c493557ee22118aff23161e48e25ee8f4859f9f6e46f14 SHA512 6ddd8402dab80b0375b012ed51ff02b40cbeca9a4a1ba250b14ec6aeb97317ab575e315e9d4dc77ed1d7826c202396d9c0775917106ecbd7b4048168aca0fa6c
2 |
--------------------------------------------------------------------------------
/sys-fs/f2fs-tools/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/sys-fs/jmtpfs/Manifest:
--------------------------------------------------------------------------------
1 | DIST jmtpfs-0.5.tar.gz 142914 BLAKE2B c6970df3f332b918792034d1da195601098c369a55b9ad4534961227fbc286da6a552ba5fad520474fb8b245f2df5c0b3f07f400d4d12fa5478286250f6e2881 SHA512 1997d202199af59ae2138701855864e4dab624fff4feac08ea98e3e4ed6c39e4181d8f9fec35db0e83570f48de204f3d00e1b0d2244ec677f77a99b1dc9c38b3
2 |
--------------------------------------------------------------------------------
/sys-fs/jmtpfs/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | slogerdream@gmail.com
6 | wittyfox
7 |
8 |
9 |
--------------------------------------------------------------------------------
/sys-kernel/mkinitcpio/Manifest:
--------------------------------------------------------------------------------
1 | DIST mkinitcpio-31.tar.gz 50424 BLAKE2B 886070a0b6f603e824a672ad54f66eb3982ddc756299b46f8b188b8c762434b65c0b0a64a72dc6ae4bdc63c59687823ddcd39328d73f3ccd86a57c159f62e831 SHA512 9b30fb02b6470b6e6b54fb611b4b62f89fdaf71cefd8ee74d22253f3d240b9c17b570be766c3ab627fc67bf8aa0e2ccec747d19fa29d6e4f9dadaced61259c8b
2 |
--------------------------------------------------------------------------------
/sys-kernel/mkinitcpio/files/linux.preset:
--------------------------------------------------------------------------------
1 | ALL_config="/etc/mkinitcpio.conf"
2 | ALL_kver="/boot/vmlinuz"
3 |
4 | PRESETS=('default' 'fallback')
5 |
6 | #default_config="/etc/mkinitcpio.conf"
7 | default_image="/boot/initramfs.img"
8 | #default_options=""
9 |
10 | #fallback_config="/etc/mkinitcpio.conf"
11 | fallback_image="/boot/initramfs-fallback.img"
12 | fallback_options="-S autodetect"
--------------------------------------------------------------------------------
/sys-kernel/xanmod-hybrid/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | HougeLangley/customkernel
6 |
7 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-kernel/xanmod-lts/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-kernel/xanmod-rt/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | HougeLangley/customkernel
6 |
7 |
8 |
--------------------------------------------------------------------------------
/sys-kernel/zenpower/Manifest:
--------------------------------------------------------------------------------
1 | DIST zenpower-0.1.12.tar.gz 13131 BLAKE2B 6588163ba8b8df16d87ba8c8bd249834318f4e67d1882786308020c55bf4bb8ea3b90627bee9925de000fee78a3e3db21f258a14463af53915a86d7cd668b2c9 SHA512 4c45cac604043d06f5cff2ebaa06a09cbd690df692cefcf6ff53f52a4c11b451548737ee05c6bf433057e324f9140c9e0b2c8b4f23c5ed0e277e69e48056d5d6
2 |
--------------------------------------------------------------------------------
/sys-kernel/zenpower/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | silencly07@gmail.com
6 | Petrus.Z
7 |
8 |
9 | chn@chn.moe
10 | Haonan Chen
11 |
12 |
13 | ocerman/zenpower
14 |
15 |
16 |
--------------------------------------------------------------------------------
/sys-libs/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/sys-libs/.DS_Store
--------------------------------------------------------------------------------
/sys-libs/cutefish-core/Manifest:
--------------------------------------------------------------------------------
1 | DIST cutefish-core-0.7.tar.gz 163316 SHA256 fac2a1f32b2aa41c3bb19c0b13f19c20a4ea6244469186f4131d9b33ad9fd624
2 |
--------------------------------------------------------------------------------
/sys-libs/cutefish-core/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/core/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-libs/elog-functions/elog-functions-0.0.2.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | inherit multilib
5 |
6 | DESCRIPTION="Compatibility functions for the log e* functions of OpenRC"
7 | HOMEPAGE="http://xochitl.matem.unam.mx/~canek/gentoo-systemd-only/index.html"
8 |
9 | LICENSE="GPL-2"
10 | SLOT="0"
11 | KEYWORDS="~amd64 ~x86"
12 | IUSE=""
13 |
14 | RDEPEND="app-shells/bash"
15 |
16 | S="${WORKDIR}"
17 |
18 | src_install() {
19 | insinto /usr/$(get_abi_LIBDIR)/misc
20 | doins "${FILESDIR}/${PN}.sh"
21 | }
22 |
--------------------------------------------------------------------------------
/sys-libs/elog-functions/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/sys-libs/fishui/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Gentoo-zh/gentoo-zh/e586a77f58e8423f44ca661ebac800f5eee7a8e8/sys-libs/fishui/.DS_Store
--------------------------------------------------------------------------------
/sys-libs/fishui/Manifest:
--------------------------------------------------------------------------------
1 | DIST fishui-0.7.tar.gz 81540 SHA256 5ef5f5084ac7b48de1abc51f92aeb9220b81bb5569095214765bc1644002b5fa
2 |
--------------------------------------------------------------------------------
/sys-libs/fishui/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/fishui/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-libs/libcutefish/Manifest:
--------------------------------------------------------------------------------
1 | DIST libcutefish-0.7.tar.gz 161735 SHA256 02ba3451d4a34d8bf7165a577ee75cb237d16c84af73821107b1abaa3866b793
2 |
--------------------------------------------------------------------------------
/sys-libs/libcutefish/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/cutefishos/libcutefish/issues
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-libs/libixp/Manifest:
--------------------------------------------------------------------------------
1 | DIST libixp-0.5_p20110208.tar.xz 655956 BLAKE2B 0c2195a3f793dab19bd08acd3758105f9bd4a57a8e1bcbac1f8fcdbba8e2ecd25280468019ef069810267246995e53a078835515effeb8a4f523c834ac0ef020 SHA512 c5cf13b54ab2fca66b6c0ace0f3067e46a461d62727e93235e60382d3665edd40751d404f3f590c9d7692a5b8cb7d1fefb05adb2c36d7941bf04e37d13a4a48a
2 |
--------------------------------------------------------------------------------
/sys-libs/libixp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/sys-libs/libsolv/Manifest:
--------------------------------------------------------------------------------
1 | DIST libsolv-0.7.20.tar.gz 721666 BLAKE2B acf0b66ac13c7a6c52f48e868ac38f9497e06b85c1f9f6722f8ef0d4371d4370d8e691eecad28e215d5ded37bd1a6b191e27c2e0961276cea2fb917b21c2d3ab SHA512 be810a78543509c60fe9be9310cc84b6c75e671b77929a1f914f51d4b3b2364e68398794d4648da46691cde7e5aab3cf57d18969c31f1003692080dc1982e955
2 |
--------------------------------------------------------------------------------
/sys-libs/libsolv/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/openSUSE/libsolv
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-libs/libzypp/Manifest:
--------------------------------------------------------------------------------
1 | DIST libzypp-17.29.1.tar.gz 6647516 BLAKE2B f7f4819b03f9b8cab7b864d9a55880375758d2c182144d9d3aef01914e54554d4f2fef08bdfadbb461243a507012d65604eb1c580fbf604593c2c857515a2901 SHA512 0b2db051c02ff5b3bb789ecb73d6a32a0a3a75f1a6df8bfca374de155dad30a543fe3668bdcb720338574d7b8e70e51c568a7a0f19e8e01826a90447867cc6d3
2 |
--------------------------------------------------------------------------------
/sys-libs/libzypp/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | https://github.com/openSUSE/libzypp
6 |
7 |
8 | hougelangley1987@gmail.com
9 | 苏业钦
10 |
11 |
12 |
--------------------------------------------------------------------------------
/sys-process/btop/Manifest:
--------------------------------------------------------------------------------
1 | DIST btop-1.1.2.tar.gz 941971 BLAKE2B d61a0b881ef752b2739bcf611b57917b16fbe9fab459a7ba7da6e81f8fc210aed08ac8e198665af2575a31f4b59a031a50a496dc67e879ae292e36992124905d SHA512 de1355d2660502b77ded2d0dfc6417b6a3c97d642dec8a5936806496c2e35630ee1c3bcbad483ac461620d387ab8450379bf5142830e9fb7cfa446fab7812c00
2 |
--------------------------------------------------------------------------------
/sys-process/btop/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | leon.errelin@outlook.com
6 | Linerre
7 |
8 |
9 |
--------------------------------------------------------------------------------
/virtual/dist-kernel/dist-kernel-5.15.11.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="Virtual to depend on any Distribution Kernel"
7 | HOMEPAGE=""
8 | SRC_URI=""
9 |
10 | LICENSE=""
11 | SLOT="0/${PV}"
12 | KEYWORDS="amd64"
13 |
14 | RDEPEND="
15 | || (
16 | ~sys-kernel/gentoo-kernel-${PV}
17 | ~sys-kernel/gentoo-kernel-bin-${PV}
18 | ~sys-kernel/vanilla-kernel-${PV}
19 | ~sys-kernel/xanmod-lts-${PV}
20 | )"
21 |
--------------------------------------------------------------------------------
/virtual/dist-kernel/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/virtual/linux-sources/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | hougelangley1987@gmail.com
6 | 苏业钦
7 |
8 |
11 |
12 |
--------------------------------------------------------------------------------
/www-servers/darkhttpd/Manifest:
--------------------------------------------------------------------------------
1 | DIST darkhttpd-1.13.tar.gz 37708 BLAKE2B 18f3c33e0e080ed66ab4b276277db05284de43bb15380aff13b8dbdc636ddbed6fe55e67b4c2f35be638fd208ebc0dd33ea55c351f8692db2ec032982b057e72 SHA512 2c8c5dd225f3ba8b636adeae049039b5c3f852b3efe17969075cd361c34f7bfbef9efa6d64a0a9c6021fae939d85befe92981923e1fa3d326c8a8402f3358868
2 |
--------------------------------------------------------------------------------
/www-servers/darkhttpd/darkhttpd-1.13.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="A small, static webserver"
7 | HOMEPAGE="http://unix4lyfe.org/darkhttpd/"
8 | SRC_URI="https://github.com/emikulic/darkhttpd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
9 | LICENSE="BSD"
10 | SLOT="0"
11 | KEYWORDS="~amd64 ~x86"
12 | IUSE=""
13 |
14 | DEPEND=""
15 | RDEPEND="${DEPEND}"
16 |
17 | src_install() {
18 | dobin ${PN}
19 | }
20 |
--------------------------------------------------------------------------------
/x11-apps/xcur2png/Manifest:
--------------------------------------------------------------------------------
1 | DIST xcur2png-0.7.1.tar.gz 99826 BLAKE2B 4ea7497e5e1520216d487e1e43af6f44cc1ff48b78750aaa7a9f2f82d93b009c8deaccd6229606a7bcd19881828d1a1cc8f72fe5981acb67d1510d20b7280a86 SHA512 7a979b4f696810c217f7e2b93d30ecf4f1674bdf1c6483da8aa54ad96ad81f9f720ebd8ef81802a1e7e99747d2f7ea5af4b06a6104a53819b1ce621d3b534c94
2 |
--------------------------------------------------------------------------------
/x11-apps/xcur2png/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-apps/xcur2png/xcur2png-0.7.1.ebuild:
--------------------------------------------------------------------------------
1 | # Copyright 1999-2021 Gentoo Authors
2 | # Distributed under the terms of the GNU General Public License v2
3 |
4 | EAPI=7
5 |
6 | DESCRIPTION="Convert X cursors to PNG images"
7 | HOMEPAGE="https://github.com/eworm-de/xcur2png"
8 | #SRC_URI="https://github.com/eworm-de/xcur2png/archive/${PV}.tar.gz -> ${P}.tar.gz"
9 | SRC_URI="https://github.com/eworm-de/xcur2png/releases/download/${PV}/${P}.tar.gz"
10 |
11 | LICENSE="GPL-3"
12 | SLOT="0"
13 | KEYWORDS="~amd64 ~x86"
14 | IUSE=""
15 |
16 | DEPEND="media-libs/libpng
17 | x11-libs/libXcursor"
18 |
--------------------------------------------------------------------------------
/x11-drivers/xf86-input-synaptics/Manifest:
--------------------------------------------------------------------------------
1 | DIST xf86-input-synaptics-1.9.1.tar.bz2 503722 SHA256 7af83526eff1c76e8b9e1553b34245c203d029028d8044dd9dcf71eef1001576
2 |
--------------------------------------------------------------------------------
/x11-drivers/xf86-input-synaptics/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | x11@gentoo.org
6 | X11
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11-libs/xcb-imdkit/Manifest:
--------------------------------------------------------------------------------
1 | DIST xcb-imdkit-1.0.3.tar.gz 660108 BLAKE2B 94ae7c5aea33e9de664583c27b2eceef847fd8768af6122ec61215f4eaf7363a1d1676ac7bd58e736752f2809b39a0c01f3db3125e910bd26a4bde0360e47e84 SHA512 ff2530ed4b172c33466169ec0f7b52abd049796f3328f336a5e839775242ce0500d40148448f82a78e16cfb8da428ad664a3479db697ee14f3336bcaa969e762
2 |
--------------------------------------------------------------------------------
/x11-misc/9menu/Manifest:
--------------------------------------------------------------------------------
1 | DIST 9menu_1.8.orig.tar.gz 9245 BLAKE2B 9e81092f840c58f0720768809d8af4bdbf9cfe8a5a8101fa0c431ee4b98971840322730231b721c77e8885e1a339563d978b9b6642da1ef63d2ab8c2e44b6d8d SHA512 a1086e2b107ab3942181fe8f2f3bc615210e955e47e96d45117c7b299bb61b9374c08a8145a306042147cb98d55db00f7cf5ea1af0312347bc5101ca99002cd3
2 |
--------------------------------------------------------------------------------
/x11-misc/9menu/files/fix-ignore-cflags-and-ldflags.patch:
--------------------------------------------------------------------------------
1 | diff --git a/Makefile.noimake b/Makefile.noimake
2 | index 3c74f8b..73e3efd 100644
3 | --- a/Makefile.noimake
4 | +++ b/Makefile.noimake
5 | @@ -5,9 +5,9 @@
6 | # Arnold Robbins
7 | # arnold@skeeve.atl.ga.us
8 |
9 | -CC = gcc
10 | -CFLAGS = -g -O
11 | +CC ?= gcc
12 | +CFLAGS ?= -g -O
13 | LIBS = -lX11
14 |
15 | 9menu: 9menu.c
16 | - $(CC) $(CFLAGS) 9menu.c $(LIBS) -o 9menu
17 | + $(CC) $(CFLAGS) $(LDFLAGS) 9menu.c $(LIBS) -o 9menu
18 |
--------------------------------------------------------------------------------
/x11-misc/9menu/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-misc/fqterm/ChangeLog:
--------------------------------------------------------------------------------
1 | # ChangeLog for x11-misc/fqterm
2 | # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
3 | # $Header: $
4 |
5 | 27 Sep 2013; scsi fqterm-9999.ebuild:
6 | fix EAI version
7 |
8 |
--------------------------------------------------------------------------------
/x11-misc/fqterm/Manifest:
--------------------------------------------------------------------------------
1 | DIST fqterm-0.9.10.1.tar.gz 924767 BLAKE2B 85f9b38f529a263bf134a3c82c0564029adc6dba9282b7fcb0d026947d11f3baadedf0284627a50cab2e37503e1ca6f70def6201f25d99adc0312594b38a655f SHA512 78d3d952852e03d9a1b181de305704ef49a4d9b618e889f173e92f10fe029e57d117164e010aef682f58389480efd22d415619e8c32e52ba9e4d835050606f8d
2 |
--------------------------------------------------------------------------------
/x11-misc/fqterm/files/desktop.patch:
--------------------------------------------------------------------------------
1 | diff --git a/res/fqterm.desktop b/res/fqterm.desktop
2 | index 64345c2..00504fd 100644
3 | --- a/res/fqterm.desktop
4 | +++ b/res/fqterm.desktop
5 | @@ -1,7 +1,7 @@
6 | [Desktop Entry]
7 | Version=1.0
8 | Type=Application
9 | -Categories=Application;Qt;Network;
10 | +Categories=Qt;Network;
11 | Icon=fqterm
12 | Name=FQTerm
13 | Exec=fqterm -caption "%c" %i %u
14 |
--------------------------------------------------------------------------------
/x11-misc/fqterm/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | FQTerm is a cross-platform terminal emulator program which supports
7 | telnet/ssh1/ssh2 cols and can process ANSI control sequences. It
8 | can be used to login BBS sites or *NIX hosts.
9 |
10 |
11 |
--------------------------------------------------------------------------------
/x11-misc/i3lock-color/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-misc/i3lock-fancy/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | https://github.com/prof7bit/TorChat/
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11-misc/lightdm-slick-greeter/Manifest:
--------------------------------------------------------------------------------
1 | DIST lightdm-slick-greeter-1.4.1.tar.gz 252514 BLAKE2B 24b6655a1d0c982e08ca5af8a7c05a838474e3d3ce9b5d03b58cb214a05eaf5921b1cd67587ffad00263111067d0bf5bc19ef78583c55fcc236dbc623cb800ff SHA512 a00618479916a4eea2ef74b3800efa6e6a0815e4038fa8260001568b108f19a0a4034c22e6747d2a276d51e138d4f06422e97e2f2cc5c1ad7eacea4c7e1a7875
2 |
--------------------------------------------------------------------------------
/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 |
11 |
--------------------------------------------------------------------------------
/x11-misc/ly/Manifest:
--------------------------------------------------------------------------------
1 | DIST ly-0.5.3.tar.gz 22464 BLAKE2B 3065f20c34e07292194e060c805c2f98c601f0c607fa769589f0edc38ce0484de404feb3ee6c7dfde627b7870c7649d2c3da54ba915f89ea85f97b97ae9798b5 SHA512 09456d3ed34ad7e6b859c1def02cd1595f663356dec5e0037fac9f91aa526e7a252de6676c9bfcd4eb1e0c5b3c302344dc523239e313cbf107b6a4119fe261c7
2 |
--------------------------------------------------------------------------------
/x11-misc/ly/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/x11-misc/picom-jonaburg/Manifest:
--------------------------------------------------------------------------------
1 | DIST picom-jonaburg-8.tar.gz 242059 BLAKE2B cfeec7f40eaa43c115bd326abeaa547553f7bdd22a2e6b2a96f46d87c164b0e9403a876f069077e3b85d11af685aadb0cff2a4e7df2cf87646f2552f9c1a01df SHA512 154dd42dea16aca463e7d7f9913a8f10740df892bfdda2fee210a94b13c8eaf6201b35e505daf45075fdb1980bb9b85adf170b649702c1b1e2fcdc1d88406b4a
2 |
--------------------------------------------------------------------------------
/x11-plugins/vicious/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-terms/contour/Manifest:
--------------------------------------------------------------------------------
1 | DIST contour-0.2.3.183.tar.gz 2965291 BLAKE2B 7303bc0318479451a2b5eb7e298d817d60635edf9dd3b560a0713490921f407cf54fdeb70da22587e4a10a7d0faa9110e747cf4d110d73e576e8755f5e59537a SHA512 897ed0e7156c1e31fdf34c152a72a7d4f007edd0af6c520becffb4efcae94d1af1785453d8689632ac44a8fd19cbe3a8d989606bbcd18e8ffa15f08203c55d9d
2 |
--------------------------------------------------------------------------------
/x11-terms/contour/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
12 |
13 |
--------------------------------------------------------------------------------
/x11-themes/fcitx5-breeze/Manifest:
--------------------------------------------------------------------------------
1 | DIST fcitx5-breeze-1.0.0.tar.gz 26614 BLAKE2B 03ef46a145f4100cd978196e39ab4c3dc323bc8ee202a3349ada74d421257ba4a8b80bd3621dd4abdc0307bb0bb611ee8cbaf4a608008e819a03a284ab2ccdd0 SHA512 cb22c5ce54df2e286f1359125ebb7b5ab4a382ef68055aa4385be66b7bae253c0468f7e9fe7645d80480fc8010e13771cc955ea1ef676829dccbb9509eca6c63
2 |
--------------------------------------------------------------------------------
/x11-themes/fcitx5-breeze/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | OriPoin@outlook.com
6 | Yachen Wang
7 |
8 |
9 |
--------------------------------------------------------------------------------
/x11-themes/lxice/Manifest:
--------------------------------------------------------------------------------
1 | DIST lxice.tar.bz2 3945 BLAKE2B 42bb9212eba04c0c46c1e6fc0344f510bd6a25b58d123de691ddeff13318cd059c6bc0ab49dc12cb51669978eb3609f32b4e1454f24085e8a70405b067f5f74f SHA512 57674fe6a53ea221d86ae728bde63b763be507748a9c416844ec3ae926a0a6a788c7ac641c62728265b3e5a1d3d0f9fc9454118313d5d9d6021a5359de095b66
2 |
--------------------------------------------------------------------------------
/x11-themes/lxice/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-themes/smplayer-themes-nonfree/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-wm/9wm/Manifest:
--------------------------------------------------------------------------------
1 | DIST 9wm-1.1.tar.gz 19795 BLAKE2B 03bd6642b94f3f6559a4a2cfc3227d7d1ca1ca2357641ece7e30914b63430543c8aa618263fe0917ca3720109d9d3879ee9238567451c880e2972ea3564a640e SHA512 a1703327e70c6fafaddeb3ba515dfc55709451333fa255656474263b544850c6bb9ed0f75c416585c69ff72d87f4bb286aabe184b18f6dbd299b06167303264d
2 |
--------------------------------------------------------------------------------
/x11-wm/9wm/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/x11-wm/chamferwm/metadata.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------