From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D08E1382C5 for ; Tue, 9 Feb 2021 14:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64896E0922; Tue, 9 Feb 2021 14:45:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A906E0922 for ; Tue, 9 Feb 2021 14:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B9C340DBD for ; Tue, 9 Feb 2021 14:45:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6900B4C2 for ; Tue, 9 Feb 2021 14:45:09 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1612881875.8cfda63842b0f3fa9dac04469a1e1fc40944720e.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/py3status/py3status-3.33.ebuild X-VCS-Directories: x11-misc/py3status/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 8cfda63842b0f3fa9dac04469a1e1fc40944720e X-VCS-Branch: master Date: Tue, 9 Feb 2021 14:45:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6154cd56-76ba-4f51-adf9-331e5244c5da X-Archives-Hash: 0caf9d9582e5257b704dda28a1b83365 commit: 8cfda63842b0f3fa9dac04469a1e1fc40944720e Author: Alexys Jacob gentoo org> AuthorDate: Tue Feb 9 14:44:35 2021 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue Feb 9 14:44:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cfda638 x11-misc/py3status: drop useless ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alexys Jacob gentoo.org> x11-misc/py3status/py3status-3.33.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/x11-misc/py3status/py3status-3.33.ebuild b/x11-misc/py3status/py3status-3.33.ebuild deleted file mode 100644 index 14ef5a07192..00000000000 --- a/x11-misc/py3status/py3status-3.33.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{3_7,3_8} ) - -SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" - -inherit distutils-r1 - -MY_PN="py3status" -MY_P="${MY_PN}-${PV/_/-}" - -DESCRIPTION="py3status is an extensible i3status wrapper written in python" -HOMEPAGE="https://github.com/ultrabug/py3status" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gevent +udev" - -RDEPEND=" - x11-misc/i3status - gevent? ( >=dev-python/gevent-1.2.0[${PYTHON_USEDEP}] ) - udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] ) -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S=${WORKDIR}/${MY_P}