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 1B883138330 for ; Sat, 26 May 2018 11:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B33A9E08E0; Sat, 26 May 2018 11:32:36 +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 87134E08E0 for ; Sat, 26 May 2018 11:32:36 +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 45D99335CBB for ; Sat, 26 May 2018 11:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD1C2BA for ; Sat, 26 May 2018 11:32:32 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1527334296.839fb4eda5eba862f022bdafc68b438c785c8611.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xapp/xapp-1.0.1-r1.ebuild X-VCS-Directories: dev-python/xapp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 839fb4eda5eba862f022bdafc68b438c785c8611 X-VCS-Branch: master Date: Sat, 26 May 2018 11:32:32 +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-Archives-Salt: 2468ae81-e31e-47f7-b6c9-a81003d30ce9 X-Archives-Hash: 2650726a9f668c06472ec394e1ec4e11 commit: 839fb4eda5eba862f022bdafc68b438c785c8611 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 26 11:28:37 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 26 11:31:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839fb4ed dev-python/xapp: remove old Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/xapp/xapp-1.0.1-r1.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/xapp/xapp-1.0.1-r1.ebuild b/dev-python/xapp/xapp-1.0.1-r1.ebuild deleted file mode 100644 index 66f2b916dc3..00000000000 --- a/dev-python/xapp/xapp-1.0.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for x11-libs/xapps" -HOMEPAGE="https://github.com/linuxmint/python-xapp" -SRC_URI="https://github.com/linuxmint/python-xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/xapps" -RDEPEND="${DEPEND} - dev-python/psutil[${PYTHON_USEDEP}]" - -S="${WORKDIR}/python-xapp-${PV}"