# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 M_PN=OneDriveGUI DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=(python3_{9..13}) inherit desktop distutils-r1 if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/bpozdena/${M_PN}.git" inherit git-r3 else SRC_URI="https://github.com/bpozdena/${M_PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${M_PN}-${PV}" fi DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support." HOMEPAGE="https://github.com/bpozdena/OneDriveGUI" RDEPEND="