Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/thefuck/
Date: Sun, 04 Sep 2016 14:04:41
Message-Id: 1472997865.4d32296e212ff223c2e07ea04e7bbc3c2fd8f57c.mrueg@gentoo
1 commit: 4d32296e212ff223c2e07ea04e7bbc3c2fd8f57c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 14:04:11 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 14:04:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d32296e
7
8 app-shells/thefuck: Remove old
9
10 Package-Manager: portage-2.3.0
11
12 app-shells/thefuck/Manifest | 1 -
13 app-shells/thefuck/thefuck-3.10.ebuild | 35 ----------------------------------
14 app-shells/thefuck/thefuck-3.11.ebuild | 35 ----------------------------------
15 3 files changed, 71 deletions(-)
16
17 diff --git a/app-shells/thefuck/Manifest b/app-shells/thefuck/Manifest
18 index 678519d..5464086 100644
19 --- a/app-shells/thefuck/Manifest
20 +++ b/app-shells/thefuck/Manifest
21 @@ -1,2 +1 @@
22 -DIST thefuck-3.10.tar.gz 786180 SHA256 4cdad2040325f73918f00e65822ce21c202e178173606452ed0c730d8c447210 SHA512 fa77177388e311834d5cae9e6264eebaf1b7e52f90a5fa5fd4c3a1858448c4a3288fabd7f08e604b81db1f759f25e7c0403e21ed9772ec517f2f8e8a5163441f WHIRLPOOL cb488dce6d0fa4ec5c760120f908eedf062933d3fb84643e83ef13d6fc29178085b6f960a97cbcd8b38500cec373cdda6a10bee77433f5aa76aa672bf7adf3bf
23 DIST thefuck-3.11.tar.gz 796095 SHA256 77ee25d0da7c3b5e373c2811c3a4d625de4c635094e960b9f9c60dc490650213 SHA512 774041c5bb54457add90ed071555a0f6215f43501e9ad359af4e1525df34daa3d35de17ccc93f0c74985c107560c0f86e2db52d58265c4f78d31c69015359631 WHIRLPOOL 5eaf7e56100f601146ffd19090463c132ec66a9fcf71340979094df04d8179ddc6624a3c420c114c330e7fafcfbcaeebc1bca462382368a289b75d606f581698
24
25 diff --git a/app-shells/thefuck/thefuck-3.10.ebuild b/app-shells/thefuck/thefuck-3.10.ebuild
26 deleted file mode 100644
27 index ee24672..00000000
28 --- a/app-shells/thefuck/thefuck-3.10.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -PYTHON_COMPAT=(python{2_7,3_4})
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Magnificent app which corrects your previous console command"
41 -HOMEPAGE="https://github.com/nvbn/thefuck"
42 -SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -IUSE="test"
48 -
49 -RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}]
50 - dev-python/psutil[${PYTHON_USEDEP}]
51 - dev-python/six[${PYTHON_USEDEP}]
52 - dev-python/decorator[${PYTHON_USEDEP}]
53 - dev-python/colorama[${PYTHON_USEDEP}]"
54 -DEPEND="test? ( ${RDEPEND}
55 - dev-python/pytest[${PYTHON_USEDEP}] )
56 - dev-python/setuptools[${PYTHON_USEDEP}]"
57 -
58 -src_prepare() {
59 - sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die
60 - distutils-r1_src_prepare
61 -}
62 -
63 -python_test() {
64 - py.test || die
65 -}
66
67 diff --git a/app-shells/thefuck/thefuck-3.11.ebuild b/app-shells/thefuck/thefuck-3.11.ebuild
68 deleted file mode 100644
69 index ee24672..00000000
70 --- a/app-shells/thefuck/thefuck-3.11.ebuild
71 +++ /dev/null
72 @@ -1,35 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -PYTHON_COMPAT=(python{2_7,3_4})
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="Magnificent app which corrects your previous console command"
83 -HOMEPAGE="https://github.com/nvbn/thefuck"
84 -SRC_URI="https://github.com/nvbn/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
85 -KEYWORDS="~amd64 ~x86"
86 -
87 -LICENSE="MIT"
88 -SLOT="0"
89 -IUSE="test"
90 -
91 -RDEPEND="virtual/python-pathlib[${PYTHON_USEDEP}]
92 - dev-python/psutil[${PYTHON_USEDEP}]
93 - dev-python/six[${PYTHON_USEDEP}]
94 - dev-python/decorator[${PYTHON_USEDEP}]
95 - dev-python/colorama[${PYTHON_USEDEP}]"
96 -DEPEND="test? ( ${RDEPEND}
97 - dev-python/pytest[${PYTHON_USEDEP}] )
98 - dev-python/setuptools[${PYTHON_USEDEP}]"
99 -
100 -src_prepare() {
101 - sed -i -e "/import pip/s/^/#/" -e "/pip.__version__/,+3 s/^/#/" setup.py || die
102 - distutils-r1_src_prepare
103 -}
104 -
105 -python_test() {
106 - py.test || die
107 -}