summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild')
-rw-r--r--sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
deleted file mode 100644
index 28c8c077f334..000000000000
--- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN}-1"
-MY_P="${MY_PN}-${PV}"
-EGIT_REPONAME="${MY_PN}"
-KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr
- ga gl hr hu is it ja kk km lt mai mr ms nb nds nl pa pl pt pt_BR
- ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr
- ug uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="PolKit agent module for KDE"
-HOMEPAGE="https://www.kde.org"
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
- SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz"
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86"
-SLOT="4"
-IUSE="debug minimal"
-
-RDEPEND="
- >=sys-auth/polkit-qt-0.103.0[qt4(+)]
- !sys-auth/polkit-kde
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
- S=${WORKDIR}/${MY_P}
-fi
-
-src_prepare() {
- kde4-base_src_prepare
-
- # Coinstallability with kde-plasma/polkit-kde-agent
- use minimal && rm -rf po
-}