diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:26:57 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 18:26:57 +0000 |
commit | 5962818085fe87651a8cbac4b60ad4db22b7d0dd (patch) | |
tree | 3266c147fdb730be05a2a7558c642d17b2bcb7d4 /kde-base/kcontrol | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-5962818085fe87651a8cbac4b60ad4db22b7d0dd.tar.gz gentoo-2-5962818085fe87651a8cbac4b60ad4db22b7d0dd.tar.bz2 gentoo-2-5962818085fe87651a8cbac4b60ad4db22b7d0dd.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcontrol')
-rw-r--r-- | kde-base/kcontrol/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcontrol/kcontrol-4.3.2.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kcontrol/ChangeLog b/kde-base/kcontrol/ChangeLog index 6a40e02344dc..e4cb9db1a152 100644 --- a/kde-base/kcontrol/ChangeLog +++ b/kde-base/kcontrol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcontrol # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.157 2009/09/01 14:57:13 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/ChangeLog,v 1.158 2009/10/06 18:26:57 alexxy Exp $ + +*kcontrol-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kcontrol-4.3.2.ebuild: + Version bump *kcontrol-4.3.1 (01 Sep 2009) diff --git a/kde-base/kcontrol/kcontrol-4.3.2.ebuild b/kde-base/kcontrol/kcontrol-4.3.2.ebuild new file mode 100644 index 000000000000..92f7bc3748bc --- /dev/null +++ b/kde-base/kcontrol/kcontrol-4.3.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.3.2.ebuild,v 1.1 2009/10/06 18:26:57 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +RDEPEND=" + !kdeprefix? ( + !kde-base/ksmserver:4.1[-kdeprefix] + !<kde-base/systemsettings-4.2.91[-kdeprefix] + ) + kdeprefix? ( !<kde-base/systemsettings-4.2.91:${SLOT}[kdeprefix] ) + >=kde-base/kdnssd-${PV}:${SLOT}[kdeprefix=] + >=kde-base/khotkeys-${PV}:${SLOT}[kdeprefix=] +" |