summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-08 22:16:56 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-08 22:16:56 +0000
commitdfa10e1cc13fd827ce39ba56ed8341bdfa7de48f (patch)
treefc20d093f69a9a454e5015d718c0b701a8388dfe /sys-auth/polkit-kde
parent[sys-auth/polkit-qt] Initial import (diff)
downloadhistorical-dfa10e1cc13fd827ce39ba56ed8341bdfa7de48f.tar.gz
historical-dfa10e1cc13fd827ce39ba56ed8341bdfa7de48f.tar.bz2
historical-dfa10e1cc13fd827ce39ba56ed8341bdfa7de48f.zip
[sys-auth/polkit-kde] Initial import
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/polkit-kde')
-rw-r--r--sys-auth/polkit-kde/ChangeLog10
-rw-r--r--sys-auth/polkit-kde/metadata.xml5
-rw-r--r--sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild30
3 files changed, 45 insertions, 0 deletions
diff --git a/sys-auth/polkit-kde/ChangeLog b/sys-auth/polkit-kde/ChangeLog
new file mode 100644
index 000000000000..447d67a11ad9
--- /dev/null
+++ b/sys-auth/polkit-kde/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-auth/polkit-kde
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/ChangeLog,v 1.1 2010/02/08 22:16:56 alexxy Exp $
+
+*polkit-kde-0.95.1 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +polkit-kde-0.95.1.ebuild, +metadata.xml:
+ Initial import
+
diff --git a/sys-auth/polkit-kde/metadata.xml b/sys-auth/polkit-kde/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/sys-auth/polkit-kde/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
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 000000000000..7e552f3dc58c
--- /dev/null
+++ b/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-kde/polkit-kde-0.95.1.ebuild,v 1.1 2010/02/08 22:16:56 alexxy Exp $
+
+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}"