2021-06-27 07:36:34 UTC

This commit is contained in:
Repository mirror & CI
2021-06-27 07:36:34 +00:00
parent 5619e847dd
commit 1ef18847c5
11 changed files with 53 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/make dev-util/cmake sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/libxml2 dev-libs/boost dev-libs/octetos-coreutils dev-libs/octetos-db-abstract gtk? ( x11-libs/gtk+:3 ) dev-libs/libtar mariadb? ( dev-libs/octetos-db-maria ) postgresql? ( dev-libs/octetos-db-postgresql ) gnome-base/librsvg sys-devel/bison sys-devel/flex
DESCRIPTION=API Generator for Database access
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/apidb
INHERIT=cmake autotools
IUSE=+mariadb postgresql commands gtk +corelibs
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/libxml2 dev-libs/boost dev-libs/octetos-coreutils dev-libs/octetos-db-abstract gtk? ( x11-libs/gtk+:3 ) dev-libs/libtar mariadb? ( dev-libs/octetos-db-maria ) postgresql? ( dev-libs/octetos-db-postgresql ) gnome-base/librsvg
SLOT=0
SRC_URI=https://github.com/azaeldevel/apidb/archive/5.11.0-beta.tar.gz
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da gnuconfig 262062cef0ba4f22b397193da514a350 libtool 241a8f577b9781a42a7421e53448a44e autotools 9e63f92c2a5d867fea55ecb160c7d354
_md5_=26a939ce46ce82e211256cdde69514f4

View File

@@ -1,13 +1,13 @@
BDEPEND=>=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array virtual/pkgconfig
BDEPEND=dev-lang/python-exec[native-symlinks] >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm test
DESCRIPTION=It's a flashlight, what do you expect?
EAPI=7
HOMEPAGE=https://gitlab.com/a-wai/flashlight.git
INHERIT=meson gnome2-utils udev
INHERIT=meson gnome2-utils udev xdg-utils
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-2
RDEPEND=x11-libs/gtk+
SLOT=0
SRC_URI=https://gitlab.com/a-wai/flashlight/-/archive/f5feb4b3d17bbf16171d716bbb8e28f3a84542ef.tar.gz -> flashlight-0.1.1.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 977ed3240c7c676eb18a277e65663c1c meson 5ec14fdbc5446b8767e87e186e3b1a52 edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 udev 452708c3f55cf6e918b045adb949a9e6
_md5_=5498809154f851149929188bde1d9ce1
_md5_=271e51dab69b955a83d3295f4ba8a2d3

View File

@@ -0,0 +1,14 @@
BDEPEND=dev-util/cunit dev-util/intltool sys-devel/bison >=sys-devel/gcc-8.1 sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEFINED_PHASES=prepare
DEPEND=dev-libs/libconfig dev-perl/XML-Parser
DESCRIPTION=C/C++ library to mainly provide Semantic Versioned implementation
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-core
INHERIT=autotools
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/libconfig dev-perl/XML-Parser
SLOT=0
SRC_URI=https://github.com/azaeldevel/octetos-core/archive/2.25.0-beta/.tar.gz -> octetos-core-2.25.0_beta.tar.gz
_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 9e63f92c2a5d867fea55ecb160c7d354
_md5_=b9416bc6f4f5c8e7513ddd66882ce8ec

View File

@@ -1,13 +0,0 @@
BDEPEND=dev-util/cunit dev-util/intltool sys-devel/bison >=sys-devel/gcc-8.1 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=prepare unpack
DEPEND=dev-libs/libconfig dev-perl/XML-Parser
DESCRIPTION=C/C++ library to mainly provide Semantic Versioned implementation
EAPI=7
HOMEPAGE=https://github.com/azaeldevel/octetos-core
INHERIT=git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-libs/libconfig dev-perl/XML-Parser
SLOT=0
_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da
_md5_=b9416bc6f4f5c8e7513ddd66882ce8ec

View File

