public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sun, 14 Apr 2024 04:51:32 +0000 (UTC)	[thread overview]
Message-ID: <1713070271.e133cfda48a1b68b29f94b4012cc164a835f1517.grozin@gentoo> (raw)

commit:     e133cfda48a1b68b29f94b4012cc164a835f1517
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 04:51:11 2024 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 04:51:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e133cfda

net-misc/dropbox-cli: bump to 2024.01.22

Closes: https://bugs.gentoo.org/929721
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 net-misc/dropbox-cli/Manifest                      |  1 +
 net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
index bf534b1fdbb6..6805cc564f55 100644
--- a/net-misc/dropbox-cli/Manifest
+++ b/net-misc/dropbox-cli/Manifest
@@ -1 +1,2 @@
 DIST dropbox-cli-2023.py.xz 14308 BLAKE2B e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819 SHA512 c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
+DIST dropbox-cli-2024.01.22.py.xz 14316 BLAKE2B c2bc33a6d1f74103a3685340747c8d9c974f75e0deec4cd97690333b7697730aa61beef1b315f1375a29d02c6bdf2609464b8ff41cffe7b7ec6efd5978762207 SHA512 272ad65476c8ebd55154feb848e1027b891c91252ca3fa3f50c7db84a7c71697843ae999716a671f697b891721b5c536927c2e63fd2c2afd298a37770aebf123

diff --git a/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
new file mode 100644
index 000000000000..d2c3eb6fe937
--- /dev/null
+++ b/net-misc/dropbox-cli/dropbox-cli-2024.01.22.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+
+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 ~x86"
+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}
+}


             reply	other threads:[~2024-04-14  4:51 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-14  4:51 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-01 17:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/ Sam James
2025-04-03  6:02 Andrey Grozin
2025-04-03  6:00 Andrey Grozin
2024-10-23 16:25 Ben Kohler
2024-05-29  6:26 Jakov Smolić
2024-05-28 20:49 Sam James
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=1713070271.e133cfda48a1b68b29f94b4012cc164a835f1517.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