summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/pyrad/pyrad-0.7.1.ebuild')
-rw-r--r--kde-misc/pyrad/pyrad-0.7.1.ebuild30
1 files changed, 0 insertions, 30 deletions
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}]
-"