summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 20:24:46 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-05-03 20:24:46 +0000
commit93df968f91d6334d2e42fab984caa05703db5ad8 (patch)
treeccde914bd869c82f3e589820b669dfd200d899d9 /kde-base/kcminit
parentVersion bump KDE 4.4.3 (diff)
downloadgentoo-2-93df968f91d6334d2e42fab984caa05703db5ad8.tar.gz
gentoo-2-93df968f91d6334d2e42fab984caa05703db5ad8.tar.bz2
gentoo-2-93df968f91d6334d2e42fab984caa05703db5ad8.zip
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcminit')
-rw-r--r--kde-base/kcminit/ChangeLog7
-rw-r--r--kde-base/kcminit/kcminit-4.4.3.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog
index 28dccfab6458..548daf6527ac 100644
--- a/kde-base/kcminit/ChangeLog
+++ b/kde-base/kcminit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kcminit
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.138 2010/03/31 22:10:52 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.139 2010/05/03 20:24:45 alexxy Exp $
+
+*kcminit-4.4.3 (03 May 2010)
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcminit-4.4.3.ebuild:
+ Version bump
31 Mar 2010; Dror Levin <spatz@gentoo.org> -kcminit-4.3.4.ebuild,
-kcminit-4.4.0.ebuild:
diff --git a/kde-base/kcminit/kcminit-4.4.3.ebuild b/kde-base/kcminit/kcminit-4.4.3.ebuild
new file mode 100644
index 000000000000..c1e3d93d37ae
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.4.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.4.3.ebuild,v 1.1 2010/05/03 20:24:46 alexxy Exp $
+
+EAPI="3"
+
+KMNAME="kdebase-workspace"
+inherit kde4-meta
+
+DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep ksplash)
+"
+RDEPEND="${DEPEND}"