summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-07 00:22:11 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-07 00:22:11 +0000
commitee5e4f34061337ffcea150f1c790eea2f794e41c (patch)
tree823b8b79eb6d56c4166f6755dd39875eea0cc790 /kde-base/kcminit
parentRename modprobe.d/alsa file to alsa.conf. (diff)
downloadhistorical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.gz
historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.tar.bz2
historical-ee5e4f34061337ffcea150f1c790eea2f794e41c.zip
Version bump KDE 4.2.3
Package-Manager: portage-2.2_rc31/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.2.3.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog
index a332792089d4..8746cb1c61f4 100644
--- a/kde-base/kcminit/ChangeLog
+++ b/kde-base/kcminit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kcminit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.99 2009/04/17 06:33:26 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.100 2009/05/06 22:58:49 scarabeus Exp $
+
+*kcminit-4.2.3 (06 May 2009)
+
+ 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kcminit-4.2.3.ebuild:
+ Version bump
17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kcminit-4.2.2:
Restore ~hppa keywords
diff --git a/kde-base/kcminit/kcminit-4.2.3.ebuild b/kde-base/kcminit/kcminit-4.2.3.ebuild
new file mode 100644
index 000000000000..bcebe8ff1906
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.2.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.2.3.ebuild,v 1.1 2009/05/06 22:58:49 scarabeus Exp $
+
+EAPI="2"
+
+KMNAME="kdebase-workspace"
+inherit kde4-meta
+
+DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ >=kde-base/ksplash-${PV}:${SLOT}[kdeprefix=]
+"
+RDEPEND="${DEPEND}"