commit: 52f5ad0f3adf12d40b57d9817a7df43729d5d965 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Fri Nov 27 05:42:03 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=52f5ad0f
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 <AT> sinustrom.info> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../trash-cli/trash-cli-0.17.1.14_p20170816.ebuild | 30 ---------------------- 1 file changed, 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 c32b7c75024..00000000000 --- 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 -}
