mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
net-misc/dropbox-cli: remove old version
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST dropbox-cli-2022.py.xz 14288 BLAKE2B a90d347efcce5917179853afef346a6679dddbb33e146a936786c226ad519601f503d73eeb1d1e205be8bd11792aeedb90ff7046c770f079a47e75dea80efd99 SHA512 59bfbf3544a8407bbc232d87e57d8b27d4bbc108483af52e58c0badddde6ce2dfde2203403a8c5e8c95421fe8c4b73e75cec64def2699ae9bac31be965e98974
|
||||
DIST dropbox-cli-2023.py.xz 14308 BLAKE2B e0e1f28c911e5744f26bc3854e1283884f7daa57c247f0a13cd5f571124edca1f11e61ea487bccae294b34c4ce30884758662f95d0438efd1e0e3e64ead6a819 SHA512 c11928de24c6ab10c142eedfa244a903795b37bb75e7e805dbf28fe5b18f524db210eb432bf43eb3c99d67b0caca51c85bbe533b3d7d877cfdc7595925483294
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit python-r1 bash-completion-r1
|
||||
|
||||
DESCRIPTION="Cli interface for dropbox (python), part of nautilus-dropbox"
|
||||
HOMEPAGE="https://www.dropbox.com/"
|
||||
SRC_URI="https://dev.gentoo.org/~grozin/${P}.py.xz"
|
||||
|
||||
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}]"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
newbin ${P}.py ${PN}
|
||||
python_replicate_script "${D}"/usr/bin/${PN}
|
||||
newbashcomp "${FILESDIR}"/${PN}-19-completion ${PN}
|
||||
}
|
||||
Reference in New Issue
Block a user