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 729241382C5 for ; Fri, 27 Nov 2020 16:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16F7CE0918; Fri, 27 Nov 2020 16:18:49 +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 F3292E0918 for ; Fri, 27 Nov 2020 16:18:48 +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 04DB53414CC for ; Fri, 27 Nov 2020 16:18:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59FE47E for ; Fri, 27 Nov 2020 16:18:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1606493915.80d73f1fd010988b4a9d7a6dbe349c7fa6101140.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-xenapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-xenapi/os-xenapi-0.3.4.ebuild X-VCS-Directories: dev-python/os-xenapi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80d73f1fd010988b4a9d7a6dbe349c7fa6101140 X-VCS-Branch: master Date: Fri, 27 Nov 2020 16:18:43 +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: 56e14931-a501-4d9e-a8d5-cec47bf17bfc X-Archives-Hash: d52a930d0860b5c8eeb61cd7db187b40 commit: 80d73f1fd010988b4a9d7a6dbe349c7fa6101140 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 27 16:16:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 27 16:18:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d73f1f dev-python/os-xenapi: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/os-xenapi/os-xenapi-0.3.4.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild b/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild deleted file mode 100644 index e6a46c5076e..00000000000 --- a/dev-python/os-xenapi/os-xenapi-0.3.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="XenAPI library for OpenStack projects" -HOMEPAGE="https://github.com/openstack/os-xenapi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]" -RDEPEND=" - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}] - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}] - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}] - !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}] - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}] - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}] - >=dev-python/six-1.9.0[${PYTHON_USEDEP}] -"