Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/
Date: Sat, 22 Jan 2022 07:52:54
Message-Id: 1642837964.1e80648a83ef5be53ddb48e9157b36907470f7b3.juippis@gentoo
1 commit: 1e80648a83ef5be53ddb48e9157b36907470f7b3
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Sat Jan 22 07:28:12 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 22 07:52:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e80648a
7
8 app-misc/trash-cli: Drop old stable 0.20.12.26-r1
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
12 Closes: https://github.com/gentoo/gentoo/pull/23907
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 app-misc/trash-cli/Manifest | 1 -
16 app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild | 28 -----------------------
17 2 files changed, 29 deletions(-)
18
19 diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
20 index 152f6875a474..7bbd8516cf4a 100644
21 --- a/app-misc/trash-cli/Manifest
22 +++ b/app-misc/trash-cli/Manifest
23 @@ -1,2 +1 @@
24 -DIST trash-cli-0.20.12.26.tar.gz 74542 BLAKE2B 558e3cc043cdaef44bf68317e666c6f757daf9feeb6b731a57aba91ec983e1adb1e404f7e8428a7bd1225d83df6e94e8b9b793942bbb233f09a44127af0a42fa SHA512 d0b0a97014c888ddda95759dc82837385a2809cae04bdf6a84dcf0233dc2cf9370253110bc5fdbc5c4452ebb65c5e7836fe1cfaa9aaabe38d34269724456cd1c
25 DIST trash-cli-0.21.10.24.tar.gz 78085 BLAKE2B 6d8f82695a94e45efd4316eb9f1a8c8f5d348774fc10cd4e5323d8dad15897f827acf343e2c1a15e1cef4eecb2ed76ab456345e359319c82bfde9b95f68f7b77 SHA512 1bf258cea7658a3968beec939d09ae088eac8898a9812e8a3aca587df7f2ad20c66f766995f8c893e4d84d0ea7db94ebb4ca7eb24982af81fa4179cc9e239fd1
26
27 diff --git a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild b/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
28 deleted file mode 100644
29 index c27b8153f31a..000000000000
30 --- a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{7,8,9} )
39 -DISTUTILS_USE_SETUPTOOLS=no
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python scripts to manipulate trash cans via the command line"
44 -HOMEPAGE="https://github.com/andreafrancia/trash-cli"
45 -SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -
51 -BDEPEND="
52 - test? (
53 - dev-python/mock[${PYTHON_USEDEP}]
54 - )"
55 -
56 -RDEPEND="
57 - dev-python/psutil[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests nose