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 BE71A158F56 for ; Tue, 17 Aug 2021 09:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0549E084E; Tue, 17 Aug 2021 09:16:09 +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 B563BE084E for ; Tue, 17 Aug 2021 09:16:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 56F1A335DBE for ; Tue, 17 Aug 2021 09:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92DB286F for ; Tue, 17 Aug 2021 09:16:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1629191755.dc35df95d1d0c1d08005b646969828efc3c90aba.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/poezio/poezio-0.13.1-r1.ebuild X-VCS-Directories: net-im/poezio/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: dc35df95d1d0c1d08005b646969828efc3c90aba X-VCS-Branch: master Date: Tue, 17 Aug 2021 09:16:06 +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: a1e8443a-f9c9-431d-9563-6df21cfb1fba X-Archives-Hash: d77194f71eec61d8fcb787958797692e commit: dc35df95d1d0c1d08005b646969828efc3c90aba Author: Florian Schmaus gentoo org> AuthorDate: Tue Aug 17 09:15:55 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Aug 17 09:15:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc35df95 net-im/poezio: drop 0.13.1-r1 Signed-off-by: Florian Schmaus gentoo.org> net-im/poezio/poezio-0.13.1-r1.ebuild | 52 ----------------------------------- 1 file changed, 52 deletions(-) diff --git a/net-im/poezio/poezio-0.13.1-r1.ebuild b/net-im/poezio/poezio-0.13.1-r1.ebuild deleted file mode 100644 index a080438c959..00000000000 --- a/net-im/poezio/poezio-0.13.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 readme.gentoo-r1 - -DESCRIPTION="Console XMPP client that looks like most famous IRC clients" -HOMEPAGE="https://poez.io/" -LICENSE="ZLIB" -SLOT="0" - -if [[ "${PV}" == "9999" ]]; then - EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git" - inherit git-r3 -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="amd64" -fi - -RDEPEND=" - dev-python/aiodns[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - >=dev-python/slixmpp-1.5.0[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -DOC_CONTENTS=" -Install these optional runtime dependencies for additional features. -* dev-python/pyinotify for screen autoaway plugin support. -" -DISABLE_AUTOFORMATTING=true - -src_prepare() { - default - # Delete unmaintained plugin which requires an excessive external dep - rm plugins/mpd_client.py || die -} - -src_install() { - distutils-r1_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -}