2023-12-23 07:46:46 UTC

This commit is contained in:
Repository mirror & CI
2023-12-23 07:46:46 +00:00
parent 74366329ce
commit bf536d47a6
15 changed files with 133 additions and 27 deletions

View File

@@ -9,6 +9,6 @@ LICENSE=MIT
RDEPEND=app-accessibility/at-spi2-core dev-libs/nspr app-crypt/libsecret dev-libs/expat dev-libs/glib dev-libs/nss dev-libs/openssl-compat dev-vcs/git media-libs/alsa-lib media-libs/mesa net-misc/curl net-print/cups sys-apps/dbus sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:3[X] x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libxshmfence x11-libs/libXrandr x11-libs/pango
RESTRICT=test
SLOT=0
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.0/Linux.pulsar-1.112.0.tar.gz -> pulsar-bin-1.112.0-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.0/ARM.Linux.pulsar-1.112.0-arm64.tar.gz -> pulsar-bin-1.112.0-arm64.tar.gz )
SRC_URI=amd64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/Linux.pulsar-1.112.1.tar.gz -> pulsar-bin-1.112.1-amd64.tar.gz ) arm64? ( https://github.com/pulsar-edit/pulsar/releases/download/v1.112.1/ARM.Linux.pulsar-1.112.1-arm64.tar.gz -> pulsar-bin-1.112.1-arm64.tar.gz )
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6654b9cc0ed7caa5783af79b9f40fdcf

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/zenlib-1.2.0
DESCRIPTION=Python CPIO library
EAPI=8
HOMEPAGE=https://github.com/desultory/pycpio
INHERIT=distutils-r1
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/desultory/pycpio/archive/refs/tags/0.6.1.tar.gz -> pycpio-0.6.1.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=31f7e271994a333718cb78361b095e45

View File

@@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/desultory/zenlib/archive/refs/tags/1.2.0.tar.gz -> zenlib-1.2.0.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=8654d13f5be39000b873511e5a9ce6f0
_md5_=abea4501aa51751ffa350e8b8d2be00d

View File

@@ -1,14 +1,16 @@
DEFINED_PHASES=compile install postinst prepare setup
BDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) test? ( python_single_target_python3_11? ( dev-python/pytest[python_targets_python3_11(-)] ) )
DEFINED_PHASES=compile install postinst prepare setup test
DESCRIPTION=Simple chroot build environment manager for building RPMs
EAPI=8
HOMEPAGE=https://rpm-software-management.github.io/mock/ https://github.com/rpm-software-management/mock/
INHERIT=bash-completion-r1 optfeature python-single-r1
IUSE=+python_single_target_python3_11
IUSE=test +python_single_target_python3_11
KEYWORDS=~amd64
LICENSE=GPL-2+
RDEPEND=python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_11? ( app-arch/rpm[python,python_single_target_python3_11(-)] dev-python/backoff[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/pyroute2[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/rpmautospec-core[python_targets_python3_11(-)] dev-python/templated-dictionary[python_targets_python3_11(-)] ) acct-group/mock app-containers/podman dev-util/distribution-gpg-keys dev-util/mock-core-configs
REQUIRED_USE=^^ ( python_single_target_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/mock/releases/download/mock-5.3-1/mock-5.3.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-single-r1 75118e916668a74c660a13b0ecb22562
_md5_=ec4faeadf2bd77056aaaffc8cec476af
_md5_=e1d329cdf28c474f865d8b679bb9a667

View File

@@ -0,0 +1,14 @@
BDEPEND=>=dev-lang/go-1.21 >=dev-lang/go-1.18 app-arch/unzip
DEFINED_PHASES=compile install unpack
DESCRIPTION=Fast and powerful Git hooks manager for any type of projects
EAPI=8
HOMEPAGE=https://github.com/evilmartians/lefthook
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=Apache-2.0 MIT BSD BSD-2 MPL-2.0
RDEPEND=dev-vcs/git
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/evilmartians/lefthook/archive/v1.5.5.tar.gz -> lefthook-1.5.5.tar.gz https://github.com/ixti/lefthook/releases/download/v1.5.5/lefthook-1.5.5-vendor.tar.xz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 go-env 96e1747610bbb2f5c5d3fb16f0f3a83a go-module 9e5a8f7b134fd3ed3785755097fe8ef0
_md5_=7c7af06cb5e5ae78dbaaf1c846167e42

View File

@@ -9,6 +9,6 @@ KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=app-accessibility/at-spi2-core media-gfx/graphite2 sys-apps/dbus sys-apps/systemd-utils x11-libs/gtk+:3[X] dev-libs/openssl:0/3
SLOT=0
SRC_URI=https://github.com/intiface/intiface-central/releases/download/v2.4.3/intiface-central-v2.4.3-linux-x64.zip
SRC_URI=https://github.com/intiface/intiface-central/releases/download/v2.5.3/intiface-central-v2.5.3-linux-ubuntu-22.04-x64.zip
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=14e41d9de06ce4181441f3cce6c92a19
_md5_=2dbf09575a17d71bf023102c53106c54

View File

@@ -1,6 +1,6 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( media-libs/libglvnd[X] x11-libs/libdrm )
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=7
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
@@ -8,9 +8,9 @@ INHERIT=meson
IUSE=+dmabuf +scpy
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( media-libs/libglvnd[X] x11-libs/libdrm )
RESTRICT=mirror
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wlrobs/archive/v1.0.tar.gz -> wlrobs-1.0.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383
_md5_=0db567ce99bf4701414381c159ca97a4
_md5_=47296bd31fe9ced6e5dad46f74812015

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array
DEFINED_PHASES=compile configure install test
DEPEND=dev-libs/wayland media-video/obs-studio
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=8
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
INHERIT=meson
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-libs/wayland media-video/obs-studio
RESTRICT=mirror
SLOT=0
SRC_URI=https://hg.sr.ht/~scoopta/wlrobs/archive/v1.1.tar.gz -> wlrobs-1.1.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383
_md5_=64942bc7d80b60944e0a5e992d601ba5

View File

@@ -1,15 +1,14 @@
BDEPEND=>=dev-util/meson-1.2.1 app-alternatives/ninja dev-util/meson-format-array dev-vcs/mercurial
DEFINED_PHASES=compile configure install test unpack
DEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
DEPEND=dev-libs/wayland media-video/obs-studio
DESCRIPTION=OBS plugin that allows you to screen capture on wlroots based compositors
EAPI=7
EAPI=8
HOMEPAGE=https://hg.sr.ht/~scoopta/wlrobs
INHERIT=meson mercurial
IUSE=+dmabuf +scpy
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-libs/wayland media-video/obs-studio dmabuf? ( x11-libs/libdrm )
RDEPEND=dev-libs/wayland media-video/obs-studio
RESTRICT=mirror
SLOT=0
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383 mercurial e6a56a378cb9241482284b8b897c7a39
_md5_=0db567ce99bf4701414381c159ca97a4
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 474cb53a7d1b62721a91809a1d702661 meson 576e6bbef90e9753368f8b4ad0bd5383 mercurial e6a56a378cb9241482284b8b897c7a39
_md5_=c2b38329cae0bdb11f5578f8b9f9c7d1

View File

@@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack
DESCRIPTION=Unbreakable Enterprise Kernel (UEK) sources built from Oracle
EAPI=8
HOMEPAGE=https://github.com/oracle/linux-uek
INHERIT=kernel-2
IUSE=+gentoo experimental symlink build
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=!build? ( app-arch/cpio dev-lang/perl sys-devel/bc sys-devel/bison sys-devel/flex sys-devel/make >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig )
RESTRICT=binchecks strip
SLOT=5.15.0.202.135.1
SRC_URI=https://github.com/oracle/linux-uek/archive/refs/tags/v5.15.0-202.135.1.tar.gz -> linux-uek-5.15.0-202.135.1.tar.gz mirror://gentoo/genpatches-5.15-153.base.tar.xz mirror://gentoo/genpatches-5.15-153.experimental.tar.xz mirror://gentoo/genpatches-5.15-153.extras.tar.xz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 crossdev f04338ff78f213a4a55c5c37b3c6563e estack c61c368a76fdf3a82fdf8dbaebea3804 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe kernel-2 5f1a05e8ec7196f00c7754b57f927f06
_md5_=7629c6512f7b6ae0589a0b96d2868fd7

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-67.8.0-r1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=>=dev-python/zenlib-1.2.0 >=dev-python/pycpio-0.6.1
DESCRIPTION=Python based initramfs generator with TOML defintions
EAPI=8
HOMEPAGE=https://github.com/desultory/ugrd
INHERIT=distutils-r1 optfeature
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=app-misc/pax-utils python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/desultory/ugrd/archive/refs/tags/0.14.3.tar.gz -> ugrd-0.14.3.tar.gz
_eclasses_=toolchain-funcs eed10cf5e5a06916e654d31f5a1925cc multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic c816c598969cbaf38cc02d2496ad2e98 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=46528c1626ff41b669457be4270ac9e8

File diff suppressed because one or more lines are too long