summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Puskas <zoltan@sinustrom.info>2020-11-26 21:42:03 -0800
committerJoonas Niilola <juippis@gentoo.org>2020-12-07 09:26:52 +0200
commit52f5ad0f3adf12d40b57d9817a7df43729d5d965 (patch)
tree839a3eb09576d1f65594b437143d3f03319e5f23 /app-misc/trash-cli
parentdev-libs/efl: sync lua-masked ebuild (diff)
downloadgentoo-52f5ad0f3adf12d40b57d9817a7df43729d5d965.tar.gz
gentoo-52f5ad0f3adf12d40b57d9817a7df43729d5d965.tar.bz2
gentoo-52f5ad0f3adf12d40b57d9817a7df43729d5d965.zip
app-misc/trash-cli: Drop 0.17.1.14_p20170816
app-misc/trash-cli-0.17.1.14_p20170816-r1 is also stable, thus dropping old stable version. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r--app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
deleted file mode 100644
index c32b7c75024f..000000000000
--- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 vcs-snapshot
-
-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 )"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- nosetests -v || die
-}