@@ -1,15 +1,16 @@
BDEPEND=>=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array virtual/pkgconfig virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm test
DEPEND=dev-libs/glib:* gnome-base/gnome-common dev-libs/libgudev virtual/udev dev-util/gtk-doc-am virtual/pkgconfig
DEPEND=dev-libs/glib:* gnome-base/gnome-common dev-libs/libgudev systemd? ( !sys-apps/openrc sys-apps/systemd ) virtual/udev dev-util/gtk-doc-am virtual/pkgconfig
DESCRIPTION=IIO sensors to D-Bus proxy
EAPI=7
HOMEPAGE=https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/
INHERIT=gnome2-utils meson systemd udev
IUSE=+systemd
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=dev-libs/glib:* gnome-base/gnome-common dev-libs/libgudev virtual/udev
RDEPEND=dev-libs/glib:* gnome-base/gnome-common dev-libs/libgudev systemd? ( !sys-apps/openrc sys-apps/systemd ) virtual/udev
RESTRICT=test
SLOT=0
SRC_URI=https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/3.1/iio-sensor-proxy-3.1.tar.gz
_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 977ed3240c7c676eb18a277e65663c1c meson 5ec14fdbc5446b8767e87e186e3b1a52 systemd fdf0d765c3f11f91fe54f8def9a8c0e6 udev 452708c3f55cf6e918b045adb949a9e6
_md5_=28b003a5106164760280bb54cb5c3ac4
_md5_=8e9944caa9e39c1cc94cc144faf95efa

View File

@@ -2,11 +2,11 @@ DEFINED_PHASES=install postinst postrm preinst prepare
DEPEND=app-accessibility/at-spi2-atk app-accessibility/at-spi2-core dev-libs/atk dev-libs/libappindicator dev-libs/nss media-libs/alsa-lib net-print/cups media-libs/mesa x11-libs/gdk-pixbuf x11-libs/gtk+ x11-libs/libdrm x11-libs/libnotify x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/libxshmfence x11-libs/libXtst x11-libs/pango dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=Nuclear is a streaming program that pulls content from free sources on internet
EAPI=7
HOMEPAGE=https://nuclear.js.org/
HOMEPAGE=https://nuclear.js.org https://github.com/nukeop/nuclear
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/nukeop/nuclear/releases/download/v0.6.14/nuclear-0.6.14.tar.gz -> nuclear-bin-0.6.14.tar.gz
SRC_URI=https://github.com/nukeop/nuclear/releases/download/v0.6.15/nuclear-v0.6.15.tar.gz -> nuclear-bin-0.6.15.tar.gz
_eclasses_=desktop c0d27bf73aa08ca05b663dbd31fbef28 xdg-utils ff2ff954e6b17929574eee4efc5152ba xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=c0147f595fa2cfce77ba0c1dedceebf5
_md5_=4b01a859a579ce8ecf7d5cffd89af440

View File

@@ -1,9 +1,11 @@
DEFINED_PHASES=-
DEFINED_PHASES=compile
DESCRIPTION=AT commands as input are sent to modem and responses given as output
EAPI=7
HOMEPAGE=http://atinout.sourceforge.net/index.html
INHERIT=toolchain-funcs
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
SLOT=0
SRC_URI=https://netix.dl.sourceforge.net/project/atinout/v0.9.1/atinout-0.9.1.tar.gz
_md5_=5ff9330930f8005345cb7ecfc9c3c9ec
_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352
_md5_=71ff7ec2f2083acb9bdbf86488a5f1f5

View File

@@ -1,15 +1,14 @@
BDEPEND=app-text/scdoc test? ( x11-misc/xvfb-run ) >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
BDEPEND=app-text/scdoc >=dev-util/meson-0.56.0 >=dev-util/ninja-1.8.2 dev-util/meson-format-array
DEFINED_PHASES=compile configure install postinst prepare test
DESCRIPTION=Lightweight On-Screen-Keyboard based on SDL2
EAPI=7
HOMEPAGE=https://gitlab.com/postmarketOS/osk-sdl
INHERIT=meson
IUSE=test
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=app-portage/gentoolkit media-libs/cogl media-fonts/dejavu media-libs/libglvnd media-libs/libsdl2[kms,haptic] media-libs/mesa media-libs/sdl2-ttf sys-fs/cryptsetup sys-kernel/dracut
RESTRICT=!test? ( test )
RESTRICT=test
SLOT=0
SRC_URI=https://gitlab.com/postmarketOS/osk-sdl/-/archive/69fb2d943a8664d5a587c967ac828f9ed5acd7ce.tar.gz -> osk-sdl-0.64.tar.gz
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 python-utils-r1 977ed3240c7c676eb18a277e65663c1c meson 5ec14fdbc5446b8767e87e186e3b1a52
_md5_=3a560a321167464168e6d14756c17770
_md5_=0fdd3b4ca99507be172f63dd434d4aa8

View File

@@ -8,8 +8,8 @@ INHERIT=cargo gnome2-utils meson toolchain-funcs xdg
IUSE=debug
KEYWORDS=~amd64 ~arm64
LICENSE=GPL-3
RDEPEND=dev-libs/feedbackd dev-libs/wayland-protocols gnome-base/gnome-desktop media-fonts/noto-emoji x11-libs/gtk+:3
RDEPEND=dev-libs/feedbackd dev-libs/wayland dev-libs/wayland-protocols gnome-base/gnome-desktop media-fonts/noto-emoji x11-libs/gtk+:3
SLOT=0
SRC_URI=https://source.puri.sm/Librem5/squeekboard/-/archive/19630334b07d6d2949932cf05018925cb3ab9613.tar.gz -> squeekboard-1.14.0.tar.gz https://crates.io/api/v1/crates/atk/0.7.0/download -> atk-0.7.0.crate https://crates.io/api/v1/crates/atk-sys/0.9.1/download -> atk-sys-0.9.1.crate https://crates.io/api/v1/crates/bitflags/1.2.1/download -> bitflags-1.2.1.crate https://crates.io/api/v1/crates/cairo-rs/0.7.1/download -> cairo-rs-0.7.1.crate https://crates.io/api/v1/crates/cairo-sys-rs/0.9.2/download -> cairo-sys-rs-0.9.2.crate https://crates.io/api/v1/crates/cc/1.0.68/download -> cc-1.0.68.crate https://crates.io/api/v1/crates/clap/2.33.3/download -> clap-2.33.3.crate https://crates.io/api/v1/crates/dtoa/0.4.8/download -> dtoa-0.4.8.crate https://crates.io/api/v1/crates/fragile/0.3.0/download -> fragile-0.3.0.crate https://crates.io/api/v1/crates/gdk/0.11.0/download -> gdk-0.11.0.crate https://crates.io/api/v1/crates/gdk-pixbuf/0.7.0/download -> gdk-pixbuf-0.7.0.crate https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.9.1/download -> gdk-pixbuf-sys-0.9.1.crate https://crates.io/api/v1/crates/gdk-sys/0.9.1/download -> gdk-sys-0.9.1.crate https://crates.io/api/v1/crates/gio/0.7.0/download -> gio-0.7.0.crate https://crates.io/api/v1/crates/gio-sys/0.9.1/download -> gio-sys-0.9.1.crate https://crates.io/api/v1/crates/glib/0.8.2/download -> glib-0.8.2.crate https://crates.io/api/v1/crates/glib-sys/0.9.1/download -> glib-sys-0.9.1.crate https://crates.io/api/v1/crates/gobject-sys/0.9.1/download -> gobject-sys-0.9.1.crate https://crates.io/api/v1/crates/gtk/0.7.0/download -> gtk-0.7.0.crate https://crates.io/api/v1/crates/gtk-sys/0.9.2/download -> gtk-sys-0.9.2.crate https://crates.io/api/v1/crates/lazy_static/1.4.0/download -> lazy_static-1.4.0.crate https://crates.io/api/v1/crates/libc/0.2.97/download -> libc-0.2.97.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.4/download -> linked-hash-map-0.5.4.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/memmap/0.7.0/download -> memmap-0.7.0.crate https://crates.io/api/v1/crates/pango/0.7.0/download -> pango-0.7.0.crate https://crates.io/api/v1/crates/pango-sys/0.9.1/download -> pango-sys-0.9.1.crate https://crates.io/api/v1/crates/pkg-config/0.3.19/download -> pkg-config-0.3.19.crate https://crates.io/api/v1/crates/proc-macro2/1.0.27/download -> proc-macro2-1.0.27.crate https://crates.io/api/v1/crates/quote/1.0.9/download -> quote-1.0.9.crate https://crates.io/api/v1/crates/regex/1.3.9/download -> regex-1.3.9.crate https://crates.io/api/v1/crates/regex-syntax/0.6.25/download -> regex-syntax-0.6.25.crate https://crates.io/api/v1/crates/serde/1.0.126/download -> serde-1.0.126.crate https://crates.io/api/v1/crates/serde_derive/1.0.126/download -> serde_derive-1.0.126.crate https://crates.io/api/v1/crates/serde_yaml/0.8.17/download -> serde_yaml-0.8.17.crate https://crates.io/api/v1/crates/syn/1.0.73/download -> syn-1.0.73.crate https://crates.io/api/v1/crates/textwrap/0.11.0/download -> textwrap-0.11.0.crate https://crates.io/api/v1/crates/unicode-width/0.1.8/download -> unicode-width-0.1.8.crate https://crates.io/api/v1/crates/unicode-xid/0.2.2/download -> unicode-xid-0.2.2.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/xkbcommon/0.4.0/download -> xkbcommon-0.4.0.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate
_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 cargo 7a8c7ca59987a0dfb53f3c68656d2c3c edos2unix 33e347e171066657f91f8b0c72ec8773 strip-linguas ac3ee41ee2d31d8c41a77c0838320cc7 wrapper 4251d4c84c25f59094fd557e0063a974 eutils dab5d8ec471d025b79c9e6906bcf3bff xdg-utils ff2ff954e6b17929574eee4efc5152ba gnome2-utils c8e3fff820d850c0e003e22208d2eea3 ninja-utils 132cbb376048d079b5a012f5467c4e7f eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 977ed3240c7c676eb18a277e65663c1c meson 5ec14fdbc5446b8767e87e186e3b1a52 xdg c7ba313ea1eaf266f95cc6235f7d6a07
_md5_=06ed9a4121cce2dbcf8e28ba939a895b
_md5_=0dd4ed1a79bdab6ed33ac39dc912a798

