summaryrefslogtreecommitdiff
path: root/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild')
-rw-r--r--sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild
new file mode 100644
index 00000000000..e6487aca35f
--- /dev/null
+++ b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+if [[ ${PV} = *9999* ]]; then
+ KMNAME="extragear/base"
+ KMMODULE="polkit-kde-1"
+else
+ KDE_LINGUAS="da en_GB et gl lt nl pt pt_BR sk sv uk zh_TW"
+ MY_P="${P/kde/kde-1}"
+ SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
+fi
+inherit kde4-base
+
+DESCRIPTION="PolicyKit integration module for KDE."
+HOMEPAGE="http://kde.org"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ >=sys-auth/polkit-qt-0.95.1
+"
+RDEPEND="${DEPEND}"
+
+[[ ${PV} = *9999* ]] || S="${WORKDIR}/${MY_P}"