Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
Date: Wed, 05 Feb 2020 16:27:36
Message-Id: 1580919922.8c9353b5105ecd7e172d1febc345a5586d0be1e5.mgorny@gentoo
1 commit: 8c9353b5105ecd7e172d1febc345a5586d0be1e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 16:25:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 16:25:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9353b5
7
8 dev-util/gertty: Remove old (py2)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/gertty/Manifest | 3 ---
13 dev-util/gertty/gertty-1.3.2.ebuild | 36 ----------------------------------
14 dev-util/gertty/gertty-1.4.0.ebuild | 36 ----------------------------------
15 dev-util/gertty/gertty-1.5.0-r1.ebuild | 35 ---------------------------------
16 4 files changed, 110 deletions(-)
17
18 diff --git a/dev-util/gertty/Manifest b/dev-util/gertty/Manifest
19 index 6867912d975..e78378718b3 100644
20 --- a/dev-util/gertty/Manifest
21 +++ b/dev-util/gertty/Manifest
22 @@ -1,4 +1 @@
23 -DIST gertty-1.3.2.tar.gz 92553 BLAKE2B 2e6771fcf044a8a46e91dbc6f34869be528e0aa4db8344aa26a999bfb9fe1a8e7b18346f1d90f06b7cb436c74a2c04c5528297d126e66b8f985bfc42483c53cc SHA512 b68acb801ceb225fe86d62015fd89bce7ebe34219dbb2f7fe10d991ff06b558a5ed3512e6435ef3ce13324841c473dbec565c7bef23e01567f5bdcbb6aba9136
24 -DIST gertty-1.4.0.tar.gz 115581 BLAKE2B af1a4ceac5b1e189305463e91d8d79246ccf16d5109b5100c0f928af42c39632d2c4b904c5586428c31d5d12985baf8ed2507c743364d6b26a4a02967b59dfc3 SHA512 9abba6271d3ec95938f07ab4ee76f0b539a7ce7f0bbf9c08509fe9516c14f99ccb7b439d29a30bff6dca99bf39788dc803cd8aed3cc03b531678225fa41102d9
25 -DIST gertty-1.5.0.tar.gz 119784 BLAKE2B bc563c10009c372de5a702b4ab33d9b6b26a898486fc5a1d840f298b50a779c36467ccf6600b6f29b61d3c15b1cc0bbfe960d0d6a1a71d3f8b8f75dc392ab0dc SHA512 bc47817a3ba9ccce298ee1a646cb43f8a57e9a57a40d898859836b3171abd0cf3c682a5f5811cf3d987a17dbf00dd6706a5dbc5a6a35f1d5ff3a217c68187cda
26 DIST gertty-1.6.0.tar.gz 122570 BLAKE2B 8c3628f9b0b56aaff30f183a1ab0d852b8ee487927833f41b8aa61f94f8d14eaf3a8d515d5edcb3fa7dd18ca36f42a977d12790c52d6c629a720b4f29252b030 SHA512 0fe5224f5b4b06910bba0d19453ea0f273f6ea0688b9aa092e11f929b71801581f6d7cead1d64c00912ee3363b98d4b36e903fa992a7ce36f190a4f3c09375d2
27
28 diff --git a/dev-util/gertty/gertty-1.3.2.ebuild b/dev-util/gertty/gertty-1.3.2.ebuild
29 deleted file mode 100644
30 index 6157972f8d8..00000000000
31 --- a/dev-util/gertty/gertty-1.3.2.ebuild
32 +++ /dev/null
33 @@ -1,36 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
43 -HOMEPAGE="https://pypi.org/project/gertty/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 -SLOT="0"
49 -IUSE=""
50 -
51 -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
52 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}"
56 -RDEPEND="
57 - ${CDEPEND}
58 - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
59 - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
60 - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
61 - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
62 - dev-python/python-dateutil[${PYTHON_USEDEP}]
63 - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
64 - <dev-python/requests-3.0.0[${PYTHON_USEDEP}]
65 - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
66 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
67 - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
68 - >=dev-python/ply-3.4[${PYTHON_USEDEP}]
69 - dev-python/six[${PYTHON_USEDEP}]"
70
71 diff --git a/dev-util/gertty/gertty-1.4.0.ebuild b/dev-util/gertty/gertty-1.4.0.ebuild
72 deleted file mode 100644
73 index 6157972f8d8..00000000000
74 --- a/dev-util/gertty/gertty-1.4.0.ebuild
75 +++ /dev/null
76 @@ -1,36 +0,0 @@
77 -# Copyright 1999-2020 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -PYTHON_COMPAT=( python2_7 )
82 -
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
86 -HOMEPAGE="https://pypi.org/project/gertty/"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="Apache-2.0"
90 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
91 -SLOT="0"
92 -IUSE=""
93 -
94 -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]
95 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
96 -DEPEND="
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - ${CDEPEND}"
99 -RDEPEND="
100 - ${CDEPEND}
101 - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
102 - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
103 - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
104 - >=dev-python/git-python-0.3.2[${PYTHON_USEDEP}]
105 - dev-python/python-dateutil[${PYTHON_USEDEP}]
106 - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
107 - <dev-python/requests-3.0.0[${PYTHON_USEDEP}]
108 - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
109 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
110 - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
111 - >=dev-python/ply-3.4[${PYTHON_USEDEP}]
112 - dev-python/six[${PYTHON_USEDEP}]"
113
114 diff --git a/dev-util/gertty/gertty-1.5.0-r1.ebuild b/dev-util/gertty/gertty-1.5.0-r1.ebuild
115 deleted file mode 100644
116 index c7152e1a9b5..00000000000
117 --- a/dev-util/gertty/gertty-1.5.0-r1.ebuild
118 +++ /dev/null
119 @@ -1,35 +0,0 @@
120 -# Copyright 1999-2020 Gentoo Authors
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=6
124 -PYTHON_COMPAT=( python2_7 )
125 -
126 -inherit distutils-r1
127 -
128 -DESCRIPTION="Gertty is a console-based interface to the Gerrit Code Review system."
129 -HOMEPAGE="https://pypi.org/project/gertty/"
130 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
131 -
132 -LICENSE="Apache-2.0"
133 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
134 -SLOT="0"
135 -IUSE=""
136 -
137 -CDEPEND=">=dev-python/pbr-0.11[${PYTHON_USEDEP}]"
138 -DEPEND="
139 - dev-python/setuptools[${PYTHON_USEDEP}]
140 - ${CDEPEND}"
141 -RDEPEND="
142 - ${CDEPEND}
143 - >=dev-python/urwid-1.2.1[${PYTHON_USEDEP}]
144 - !~dev-python/urwid-1.3.0[${PYTHON_USEDEP}]
145 - >=dev-python/sqlalchemy-1.0.4[${PYTHON_USEDEP}]
146 - >=dev-python/git-python-0.3.7[${PYTHON_USEDEP}]
147 - dev-python/python-dateutil[${PYTHON_USEDEP}]
148 - >=dev-python/requests-2.5.3[${PYTHON_USEDEP}]
149 - <dev-python/requests-3.0.0[${PYTHON_USEDEP}]
150 - >=dev-python/alembic-0.6.4[${PYTHON_USEDEP}]
151 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
152 - >=dev-python/voluptuous-0.7[${PYTHON_USEDEP}]
153 - >=dev-python/ply-3.4[${PYTHON_USEDEP}]
154 - dev-python/six[${PYTHON_USEDEP}]"