commit:     89f2eccd3315c27f1ec944e66062103c31aa1eab
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Fri Nov 27 05:52:45 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 07:26:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f2eccd

app-misc/trash-cli: Bump to 0.20.11.23

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/18423
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/trash-cli/Manifest                    |  1 +
 app-misc/trash-cli/trash-cli-0.20.11.23.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index dd508f1ab94..88b99eed046 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1 +1,2 @@
 DIST trash-cli-0.17.1.14_p20170816.tar.gz 69713 BLAKE2B 
f995c22ba0704eba96abac2c130f9118cc98ad5c5f21903601ea60ee1f52c594b7f8b16ebcaabb4b34086f5f9f66ad02cd628c379ed5139bcb1f691016b435ab
 SHA512 
9d35620b55c63b53b7255179a6304f4d7190c2a90f68c102f64b9616ee897460939633e9c77826968a1682fc5fa090b0f3ea1daad82a44cc96704dc54da45dcd
+DIST trash-cli-0.20.11.23.tar.gz 69229 BLAKE2B 
f3650a037f00e6ce8cd7bd1ff5f3e11c794ceb09563193e2930eb9b81cd40120dd48f117e8c96d900a8221db9a68360ff633e591367bd544ad07045b1a505304
 SHA512 
d370687da706677de61c0d234d4cb4db4ff4d9da8cde60c361d11eaccf319e2e418969a7d49ec6edd456524b1275b63d1fcd49bc9a9012afabda1c7a8ad7de78

diff --git a/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild 
b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild
new file mode 100644
index 00000000000..c8dca292c57
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.20.11.23.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       test? (
+               dev-python/mock[${PYTHON_USEDEP}]
+       )"
+
+distutils_enable_tests nose

Reply via email to