diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-31 11:36:45 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-31 11:38:06 +0100 |
commit | ef1485f8c895be8901b7e55fca3f24d44ef83ee7 (patch) | |
tree | 04b1a8042940138c862dda86ed54bed100c0d7ec /app-misc | |
parent | media-tv/tvnamer: Version bump (diff) | |
download | gentoo-ef1485f8c895be8901b7e55fca3f24d44ef83ee7.tar.gz gentoo-ef1485f8c895be8901b7e55fca3f24d44ef83ee7.tar.bz2 gentoo-ef1485f8c895be8901b7e55fca3f24d44ef83ee7.zip |
app-misc/trash-cli: version bump.
Gentoo-Bug: https://bugs.gentoo.org/603862
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/trash-cli/Manifest | 1 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.16.12.29.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest index cca0346dc7eb..c517adf92bb6 100644 --- a/app-misc/trash-cli/Manifest +++ b/app-misc/trash-cli/Manifest @@ -1 +1,2 @@ DIST trash-cli-0.12.9.14.tar.gz 62090 SHA256 e0371b28324188d4936cbeea7c74f85a28306588c1ad15b5d3af33372bd5eb11 SHA512 3846ec4e2e491b09ad93134313a875fb3e072abe3e895956b62a3e4f350c1f10dd1ded3fea0caec3fa8a6bd39f2d0a63ac6a3a070a6204fd2f27f1e447f5ba6c WHIRLPOOL ee9bb75ca3b3b9f141777a581862b57dd12db38490761dc2cd429ec60eca972292b207063615d8a2c233dd613772fb65a7c6faaadd925410ce9f964b10a8e445 +DIST trash-cli-0.16.12.29.tar.gz 66826 SHA256 b891b6a5d1b7242b1402cb227f52faf638c2b5ce673925e1221236b4d95bd3f6 SHA512 a8a94205233ac600a98324b95829d1f00debaca95c85c51fa12f7a65ae6f24fda58370d8fe0095bf33327cbddae7dfb02c2587efffd2d7c206c7f7cb0a59953e WHIRLPOOL 0d2d6531430c846d1b28e3b27767d9e1a75e8bc4402023d9ddd44a56b88e89ea92529a8815a3158dceceaeb08c8aca2eb5cae20402c8197c1bab27b4ebb1ffff diff --git a/app-misc/trash-cli/trash-cli-0.16.12.29.ebuild b/app-misc/trash-cli/trash-cli-0.16.12.29.ebuild new file mode 100644 index 000000000000..389f7af92666 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.16.12.29.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 vcs-snapshot + +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}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |