diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:24:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 21:24:22 +0000 |
commit | f8dea231fd337e2ae56e9bfa4ef41074ad6ccac2 (patch) | |
tree | 1f3a81faf906c27c70a6faa28423aa07ee9282f8 /kde-base/kcminit | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-f8dea231fd337e2ae56e9bfa4ef41074ad6ccac2.tar.gz gentoo-2-f8dea231fd337e2ae56e9bfa4ef41074ad6ccac2.tar.bz2 gentoo-2-f8dea231fd337e2ae56e9bfa4ef41074ad6ccac2.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kcminit')
-rw-r--r-- | kde-base/kcminit/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcminit/kcminit-4.1.4.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/kcminit/ChangeLog b/kde-base/kcminit/ChangeLog index 3dece58ab6a8..7ec9100018f0 100644 --- a/kde-base/kcminit/ChangeLog +++ b/kde-base/kcminit/ChangeLog @@ -1,6 +1,11 @@ # 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.86 2008/11/16 04:46:50 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/ChangeLog,v 1.87 2009/01/13 21:24:22 alexxy Exp $ + +*kcminit-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcminit-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kcminit-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kcminit/kcminit-4.1.4.ebuild b/kde-base/kcminit/kcminit-4.1.4.ebuild new file mode 100644 index 000000000000..a6b71cf06695 --- /dev/null +++ b/kde-base/kcminit/kcminit-4.1.4.ebuild @@ -0,0 +1,15 @@ +# 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.1.4.ebuild,v 1.1 2009/01/13 21:24:22 alexxy Exp $ + +EAPI="2" + +KMNAME=kdebase-workspace +inherit kde4-meta + +DESCRIPTION="KCMInit - runs startups initialization for Control Modules." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" + +DEPEND=">=kde-base/ksplash-${PV}:${SLOT}" +RDEPEND="${DEPEND}" |