summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-04-03 20:44:49 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-04-03 20:44:49 +0000
commit540cd9af1527325365593e590ca7a1156b8ca5b0 (patch)
tree4a180aab47235e731f799254fd10d6b348e1de73 /kde-base/kcminit
parentVersion bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff)
downloadgentoo-2-540cd9af1527325365593e590ca7a1156b8ca5b0.tar.gz
gentoo-2-540cd9af1527325365593e590ca7a1156b8ca5b0.tar.bz2
gentoo-2-540cd9af1527325365593e590ca7a1156b8ca5b0.zip
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcminit')
-rw-r--r--kde-base/kcminit/ChangeLog9
-rw-r--r--kde-base/kcminit/kcminit-4.0.3.ebuild15
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog
index dd5dee76e629..6d8fb615d0e3 100644
--- a/kde-base/kcminit/ChangeLog
+++ b/kde-base/kcminit/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for kde-base/kcminit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.72 2008/03/20 16:29:50 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.73 2008/04/03 20:44:49 philantrop Exp $
+
+*kcminit-4.0.3 (03 Apr 2008)
+
+ 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +kcminit-4.0.3.ebuild:
+ Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
+ NOT KEYWORD IT without talking to the KDE herd first.
20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcminit-4.0.1.ebuild:
Old.
diff --git a/kde-base/kcminit/kcminit-4.0.3.ebuild b/kde-base/kcminit/kcminit-4.0.3.ebuild
new file mode 100644
index 000000000000..be400e415969
--- /dev/null
+++ b/kde-base/kcminit/kcminit-4.0.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.0.3.ebuild,v 1.1 2008/04/03 20:44:49 philantrop Exp $
+
+EAPI="1"
+
+KMNAME=kdebase-workspace
+inherit kde4-meta
+
+DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND=">=kde-base/ksplash-${PV}:${SLOT}"
+RDEPEND="${DEPEND}"