summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2023-09-24 00:02:46 -0700
committerYixun Lan <dlan@gentoo.org>2023-10-28 10:23:27 +0000
commit12c461ab3ae386243a5c5c3237c8ce3e604152b1 (patch)
treef917923e8706e2e93b6c4e79f371cb95df75dada /app-misc/trash-cli
parentdev-util/packer: drop 1.7.10, 1.8.5 (diff)
downloadgentoo-12c461ab3ae386243a5c5c3237c8ce3e604152b1.tar.gz
gentoo-12c461ab3ae386243a5c5c3237c8ce3e604152b1.tar.bz2
gentoo-12c461ab3ae386243a5c5c3237c8ce3e604152b1.zip
app-misc/trash-cli: drop 0.22.8.27
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Yixun Lan <dlan@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.22.8.27.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index f3767150f32b..eb3aacf117bb 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,2 +1 @@
-DIST trash-cli-0.22.8.27.tar.gz 80344 BLAKE2B 309a1c429b6e052d622f5cd0f4eb211e1dcf8f5fcbe0834d359cd568527843e6a3c4cd1d61f1d1102b6e7f5b7a55fdde396b2500ca94f9410111705cdbff339b SHA512 909a521f40e2252012ed9ebafe8baff50cd2f743c9ab49df0abb41ecc177e551bde07289505f37e8dc86a0d20cdc8b521c35dd2383d17d4f9e962aa431368fe8
DIST trash-cli-0.23.2.13.2.gh.tar.gz 104006 BLAKE2B c4187faff6618c54be3fcda2fca799d16ff614e5db2a47912aa796d72385bac8dab188977f635372372eae3f6e7d0faaea9405ac93edcd06962f6ffc2bd4694d SHA512 3894d852c01f5e3096bc5bf95220c35cfaa28e2fa555716983ad8203ce7d2206127394cdfbf3f08f0922abdbbfdb4f1a6c1db3fb0bcbda9d936612a2c7d6a7e8
diff --git a/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild b/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild
deleted file mode 100644
index 5eb1d0cd3167..000000000000
--- a/app-misc/trash-cli/trash-cli-0.22.8.27.ebuild
+++ /dev/null
@@ -1,32 +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 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 pytest
-
-src_test() {
- local -x COLUMNS=80
- distutils-r1_src_test
-}