commit:     4918cadda890d3320d081566faf460d98fe4f6e9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 15:00:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="pypi">pyRadKDE</remote-id>
-               <remote-id type="bitbucket">ArneBab/pyrad</remote-id>
-       </upstream>
-</pkgmetadata>

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}]
-"

Reply via email to