Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/
Date: Tue, 09 Feb 2021 14:45:15
Message-Id: 1612881875.8cfda63842b0f3fa9dac04469a1e1fc40944720e.ultrabug@gentoo
1 commit: 8cfda63842b0f3fa9dac04469a1e1fc40944720e
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 14:44:35 2021 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 14:44:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfda638
7
8 x11-misc/py3status: drop useless ebuild
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 x11-misc/py3status/py3status-3.33.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/x11-misc/py3status/py3status-3.33.ebuild b/x11-misc/py3status/py3status-3.33.ebuild
17 deleted file mode 100644
18 index 14ef5a07192..00000000000
19 --- a/x11-misc/py3status/py3status-3.33.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -PYTHON_COMPAT=( python{3_7,3_8} )
27 -
28 -SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 -
30 -inherit distutils-r1
31 -
32 -MY_PN="py3status"
33 -MY_P="${MY_PN}-${PV/_/-}"
34 -
35 -DESCRIPTION="py3status is an extensible i3status wrapper written in python"
36 -HOMEPAGE="https://github.com/ultrabug/py3status"
37 -
38 -LICENSE="BSD"
39 -SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 -IUSE="gevent +udev"
42 -
43 -RDEPEND="
44 - x11-misc/i3status
45 - gevent? ( >=dev-python/gevent-1.2.0[${PYTHON_USEDEP}] )
46 - udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] )
47 -"
48 -DEPEND="${RDEPEND}
49 - dev-python/setuptools[${PYTHON_USEDEP}]"
50 -
51 -S=${WORKDIR}/${MY_P}