commit: 450f214e3e31a9a7d5a6556b6ee533df16dc29de
Author: Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Thu Aug 7 19:24:10 2025 +0000
Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Thu Aug 7 19:24:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=450f214e
net-misc/onedrivegui: drop 1.0.3-r3, 1.1.1-r2
Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>
net-misc/onedrivegui/Manifest | 2 -
net-misc/onedrivegui/onedrivegui-1.0.3-r3.ebuild | 69 ------------------------
net-misc/onedrivegui/onedrivegui-1.1.1-r2.ebuild | 69 ------------------------
3 files changed, 140 deletions(-)
diff --git a/net-misc/onedrivegui/Manifest b/net-misc/onedrivegui/Manifest
index 494d97f..131225d 100644
--- a/net-misc/onedrivegui/Manifest
+++ b/net-misc/onedrivegui/Manifest
@@ -1,3 +1 @@
-DIST onedrivegui-1.0.3.tar.gz 102208 BLAKE2B
1a2ce7b260411eeff3a0ff599e41f1dc1f94e2dee6b3c3a6c25c846201e839cfa3819b21b22c19a62f836cb23615d24499efb3ec5d8c093e9181b9983ad272d1
SHA512
79b012384530124e6c66eb544a9f2f12ff002118f49f7d1b9dd769c75914b2295703ae63b048ee29fa640603486db4c589b0e7e2fb9496087304f2e9490e2668
-DIST onedrivegui-1.1.1.tar.gz 106503 BLAKE2B
7d3c5f2f004a8de5754e4d0b1d5076ae9b6159a797e316f324e2cbb0190b0a78071b9250e5d2c1948e2d668c0b3169935a1cfa18e5262ce8f19f779841e52da3
SHA512
0ead1ad3a26a44c2f082a33749fb05398d888bf62ae9e39230f56099b2b113f4782291bbfe1dc97d74672086e0e28b3eb1dc7788486c3e45082e4c08541ca462
DIST onedrivegui-1.2.1.tar.gz 112478 BLAKE2B
39f3985290ba26257c8b31c3e8b017db8008cfb27d316191d7f5b0c7a2ba74b7c0786eb77cbb8eed8d4934dbe166425c512d960b770063301c0c4f380b50cff1
SHA512
dd796a2da087b4ec537447b4d0474f91b51e83b5c00eca23ca325a7f7385af2678b3da3d4100349a1eb7dd28fa38acfd05fb7067c807d9deeab5af3316e8f590
diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r3.ebuild
b/net-misc/onedrivegui/onedrivegui-1.0.3-r3.ebuild
deleted file mode 100644
index b8527b7..0000000
--- a/net-misc/onedrivegui/onedrivegui-1.0.3-r3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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="<net-misc/onedrive-2.5
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pyside[gui(+),webengine(+),widgets(+),${PYTHON_USEDEP}]
-"
-
-python_install() {
- python_moduleinto "${M_PN}"
- # Slightly inefficient as it duplicates the resource folder across
- # python implementations but the project relies on those files being
- # placed relative to the code.
- python_domodule src/*
-
- # The main file has to live alongside the ui module so make a
- # separate script as the entry point.
- #
- # There is no main function and its implementation in the code is
- # non-trivial so make a shell script.
- local main_file="$(python_get_sitedir)/${M_PN}/${M_PN}.py"
- python_newexe - "${M_PN}" <<-EOF
- #!/bin/sh
- exec "${EPREFIX}/usr/bin/${EPYTHON}" "${main_file}" "\${@}"
- EOF
-}
-
-python_install_all() {
- doicon src/resources/images/"${M_PN}.png"
- make_desktop_entry "${M_PN}" "${M_PN}" "${M_PN}" \
- "Network;FileTransfer;Monitor" \
- "StartupNotify=true\nTerminal=false"
-
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
diff --git a/net-misc/onedrivegui/onedrivegui-1.1.1-r2.ebuild
b/net-misc/onedrivegui/onedrivegui-1.1.1-r2.ebuild
deleted file mode 100644
index fadf5a7..0000000
--- a/net-misc/onedrivegui/onedrivegui-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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=">=net-misc/onedrive-2.5
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/pyside[gui(+),webengine(+),widgets(+),${PYTHON_USEDEP}]
-"
-
-python_install() {
- python_moduleinto "${M_PN}"
- # Slightly inefficient as it duplicates the resource folder across
- # python implementations but the project relies on those files being
- # placed relative to the code.
- python_domodule src/*
-
- # The main file has to live alongside the ui module so make a
- # separate script as the entry point.
- #
- # There is no main function and its implementation in the code is
- # non-trivial so make a shell script.
- local main_file="$(python_get_sitedir)/${M_PN}/${M_PN}.py"
- python_newexe - "${M_PN}" <<-EOF
- #!/bin/sh
- exec "${EPREFIX}/usr/bin/${EPYTHON}" "${main_file}" "\${@}"
- EOF
-}
-
-python_install_all() {
- doicon src/resources/images/"${M_PN}.png"
- make_desktop_entry "${M_PN}" "${M_PN}" "${M_PN}" \
- "Network;FileTransfer;Monitor" \
- "StartupNotify=true\nTerminal=false"
-
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}