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