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 D319E139345 for ; Tue, 13 Jul 2021 06:44:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C1FE0EEF; Tue, 13 Jul 2021 06:44:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F41E4E0EEF for ; Tue, 13 Jul 2021 06:44:21 +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 B8EC9340BB4 for ; Tue, 13 Jul 2021 06:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44E807D1 for ; Tue, 13 Jul 2021 06:44:19 +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: <1626158529.9a60ab5a20ec6e862f39aaaf3d087ae2a3cd86f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xapp/Manifest dev-python/xapp/xapp-2.0.2.ebuild X-VCS-Directories: dev-python/xapp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9a60ab5a20ec6e862f39aaaf3d087ae2a3cd86f4 X-VCS-Branch: master Date: Tue, 13 Jul 2021 06:44:19 +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: 257103d4-c14b-41d3-9afe-e2ddc68ea1b4 X-Archives-Hash: f6677e7bc364a93aecad5b64c4b5b662 commit: 9a60ab5a20ec6e862f39aaaf3d087ae2a3cd86f4 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 13 06:42:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 13 06:42:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a60ab5a dev-python/xapp: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/xapp/Manifest | 1 - dev-python/xapp/xapp-2.0.2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/xapp/Manifest b/dev-python/xapp/Manifest index c49c5f65708..df9ec09218a 100644 --- a/dev-python/xapp/Manifest +++ b/dev-python/xapp/Manifest @@ -1,2 +1 @@ -DIST xapp-2.0.2.tar.gz 19946 BLAKE2B fde2f4f30fa1dbb5d4778d82bcfb347a5b8f89635df6c298d0dc509a194c528b653a1cbe4537c878bde4a8b987852ca51e37a70b6c35f96c9882c5b1b277dd36 SHA512 2b5d2a259e55384426940e6284ec9f964f4f0220b8cb364606c938ef6e1717d40ddbc3730732dddc86d460f624ac6161fe5ab55c276aedba9187a79d9d53a60e DIST xapp-2.2.1.tar.gz 20739 BLAKE2B 11f3b8964aedc726235d1c9350b159ed5cc0e859f33d6390d06e8df225eb86d0d6a392d16023a460ae0dad69f4a65b3cc8c3a759e8a4e5abab491a6d71ea8ab9 SHA512 2c03a6201404d7c792e12b10241309c912ca6b1daaa56aa0867ddbb16af053f110e4cb05da969b1800678d60acc0e6d19fc097581e6b195fff9f68acb48505ff diff --git a/dev-python/xapp/xapp-2.0.2.ebuild b/dev-python/xapp/xapp-2.0.2.ebuild deleted file mode 100644 index 32cca5c4e63..00000000000 --- a/dev-python/xapp/xapp-2.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for x11-libs/xapps" -HOMEPAGE="https://github.com/linuxmint/python3-xapp" -SRC_URI="https://github.com/linuxmint/python3-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - x11-libs/xapps[introspection] -" -RDEPEND=" - ${DEPEND} - dev-python/psutil[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/python3-xapp-${PV}"