public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2023-08-16  5:03 Marco Leise
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Leise @ 2023-08-16  5:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8ccb2dbce6a8c2374032dd07363d0bbe49680c5a
Author:     Gonçalo Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Fri Aug 11 11:55:54 2023 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Fri Aug 11 11:55:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=8ccb2dbc

net-misc/onedrivegui: add 1.0.3, drop 1.0.2

Signed-off-by: Gonçalo Duarte <gonegrier.duarte <AT> gmail.com>

 net-misc/onedrivegui/Manifest                                           | 2 +-
 .../onedrivegui/{onedrivegui-1.0.2.ebuild => onedrivegui-1.0.3.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/onedrivegui/Manifest b/net-misc/onedrivegui/Manifest
index c5be263..7231fc6 100644
--- a/net-misc/onedrivegui/Manifest
+++ b/net-misc/onedrivegui/Manifest
@@ -1 +1 @@
-DIST onedrivegui.tar.gz 100431 BLAKE2B 39badff725e6f51ccb80f57fe646c20b1b4c81b931aea54130f47db3970770e22aa0c17650462da033f36e2dd97df44afeed892a8be535dac60999f3e0f8914b SHA512 153a276ba8245d33ee9a977cf887da54c50fedb4ddef237796125211adf1375e0339396a5d85c2fae81dde20c14e44ec02e6dfcb3b9f571d8b653868ad04687a
+DIST onedrivegui.tar.gz 102208 BLAKE2B 1a2ce7b260411eeff3a0ff599e41f1dc1f94e2dee6b3c3a6c25c846201e839cfa3819b21b22c19a62f836cb23615d24499efb3ec5d8c093e9181b9983ad272d1 SHA512 79b012384530124e6c66eb544a9f2f12ff002118f49f7d1b9dd769c75914b2295703ae63b048ee29fa640603486db4c589b0e7e2fb9496087304f2e9490e2668

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.2.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild
similarity index 97%
rename from net-misc/onedrivegui/onedrivegui-1.0.2.ebuild
rename to net-misc/onedrivegui/onedrivegui-1.0.3.ebuild
index 7a0d1c7..9e13b33 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.2.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-DEPEND="net-misc/onedrive
+RDEPEND="net-misc/onedrive
 	dev-python/requests
 	dev-python/pyside6[webengine(+)]
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2024-04-18  7:57 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2024-04-18  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     7ffa2637b6c8a0abba2299113e9ec5cf2f7da31b
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 07:55:34 2024 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Thu Apr 18 07:55:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=7ffa2637

net-misc/onedrivegui: drop 1.0.3, add 1.0.3-r1

* add missing useflags to pyside6 DEPEND

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 .../{onedrivegui-1.0.3.ebuild => onedrivegui-1.0.3-r1.ebuild}           | 2 +-
 net-misc/onedrivegui/onedrivegui-9999.ebuild                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
similarity index 94%
rename from net-misc/onedrivegui/onedrivegui-1.0.3.ebuild
rename to net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
index 9e13b33..2e6f9d7 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.3.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
 RDEPEND="net-misc/onedrive
 	dev-python/requests
-	dev-python/pyside6[webengine(+)]
+	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "
 
 LICENSE="GPL-3"

diff --git a/net-misc/onedrivegui/onedrivegui-9999.ebuild b/net-misc/onedrivegui/onedrivegui-9999.ebuild
index 92da3df..9fb5d05 100644
--- a/net-misc/onedrivegui/onedrivegui-9999.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
 DEPEND="net-misc/onedrive
 	dev-python/requests
-	dev-python/pyside6[webengine(+)]
+	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "
 
 LICENSE="GPL-3"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2024-07-14 19:44 Horodniceanu Andrei
  0 siblings, 0 replies; 7+ messages in thread
From: Horodniceanu Andrei @ 2024-07-14 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fe205c09b1b060bda636c751dc557b9d1fb3b8e1
Author:     Andrei Horodniceanu <a.horodniceanu <AT> proton <DOT> me>
AuthorDate: Sun Jul 14 17:50:36 2024 +0000
Commit:     Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me>
CommitDate: Sun Jul 14 17:51:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=fe205c09

net-misc/onedrivegui: unkeyword 1.0.3-r1 for ~x86

The webengine USE flag is package.use.mask'ed on x86 making RDEPEND
never being solvable on x86 as highlighted by pkgcheck.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu <AT> proton.me>

 net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
index 2e6f9d7..da97144 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
@@ -17,7 +17,7 @@ RDEPEND="net-misc/onedrive
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 
 S="${WORKDIR}/${M_PN}-${PV}"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2025-01-15 12:35 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2025-01-15 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     be617fa69f415fa81e89a0b7bf4fcf9bf98ae0ef
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jan 15 12:18:34 2025 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Jan 15 12:35:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=be617fa6

net-misc/onedrivegui: add 1.1.1
* required for onedrive-2.5.3 (#133)

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 net-misc/onedrivegui/Manifest                                       | 3 ++-
 net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild                    | 2 +-
 .../{onedrivegui-1.0.3-r1.ebuild => onedrivegui-1.1.1.ebuild}       | 6 +++---
 net-misc/onedrivegui/onedrivegui-9999.ebuild                        | 2 +-
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-misc/onedrivegui/Manifest b/net-misc/onedrivegui/Manifest
index 7231fc6..2c7572c 100644
--- a/net-misc/onedrivegui/Manifest
+++ b/net-misc/onedrivegui/Manifest
@@ -1 +1,2 @@
-DIST onedrivegui.tar.gz 102208 BLAKE2B 1a2ce7b260411eeff3a0ff599e41f1dc1f94e2dee6b3c3a6c25c846201e839cfa3819b21b22c19a62f836cb23615d24499efb3ec5d8c093e9181b9983ad272d1 SHA512 79b012384530124e6c66eb544a9f2f12ff002118f49f7d1b9dd769c75914b2295703ae63b048ee29fa640603486db4c589b0e7e2fb9496087304f2e9490e2668
+DIST onedrivegui-1.0.3.tar.gz 102208 BLAKE2B 1a2ce7b260411eeff3a0ff599e41f1dc1f94e2dee6b3c3a6c25c846201e839cfa3819b21b22c19a62f836cb23615d24499efb3ec5d8c093e9181b9983ad272d1 SHA512 79b012384530124e6c66eb544a9f2f12ff002118f49f7d1b9dd769c75914b2295703ae63b048ee29fa640603486db4c589b0e7e2fb9496087304f2e9490e2668
+DIST onedrivegui-1.1.1.tar.gz 106503 BLAKE2B 7d3c5f2f004a8de5754e4d0b1d5076ae9b6159a797e316f324e2cbb0190b0a78071b9250e5d2c1948e2d668c0b3169935a1cfa18e5262ce8f19f779841e52da3 SHA512 0ead1ad3a26a44c2f082a33749fb05398d888bf62ae9e39230f56099b2b113f4782291bbfe1dc97d74672086e0e28b3eb1dc7788486c3e45082e4c08541ca462

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
index da97144..19dee0a 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 M_PN=OneDriveGUI
 
 inherit desktop
-SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"
+SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild b/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
similarity index 91%
copy from net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
copy to net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
index da97144..c7696c8 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
@@ -6,18 +6,18 @@ EAPI=7
 M_PN=OneDriveGUI
 
 inherit desktop
-SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"
+SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-RDEPEND="net-misc/onedrive
+RDEPEND=">=net-misc/onedrive-2.5*
 	dev-python/requests
 	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 
 S="${WORKDIR}/${M_PN}-${PV}"
 

diff --git a/net-misc/onedrivegui/onedrivegui-9999.ebuild b/net-misc/onedrivegui/onedrivegui-9999.ebuild
index 9fb5d05..5745bf0 100644
--- a/net-misc/onedrivegui/onedrivegui-9999.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-9999.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="https://github.com/bpozdena/OneDriveGUI.git"
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-DEPEND="net-misc/onedrive
+DEPEND=">=net-misc/onedrive-2.5*
 	dev-python/requests
 	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2025-01-15 12:40 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2025-01-15 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     7383a955ed279ba5560e6956ceced407570582f0
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jan 15 12:39:56 2025 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Jan 15 12:39:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=7383a955

net-misc/onedrivegui: update RDEPEND

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild | 2 +-
 net-misc/onedrivegui/onedrivegui-1.1.1.ebuild    | 2 +-
 net-misc/onedrivegui/onedrivegui-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
index 19dee0a..1674677 100644
--- a/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.0.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-RDEPEND="net-misc/onedrive
+RDEPEND="<=net-misc/onedrive-2.5.3
 	dev-python/requests
 	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "

diff --git a/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild b/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
index c7696c8..5b8f7b0 100644
--- a/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-1.1.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/bpozdena/OneDriveGUI/archive/refs/tags/v${PV}.tar.gz
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-RDEPEND=">=net-misc/onedrive-2.5*
+RDEPEND=">=net-misc/onedrive-2.5.3
 	dev-python/requests
 	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "

diff --git a/net-misc/onedrivegui/onedrivegui-9999.ebuild b/net-misc/onedrivegui/onedrivegui-9999.ebuild
index 5745bf0..630c789 100644
--- a/net-misc/onedrivegui/onedrivegui-9999.ebuild
+++ b/net-misc/onedrivegui/onedrivegui-9999.ebuild
@@ -10,7 +10,7 @@ EGIT_REPO_URI="https://github.com/bpozdena/OneDriveGUI.git"
 DESCRIPTION="A simple GUI for OneDrive Linux client, with multi-account support."
 HOMEPAGE="https://github.com/bpozdena/OneDriveGUI"
 
-DEPEND=">=net-misc/onedrive-2.5*
+RDEPEND=">=net-misc/onedrive-2.5.3
 	dev-python/requests
 	dev-python/pyside6[gui(+),webengine(+),widgets(+)]
 "


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2025-07-23 16:33 Gonçalo Negrier Duarte
  0 siblings, 0 replies; 7+ messages in thread
From: Gonçalo Negrier Duarte @ 2025-07-23 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     03bf6bb5ceaa4e77e428cd61355008dfa18eef08
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 23 16:28:42 2025 +0000
Commit:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Wed Jul 23 16:31:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=03bf6bb5

net-misc/onedrivegui: add 1.2.1

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 net-misc/onedrivegui/Manifest                 |  1 +
 net-misc/onedrivegui/onedrivegui-1.2.1.ebuild | 69 +++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/net-misc/onedrivegui/Manifest b/net-misc/onedrivegui/Manifest
index 2c7572c..494d97f 100644
--- a/net-misc/onedrivegui/Manifest
+++ b/net-misc/onedrivegui/Manifest
@@ -1,2 +1,3 @@
 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.2.1.ebuild b/net-misc/onedrivegui/onedrivegui-1.2.1.ebuild
new file mode 100644
index 0000000..68d0963
--- /dev/null
+++ b/net-misc/onedrivegui/onedrivegui-1.2.1.ebuild
@@ -0,0 +1,69 @@
+# 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.6
+	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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/
@ 2025-08-08 17:03 Horodniceanu Andrei
  0 siblings, 0 replies; 7+ messages in thread
From: Horodniceanu Andrei @ 2025-08-08 17:03 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-08 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-15 12:35 [gentoo-commits] repo/user/dlang:master commit in: net-misc/onedrivegui/ Gonçalo Negrier Duarte
  -- strict thread matches above, loose matches on Subject: below --
2025-08-08 17:03 Horodniceanu Andrei
2025-07-23 16:33 Gonçalo Negrier Duarte
2025-01-15 12:40 Gonçalo Negrier Duarte
2024-07-14 19:44 Horodniceanu Andrei
2024-04-18  7:57 Gonçalo Negrier Duarte
2023-08-16  5:03 Marco Leise

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox