summaryrefslogtreecommitdiff
path: root/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild')
-rw-r--r--app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild
deleted file mode 100644
index 5fba33973d94..000000000000
--- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-GIT_REF=5abecd53e1d84f2a5fd3fc60d2f5d71e518826c5
-
-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/${GIT_REF}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-S="${WORKDIR}/${PN}-${GIT_REF}"
-
-DEPEND="
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests nose