2024-08-13 15:48:54 UTC

This commit is contained in:
Repository mirror & CI
2024-08-13 15:48:54 +00:00
parent 1cb23ab63e
commit c6713455ff
33 changed files with 203 additions and 153 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst prepare
DEPEND=sys-libs/ncurses:= dev-lang/luajit:2= sys-libs/readline:= X? ( x11-libs/libX11 x11-libs/libXext ) sdl? ( =media-libs/libsdl-1.2* media-libs/sdl-gfx:= ) X? ( x11-base/xorg-proto )
DESCRIPTION=HP48 emulator
EAPI=8
HOMEPAGE=https://github.com/gwenhael-le-moine/x48ng
INHERIT=flag-o-matic prefix toolchain-funcs
IUSE=sdl X
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=sys-libs/ncurses:= dev-lang/luajit:2= sys-libs/readline:= X? ( x11-libs/libX11 x11-libs/libXext ) sdl? ( =media-libs/libsdl-1.2* media-libs/sdl-gfx:= )
SLOT=0
SRC_URI=https://github.com/gwenhael-le-moine/x48ng/archive/249d50c44c7b5344841abbfcc6d16409546e514a.tar.gz -> x48ng-0.37.99_pre20240812.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d prefix eab3c99d77fe00506c109c8a736186f7
_md5_=939e3b062111bf31d11d47504a7518b2

View File

@@ -5,5 +5,5 @@ HOMEPAGE=https://github.com/ThatOneCalculator/NerdFetch
KEYWORDS=~amd64 ~arm64
LICENSE=MIT
SLOT=0
SRC_URI=https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.1.2.tar.gz -> nerdfetch-8.1.2.tar.gz
SRC_URI=https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v8.2.1.tar.gz -> nerdfetch-8.2.1.tar.gz
_md5_=4dbca56f76a79fd5eddc59fa8d7399fe

View File

@@ -13,6 +13,6 @@ RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection >=gui-libs/gtk-4.12:4 >=g
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 )
RESTRICT=test !test? ( test )
SLOT=0
SRC_URI=https://codeberg.org/valos/Komikku/archive/v1.52.0.tar.gz -> komikku-1.52.0.tar.gz
SRC_URI=https://codeberg.org/valos/Komikku/archive/v1.53.0.tar.gz -> komikku-1.53.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 distutils-r1 39c571155ace3dd926fe0d6440cf0a50 meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils baea6080dd821f5562d715887954c9d3 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=97afbe01ded3093493097bdbbfc691c1

View File

@@ -10,6 +10,6 @@ KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ToruNiina/toml11/archive/refs/tags/v4.1.0.tar.gz -> toml11-4.1.0.tar.gz
SRC_URI=https://github.com/ToruNiina/toml11/archive/refs/tags/v4.2.0.tar.gz -> toml11-4.2.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 258a4691fd43b8cd5814cb1acbb3c7df
_md5_=43383bc8146357cb65a0116ad972c11e
_md5_=f1f4a17d48884d9573e4edd9591fb87c

View File

@@ -1,6 +1,6 @@
BDEPEND=test? ( virtual/jdk >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Cross-language bridge to allow Python programs full access to Java class libraries
DESCRIPTION=Bridge to allow Python programs full access to Java class libraries
EAPI=8
HOMEPAGE=https://github.com/jpype-project/jpype/
INHERIT=distutils-r1
@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jpype-project/jpype/releases/download/v1.5.0/JPype1-1.5.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50
_md5_=72ae649063c9e0926bc2ad5aeec2ec6e
_md5_=19ec164bcae4aafeccd19e7e6f217699

View File

@@ -1,10 +0,0 @@
DEFINED_PHASES=install prepare
DESCRIPTION=Collection of GPG keys used in Linux Distributions
EAPI=8
HOMEPAGE=https://github.com/xsuchy/distribution-gpg-keys
IUSE=copr
KEYWORDS=~amd64
LICENSE=CC0-1.0
SLOT=0
SRC_URI=https://github.com/xsuchy/distribution-gpg-keys/archive/distribution-gpg-keys-1.104-1.tar.gz
_md5_=f60f53755f6bab7d7d12f9f1a5101a3f

View File

@@ -0,0 +1,10 @@
DEFINED_PHASES=install prepare
DESCRIPTION=Collection of GPG keys used in Linux Distributions
EAPI=8
HOMEPAGE=https://github.com/rpm-software-management/distribution-gpg-keys
IUSE=copr
KEYWORDS=~amd64
LICENSE=CC0-1.0
SLOT=0
SRC_URI=https://github.com/rpm-software-management/distribution-gpg-keys/archive/distribution-gpg-keys-1.105-1.tar.gz
_md5_=ff6d9e968698101366368552a7401590

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,14 @@
BDEPEND=dev-util/patchelf
DEFINED_PHASES=install postinst postrm preinst prepare
DESCRIPTION=An open source, cross-platform Spotify client
EAPI=8
HOMEPAGE=https://spotube.krtirtho.dev/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
KEYWORDS=~amd64
LICENSE=BSD-4
RDEPEND=>=media-video/mpv-0.38.0-r1 >=dev-libs/libayatana-appindicator-0.5.92
SLOT=0
SRC_URI=https://github.com/KRTirtho/spotube/releases/download/v3.8.0/spotube-linux-3.8.0-x86_64.tar.xz -> spotube-bin-3.8.0.tar.xz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=b8648448289e34c47917c3eb6780cb73

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,15 @@
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-db/sqlite:3[icu]
DESCRIPTION=OONI Probe network measurement tool for detecting internet censorship
EAPI=8
HOMEPAGE=https://ooni.org https://github.com/ooni/probe-cli
INHERIT=go-module
KEYWORDS=~amd64
LICENSE=0BSD Apache-2.0 BSD BSD-2 CC0-1.0 GPL-3 GPL-3+ ISC LGPL-3 MIT MPL-2.0
RDEPEND=dev-db/sqlite:3[icu]
RESTRICT=strip
SLOT=0
SRC_URI=https://github.com/ooni/probe-cli/releases/download/v3.23.0/ooni-probe-cli-3.23.0.tar.gz
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 7eb56e61e641d6db098d57fb37477c44 go-module 83fd3ed1657cfc316c93d6a37018290d
_md5_=866b7e2e7fb1bd531f6d350751c189d1

View File

@@ -11,4 +11,4 @@ RESTRICT=mirror strip
SLOT=0
SRC_URI=https://bisq.network/downloads/v1.9.14/Bisq-64bit-1.9.14.deb
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=caf693ebaad84eb148da3f2bc2f08373
_md5_=a0c19037f00fe2cac1cb86403e688e3e

View File

@@ -1,16 +1,16 @@
BDEPEND=dev-build/autoconf dev-build/automake >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.71-r6:2.71 >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure install postinst postrm prepare pretend
DEPEND=sys-libs/db:5.3=[cxx] dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( media-gfx/qrencode ) zmq? ( net-libs/cppzmq )
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
DESCRIPTION=Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
EAPI=8
HOMEPAGE=https://github.com/dogecoin
INHERIT=autotools desktop xdg-utils flag-o-matic
INHERIT=autotools desktop flag-o-matic xdg-utils
IUSE=cpu_flags_x86_avx2 cpu_flags_x86_sse2 intel-avx2 dogecoind experimental +gui +pie +prune scrypt-sse2 +ssp tests utils +wallet zmq
KEYWORDS=~amd64 ~arm64
LICENSE=MIT
RDEPEND=sys-libs/db:5.3=[cxx] dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( media-gfx/qrencode ) zmq? ( net-libs/cppzmq ) dev-cpp/abseil-cpp cpu_flags_x86_avx2? ( intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 ) )
RDEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq ) dev-cpp/abseil-cpp cpu_flags_x86_avx2? ( intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 ) )
REQUIRED_USE=!gui? ( dogecoind utils ) dogecoind? ( utils ) intel-avx2? ( experimental ) scrypt-sse2? ( experimental ) experimental? ( || ( intel-avx2 scrypt-sse2 ) )
SLOT=0
SRC_URI=https://github.com/dogecoin/dogecoin/archive/refs/tags/v1.14.8.tar.gz -> dogecoin-qt-v1.14.8.tar.gz
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0 desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 flag-o-matic e503ea5acc20410237ba33ec3f7c857d
_md5_=eb2307723aa0c502389b3229a7ab7fe2
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic e503ea5acc20410237ba33ec3f7c857d xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=171c7f58ef8ef92adef4534877c12393

