Pushes after holdiday
This commit is contained in:
parent
4f5d39dc0a
commit
26d1eae90d
82
app-misc/rnote/rnote-9999.ebuild
Normal file
82
app-misc/rnote/rnote-9999.ebuild
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
# Copyright 2020-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
CRATES="
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit meson cargo xdg desktop
|
||||||
|
|
||||||
|
DESCRIPTION="Sketch and take handwritten notes."
|
||||||
|
HOMEPAGE="https://github.com/flxzt/rnote"
|
||||||
|
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/flxzt/rnote.git"
|
||||||
|
else
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/flxzt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
|
${CARGO_CRATE_URIS}
|
||||||
|
"
|
||||||
|
KEYWORDS="~amd64 ~ppc64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# LICENSE=""
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="cli +gui"
|
||||||
|
|
||||||
|
|
||||||
|
# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
|
||||||
|
# QA_FLAGS_IGNORED="usr/bin/btm"
|
||||||
|
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
git-r3_src_unpack
|
||||||
|
cargo_live_src_unpack
|
||||||
|
else
|
||||||
|
cargo_src_unpack
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
# Stripping symbols should be the choice of the user.
|
||||||
|
sed -i '/strip = "symbols"/d' Cargo.toml || die "Unable to patch out symbol stripping"
|
||||||
|
|
||||||
|
eapply_user
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local emesonargs=(
|
||||||
|
$(meson_use cli)
|
||||||
|
$(meson_use gui ui)
|
||||||
|
)
|
||||||
|
|
||||||
|
cargo_src_configure --frozen --no-default-features
|
||||||
|
meson_src_configure
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
# cargo_src_install
|
||||||
|
|
||||||
|
# sed -i 's/Icon=io\.github\.dimtpap\.coppwr/Icon=coppwr/' assets/io.github.dimtpap.coppwr.desktop
|
||||||
|
# domenu assets/io.github.dimtpap.coppwr.desktop
|
||||||
|
|
||||||
|
# for size in 32 48 64 128 256 512; do
|
||||||
|
# mv assets/icon/${size}.png assets/icon/coppwr.png
|
||||||
|
# doicon --size ${size} assets/icon/coppwr.png
|
||||||
|
# done
|
||||||
|
|
||||||
|
# local DOCS=( README.md )
|
||||||
|
# einstalldocs
|
||||||
|
|
||||||
|
# ls
|
||||||
|
# pwd
|
||||||
|
# mv crates/rnote-ui/data/app.desktop.in crates/rnote-ui/data/com.github.flxzt.rnote.desktop
|
||||||
|
|
||||||
|
meson_src_install
|
||||||
|
}
|
||||||
59
app-office/tdf/tdf-9999.ebuild
Normal file
59
app-office/tdf/tdf-9999.ebuild
Normal file
@ -0,0 +1,59 @@
|
|||||||
|
# Copyright 2020-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
CRATES="
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit cargo
|
||||||
|
|
||||||
|
DESCRIPTION="A tui-based PDF viewer"
|
||||||
|
HOMEPAGE="https://github.com/itsjunetime/tdf"
|
||||||
|
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/itsjunetime/tdf.git"
|
||||||
|
else
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/itsjunetime/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
|
${CARGO_CRATE_URIS}
|
||||||
|
"
|
||||||
|
KEYWORDS="~amd64 ~ppc64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# LICENSE=""
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
|
||||||
|
# Rust packages ignore CFLAGS and LDFLAGS so let's silence the QA warnings
|
||||||
|
# QA_FLAGS_IGNORED="usr/bin/btm"
|
||||||
|
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
git-r3_src_unpack
|
||||||
|
cargo_live_src_unpack
|
||||||
|
else
|
||||||
|
cargo_src_unpack
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
# Stripping symbols should be the choice of the user.
|
||||||
|
sed -i '/strip = "symbols"/d' Cargo.toml || die "Unable to patch out symbol stripping"
|
||||||
|
|
||||||
|
eapply_user
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
cargo_src_configure --frozen --no-default-features
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
cargo_src_install
|
||||||
|
}
|
||||||
234
dev-lang/zig/zig-9999.ebuild
Normal file
234
dev-lang/zig/zig-9999.ebuild
Normal file
@ -0,0 +1,234 @@
|
|||||||
|
# Copyright 2019-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
LLVM_COMPAT=( 18 )
|
||||||
|
LLVM_OPTIONAL=1
|
||||||
|
|
||||||
|
inherit check-reqs cmake edo llvm-r1 toolchain-funcs
|
||||||
|
|
||||||
|
DESCRIPTION="A robust, optimal, and maintainable programming language"
|
||||||
|
HOMEPAGE="https://ziglang.org/"
|
||||||
|
if [[ ${PV} == 9999 ]]; then
|
||||||
|
EGIT_REPO_URI="https://github.com/ziglang/zig.git"
|
||||||
|
inherit git-r3
|
||||||
|
else
|
||||||
|
VERIFY_SIG_METHOD=minisig
|
||||||
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/minisig-keys/zig-software-foundation.pub
|
||||||
|
inherit verify-sig
|
||||||
|
|
||||||
|
SRC_URI="
|
||||||
|
https://ziglang.org/download/${PV}/${P}.tar.xz
|
||||||
|
verify-sig? ( https://ziglang.org/download/${PV}/${P}.tar.xz.minisig )
|
||||||
|
"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64"
|
||||||
|
|
||||||
|
BDEPEND="verify-sig? ( sec-keys/minisig-keys-zig-software-foundation )"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# project itself: MIT
|
||||||
|
# There are bunch of projects under "lib/" folder that are needed for cross-compilation.
|
||||||
|
# Files that are unnecessary for cross-compilation are removed by upstream
|
||||||
|
# and therefore their licenses (if any special) are not included.
|
||||||
|
# lib/libunwind: Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )
|
||||||
|
# lib/libcxxabi: Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )
|
||||||
|
# lib/libcxx: Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )
|
||||||
|
# lib/libc/wasi: || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT BSD-2 ) public-domain
|
||||||
|
# lib/libc/musl: MIT BSD-2
|
||||||
|
# lib/libc/mingw: ZPL public-domain BSD-2 ISC HPND
|
||||||
|
# lib/libc/glibc: BSD HPND ISC inner-net LGPL-2.1+
|
||||||
|
LICENSE="MIT Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT ) || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT BSD-2 ) public-domain BSD-2 ZPL ISC HPND BSD inner-net LGPL-2.1+"
|
||||||
|
SLOT="$(ver_cut 1-2)"
|
||||||
|
IUSE="doc +llvm"
|
||||||
|
REQUIRED_USE="
|
||||||
|
!llvm? ( !doc )
|
||||||
|
llvm? ( ${LLVM_REQUIRED_USE} )
|
||||||
|
"
|
||||||
|
|
||||||
|
BUILD_DIR="${S}/build"
|
||||||
|
|
||||||
|
# Zig requires zstd and zlib compression support in LLVM, if using LLVM backend.
|
||||||
|
# (non-LLVM backends don't require these)
|
||||||
|
# They are not required "on their own", so please don't add them here.
|
||||||
|
# You can check https://github.com/ziglang/zig-bootstrap in future, to see
|
||||||
|
# options that are passed to LLVM CMake building (excluding "static" ofc).
|
||||||
|
DEPEND="
|
||||||
|
llvm? (
|
||||||
|
$(llvm_gen_dep '
|
||||||
|
sys-devel/clang:${LLVM_SLOT}
|
||||||
|
sys-devel/lld:${LLVM_SLOT}
|
||||||
|
sys-devel/llvm:${LLVM_SLOT}[zstd]
|
||||||
|
')
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
|
IDEPEND="app-eselect/eselect-zig"
|
||||||
|
|
||||||
|
# see https://github.com/ziglang/zig/issues/3382
|
||||||
|
# For now, Zig Build System doesn't support enviromental CFLAGS/LDFLAGS/etc.
|
||||||
|
QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
|
||||||
|
|
||||||
|
RESTRICT="!llvm? ( test )"
|
||||||
|
|
||||||
|
# Since commit https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
|
||||||
|
# Zig uses self-hosted compiler only
|
||||||
|
CHECKREQS_MEMORY="4G"
|
||||||
|
|
||||||
|
ctarget_to_zigtarget() {
|
||||||
|
# Zig's Target Format: arch-os-abi
|
||||||
|
local CTARGET="${CTARGET:-${CHOST}}"
|
||||||
|
|
||||||
|
local ZIG_ARCH
|
||||||
|
case "${CTARGET%%-*}" in
|
||||||
|
i?86) ZIG_ARCH=x86;;
|
||||||
|
sparcv9) ZIG_ARCH=sparc64;;
|
||||||
|
*) ZIG_ARCH="${CTARGET%%-*}";; # Same as in CHOST
|
||||||
|
esac
|
||||||
|
|
||||||
|
local ZIG_OS
|
||||||
|
case "${CTARGET}" in
|
||||||
|
*linux*) ZIG_OS=linux;;
|
||||||
|
*apple*) ZIG_OS=macos;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
local ZIG_ABI
|
||||||
|
case "${CTARGET##*-}" in
|
||||||
|
gnu) ZIG_ABI=gnu;;
|
||||||
|
solaris*) ZIG_OS=solaris ZIG_ABI=none;;
|
||||||
|
darwin*) ZIG_ABI=none;;
|
||||||
|
*) ZIG_ABI="${CTARGET##*-}";; # Same as in CHOST
|
||||||
|
esac
|
||||||
|
|
||||||
|
echo "${ZIG_ARCH}-${ZIG_OS}-${ZIG_ABI}"
|
||||||
|
}
|
||||||
|
|
||||||
|
get_zig_mcpu() {
|
||||||
|
local ZIG_DEFAULT_MCPU=native
|
||||||
|
tc-is-cross-compiler && ZIG_DEFAULT_MCPU=baseline
|
||||||
|
echo "${ZIG_MCPU:-${ZIG_DEFAULT_MCPU}}"
|
||||||
|
}
|
||||||
|
|
||||||
|
get_zig_target() {
|
||||||
|
local ZIG_DEFAULT_TARGET=native
|
||||||
|
tc-is-cross-compiler && ZIG_DEFAULT_TARGET="$(ctarget_to_zigtarget)"
|
||||||
|
echo "${ZIG_TARGET:-${ZIG_DEFAULT_TARGET}}"
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
# Useful for debugging and a little bit more deterministic.
|
||||||
|
export ZIG_LOCAL_CACHE_DIR="${T}/zig-local-cache"
|
||||||
|
export ZIG_GLOBAL_CACHE_DIR="${T}/zig-global-cache"
|
||||||
|
|
||||||
|
export ZIG_SYS_INSTALL_DEST="${EPREFIX}/usr/$(get_libdir)/zig/${PV}"
|
||||||
|
|
||||||
|
use llvm && llvm-r1_pkg_setup
|
||||||
|
check-reqs_pkg_setup
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
if ! use llvm; then
|
||||||
|
mkdir -p "${BUILD_DIR}/stage3" || die
|
||||||
|
# Currently, Zig without LLVM extensions lacks most optimizations.
|
||||||
|
export ZIG_BOOTSTRAP_STAGE3_FLAGS=(
|
||||||
|
-Dtarget="$(get_zig_target)"
|
||||||
|
-Dcpu="$(get_zig_mcpu)"
|
||||||
|
-Doptimize=Debug
|
||||||
|
-Dstd-docs=false
|
||||||
|
-Dno-langref
|
||||||
|
-Denable-llvm=false
|
||||||
|
-Dforce-link-libc
|
||||||
|
)
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
|
local mycmakeargs=(
|
||||||
|
-DZIG_USE_CCACHE=OFF
|
||||||
|
-DZIG_SHARED_LLVM=ON
|
||||||
|
-DZIG_TARGET_TRIPLE="$(get_zig_target)"
|
||||||
|
-DZIG_TARGET_MCPU="$(get_zig_mcpu)"
|
||||||
|
-DZIG_USE_LLVM_CONFIG=ON
|
||||||
|
-DCMAKE_PREFIX_PATH="$(get_llvm_prefix)"
|
||||||
|
-DCMAKE_INSTALL_PREFIX="${ZIG_SYS_INSTALL_DEST}"
|
||||||
|
)
|
||||||
|
|
||||||
|
cmake_src_configure
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# Remove "limit memory usage" flags, it's already verified by
|
||||||
|
# CHECKREQS_MEMORY and causes unneccessary errors. Upstream set them
|
||||||
|
# according to CI OOM failures, which are higher than during Gentoo build.
|
||||||
|
sed -i -e '/\.max_rss = .*,/d' build.zig || die
|
||||||
|
|
||||||
|
if ! use llvm; then
|
||||||
|
$(tc-getCC) -o bootstrap bootstrap.c || die "Zig's bootstrap.c compilation failed"
|
||||||
|
edob ./bootstrap
|
||||||
|
edo ./zig2 build install --prefix "${BUILD_DIR}/stage3/" "${ZIG_BOOTSTRAP_STAGE3_FLAGS[@]}"
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
|
cmake_src_compile
|
||||||
|
|
||||||
|
"${BUILD_DIR}/stage3/bin/zig" env || die "Zig compilation failed"
|
||||||
|
|
||||||
|
if use doc; then
|
||||||
|
cd "${BUILD_DIR}" || die
|
||||||
|
edo ./stage3/bin/zig build std-docs --prefix "${S}/docgen/"
|
||||||
|
edo ./stage3/bin/zig build langref --prefix "${S}/docgen/"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
cd "${BUILD_DIR}" || die
|
||||||
|
local ZIG_TEST_ARGS="-Dstatic-llvm=false -Denable-llvm -Dskip-non-native \
|
||||||
|
-Doptimize=ReleaseSafe -Dtarget=$(get_zig_target) -Dcpu=$(get_zig_mcpu)"
|
||||||
|
local ZIG_TEST_STEPS=(
|
||||||
|
test-fmt test-cases test-behavior test-c-import test-compiler-rt test-universal-libc test-compare-output
|
||||||
|
test-standalone test-c-abi test-link test-stack-traces test-cli test-asm-link test-translate-c
|
||||||
|
test-run-translated-c test-std
|
||||||
|
)
|
||||||
|
|
||||||
|
local step
|
||||||
|
for step in "${ZIG_TEST_STEPS[@]}" ; do
|
||||||
|
edob ./stage3/bin/zig build ${step} ${ZIG_TEST_ARGS}
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
local DOCS=( "README.md" "doc/build.zig.zon.md" )
|
||||||
|
use doc && local HTML_DOCS=( "docgen/doc/langref.html" "docgen/doc/std" )
|
||||||
|
|
||||||
|
if ! use llvm; then
|
||||||
|
DESTDIR="${D}" edo ./zig2 build install --prefix "${ZIG_SYS_INSTALL_DEST}" "${ZIG_BOOTSTRAP_STAGE3_FLAGS[@]}"
|
||||||
|
einstalldocs
|
||||||
|
else
|
||||||
|
cmake_src_install
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd "${ED}/usr/$(get_libdir)/zig/${PV}/" || die
|
||||||
|
mv lib/zig/ lib2/ || die
|
||||||
|
rm -rf lib/ || die
|
||||||
|
mv lib2/ lib/ || die
|
||||||
|
dosym -r "/usr/$(get_libdir)/zig/${PV}/bin/zig" "/usr/bin/zig-${PV}"
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
eselect zig update ifunset
|
||||||
|
|
||||||
|
if ! use llvm; then
|
||||||
|
elog "Currently, Zig built without LLVM support lacks some"
|
||||||
|
elog "important features such as most optimizations, @cImport, etc."
|
||||||
|
elog "They are listed under \"Building from Source without LLVM\""
|
||||||
|
elog "section of the README file from \"/usr/share/doc/${PF}\" ."
|
||||||
|
elog "It's recommended to use C backend directly with this stage2 build."
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
eselect zig update ifunset
|
||||||
|
}
|
||||||
@ -13,7 +13,8 @@ SLOT="0"
|
|||||||
S=${WORKDIR}
|
S=${WORKDIR}
|
||||||
|
|
||||||
pkg_preinst() {
|
pkg_preinst() {
|
||||||
doicon "${S}/Arena.ico"
|
# doicon "${S}/Arena.ico"
|
||||||
domenu "${S}/Integration/Desktop/userapp-Arena_linux.desktop.template"
|
# domenu "${S}/Integration/Desktop/userapp-Arena_linux.desktop.template"
|
||||||
|
:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
26
gui-apps/hyprspace/hyprspace-9999.ebuild
Normal file
26
gui-apps/hyprspace/hyprspace-9999.ebuild
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Workspace viewer for Hyprland"
|
||||||
|
HOMEPAGE="https://github.com/KZDKM/Hyprspace"
|
||||||
|
|
||||||
|
LICENSE="GPL-2+"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~mips ~sparc ~x86"
|
||||||
|
|
||||||
|
if [[ ${PV} == "9999" ]] ; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/KZDKM/Hyprspace.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/KZDKM/Hyprspace.git"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# src_configure() {
|
||||||
|
# # econf --with-posix-regex
|
||||||
|
# }
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake all
|
||||||
|
}
|
||||||
@ -70,10 +70,6 @@ src_configure() {
|
|||||||
src_install() {
|
src_install() {
|
||||||
cargo_src_install --path ./crates/rglauncher-gtk
|
cargo_src_install --path ./crates/rglauncher-gtk
|
||||||
|
|
||||||
# TODO: look out for this in the future
|
|
||||||
# sed -i 's/Icon=io\.github\.dimtpap\.coppwr/Icon=coppwr/' assets/io.github.dimtpap.coppwr.desktop
|
|
||||||
# domenu assets/io.github.dimtpap.coppwr.desktop
|
|
||||||
|
|
||||||
mv data/logo.svg data/rglauncher.svg
|
mv data/logo.svg data/rglauncher.svg
|
||||||
doicon data/rglauncher.svg
|
doicon data/rglauncher.svg
|
||||||
}
|
}
|
||||||
|
|||||||
68
gui-apps/satty/satty-9999.ebuild
Normal file
68
gui-apps/satty/satty-9999.ebuild
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
# Copyright 2023-2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit cargo desktop xdg
|
||||||
|
|
||||||
|
DESCRIPTION="A screenshot annotation tool inspired by Swappy and Flameshot."
|
||||||
|
HOMEPAGE="https://github.com/gabm/satty"
|
||||||
|
|
||||||
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/gabm/Satty.git"
|
||||||
|
else
|
||||||
|
SRC_URI="
|
||||||
|
https://github.com/gabm/Satty/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
|
${CARGO_CRATE_URIS}
|
||||||
|
"
|
||||||
|
M_PN=Satty
|
||||||
|
S="${WORKDIR}/${M_PN}-${PV}"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="MPL-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
virtual/rust
|
||||||
|
dev-libs/glib:2
|
||||||
|
media-libs/libepoxy
|
||||||
|
media-libs/mesa[opengl]
|
||||||
|
media-libs/graphene
|
||||||
|
gui-libs/libadwaita
|
||||||
|
gui-libs/gtk:4
|
||||||
|
x11-libs/cairo
|
||||||
|
x11-libs/gdk-pixbuf:2
|
||||||
|
x11-libs/pango
|
||||||
|
"
|
||||||
|
|
||||||
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
|
git-r3_src_unpack
|
||||||
|
cargo_live_src_unpack
|
||||||
|
else
|
||||||
|
cargo_src_unpack
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
cargo_src_configure --bin satty
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dodoc README.md
|
||||||
|
|
||||||
|
# if use debug ; then
|
||||||
|
# cd target/debug || die
|
||||||
|
# else
|
||||||
|
# cd target/release || die
|
||||||
|
# fi
|
||||||
|
|
||||||
|
cargo_src_install
|
||||||
|
#Just add the icon and desktop file
|
||||||
|
doicon "${S}/assets/satty.svg"
|
||||||
|
domenu "${S}/satty.desktop"
|
||||||
|
}
|
||||||
13
metadata/md5-cache/app-misc/rnote-9999
Normal file
13
metadata/md5-cache/app-misc/rnote-9999
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||||
|
DESCRIPTION=Sketch and take handwritten notes.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/flxzt/rnote
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=meson cargo xdg desktop git-r3
|
||||||
|
IUSE=cli +gui debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
PROPERTIES=live
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 6881b056477c23167d9a6b33e146374e meson 99466844dd8d4fcfb07578a76f5a9922 rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=2fece9faf7b6ff2042f0c4d5aa50a3ad
|
||||||
12
metadata/md5-cache/app-office/tdf-9999
Normal file
12
metadata/md5-cache/app-office/tdf-9999
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
BDEPEND=>=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test unpack
|
||||||
|
DESCRIPTION=A tui-based PDF viewer
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/itsjunetime/tdf
|
||||||
|
INHERIT=cargo git-r3
|
||||||
|
IUSE=debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
PROPERTIES=live
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=b73cfdde381b273fa72c2a46a6a6a275
|
||||||
@ -12,6 +12,6 @@ RDEPEND=>=app-arch/xz-utils-5.2 net-misc/curl:=[http2,ssl] sys-libs/zlib:= dev-l
|
|||||||
REQUIRED_USE=|| ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) miri? ( nightly ) parallel-compiler? ( nightly ) rust-analyzer? ( rust-src ) test? ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )
|
REQUIRED_USE=|| ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) miri? ( nightly ) parallel-compiler? ( nightly ) rust-analyzer? ( rust-src ) test? ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
SLOT=stable/1.75
|
SLOT=stable/1.75
|
||||||
SRC_URI=https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.xz.asc ) !system-bootstrap? ( abi_x86_32? ( https://static.rust-lang.org/dist/rust-1.74.0-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-i686-unknown-linux-gnu.tar.xz.asc ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.74.0-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ppc64? ( big-endian? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) !big-endian? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) riscv? ( https://static.rust-lang.org/dist/rust-1.74.0-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) s390? ( https://static.rust-lang.org/dist/rust-1.74.0-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-s390x-unknown-linux-gnu.tar.xz.asc ) ) loong? ( https://static.rust-lang.org/dist/rust-1.74.0-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) )
|
SRC_URI=https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.xz.asc ) !system-bootstrap? ( abi_x86_32? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-i686-unknown-linux-gnu.tar.xz.asc ) ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.74.0-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ) ppc64? ( big-endian? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) ) !big-endian? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) ) riscv? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) ) s390? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-s390x-unknown-linux-gnu.tar.xz.asc ) ) ) loong? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.74.0-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.74.0-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) ) )
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-utils e59dc622da7e7e7f16879105bed34858 llvm 1eea65d11f743b8e256ef279b652a2e6 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-any-r1 f5169813d1619761b459800587005fd2 rust-toolchain ab72acc17f5dea7b8fadd410d34b798c verify-sig a79ba011daaf532d71a219182474d150
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic e503ea5acc20410237ba33ec3f7c857d llvm-utils e59dc622da7e7e7f16879105bed34858 llvm 2a7c6c7a9370cedd74e77a53c4a5d655 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c python-utils-r1 6881b056477c23167d9a6b33e146374e python-any-r1 5af215c3da6aef17a2d5e02968df1d5a rust-toolchain 3f822985d9297438ed2443aa1fbdf33e verify-sig a79ba011daaf532d71a219182474d150
|
||||||
_md5_=9022cb9fcc2dd10c3b48726b34f8887d
|
_md5_=9022cb9fcc2dd10c3b48726b34f8887d
|
||||||
|
|||||||
@ -12,6 +12,6 @@ RDEPEND=>=app-arch/xz-utils-5.2 net-misc/curl:=[http2,ssl] sys-libs/zlib:= dev-l
|
|||||||
REQUIRED_USE=|| ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) miri? ( nightly ) parallel-compiler? ( nightly ) rust-analyzer? ( rust-src ) test? ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )
|
REQUIRED_USE=|| ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) miri? ( nightly ) parallel-compiler? ( nightly ) rust-analyzer? ( rust-src ) test? ( llvm_targets_AArch64 llvm_targets_AMDGPU llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF llvm_targets_CSKY llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch llvm_targets_M68k llvm_targets_Mips llvm_targets_MSP430 llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV llvm_targets_Sparc llvm_targets_SPIRV llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore llvm_targets_Xtensa ) wasm? ( llvm_targets_WebAssembly ) x86? ( cpu_flags_x86_sse2 )
|
||||||
RESTRICT=test
|
RESTRICT=test
|
||||||
SLOT=stable/1.76
|
SLOT=stable/1.76
|
||||||
SRC_URI=https://static.rust-lang.org/dist/rustc-1.76.0-src.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rustc-1.76.0-src.tar.xz.asc ) !system-bootstrap? ( abi_x86_32? ( https://static.rust-lang.org/dist/rust-1.75.0-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-i686-unknown-linux-gnu.tar.xz.asc ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.75.0-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ppc64? ( big-endian? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) !big-endian? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) riscv? ( https://static.rust-lang.org/dist/rust-1.75.0-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) s390? ( https://static.rust-lang.org/dist/rust-1.75.0-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-s390x-unknown-linux-gnu.tar.xz.asc ) ) loong? ( https://static.rust-lang.org/dist/rust-1.75.0-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) )
|
SRC_URI=https://static.rust-lang.org/dist/rustc-1.76.0-src.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rustc-1.76.0-src.tar.xz.asc ) !system-bootstrap? ( abi_x86_32? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-i686-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-i686-unknown-linux-gnu.tar.xz.asc ) ) ) abi_x86_64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-musl.tar.xz.asc ) ) ) arm? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabi.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabi.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-arm-unknown-linux-gnueabihf.tar.xz.asc ) https://static.rust-lang.org/dist/rust-1.75.0-armv7-unknown-linux-gnueabihf.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-armv7-unknown-linux-gnueabihf.tar.xz.asc ) ) ) arm64? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-gnu.tar.xz.asc ) ) elibc_musl? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-musl.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-aarch64-unknown-linux-musl.tar.xz.asc ) ) ) ppc? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc-unknown-linux-gnu.tar.xz.asc ) ) ) ppc64? ( big-endian? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64-unknown-linux-gnu.tar.xz.asc ) ) ) !big-endian? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64le-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-powerpc64le-unknown-linux-gnu.tar.xz.asc ) ) ) ) riscv? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-riscv64gc-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-riscv64gc-unknown-linux-gnu.tar.xz.asc ) ) ) s390? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-s390x-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-s390x-unknown-linux-gnu.tar.xz.asc ) ) ) loong? ( elibc_glibc? ( https://static.rust-lang.org/dist/rust-1.75.0-loongarch64-unknown-linux-gnu.tar.xz verify-sig? ( https://static.rust-lang.org/dist/rust-1.75.0-loongarch64-unknown-linux-gnu.tar.xz.asc ) ) ) )
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 llvm-utils e59dc622da7e7e7f16879105bed34858 llvm 1eea65d11f743b8e256ef279b652a2e6 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-any-r1 f5169813d1619761b459800587005fd2 rust-toolchain ab72acc17f5dea7b8fadd410d34b798c verify-sig a79ba011daaf532d71a219182474d150
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic e503ea5acc20410237ba33ec3f7c857d llvm-utils e59dc622da7e7e7f16879105bed34858 llvm 2a7c6c7a9370cedd74e77a53c4a5d655 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multilib-build e8aed98bd43dbd25694310a660ad562c python-utils-r1 6881b056477c23167d9a6b33e146374e python-any-r1 5af215c3da6aef17a2d5e02968df1d5a rust-toolchain 3f822985d9297438ed2443aa1fbdf33e verify-sig a79ba011daaf532d71a219182474d150
|
||||||
_md5_=86c483da52696128e9711ae676ebc3c3
|
_md5_=86c483da52696128e9711ae676ebc3c3
|
||||||
|
|||||||
18
metadata/md5-cache/dev-lang/zig-0.12.0
Normal file
18
metadata/md5-cache/dev-lang/zig-0.12.0
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test
|
||||||
|
DEPEND=llvm? ( llvm_slot_18? ( sys-devel/clang:18 sys-devel/lld:18 sys-devel/llvm:18[zstd] ) )
|
||||||
|
DESCRIPTION=A robust, optimal, and maintainable programming language
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://ziglang.org/
|
||||||
|
IDEPEND=app-eselect/eselect-zig
|
||||||
|
INHERIT=check-reqs cmake edo llvm-r1 toolchain-funcs
|
||||||
|
IUSE=doc +llvm +llvm_slot_18
|
||||||
|
KEYWORDS=~amd64 ~arm ~arm64
|
||||||
|
LICENSE=MIT Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT ) || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT BSD-2 ) public-domain BSD-2 ZPL ISC HPND BSD inner-net LGPL-2.1+
|
||||||
|
RDEPEND=llvm? ( llvm_slot_18? ( sys-devel/clang:18 sys-devel/lld:18 sys-devel/llvm:18[zstd] ) )
|
||||||
|
REQUIRED_USE=!llvm? ( !doc ) llvm? ( ^^ ( llvm_slot_18 ) )
|
||||||
|
RESTRICT=!llvm? ( test )
|
||||||
|
SLOT=0.12
|
||||||
|
SRC_URI=https://ziglang.org/download/0.12.0/zig-0.12.0.tar.xz
|
||||||
|
_eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c edo 367e103a74bf77e6a8da7894d999fa3c llvm-utils e59dc622da7e7e7f16879105bed34858 llvm-r1 b0b1f2b1f205cf6142716789254aea99
|
||||||
|
_md5_=a8b8bc409980b4696cf842a140cb93e5
|
||||||
17
metadata/md5-cache/dev-lang/zig-9999
Normal file
17
metadata/md5-cache/dev-lang/zig-9999
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack
|
||||||
|
DEPEND=llvm? ( llvm_slot_18? ( sys-devel/clang:18 sys-devel/lld:18 sys-devel/llvm:18[zstd] ) )
|
||||||
|
DESCRIPTION=A robust, optimal, and maintainable programming language
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://ziglang.org/
|
||||||
|
IDEPEND=app-eselect/eselect-zig
|
||||||
|
INHERIT=check-reqs cmake edo llvm-r1 toolchain-funcs git-r3
|
||||||
|
IUSE=doc +llvm +llvm_slot_18
|
||||||
|
LICENSE=MIT Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT ) || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT BSD-2 ) public-domain BSD-2 ZPL ISC HPND BSD inner-net LGPL-2.1+
|
||||||
|
PROPERTIES=live
|
||||||
|
RDEPEND=llvm? ( llvm_slot_18? ( sys-devel/clang:18 sys-devel/lld:18 sys-devel/llvm:18[zstd] ) )
|
||||||
|
REQUIRED_USE=!llvm? ( !doc ) llvm? ( ^^ ( llvm_slot_18 ) )
|
||||||
|
RESTRICT=!llvm? ( test )
|
||||||
|
SLOT=9999
|
||||||
|
_eclasses_=check-reqs 02ac7654b64f7acc7a8b1a35ad9d6ddc toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 edo 367e103a74bf77e6a8da7894d999fa3c llvm-utils e59dc622da7e7e7f16879105bed34858 llvm-r1 aee9ccb15d2aee00819d8784fa242ac3 git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=97e8f694b8457de3640c8f0e6df1eb0b
|
||||||
@ -9,4 +9,4 @@ LICENSE=GPL-2+ LGPL-2.1+
|
|||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=http://www.playwitharena.de/downloads/arenalinux_64bit_3.10beta.tar.gz
|
SRC_URI=http://www.playwitharena.de/downloads/arenalinux_64bit_3.10beta.tar.gz
|
||||||
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||||
_md5_=237312f13250bfa3b2fe841d2b9eea20
|
_md5_=cdcef412ddb3d51570f16612ef765270
|
||||||
|
|||||||
12
metadata/md5-cache/gui-apps/hyprspace-9999
Normal file
12
metadata/md5-cache/gui-apps/hyprspace-9999
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=install unpack
|
||||||
|
DESCRIPTION=Workspace viewer for Hyprland
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/KZDKM/Hyprspace
|
||||||
|
INHERIT=git-r3
|
||||||
|
KEYWORDS=~mips ~sparc ~x86
|
||||||
|
LICENSE=GPL-2+
|
||||||
|
PROPERTIES=live
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=ec96f339d7da3b6d415dd64c70291b62
|
||||||
13
metadata/md5-cache/gui-apps/rglauncher-9999
Normal file
13
metadata/md5-cache/gui-apps/rglauncher-9999
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=net-libs/webkit-gtk:6 >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
|
||||||
|
DESCRIPTION=A tool to help people launch somethings.
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/aeghn/rglauncher
|
||||||
|
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||||
|
INHERIT=cargo xdg desktop git-r3
|
||||||
|
IUSE=+mdict clip calc hyprwin debug
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
PROPERTIES=live
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=2ff1d45b7c9f32d666da918e252d55ef
|
||||||
@ -9,5 +9,5 @@ IUSE=+persistence xdg_desktop_portal debug
|
|||||||
KEYWORDS=~amd64
|
KEYWORDS=~amd64
|
||||||
PROPERTIES=live
|
PROPERTIES=live
|
||||||
SLOT=0
|
SLOT=0
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe cargo 4dede41d64d595673f6da62ab5540fa0 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 fbb2889c81f3a05910c1524db69425c1
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
_md5_=a9df0caddca34e21e0049c38ac70b80b
|
_md5_=a9df0caddca34e21e0049c38ac70b80b
|
||||||
|
|||||||
13
metadata/md5-cache/media-sound/librespot-9999
Normal file
13
metadata/md5-cache/media-sound/librespot-9999
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
BDEPEND=virtual/rust >=virtual/rust-1.53 >=dev-vcs/git-1.8.2.1[curl]
|
||||||
|
DEFINED_PHASES=compile configure install test unpack
|
||||||
|
DESCRIPTION=An open source client library for Spotify, with support for Spotify Connect
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/librespot-org/librespot
|
||||||
|
INHERIT=cargo git-r3
|
||||||
|
IUSE=+alsa pulseaudio -portaudio -sdl -gstreamer jack -rodio -jack-on-rodio debug
|
||||||
|
LICENSE=0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC LGPL-3 MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB
|
||||||
|
PROPERTIES=live
|
||||||
|
REQUIRED_USE=jack-on-rodio? ( jack rodio )
|
||||||
|
SLOT=0
|
||||||
|
_eclasses_=toolchain-funcs 5f8f1dc0c94e007fa08af4e98a19d0e5 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe rust-toolchain 3f822985d9297438ed2443aa1fbdf33e cargo c806360bab90e2b49223df1810172c2b git-r3 875eb471682d3e1f18da124be97dcc81
|
||||||
|
_md5_=34bfd65f7f4fdc32a4ecc3a93ec47b34
|
||||||
@ -10,5 +10,5 @@ LICENSE=GPL-3
|
|||||||
RDEPEND=x11-libs/libnotify x11-misc/xdg-utils
|
RDEPEND=x11-libs/libnotify x11-misc/xdg-utils
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=amd64? ( https://github.com/Vencord/Vesktop/releases/download/v1.5.1/vesktop_1.5.1_amd64.deb ) arm64? ( https://github.com/Vencord/Vesktop/releases/download/v1.5.1/vesktop_1.5.1_arm64.deb )
|
SRC_URI=amd64? ( https://github.com/Vencord/Vesktop/releases/download/v1.5.1/vesktop_1.5.1_amd64.deb ) arm64? ( https://github.com/Vencord/Vesktop/releases/download/v1.5.1/vesktop_1.5.1_arm64.deb )
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe unpacker 7b40f3faa3e2e12f5cf6d36d0fbfcd09 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e wrapper 4a1902f969e5718126434fc35f3a0d9c
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info ea4122ba1d8791a12b78e53f9510a2e3 chromium-2 93690d770dc2e27deaa89794e2f9fe3f desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe unpacker fb4b84181244b3b9990fa0bf40232dd2 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e wrapper 4a1902f969e5718126434fc35f3a0d9c
|
||||||
_md5_=831509086111301997f5b5c60ca204a2
|
_md5_=831509086111301997f5b5c60ca204a2
|
||||||
|
|||||||
@ -14,5 +14,5 @@ REQUIRED_USE=python? ( mpi ^^ ( python_single_target_python3_10 python_single_ta
|
|||||||
RESTRICT=mirror test
|
RESTRICT=mirror test
|
||||||
SLOT=0
|
SLOT=0
|
||||||
SRC_URI=https://www.paraview.org/files/v5.11/ParaView-v5.11.1.tar.xz
|
SRC_URI=https://www.paraview.org/files/v5.11/ParaView-v5.11.1.tar.xz
|
||||||
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c desktop 021728fdc1b03b36357dbc89489e0f0d docs 7f3c0d47338743498c69f1887a139f57 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-single-r1 75118e916668a74c660a13b0ecb22562 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
_eclasses_=toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 10a50dfaf728b802fcfd37f8d0da9056 desktop 021728fdc1b03b36357dbc89489e0f0d docs 7f3c0d47338743498c69f1887a139f57 python-utils-r1 6881b056477c23167d9a6b33e146374e python-single-r1 f7abe75c203a988aa9b5c460b6c7d0f1 qmake-utils a8dd17b1d94586164f5e3fc12b1c6b81 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||||
_md5_=637c0a5a374b18d5d53a1435b21e9154
|
_md5_=637c0a5a374b18d5d53a1435b21e9154
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user