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/
Date: Wed, 12 Feb 2020 11:57:31
Message-Id: 1581508635.da2e48686a640b0c58269f1270f8d06cea61db7a.grozin@gentoo
1 commit: da2e48686a640b0c58269f1270f8d06cea61db7a
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 12 11:57:15 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 11:57:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da2e4868
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.6.0.ebuild | 28 ---------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest
18 index 391c538f580..5693d547f8a 100644
19 --- a/net-misc/dropbox-cli/Manifest
20 +++ b/net-misc/dropbox-cli/Manifest
21 @@ -1,2 +1 @@
22 -DIST dropbox-cli-1.6.0.py.xz 17632 BLAKE2B 244e36ea2b1f3a7ad36884de227933f91ca94dd907fadc300cc599336b4a09efec54e9f4cd26aa922609755812cfcd0f506866d0a66e74700c1b90a8c4347683 SHA512 06fcbba67031c18fe1840f592d04039a7c78848d6e77ae8cca04881f5f72ada7fb368921e2ae3b92d161e49bf91eae0f41b559a210eacd0dc203c51134597857
23 DIST dropbox-cli-19.py.xz 13960 BLAKE2B 16d33155cbe5449434ff9fc5a9fddca9a7cd20bd3ff8fc46f4badcc30d71f6b0b6adde6f6d0ad73702e4dd2957cc00f88f49b2580c289525784f97d4502e008d SHA512 b5ea1632c135232f4705a0e95419d176638e6a830a2a7d32f955c615328097b987887513cf06103b452a7efe2690ffe351a275267451db9d2998d19ac6f8f85f
24
25 diff --git a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild b/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild
26 deleted file mode 100644
27 index c7230031c47..00000000000
28 --- a/net-misc/dropbox-cli/dropbox-cli-1.6.0.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit python-r1
39 -
40 -DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
41 -HOMEPAGE="https://www.dropbox.com/"
42 -SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.py.xz"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -RDEPEND="net-misc/dropbox
51 - ${PYTHON_DEPS}"
52 -
53 -S=${WORKDIR}
54 -
55 -src_install() {
56 - newbin ${P}.py ${PN}
57 - python_replicate_script "${D}"/usr/bin/${PN}
58 -}