From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/
Date: Thu, 03 Apr 2025 06:00:41 +0000 (UTC) [thread overview]
Message-ID: <1743660031.c470f385d60dbb0cad756f440eccb13697c20aa9.grozin@gentoo> (raw)
commit: c470f385d60dbb0cad756f440eccb13697c20aa9
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 3 05:59:58 2025 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Apr 3 06:00:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c470f385
net-misc/dropbox-cli: bump to 2024.04.17
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
net-misc/dropbox-cli/Manifest | 1 +
net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index 6805cc564f55..60e6cf5bad13 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1,2 +1,3 @@
DIST dropbox-cli-2023.py.xz 14308 BLAKE2B e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819 SHA512 c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207 SHA512 272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123
+DIST dropbox-cli-2024.04.17.py.xz 14328 BLAKE2B 6ec293e38708765df41598baaf6e93b4da5a2ca0b36092f347fdf3d6f75f0fb3dc143b8b40c2c7b2b57c86acbd9cd02e58e302c2f1e9d108e940f73def8d971f SHA512 ae66737ac629166aded65defe852338b023dc1cd872253afe7dff333213157f641602df711e43fc3cd4fe1c02fcc608888613d57caca4d19226e9a2ceeab92c5
diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
new file mode 100644
index 000000000000..da236857a5ad
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.04.17.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..13} )
+
+inherit python-r1 bash-completion-r1
+
+DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
+HOMEPAGE="https://www.dropbox.com/"
+# https://linux.dropbox.com/packages/dropbox.py
+# https://www.dropbox.com/download?dl=packages/dropbox.py
+# https://raw.githubusercontent.com/dropbox/nautilus-dropbox/master/dropbox.in
+SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz"
+S=${WORKDIR}
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+gpg"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="net-misc/dropbox
+ ${PYTHON_DEPS}
+ gpg? ( app-crypt/gpgme[python] )
+ dev-python/pygobject:3[${PYTHON_USEDEP}]"
+
+src_install() {
+ newbin ${P}.py ${PN}
+ python_replicate_script "${D}"/usr/bin/${PN}
+ newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
+}
next reply other threads:[~2025-04-03 6:00 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-03 6:00 Andrey Grozin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-25 21:44 [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/ Andreas Sturmlechner
2025-07-25 21:44 Andreas Sturmlechner
2025-05-01 17:58 Sam James
2025-04-03 6:02 Andrey Grozin
2024-10-23 16:25 Ben Kohler
2024-05-29 6:26 Jakov Smolić
2024-05-28 20:49 Sam James
2024-04-14 4:51 Andrey Grozin
2023-08-29 12:48 Andrey Grozin
2023-04-19 11:19 Sam James
2023-04-19 11:15 Sam James
2023-02-26 13:20 Andrey Grozin
2022-06-21 4:57 Sam James
2022-06-09 7:39 Agostino Sarubbo
2022-06-09 7:34 Agostino Sarubbo
2022-05-24 9:00 Andrey Grozin
2021-05-06 12:04 Andrey Grozin
2021-05-06 10:06 Sam James
2021-05-06 10:04 Sam James
2021-02-08 6:41 Andrey Grozin
2021-01-01 1:34 Michał Górny
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 16:45 Agostino Sarubbo
2020-04-24 3:10 Andrey Grozin
2020-04-23 5:51 Andrey Grozin
2020-02-12 11:57 Andrey Grozin
2020-02-10 8:18 Agostino Sarubbo
2020-02-08 13:47 Mikle Kolyada
2019-01-03 10:35 Mikle Kolyada
2019-01-02 19:01 Thomas Deutschmann
2018-06-21 23:58 Aaron Bauman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743660031.c470f385d60dbb0cad756f440eccb13697c20aa9.grozin@gentoo \
--to=grozin@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox