diff options
author | Andrey Grozin <grozin@gentoo.org> | 2023-08-29 19:48:41 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2023-08-29 19:48:41 +0700 |
commit | 9480141ca991c5f6eb4fdd2c314f2a7d85251395 (patch) | |
tree | 02c2b9c0c19ea93115d0265ab06f645d9e093626 /net-misc/dropbox-cli | |
parent | sci-mathematics/wxmaxima: remove old version (diff) | |
download | gentoo-9480141ca991c5f6eb4fdd2c314f2a7d85251395.tar.gz gentoo-9480141ca991c5f6eb4fdd2c314f2a7d85251395.tar.bz2 gentoo-9480141ca991c5f6eb4fdd2c314f2a7d85251395.zip |
net-misc/dropbox-cli: remove old version
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'net-misc/dropbox-cli')
-rw-r--r-- | net-misc/dropbox-cli/Manifest | 1 | ||||
-rw-r--r-- | net-misc/dropbox-cli/dropbox-cli-2022.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/dropbox-cli/Manifest b/net-misc/dropbox-cli/Manifest index c4b387a6832e..bf534b1fdbb6 100644 --- a/net-misc/dropbox-cli/Manifest +++ b/net-misc/dropbox-cli/Manifest @@ -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 diff --git a/net-misc/dropbox-cli/dropbox-cli-2022.ebuild b/net-misc/dropbox-cli/dropbox-cli-2022.ebuild deleted file mode 100644 index 8574366ccb44..000000000000 --- a/net-misc/dropbox-cli/dropbox-cli-2022.ebuild +++ /dev/null @@ -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} -} |