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 3846F1382C5 for ; Mon, 30 Nov 2020 00:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE94E0872; Mon, 30 Nov 2020 00:52:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B81B1E0872 for ; Mon, 30 Nov 2020 00:52:21 +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 C2AC1341388 for ; Mon, 30 Nov 2020 00:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8946447C for ; Mon, 30 Nov 2020 00:52:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606697512.4918cadda890d3320d081566faf460d98fe4f6e9.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/pyrad/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: kde-misc/pyrad/metadata.xml kde-misc/pyrad/pyrad-0.7.1.ebuild X-VCS-Directories: kde-misc/pyrad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4918cadda890d3320d081566faf460d98fe4f6e9 X-VCS-Branch: master Date: Mon, 30 Nov 2020 00:52:17 +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: 32483d5b-ef68-4f9c-968f-402347c84124 X-Archives-Hash: b2a1bf525880aa1bffcee9cff229585a commit: 4918cadda890d3320d081566faf460d98fe4f6e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 24 15:00:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 30 00:51:52 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=4918cadd kde-misc/pyrad: Remove package for too expensive deps Missing kde-apps/pykde4 and easier (non-)maintenance without python. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/pyrad/metadata.xml | 9 --------- kde-misc/pyrad/pyrad-0.7.1.ebuild | 30 ------------------------------ 2 files changed, 39 deletions(-) diff --git a/kde-misc/pyrad/metadata.xml b/kde-misc/pyrad/metadata.xml deleted file mode 100644 index 6e9a43a5..00000000 --- a/kde-misc/pyrad/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - pyRadKDE - ArneBab/pyrad - - diff --git a/kde-misc/pyrad/pyrad-0.7.1.ebuild b/kde-misc/pyrad/pyrad-0.7.1.ebuild deleted file mode 100644 index cb623c5d..00000000 --- a/kde-misc/pyrad/pyrad-0.7.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -MY_PN="pyRadKDE" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A wheel type command interface for KDE, heavily inspired by Kommando" -HOMEPAGE="https://bitbucket.org/ArneBab/pyrad https://pypi.python.org/pypi/pyRadKDE" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -S=${WORKDIR}/${MY_P} - -RDEPEND=" - kde-apps/kdialog:4 - kde-apps/pykde4:4[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"