Merge updates from master

This commit is contained in:
Repository mirror & CI
2025-03-01 01:07:54 +00:00
8 changed files with 126 additions and 4 deletions

View File

@@ -1 +1,2 @@
DIST geeknote-3.0.5.tar.gz 69842 BLAKE2B c6bc3c0622625531d2dc96f334d86fb3dcb9dc4ad459f7a1cbe54e64593641d40b485021b2442a8ac1c56ea5167bcdd46f1a4d9063150945a9a40d3e528aba37 SHA512 87f7598bff94c7b42c276270ab75fbf7dbc26b82229359bcdc684633b1cced2a42716590212b6c19be7e68330b08c292a54d9612eaf72c71bfd5a34c8c4036ac
DIST geeknote-3.0.6.tar.gz 70684 BLAKE2B 32d4b888bc62eef7198286ea0928eba0de014dcbeca68a4845feb4600264d4f8a9d432481de0c69a6d9b09c980fba34933911358e513bd503f120780bbda7a0d SHA512 095ff8f5f3c493b996a479ce09206929383ea4acbde0598d78c234a7c4e9f05c916b9d56d0d5740474b44485070ed26d9c48a63e3cfae5af6327211c7e756a44

View File

@@ -0,0 +1,39 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Evernote CLI: CRUD for notes in cloud, in markdown"
HOMEPAGE="https://github.com/vitaly-zdanevich/geeknote"
SRC_URI="https://github.com/vitaly-zdanevich/$PN/archive/refs/tags/v$PV.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
)"
RDEPEND="
dev-python/evernote2[${PYTHON_USEDEP}]
dev-python/html2text[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/markdown2[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/thrift[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
pkg_postinst() {
einfo "Autocompletion plugin is already bundled in oh-my-zsh. To enable just configure plugin definition"
einfo "plugins=( ... geeknote ...)"
einfo "see more at https://github.com/s7anley/zsh-geeknote"
}

View File

@@ -0,0 +1 @@
DIST fast_double_parser-0.8.0.tar.gz 637032 BLAKE2B ddd8ca6b86321335bc4fd33dd474a7748968941635ba0448fa8cf8ddad4a97f4a25c0e874ef66351dfb792e0e884e55490fa6e211e855e140149a4d8ca8be7d3 SHA512 41115f3c3b77ad430b0b4a1e622dd2a911ce3283bfd4190b5081f368cd1c371c68cf49789a12a2ed610a91e5b4693fe0b9b0d07876e82cfb0b106a6bc33dedd0

View File

@@ -0,0 +1,18 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Parse strings into double floating-point values"
HOMEPAGE="https://github.com/lemire/fast_double_parser"
SRC_URI="https://github.com/lemire/fast_double_parser/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="|| ( Apache-2.0 Boost-1.0 )"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
<upstream>
<remote-id type="github">lemire/fast_double_parser</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1 +1,2 @@
DIST jitsi-meet-2022.3.1.deb 60311462 BLAKE2B 7e09213fd5b4dff0486fe4bcd30180c8e7538f56ca6e6c633bbb37fb885a6ea76b2d9230ca1dc29c459b494a7c976d34ca6b22e99e90fe2259c3305eb5f76768 SHA512 d6aa7ece44bbe448b61f3d3af9b54d02e4f1f96fdc7c3367dae2651652d18145e4f8d100d29efb1ad17c2a5eae7fa07184c230c8064e2e98d36b7b39a2bc5799
DIST jitsi-meet-2025.2.0.deb 75843322 BLAKE2B 7c68fff979e0f327fda80c4b1eb1a4f93525783d443a2f52ba799e3288a4be0981ee7c6d8eae848fc2e52979545a264054f2fff28ad9955f4209fadcfe471227 SHA512 d08d3355d689948818c040999f8a33b7880ec4b94cd375e37ec342b1d83f306248a6c70ad6ef772e54832cb40a8f301eb884e990aec06eb0ac45714d4d6024f1

View File

@@ -0,0 +1,51 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fil fi fr gu he hi hr hu id it
ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk vi zh-CN zh-TW"
inherit desktop xdg unpacker chromium-2
DESCRIPTION="Desktop application for Jitsi Meet built with Electron"
HOMEPAGE="https://github.com/jitsi/jitsi-meet-electron"
SRC_URI="https://github.com/jitsi/jitsi-meet-electron/releases/download/v${PV}/jitsi-meet-amd64.deb -> ${P}.deb"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror splitdebug test"
#Depends: libgtk-3-0, libnss3, libxtst6, xdg-utils, libatspi2.0-0, libuuid1
# sys-libs/libuuid seems to be included in sys-apps/util-linux
# sys-fs/fuse
RDEPEND="
x11-libs/gtk+:3
dev-libs/nss
x11-libs/libXtst
app-accessibility/at-spi2-core:2
"
QA_PREBUILT="*"
src_install() {
rm "opt/Jitsi Meet/chrome-sandbox" || die
insinto /opt
doins -r "opt/Jitsi Meet"
dobin "opt/Jitsi Meet/jitsi-meet"
dosym "../../opt/Jitsi Meet/jitsi-meet" /usr/bin/jitsi-meet
domenu usr/share/applications/jitsi-meet.desktop
doicon usr/share/icons/hicolor/512x512/apps/jitsi-meet.png
pushd "${ED}/opt/Jitsi Meet/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die
fperms +x "/opt/Jitsi Meet/jitsi-meet"
}

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<use>
<flag name="swiftshader">Use SwiftShader OpenGL graphics</flag>
</use>
<maintainer type="person">
<email>joe@wt.gd</email>
<name>Joe Kappus</name>
</maintainer>
<upstream>
<remote-id type="github">jitsi/jitsi-meet-electron</remote-id>
</upstream>