Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/
Date: Tue, 18 Jul 2017 21:39:34
Message-Id: 1500413948.01f79e1dff23ec84db789f3c30850581d6f80fdd.monsieurp@gentoo
1 commit: 01f79e1dff23ec84db789f3c30850581d6f80fdd
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 21:39:08 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 21:39:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f79e1d
7
8 app-misc/trash-cli: version bump.
9
10 Gentoo-Bug: https://bugs.gentoo.org/620434
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 app-misc/trash-cli/Manifest | 1 +
15 app-misc/trash-cli/trash-cli-0.17.1.14.ebuild | 18 ++++++++++++++++++
16 2 files changed, 19 insertions(+)
17
18 diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
19 index c517adf92bb..410d6af4742 100644
20 --- a/app-misc/trash-cli/Manifest
21 +++ b/app-misc/trash-cli/Manifest
22 @@ -1,2 +1,3 @@
23 DIST trash-cli-0.12.9.14.tar.gz 62090 SHA256 e0371b28324188d4936cbeea7c74f85a28306588c1ad15b5d3af33372bd5eb11 SHA512 3846ec4e2e491b09ad93134313a875fb3e072abe3e895956b62a3e4f350c1f10dd1ded3fea0caec3fa8a6bd39f2d0a63ac6a3a070a6204fd2f27f1e447f5ba6c WHIRLPOOL ee9bb75ca3b3b9f141777a581862b57dd12db38490761dc2cd429ec60eca972292b207063615d8a2c233dd613772fb65a7c6faaadd925410ce9f964b10a8e445
24 DIST trash-cli-0.16.12.29.tar.gz 66826 SHA256 b891b6a5d1b7242b1402cb227f52faf638c2b5ce673925e1221236b4d95bd3f6 SHA512 a8a94205233ac600a98324b95829d1f00debaca95c85c51fa12f7a65ae6f24fda58370d8fe0095bf33327cbddae7dfb02c2587efffd2d7c206c7f7cb0a59953e WHIRLPOOL 0d2d6531430c846d1b28e3b27767d9e1a75e8bc4402023d9ddd44a56b88e89ea92529a8815a3158dceceaeb08c8aca2eb5cae20402c8197c1bab27b4ebb1ffff
25 +DIST trash-cli-0.17.1.14.tar.gz 69141 SHA256 8fdd20e5e9c55ea4e24677e602a06a94a93f1155f9970c55b25dede5e037b974 SHA512 29033d6e780d81ca762cb69d571c1fa8608f7e84564600d1f7a92141acecf9d7c770e7ff6dcac8f98701af4c6aec3874634eba0af0e92fc2b98ce99c5550c14d WHIRLPOOL 72d0934749d9b9d4e00dfbc9eb6a0fd98f14714b3e1dd73e2992825fe23904c1c73778b28639f0afbc839a60ea87b32d34d68c09837fe72188d1cf46bff86f1a
26
27 diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild
28 new file mode 100644
29 index 00000000000..faa9656ed80
30 --- /dev/null
31 +++ b/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild
32 @@ -0,0 +1,18 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +PYTHON_COMPAT=( python2_7 )
39 +
40 +inherit distutils-r1 vcs-snapshot
41 +
42 +DESCRIPTION="Python scripts to manipulate trash cans via the command line"
43 +HOMEPAGE="https://github.com/andreafrancia/trash-cli"
44 +SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"