diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/solid-actions-kcm | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/solid-actions-kcm')
-rw-r--r-- | kde-base/solid-actions-kcm/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/solid-actions-kcm/solid-actions-kcm-4.11.5.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/kde-base/solid-actions-kcm/ChangeLog b/kde-base/solid-actions-kcm/ChangeLog index 2e185fa69070..6300522983b9 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.13 2013/12/11 20:27:36 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.14 2014/01/10 04:21:51 creffett Exp $ + +*solid-actions-kcm-4.11.5 (10 Jan 2014) + + 10 Jan 2014; Chris Reffett <creffett@gentoo.org> + +solid-actions-kcm-4.11.5.ebuild: + Bump KDE SC 4.11.5 11 Dec 2013; Agostino Sarubbo <ago@gentoo.org> solid-actions-kcm-4.11.2.ebuild: diff --git a/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.5.ebuild b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.5.ebuild new file mode 100644 index 000000000000..58e68576f7bf --- /dev/null +++ b/kde-base/solid-actions-kcm/solid-actions-kcm-4.11.5.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.5.ebuild,v 1.1 2014/01/10 04:21:51 creffett 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 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep solid-runtime) + !kde-base/solid:4 +" |