Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/
Date: Sun, 27 Jan 2019 10:16:25
Message-Id: 1548584129.888d135fafa34b66780f34353159f61920334936.pacho@gentoo
1 commit: 888d135fafa34b66780f34353159f61920334936
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 10:06:38 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 10:15:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=888d135f
7
8 app-misc/trash-cli: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 app-misc/trash-cli/Manifest | 2 --
14 app-misc/trash-cli/trash-cli-0.16.12.29.ebuild | 19 -------------------
15 app-misc/trash-cli/trash-cli-0.17.1.14.ebuild | 18 ------------------
16 3 files changed, 39 deletions(-)
17
18 diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
19 index e562fe9e26b..c165971ed0a 100644
20 --- a/app-misc/trash-cli/Manifest
21 +++ b/app-misc/trash-cli/Manifest
22 @@ -1,4 +1,2 @@
23 DIST trash-cli-0.12.9.14.tar.gz 62090 BLAKE2B b227fe852aa204156b197e14e8dd34e1f9883f0dde11512842a2705ea20d781db031552f4b355096521fe720cd48d6fded74aa5d173d423bd3b6b8e77f413a1a SHA512 3846ec4e2e491b09ad93134313a875fb3e072abe3e895956b62a3e4f350c1f10dd1ded3fea0caec3fa8a6bd39f2d0a63ac6a3a070a6204fd2f27f1e447f5ba6c
24 -DIST trash-cli-0.16.12.29.tar.gz 66826 BLAKE2B 0d8b56a1ac23272ea9c53b732e679ce4b92173e404afeb7611d781cebde32ff9895d751176ab038444fd5a98920ab725cca909c5920d9c28ab32408bf5fe2e84 SHA512 a8a94205233ac600a98324b95829d1f00debaca95c85c51fa12f7a65ae6f24fda58370d8fe0095bf33327cbddae7dfb02c2587efffd2d7c206c7f7cb0a59953e
25 -DIST trash-cli-0.17.1.14.tar.gz 69141 BLAKE2B 028274ea2753eb3ff4bfec5929dafcf090d05938154eb20ce02559e696310a647643275a64c2278c9dd8e71442c5e32dc77a87f095c14c2bbe5f98931e627604 SHA512 29033d6e780d81ca762cb69d571c1fa8608f7e84564600d1f7a92141acecf9d7c770e7ff6dcac8f98701af4c6aec3874634eba0af0e92fc2b98ce99c5550c14d
26 DIST trash-cli-0.17.1.14_p20170816.tar.gz 69713 BLAKE2B f995c22ba0704eba96abac2c130f9118cc98ad5c5f21903601ea60ee1f52c594b7f8b16ebcaabb4b34086f5f9f66ad02cd628c379ed5139bcb1f691016b435ab SHA512 9d35620b55c63b53b7255179a6304f4d7190c2a90f68c102f64b9616ee897460939633e9c77826968a1682fc5fa090b0f3ea1daad82a44cc96704dc54da45dcd
27
28 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
29 deleted file mode 100644
30 index ef6a1332463..00000000000
31 --- a/app-misc/trash-cli/trash-cli-0.16.12.29.ebuild
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit distutils-r1 vcs-snapshot
42 -
43 -DESCRIPTION="Python scripts to manipulate trash cans via the command line"
44 -HOMEPAGE="https://github.com/andreafrancia/trash-cli"
45 -SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53
54 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
55 deleted file mode 100644
56 index faa9656ed80..00000000000
57 --- a/app-misc/trash-cli/trash-cli-0.17.1.14.ebuild
58 +++ /dev/null
59 @@ -1,18 +0,0 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=6
64 -
65 -PYTHON_COMPAT=( python2_7 )
66 -
67 -inherit distutils-r1 vcs-snapshot
68 -
69 -DESCRIPTION="Python scripts to manipulate trash cans via the command line"
70 -HOMEPAGE="https://github.com/andreafrancia/trash-cli"
71 -SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
72 -
73 -LICENSE="GPL-2"
74 -SLOT="0"
75 -KEYWORDS="~amd64 ~x86"
76 -
77 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"