2021-03-18 10:35:52 UTC

This commit is contained in:
Repository mirror & CI
2021-03-18 10:35:52 +00:00
parent e5f98b2257
commit 9663adac5d
9 changed files with 54 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
DEFINED_PHASES=compile install prepare setup
DESCRIPTION=ANother Auto NICe daemon
EAPI=7
HOMEPAGE=https://github.com/Nefelim4ag/Ananicy
INHERIT=python-any-r1
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=sys-apps/systemd
SLOT=0
SRC_URI=https://github.com/Nefelim4ag/Ananicy/archive/2.2.1.tar.gz -> ananicy-2.2.1.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e python-utils-r1 2dc8e06a3429719b43e9140f7292a425 python-any-r1 0a79a9b53fce4525f438f8ea9695fb88
_md5_=c916cc2583b05da49c91d22822a21801

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install
DESCRIPTION=Fancy, colorful theme with support for Powerline fonts
EAPI=7
HOMEPAGE=https://github.com/hauleth/agnoster
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=app-shells/fish
SLOT=0
SRC_URI=https://github.com/hauleth/agnoster/archive/1ae9625e27ef47d2e6abc60156cd154cd1c37f46.tar.gz -> fish-agnoster-theme-0.1.0_p20200415.tar.gz
_md5_=6ad0070dcdd2991452916070276be46a

View File

@@ -3,12 +3,13 @@ DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Python API for communicating with the BitBox02 device
EAPI=7
HOMEPAGE=https://github.com/digitalbitbox/bitbox02-firmware
INHERIT=distutils-r1
IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-python/base58-2.0.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/ecdsa-0.14.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/hidapi-0.7.99[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/noiseprotocol-0.3.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/protobuf-python-3.7.0[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/semver-2.8.1[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/typing-extensions-3.7.4[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)]
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
SLOT=0
SRC_URI=mirror://pypi/b/bitbox02/bitbox02-5.2.0.tar.gz
_eclasses_=distutils-r1 16579e06f8839831bd5c03455bb87e3f multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 6d099888c5b4dd4868c26508df307e95 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=ed5f56d86b3a45dd4dd31bc01c339a0f
SRC_URI=mirror://pypi/b/bitbox02/bitbox02-5.3.0.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 python-r1 6d099888c5b4dd4868c26508df307e95 distutils-r1 16579e06f8839831bd5c03455bb87e3f
_md5_=c629c38b126bac664f2773329919b216

View File

@@ -4,6 +4,7 @@ DEPEND=dev-python/wheel[python_targets_python3_7(-)?,python_targets_python3_8(-)
DESCRIPTION=Pure-python wrapper for libusb-1.0
EAPI=7
HOMEPAGE=https://github.com/vpelletier/python-libusb1
INHERIT=distutils-r1
IUSE=test python_targets_python3_7 python_targets_python3_8 python_targets_python3_9
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-2.1+
@@ -11,6 +12,6 @@ RDEPEND=virtual/libusb python_targets_python3_7? ( dev-lang/python:3.7 ) python_
REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=mirror://pypi/l/libusb1/libusb1-1.9.1.tar.gz
_eclasses_=distutils-r1 16579e06f8839831bd5c03455bb87e3f multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 6d099888c5b4dd4868c26508df307e95 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 toolchain-funcs 24921b57d6561d87cbef4916a296ada4
_md5_=f556f0603ddc831a7202afeea7a6f29c
SRC_URI=mirror://pypi/l/libusb1/libusb1-1.9.2.tar.gz
_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 2dc8e06a3429719b43e9140f7292a425 python-r1 6d099888c5b4dd4868c26508df307e95 distutils-r1 16579e06f8839831bd5c03455bb87e3f
_md5_=381f79b99e64dee3f50e9edb694f93f7

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/glimpse-editor/Glimpse/archive/v0.2.0.tar.gz -> glimpse-0.2.0.tar.gz
_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9988ecbe04129214297a7bbf3d253710 gnome.org 532d56d07b9eace4831aaa817d2b756a edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 xdg c7ba313ea1eaf266f95cc6235f7d6a07 gnome2 c156bb2ac81c822dd861424ce19bc168 virtualx 7e60d3b10c791ab996f717bc1f30072f
_md5_=ad516d070988d6e9a6a051f08c8766e8
_md5_=ef855ad7f1c6573374028077061d40c2

View File

@@ -0,0 +1,13 @@
BDEPEND=>=kde-frameworks/extra-cmake-modules-5.70:5 >=dev-vcs/git-1.8.2.1[curl] dev-util/ninja dev-util/cmake
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-qt/qtgui-5.14.0:5 media-libs/jpeg-xl
DESCRIPTION=Qt plug-in to allow Qt and KDE based applications to read/write JXL images.
EAPI=7
HOMEPAGE=https://github.com/novomesk/qt-jpegxl-image-plugin
INHERIT=git-r3 cmake
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=>=dev-qt/qtgui-5.14.0:5 media-libs/jpeg-xl
SLOT=0
_eclasses_=git-r3 3e7ec3d6619213460c85e2aa48398441 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic 09a8beb8e6a8e02dc1e1bd83ac353741 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 314a813be2f09820e8978cdee941e501
_md5_=f60c88b3560672c8b2c11f2b1be27539

View File

@@ -3,9 +3,10 @@ DEPEND=net-print/cups
DESCRIPTION=A terminal for a more modern age
EAPI=7
HOMEPAGE=https://eugeny.github.io/terminus/
INHERIT=desktop xdg-utils
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/Eugeny/terminus/releases/download/v1.0.134/terminus-1.0.134-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
SRC_URI=https://github.com/Eugeny/terminus/releases/download/v1.0.135/terminus-1.0.135-linux.tar.gz https://github.com/ScardracS/icons/releases/download/release/terminus-icons.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils ff2ff954e6b17929574eee4efc5152ba
_md5_=69b63d7b4eccd05a051b5430e518dc36
_md5_=76ddfc4a1b5d0ac9e2602b4938ccc074

View File

@@ -17,6 +17,7 @@ acct-user/monero 0: System user: monero
acct-user/purritobin 0: User for www-apps/jackett-bin
acct-user/trezord 0: User for TREZOR Bridge
app-accessibility/mimic1 1.3.0.1 9999: Mycroft's TTS engine, based on CMU's Flite (Festival Lite)
app-admin/ananicy 2.2.1: ANother Auto NICe daemon
app-admin/antidot 0.6.1 0.6.2: Cleans up your $HOME from those pesky dotfiles
app-admin/chezmoi 1.8.2 1.8.10: Manage your dotfiles across multiple machines, securely.
app-admin/customrescuecd-x86 0.4.1: A system rescue cd or usbstick for desktop and server based on gentoo
@@ -77,6 +78,7 @@ app-portage/portconf 1.6.8-r1 9999: /etc/portage cleaner
app-portage/showbuild 0.9.1-r1: Script to follow log of running portage builds
app-portage/version 0.6.1_alpha 0.6.2_alpha 0.9.0_alpha 0.9.1_alpha 0.10.0_alpha 0.14.2_alpha 0.14.4_alpha 0.15.0_alpha 0.17.0_alpha 0.18.0_alpha 0.19.0_alpha 0.20.1_alpha: A command line function for package version management.
app-shells/antibody 6.1.0 6.1.1: Fast Zsh plugin manager
app-shells/fish-agnoster-theme 0.1.0_p20200415: Fancy, colorful theme with support for Powerline fonts
app-shells/fish-command-timer 0.1.3 0.1.3_p20201002: Fish shell extension for printing execution time for each command
app-shells/k 0.0.5: Directory listings for zsh with git features
app-shells/nice-exit-code 0_pre20200117: ZSH plugin that maps exit status code to human readable string
@@ -183,7 +185,7 @@ dev-python/b2sdk 1.2.0: The client library for BackBlaze's B2 product
dev-python/baron 0.9: Full Syntax Tree for python to make writing refactoring code a realist task
dev-python/base58 2.0.1: Base58 and Base58Check implementation
dev-python/billiard 3.6.3.0: Python multiprocessing fork
dev-python/bitbox02 5.2.0: Python API for communicating with the BitBox02 device
dev-python/bitbox02 5.3.0: Python API for communicating with the BitBox02 device
dev-python/cchardet 2.1.6 2.1.7: cChardet is high speed universal character encoding detector
dev-python/check-manifest 0.45: Tool to check the completeness of MANIFEST.in for Python packages
dev-python/click-didyoumean 0.0.3: Enable git-like did-you-mean feature in click
@@ -225,7 +227,7 @@ dev-python/jellyfin-apiclient-python 1.6.2: Python API client for Jellyfin
dev-python/jupyter-sphinx 0.3.2: Jupyter Sphinx Extensions
dev-python/k5test 0.9.2: A library for setting up self-contained Kerberos 5 environments
dev-python/kitchen 1.2.6: Kitchen contains a cornucopia of useful code
dev-python/libusb1 1.9.1: Pure-python wrapper for libusb-1.0
dev-python/libusb1 1.9.2: Pure-python wrapper for libusb-1.0
dev-python/manhole 1.6.0: Debugging manhole for python application
dev-python/markdown-include 0.6.0: Syntax which allows for inclusion of contents of other Markdown docs
dev-python/mkdocs-exclude 1.0.2: Lets you exclude files or trees from your output
@@ -410,6 +412,7 @@ media-plugins/alsa-sndio 0.2: Sndio audio sink and source for GStreamer
media-plugins/argotlunar-bin 2.06-r1: Argotlunar is a sound granulator. Binary Linux VST
media-plugins/gimp-avif-plugin 9999: Plug-in for development GIMP 2.99.3 for loading/saving AVIF images.
media-plugins/qt-heif-image-plugin 0.3.3-r1 0.3.3-r2: Qt plugin for HEIF images
media-plugins/qt-jpegxl-image-plugin 9999: Qt plug-in to allow Qt and KDE based applications to read/write JXL images.
media-plugins/whysynth 20170701_p20180323: A software synthesizer plugin for the DSSI Soft Synth Interface
media-sound/6pm 0.9: 6PM is a polyphonic, touch-sensitive, realtime phase modulation synthesizer
media-sound/add64 3.8.0 3.9.3: Add64 is a realtime additive/subtractive-synthesis softsynth
@@ -559,7 +562,7 @@ x11-misc/i3status-rust 0.14.1: A feature-rich and resource-friendly replacement
x11-misc/ksnip 1.8.0-r1 1.8.1: Ksnip is a Qt based cross-platform screenshot tool
x11-misc/tbsm 0.5: A pure bash session or application launcher. Inspired by cdm, tdm and krunner
x11-misc/xob 0.2: A lightweight overlay volume (or anything) bar for the X Window System
x11-terms/terminus 1.0.134: A terminal for a more modern age
x11-terms/terminus 1.0.135: A terminal for a more modern age
x11-themes/arc-darkest-colors 0_pre20200818 0_pre20201112: Flat, dark-mode theme with transparent elements
x11-themes/arc-kde 20180614: Port of the popular GTK theme Arc for Plasma 5
x11-themes/obsidian-icon-theme 4.15 9999: Obsidian Icon Theme is intuitive Faenza-like icon theme

View File

@@ -1 +1 @@
Wed, 17 Mar 2021 10:50:52 +0000
Thu, 18 Mar 2021 10:35:52 +0000