Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/
Date: Fri, 01 Jan 2021 01:34:07
Message-Id: 1609464663.465205546e6a2158697304d1c06a9c636efa18da.mgorny@gentoo
1 commit: 465205546e6a2158697304d1c06a9c636efa18da
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:31:03 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:31:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46520554
7
8 net-misc/dropbox-cli: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/dropbox-cli/Manifest | 1 -
13 net-misc/dropbox-cli/dropbox-cli-19.ebuild | 31 ------------------------------
14 2 files changed, 32 deletions(-)
15
16 diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
17 index 68fd320ef49..bcb1d61f5c1 100644
18 --- a/net-misc/dropbox-cli/Manifest
19 +++ b/net-misc/dropbox-cli/Manifest
20 @@ -1,2 +1 @@
21 -DIST dropbox-cli-19.py.xz 13960 BLAKE2B 16d33155cbe5449434ff9fc5a9fddca9a7cd20bd3ff8fc46f4badcc30d71f6b0b6adde6f6d0ad73702e4dd2957cc00f88f49b2580c289525784f97d4502e008d SHA512 b5ea1632c135232f4705a0e95419d176638e6a830a2a7d32f955c615328097b987887513cf06103b452a7efe2690ffe351a275267451db9d2998d19ac6f8f85f
22 DIST dropbox-cli-2020.03.04.py.xz 14304 BLAKE2B 600378cbacd6e96c16e1c8464261b260f2d8919ef5f361c4f337386d3849294cf8557d44f1c5d4f5682eadb2f15885a16b0a8fa162929665e518801d23ec35cc SHA512 c6c8f2f3fb08818388f5ac812821a1530214ad18d58191b08092852aa953e2947871145b46a4df4debeb629a870e1182a47fd5a8bdf8b22144e686e19ede689a
23
24 diff --git a/net-misc/dropbox-cli/dropbox-cli-19.ebuild b/net-misc/dropbox-cli/dropbox-cli-19.ebuild
25 deleted file mode 100644
26 index 3e90bad7e12..00000000000
27 --- a/net-misc/dropbox-cli/dropbox-cli-19.ebuild
28 +++ /dev/null
29 @@ -1,31 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit python-r1 bash-completion-r1
38 -
39 -DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
40 -HOMEPAGE="https://www.dropbox.com/"
41 -SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE=""
47 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
48 -
49 -RDEPEND="net-misc/dropbox
50 - ${PYTHON_DEPS}
51 - dev-python/pygpgme[${PYTHON_USEDEP}]
52 - dev-python/pygobject:3[${PYTHON_USEDEP}]"
53 -
54 -S=${WORKDIR}
55 -
56 -src_install() {
57 - newbin ${P}.py ${PN}
58 - python_replicate_script "${D}"/usr/bin/${PN}
59 - newbashcomp "${FILESDIR}"/${P}-completion ${PN}
60 -}