diff options
author | 2014-09-16 18:17:35 +0000 | |
---|---|---|
committer | 2014-09-16 18:17:35 +0000 | |
commit | f8633b9ab4fbc263024fc7d9e4b25610366de9c2 (patch) | |
tree | 6a1fa56dffbbac34e8c5f2f3a57fbdac07646b6c /kde-base/solid-actions-kcm | |
parent | Always download/symlink unifont, bug 522956. (diff) | |
download | gentoo-2-f8633b9ab4fbc263024fc7d9e4b25610366de9c2.tar.gz gentoo-2-f8633b9ab4fbc263024fc7d9e4b25610366de9c2.tar.bz2 gentoo-2-f8633b9ab4fbc263024fc7d9e4b25610366de9c2.zip |
Version bump KDE SC 4.14.1
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/solid-actions-kcm')
-rw-r--r-- | kde-base/solid-actions-kcm/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/solid-actions-kcm/solid-actions-kcm-4.11.12.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/solid-actions-kcm/ChangeLog b/kde-base/solid-actions-kcm/ChangeLog index f3edb483926b..b64aeadb8774 100644 --- a/kde-base/solid-actions-kcm/ChangeLog +++ b/kde-base/solid-actions-kcm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/solid-actions-kcm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.36 2014/07/23 16:53:21 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.37 2014/09/16 18:17:24 johu Exp $ + +*solid-actions-kcm-4.11.12 (16 Sep 2014) + + 16 Sep 2014; Johannes Huber <johu@gentoo.org> + +solid-actions-kcm-4.11.12.ebuild: + Version bump KDE Workspace 4.11.12 23 Jul 2014; Johannes Huber <johu@gentoo.org> -solid-actions-kcm-4.11.10.ebuild: diff --git a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.12.ebuild b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.12.ebuild new file mode 100644 index 000000000000..207b76eb9b66 --- /dev/null +++ b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.12.ebuild,v 1.1 2014/09/16 18:17:24 johu Exp $ + +EAPI=5 + +KMNAME="kde-workspace" +CPPUNIT_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="KDE control module for Solid actions" +HOMEPAGE="http://solid.kde.org" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep solid-runtime) + !kde-base/solid:4 +" |