View File

@@ -1,6 +1,6 @@
BDEPEND=dev-build/autoconf dev-build/automake >=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) >=dev-build/autoconf-2.71-r6:2.71 >=dev-build/libtool-2.4.7-r3 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=configure install postinst postrm prepare pretend unpack
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork ev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
DEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq )
DESCRIPTION=Dogecoin Core Qt for desktop. Downloaded blockchain is under 2.2GB. Much secure.
EAPI=8
HOMEPAGE=https://github.com/dogecoin
@@ -8,8 +8,8 @@ INHERIT=autotools desktop flag-o-matic git-r3 xdg-utils
IUSE=cpu_flags_x86_avx2 cpu_flags_x86_sse2 intel-avx2 dogecoind experimental +gui +pie +prune scrypt-sse2 +ssp tests utils +wallet zmq
LICENSE=MIT
PROPERTIES=live
RDEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork ev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq ) dev-vcs/git dev-cpp/abseil-cpp cpu_flags_x86_avx2? ( intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 ) )
RDEPEND=dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl dev-build/libtool dev-build/automake:= gui? ( dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets dev-qt/qtdbus dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= ) >=dev-libs/boost-1.84.0 wallet? ( sys-libs/db:5.3=[cxx] gui? ( media-gfx/qrencode ) ) zmq? ( net-libs/cppzmq ) dev-vcs/git dev-cpp/abseil-cpp cpu_flags_x86_avx2? ( intel-avx2? ( ~app-crypt/intel-ipsec-mb-1.3 ) )
REQUIRED_USE=!gui? ( dogecoind utils ) dogecoind? ( utils ) intel-avx2? ( experimental ) scrypt-sse2? ( experimental ) experimental? ( || ( intel-avx2 scrypt-sse2 ) )
SLOT=0
_eclasses_=gnuconfig a397adda6984a4c423e28ac274c1ba98 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools d12ccbad07b44642a75ac97a3334d8e0 desktop 021728fdc1b03b36357dbc89489e0f0d flag-o-matic e503ea5acc20410237ba33ec3f7c857d git-r3 875eb471682d3e1f18da124be97dcc81 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=d08957fb436e971c1a20cd2a2663c61b
_md5_=38fd7bd50b66e0daad9e5250e9c18e17

View File

@@ -9,6 +9,6 @@ IUSE=verify-sig
KEYWORDS=~amd64 ~arm64 ~x86
LICENSE=BSD GPL-3+ ISC LGPL-3+ MIT
SLOT=0
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.0/p2pool_source.tar.xz -> p2pool-4.0_source.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.0/sha256sums.txt.asc -> p2pool-4.0_shasums.asc )
SRC_URI=https://github.com/SChernykh/p2pool/releases/download/v4.0/p2pool_source.tar.xz -> p2pool-4.0.tar.xz verify-sig? ( https://github.com/SChernykh/p2pool/releases/download/v4.0/sha256sums.txt.asc -> p2pool-4.0_shasums.asc )
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 258a4691fd43b8cd5814cb1acbb3c7df verify-sig a79ba011daaf532d71a219182474d150
_md5_=c99a80e1b5d5ba1edc46165a88ab25a6
_md5_=bd9a36d219ba1c3bd3a54ee88926b2db

View File

