# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 M_PN=OneDriveGUI DISTUTILS_USE_PEP517=no PYTHON_COMPAT=(python3_{10..13}) DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support." HOMEPAGE="https://github.com/bpozdena/OneDriveGUI" LICENSE="GPL-3" SLOT="0" inherit desktop distutils-r1 xdg-utils 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 -> ${P}.tar.gz" KEYWORDS="~amd64" S="${WORKDIR}/${M_PN}-${PV}" fi RESTRICT=test RDEPEND="