summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:13:53 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:13:53 +0000
commit5650fcc56227249da43e9b3856465969430a42bf (patch)
tree32e2e808b0a8ff1a8245023c91994690252ad924 /kde-base/kcminit
parent[kde-base/akregator] Version bump to KDE SC 4.4.0 (diff)
downloadgentoo-2-5650fcc56227249da43e9b3856465969430a42bf.tar.gz
gentoo-2-5650fcc56227249da43e9b3856465969430a42bf.tar.bz2
gentoo-2-5650fcc56227249da43e9b3856465969430a42bf.zip
[kde-base/kcminit] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/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.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog
index 7873fb85f580..659a6e1d8173 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.132 2010/01/25 14:39:59 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.133 2010/02/09 00:13:53 alexxy Exp $
+
+*kcminit-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcminit-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*kcminit-4.3.5 (25 Jan 2010)
diff --git a/kde-base/kcminit/kcminit-4.4.0.ebuild b/kde-base/kcminit/kcminit-4.4.0.ebuild
new file mode 100644
index 000000000000..e3afc20a3f61
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:13:53 alexxy Exp $
+
+EAPI="2"
+
+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}"