summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2021-06-06 13:14:14 -0700
committerJoonas Niilola <juippis@gentoo.org>2021-06-07 08:27:48 +0300
commit15bcb0ab04deb7c7d87b5937aac42b0643ea2670 (patch)
tree4e02ae4c6a3ccf942e32dcf38920bf78c3869ad5 /app-misc/trash-cli
parentapp-misc/trash-cli: Bump to 0.21.5.25 (diff)
downloadgentoo-15bcb0ab04deb7c7d87b5937aac42b0643ea2670.tar.gz
gentoo-15bcb0ab04deb7c7d87b5937aac42b0643ea2670.tar.bz2
gentoo-15bcb0ab04deb7c7d87b5937aac42b0643ea2670.zip
app-misc/trash-cli: Drop oldstable 0.20.11.23
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Closes: https://github.com/gentoo/gentoo/pull/20746 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r--app-misc/trash-cli/Manifest1
-rw-r--r--app-misc/trash-cli/trash-cli-0.20.11.23-r1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index 9c1919a166b4..8fe593248b55 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,3 +1,2 @@
-DIST trash-cli-0.20.11.23.tar.gz 69229 BLAKE2B f3650a037f00e6ce8cd7bd1ff5f3e11c794ceb09563193e2930eb9b81cd40120dd48f117e8c96d900a8221db9a68360ff633e591367bd544ad07045b1a505304 SHA512 d370687da706677de61c0d234d4cb4db4ff4d9da8cde60c361d11eaccf319e2e418969a7d49ec6edd456524b1275b63d1fcd49bc9a9012afabda1c7a8ad7de78
DIST trash-cli-0.20.12.26.tar.gz 74542 BLAKE2B 558e3cc043cdaef44bf68317e666c6f757daf9feeb6b731a57aba91ec983e1adb1e404f7e8428a7bd1225d83df6e94e8b9b793942bbb233f09a44127af0a42fa SHA512 d0b0a97014c888ddda95759dc82837385a2809cae04bdf6a84dcf0233dc2cf9370253110bc5fdbc5c4452ebb65c5e7836fe1cfaa9aaabe38d34269724456cd1c
DIST trash-cli-0.21.5.25.tar.gz 77067 BLAKE2B 5db46b21ba33b9076ea7f024b93e62f30b3671f44a024b30013369607bd580f0ef9831debd9fdc6c64575ab6edde14aa921229bbd16a6a77657b7ed20b58c318 SHA512 75ef338b356048768febc4afd42933d8aa44cde5156e386968dad7b33033b84becaef3d39ccf15c02216394735f37d1c7c8cd499000068d51247710e87590507
diff --git a/app-misc/trash-cli/trash-cli-0.20.11.23-r1.ebuild b/app-misc/trash-cli/trash-cli-0.20.11.23-r1.ebuild
deleted file mode 100644
index c27b8153f31a..000000000000
--- a/app-misc/trash-cli/trash-cli-0.20.11.23-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Python scripts to manipulate trash cans via the command line"
-HOMEPAGE="https://github.com/andreafrancia/trash-cli"
-SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-RDEPEND="
- dev-python/psutil[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests nose