Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbox-cli/files/, net-misc/dropbox-cli/
Date: Wed, 12 Feb 2020 11:55:31
Message-Id: 1581508490.792571bfa7f15b89377ecbaa2b4d445c225898f5.grozin@gentoo
1 commit: 792571bfa7f15b89377ecbaa2b4d445c225898f5
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 11:54:50 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 11:54:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792571bf
7
8 net-misc/dropbox-cli: clean old
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 net-misc/dropbox-cli/Manifest | 1 -
14 net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild | 28 --------------------
15 net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild | 31 -----------------------
16 net-misc/dropbox-cli/files/dropbox-cli-completion | 2 --
17 4 files changed, 62 deletions(-)
18
19 diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
20 index 531eb6aa200..391c538f580 100644
21 --- a/net-misc/dropbox-cli/Manifest
22 +++ b/net-misc/dropbox-cli/Manifest
23 @@ -1,3 +1,2 @@
24 DIST dropbox-cli-1.6.0.py.xz 17632 BLAKE2B 244e36ea2b1f3a7ad36884de227933f91ca94dd907fadc300cc599336b4a09efec54e9f4cd26aa922609755812cfcd0f506866d0a66e74700c1b90a8c4347683 SHA512 06fcbba67031c18fe1840f592d04039a7c78848d6e77ae8cca04881f5f72ada7fb368921e2ae3b92d161e49bf91eae0f41b559a210eacd0dc203c51134597857
25 -DIST dropbox-cli-1.py.xz 17580 BLAKE2B 9bb165f419df716acfb485f40e3b40238d06db1448cf12731499f8b891d1a2b3de57ae405807c9b61316bea65eca133c95a88a475db210173efb915707e2154d SHA512 d5510a66a5605e474059bb761cc2f33cd4d23481e85f040b049c36759a030f1e7072a9ad2cc7f72e59507767aa375ff3ea1c06d7bf702eb7ba7d698db2bfefe5
26 DIST dropbox-cli-19.py.xz 13960 BLAKE2B 16d33155cbe5449434ff9fc5a9fddca9a7cd20bd3ff8fc46f4badcc30d71f6b0b6adde6f6d0ad73702e4dd2957cc00f88f49b2580c289525784f97d4502e008d SHA512 b5ea1632c135232f4705a0e95419d176638e6a830a2a7d32f955c615328097b987887513cf06103b452a7efe2690ffe351a275267451db9d2998d19ac6f8f85f
27
28 diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild
29 deleted file mode 100644
30 index aae2afff5d0..00000000000
31 --- a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild
32 +++ /dev/null
33 @@ -1,28 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit python-r1
42 -
43 -DESCRIPTION="Cli interface for dropbox daemon (python)"
44 -HOMEPAGE="https://www.dropbox.com/"
45 -SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE=""
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -RDEPEND="net-misc/dropbox
54 - ${PYTHON_DEPS}"
55 -
56 -S=${WORKDIR}
57 -
58 -src_install() {
59 - newbin ${P}.py ${PN}
60 - python_replicate_script "${D}"/usr/bin/${PN}
61 -}
62
63 diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild
64 deleted file mode 100644
65 index fe8d22897aa..00000000000
66 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild
67 +++ /dev/null
68 @@ -1,31 +0,0 @@
69 -# Copyright 1999-2019 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -
74 -PYTHON_COMPAT=( python2_7 )
75 -
76 -inherit python-r1 bash-completion-r1
77 -
78 -DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
79 -HOMEPAGE="https://www.dropbox.com/"
80 -SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz"
81 -
82 -LICENSE="GPL-3"
83 -SLOT="0"
84 -KEYWORDS="amd64 x86"
85 -IUSE=""
86 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
87 -
88 -RDEPEND="net-misc/dropbox
89 - ${PYTHON_DEPS}
90 - dev-python/pygtk[${PYTHON_USEDEP}]
91 - dev-python/pygobject:2[${PYTHON_USEDEP}]"
92 -
93 -S=${WORKDIR}
94 -
95 -src_install() {
96 - newbin ${P}.py ${PN}
97 - python_replicate_script "${D}"/usr/bin/${PN}
98 - newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
99 -}
100
101 diff --git a/net-misc/dropbox-cli/files/dropbox-cli-completion b/net-misc/dropbox-cli/files/dropbox-cli-completion
102 deleted file mode 100644
103 index e1e9251ca9b..00000000000
104 --- a/net-misc/dropbox-cli/files/dropbox-cli-completion
105 +++ /dev/null
106 @@ -1,2 +0,0 @@
107 -# dropbox-cli completion
108 -complete -W 'autostart exclude filestatus help lansync ls puburl running start status stop' dropbox-cli