@@ -12,4 +12,4 @@ RDEPEND=>=app-text/asciidoc-10.2.0 >=app-text/doxygen-1.9.8 >=dev-libs/boost-1.8
SLOT=0
SRC_URI=https://github.com/OpenModelica/OpenModelica/archive/332e81aa6442c4cc4761251407332f86f80e834b.tar.gz -> openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMCompiler-3rdParty/archive/b826af1c1c15acf48627ad32cc0545ffc7e58bca.tar.gz -> OMCompiler-3rdParty_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMBootstrapping/archive/c289e97c41d00939a4a69fe504961b47283a6d8e.tar.gz -> OMBootstrapping_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMSens/archive/0d804d597bc385686856d453cc830fad4923fa3e.tar.gz -> OMSens_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMSens_Qt/archive/68b1b8697ac9f8e37ebe4de13c0c1d4e6e2e56fb.tar.gz -> OMSens_Qt_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OpenModelica-common/archive/08a01802db5ba5edb540383c46718b89ff229ef2.tar.gz -> OpenModelica-common_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMSimulator/archive/1eb92ef35793b73e75d0cfed0c7b0311497d6278.tar.gz -> OMSimulator_openmodelica-1.23.1.tar.gz https://github.com/OpenModelica/OMSimulator-3rdParty/archive/ca418d7768c036ac15e9894d7f00d2118b3399a6.tar.gz -> OMSimulator-3rdParty_openmodelica-1.23.1.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 258a4691fd43b8cd5814cb1acbb3c7df desktop 021728fdc1b03b36357dbc89489e0f0d xdg 4a14c5c24f121e7da66e5aab4a168c6e fortran-2 40c4450f1c4ecb2ee694d96e1958d4ea
_md5_=191348a5285b99d5014e3b0cc1eada09
_md5_=99e272542cf31a2a75114122b495e46f

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_tar
SLOT=0
SRC_URI=https://github.com/AdnanHodzic/auto-cpufreq/archive/v2.1.0.tar.gz -> auto-cpufreq-2.1.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 systemd c8b03e8df84486aa991d4396686e8942
_md5_=cd8c765c6059c25963275bd1b144c6ec
_md5_=1f2a1c8e50b7bd33434032aaf5139125

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/poetry-core[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/distro[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyinotify[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Automatic CPU speed & power optimizer for Linux
EAPI=8
HOMEPAGE=https://github.com/AdnanHodzic/auto-cpufreq
INHERIT=distutils-r1 systemd xdg-utils desktop
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/distro[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyinotify[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/AdnanHodzic/auto-cpufreq/archive/v2.2.0.tar.gz -> auto-cpufreq-2.2.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 systemd c8b03e8df84486aa991d4396686e8942 xdg-utils baea6080dd821f5562d715887954c9d3 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=addb64c5136d5a9baed0b41ce0125384

View File

@@ -0,0 +1,16 @@
BDEPEND=dev-python/poetry-core[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] virtual/pkgconfig
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/distro[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyinotify[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Automatic CPU speed & power optimizer for Linux
EAPI=8
HOMEPAGE=https://github.com/AdnanHodzic/auto-cpufreq
INHERIT=distutils-r1 systemd xdg-utils desktop
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/click[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/distro[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/psutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pyinotify[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/AdnanHodzic/auto-cpufreq/archive/v2.3.0.tar.gz -> auto-cpufreq-2.3.0.tar.gz
_eclasses_=toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e python-r1 c1fc393cd1e72f093b4838e29d27918c distutils-r1 39c571155ace3dd926fe0d6440cf0a50 systemd c8b03e8df84486aa991d4396686e8942 xdg-utils baea6080dd821f5562d715887954c9d3 desktop 021728fdc1b03b36357dbc89489e0f0d
_md5_=addb64c5136d5a9baed0b41ce0125384

View File

@@ -1,15 +0,0 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=The Mullvad Browser is developed to minimize tracking and fingerprinting.
EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvad-browser https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
IUSE=wayland +X
KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types app-shells/bash dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst wayland? ( sys-apps/xdg-desktop-portal )
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/13.5/mullvad-browser-linux-x86_64-13.5.tar.xz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6a8662008459a78985cd639521b768b7

View File

@@ -1,15 +0,0 @@
DEFINED_PHASES=install postinst postrm preinst
DESCRIPTION=The Mullvad Browser is developed to minimize tracking and fingerprinting.
EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvad-browser https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
IUSE=wayland +X
KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types app-shells/bash dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst wayland? ( sys-apps/xdg-desktop-portal )
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/13.5.1/mullvad-browser-linux-x86_64-13.5.1.tar.xz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6a8662008459a78985cd639521b768b7

View File

@@ -3,13 +3,13 @@ DESCRIPTION=The Mullvad Browser is developed to minimize tracking and fingerprin
EAPI=8
HOMEPAGE=https://github.com/mullvad/mullvad-browser https://mullvad.net/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop xdg
IUSE=wayland +X
INHERIT=desktop optfeature toolchain-funcs xdg
IUSE=X
KEYWORDS=-* ~amd64
LICENSE=MPL-2.0
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types app-shells/bash dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst wayland? ( sys-apps/xdg-desktop-portal )
RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst
RESTRICT=bindist mirror test strip
SLOT=0
SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/13.5.2/mullvad-browser-linux-x86_64-13.5.2.tar.xz
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=6a8662008459a78985cd639521b768b7
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=94bdfeaf54cedf3e870cc90d21da8277

View File

@@ -1,18 +0,0 @@
BDEPEND=sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig )
DEFINED_PHASES=compile install postinst setup test
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) x11-libs/libdrm python? ( python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] test? ( dev-python/pytest-mock[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/pybind11[python_targets_python3_11(-)] test? ( dev-python/pytest-mock[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/pybind11[python_targets_python3_12(-)] test? ( dev-python/pytest-mock[python_targets_python3_12(-)] ) ) ) sys-kernel/linux-headers virtual/linux-sources
DESCRIPTION=Extensible Virtual Display Interface
EAPI=8
HOMEPAGE=https://github.com/DisplayLink/evdi
IDEPEND=sys-apps/kmod[tools]
INHERIT=linux-mod-r1 python-single-r1
IUSE=python test dist-kernel modules-compress modules-sign +strip python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-2 LGPL-2.1
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) x11-libs/libdrm python? ( python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] test? ( dev-python/pytest-mock[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/pybind11[python_targets_python3_11(-)] test? ( dev-python/pytest-mock[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/pybind11[python_targets_python3_12(-)] test? ( dev-python/pytest-mock[python_targets_python3_12(-)] ) ) ) sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/DisplayLink/evdi/archive/refs/tags/v1.14.4.tar.gz -> evdi-1.14.4.tar.gz
_eclasses_=mount-boot-utils 69218c024651aa10db01df7e8a5b63e0 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 55a979ee597f57f3b478d503f9af23e4 edo 367e103a74bf77e6a8da7894d999fa3c linux-info ea4122ba1d8791a12b78e53f9510a2e3 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 0bdab9f1f3187180a16e0c6827bc13c2 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1
_md5_=1eb31bc4636c6fd3bdc5ae72a23f2aa5

View File

@@ -0,0 +1,18 @@
BDEPEND=sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig )
DEFINED_PHASES=compile install postinst setup test
DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) x11-libs/libdrm python? ( python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] test? ( dev-python/pytest-mock[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/pybind11[python_targets_python3_11(-)] test? ( dev-python/pytest-mock[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/pybind11[python_targets_python3_12(-)] test? ( dev-python/pytest-mock[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/pybind11[python_targets_python3_13(-)] test? ( dev-python/pytest-mock[python_targets_python3_13(-)] ) ) ) sys-kernel/linux-headers virtual/linux-sources
DESCRIPTION=Extensible Virtual Display Interface
EAPI=8
HOMEPAGE=https://github.com/DisplayLink/evdi
IDEPEND=sys-apps/kmod[tools]
INHERIT=linux-mod-r1 python-single-r1
IUSE=python test dist-kernel modules-compress modules-sign +strip python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-2 LGPL-2.1
RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) x11-libs/libdrm python? ( python_single_target_python3_10? ( dev-python/pybind11[python_targets_python3_10(-)] test? ( dev-python/pytest-mock[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/pybind11[python_targets_python3_11(-)] test? ( dev-python/pytest-mock[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/pybind11[python_targets_python3_12(-)] test? ( dev-python/pytest-mock[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/pybind11[python_targets_python3_13(-)] test? ( dev-python/pytest-mock[python_targets_python3_13(-)] ) ) ) sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 ) )
RESTRICT=!test? ( test )
SLOT=0/1
SRC_URI=https://github.com/DisplayLink/evdi/archive/refs/tags/v1.14.5.tar.gz -> evdi-1.14.5.tar.gz
_eclasses_=mount-boot-utils 69218c024651aa10db01df7e8a5b63e0 toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 55a979ee597f57f3b478d503f9af23e4 edo 367e103a74bf77e6a8da7894d999fa3c linux-info ea4122ba1d8791a12b78e53f9510a2e3 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 0bdab9f1f3187180a16e0c6827bc13c2 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1
_md5_=d64f79a07b1feb5328ca9c8df84a001c

View File

@@ -1,14 +1,14 @@
BDEPEND=virtual/pkgconfig
DEFINED_PHASES=compile install postinst unpack
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=|| ( dev-lang/zig-bin:0.12 dev-lang/zig:0.12 ) sys-libs/pam x11-libs/libxcb
DESCRIPTION=Ly - a TUI display manager
EAPI=8
HOMEPAGE=https://github.com/fairyglade/ly
INHERIT=edo pam systemd
INHERIT=edo pam systemd prefix
KEYWORDS=~amd64
LICENSE=WTFPL-2
RDEPEND=x11-base/xorg-server x11-apps/xauth sys-libs/ncurses
RDEPEND=x11-base/xorg-server x11-apps/xauth x11-apps/xrdb x11-apps/xmessage sys-libs/ncurses
SLOT=0
SRC_URI=https://github.com/fairyglade/ly/archive/v1.0.2/ly-1.0.2.tar.gz https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz -> zig-clap-8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz https://github.com/Kawaii-Ash/zigini/archive/0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz -> zigini-0bba97a12582928e097f4074cc746c43351ba4c8.tar.gz https://github.com/ziglibs/ini/archive/e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz -> ziglibini-e18d36665905c1e7ba0c1ce3e8780076b33e3002.tar.gz
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942
_md5_=e75c7f9d7a236734f12ec27ff29e73b8
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 prefix eab3c99d77fe00506c109c8a736186f7
_md5_=66a8e95f3b9121455d53c5f0f8196629

View File

@@ -1,13 +1,13 @@
BDEPEND=virtual/pkgconfig >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install postinst setup unpack
DEFINED_PHASES=compile install postinst prepare unpack
DEPEND=|| ( dev-lang/zig-bin:0.12 dev-lang/zig:0.12 ) sys-libs/pam x11-libs/libxcb
DESCRIPTION=Ly - a TUI display manager (live ebuild)
EAPI=8
HOMEPAGE=https://github.com/fairyglade/ly
INHERIT=edo pam systemd git-r3
INHERIT=edo pam systemd git-r3 prefix
LICENSE=WTFPL-2
PROPERTIES=live
RDEPEND=x11-base/xorg-server x11-apps/xauth sys-libs/ncurses
RDEPEND=x11-base/xorg-server x11-apps/xauth sys-libs/ncurses x11-apps/xrdb
SLOT=0
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=d10356322c9881e08a5530314db46c2c
_eclasses_=edo 367e103a74bf77e6a8da7894d999fa3c toolchain-funcs 0c713337f7872f1a002cecaaea9bef73 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd c8b03e8df84486aa991d4396686e8942 git-r3 875eb471682d3e1f18da124be97dcc81 prefix eab3c99d77fe00506c109c8a736186f7
_md5_=2473a4cac747a402c75d9904e246a2d8

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long