summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:37:43 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 20:37:43 +0000
commit43cbdd2a4eb6e1f98533fa57596577542b65f272 (patch)
tree98bd20d8924779f79899dcc02f5b99148004361a
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-43cbdd2a4eb6e1f98533fa57596577542b65f272.tar.gz
gentoo-2-43cbdd2a4eb6e1f98533fa57596577542b65f272.tar.bz2
gentoo-2-43cbdd2a4eb6e1f98533fa57596577542b65f272.zip
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r--kde-base/policykit-kde/ChangeLog8
-rw-r--r--kde-base/policykit-kde/policykit-kde-4.3.2.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/policykit-kde/ChangeLog b/kde-base/policykit-kde/ChangeLog
index 405a23811f4d..a20310c84d85 100644
--- a/kde-base/policykit-kde/ChangeLog
+++ b/kde-base/policykit-kde/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/policykit-kde
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/policykit-kde/ChangeLog,v 1.5 2009/09/12 16:10:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/policykit-kde/ChangeLog,v 1.6 2009/10/06 20:37:43 alexxy Exp $
+
+*policykit-kde-4.3.2 (06 Oct 2009)
+
+ 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ +policykit-kde-4.3.2.ebuild:
+ Version bump
12 Sep 2009; Raúl Porcel <armin76@gentoo.org> policykit-kde-4.3.1.ebuild:
Add ~alpha/~ia64 wrt #280312
diff --git a/kde-base/policykit-kde/policykit-kde-4.3.2.ebuild b/kde-base/policykit-kde/policykit-kde-4.3.2.ebuild
new file mode 100644
index 000000000000..a2682beb26d5
--- /dev/null
+++ b/kde-base/policykit-kde/policykit-kde-4.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/policykit-kde/policykit-kde-4.3.2.ebuild,v 1.1 2009/10/06 20:37:43 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-workspace"
+KMMODULE="PolicyKit-kde"
+inherit kde4-meta
+
+DESCRIPTION="PolicyKit integration module for KDE."
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2"
+IUSE="debug"
+
+DEPEND="
+ sys-auth/policykit-qt
+"
+RDEPEND="${DEPEND}
+ !kde-misc/policykit-kde
+"