View File

@@ -66,7 +66,7 @@ app-emulation/spice-html5 0.2.1 0.2.2: Spice Javascript client
app-eselect/eselect-scheme 3.1.0: Manages scheme implementations
app-i18n/fcitx-skk 0.1.4: An input method engine for Fcitx
app-misc/afetch 2.1.0: Simple system info written in C
app-misc/apidb 5.8.0_beta: API Generator for Database access
app-misc/apidb 5.8.0_beta 5.11.0_beta: API Generator for Database access
app-misc/brightness-control 2.0_p20210331: Qt Brightness Controller in Python
app-misc/brightnessctl 0.5.1: A program to read and control device brightness
app-misc/broot 1.6.1: A new way to see and navigate directory trees
@@ -98,7 +98,7 @@ app-misc/ufetch 0.1 0.2 9999: Tiny system info for Unix-like operating systems
app-misc/vrms-gentoo 0_pre20201102: vrms clone for Gentoo Linux
app-misc/watchexec 1.15.3 1.16.0 1.16.1: Executes commands in response to file modifications
app-misc/wego 2.0_p20190211-r1: Wego is a weather client for the terminal
app-mobilephone/flashlight 0.1.1-r1: It's a flashlight, what do you expect?
app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect?
app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox
app-mobilephone/pinephone-meta 0.1: Meta-package for installing phosh on pinephone
app-mobilephone/pinephone-modem-scripts 0.20.8: Modem scripts for the PinePhone
@@ -281,7 +281,7 @@ dev-libs/libnodave 0.8.5.1-r1: Connect to and exchange data with Siemens PLCs
dev-libs/monero-seed 0.1.0: 14-word mnemonic seed for Monero
dev-libs/mtxclient 0.4.1 0.5.1: Client API library for Matrix, built on top of Boost.Asio
dev-libs/octetos-biblion 0.1.1_alpha: Library for reading biblia.
dev-libs/octetos-core 2.15.0_beta 2.20.0_beta 9999: C/C++ library to mainly provide Semantic Versioned implementation
dev-libs/octetos-core 2.15.0_beta 2.20.0_beta 2.25.0_beta: C/C++ library to mainly provide Semantic Versioned implementation
dev-libs/octetos-coreutils 0.11.1_alpha 0.12.0_alpha: Similar to coreutils but is a C++ API.
dev-libs/octetos-db 1.3.2_alpha 1.3.3_alpha: C++ library for Database Acces.
dev-libs/octetos-db-abstract 0.1.2_alpha 0.6.0_alpha: API to access database, abstract component.
@@ -700,7 +700,7 @@ media-sound/ibniz 1.18: virtual machine designed for extremely compact low-level
media-sound/loudgain 0.6.8: Versatile ReplayGain 2.0 loudness normalizer
media-sound/ncpamixer 1.3.3.1: A ncurses mixer for PulseAudio inspired by pavucontrol
media-sound/noson-app 4.4.9: The essential to control music from your SONOS devices on Linux platforms
media-sound/nuclear-bin 0.6.14: Nuclear is a streaming program that pulls content from free sources on internet
media-sound/nuclear-bin 0.6.15: Nuclear is a streaming program that pulls content from free sources on internet
media-sound/pianobooster 1.0.0: A MIDI player/game that displays notes and teaches you how to play the piano
media-sound/pulseaudio-virtualmic 0.1 9999: Use any offline or online media file or stream as a PulseAudio source
media-sound/tavu 9999: Terminal-based ALSA VU-meter with peaking

View File

@@ -1 +1 @@
Sat, 26 Jun 2021 17:26:32 +0000
Sun, 27 Jun 2021 07:36:34 +0000