summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 15:57:07 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-03-02 15:57:07 +0000
commit45c7d43cd4026a39b13c20301731cd171716e88e (patch)
tree3ce75145d21dc3c5e19c748a7685b54eb3553b51 /kde-base/kcminit
parentVersion bump KDE 4.4.1 (diff)
downloadgentoo-2-45c7d43cd4026a39b13c20301731cd171716e88e.tar.gz
gentoo-2-45c7d43cd4026a39b13c20301731cd171716e88e.tar.bz2
gentoo-2-45c7d43cd4026a39b13c20301731cd171716e88e.zip
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcminit')
-rw-r--r--kde-base/kcminit/ChangeLog8
-rw-r--r--kde-base/kcminit/kcminit-4.4.1.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog
index a3513c41335c..ad3c618a0217 100644
--- a/kde-base/kcminit/ChangeLog
+++ b/kde-base/kcminit/ChangeLog
@@ -1,6 +1,12 @@
# 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.134 2010/02/20 10:11:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.135 2010/03/02 15:57:07 tampakrap Exp $
+
+*kcminit-4.4.1 (02 Mar 2010)
+
+ 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kcminit-4.4.1.ebuild:
+ Version bump
20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kcminit-4.3.5.ebuild:
amd64/x86 stable wrt #300393
diff --git a/kde-base/kcminit/kcminit-4.4.1.ebuild b/kde-base/kcminit/kcminit-4.4.1.ebuild
new file mode 100644
index 000000000000..6ae65d5c6aa4
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.4.1.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.1.ebuild,v 1.1 2010/03/02 15:57:07 tampakrap 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}"