diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-04-11 17:09:51 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-04-11 17:09:51 +0000 |
commit | 9df6c8a497c96584acdc81d881eda9e1d566f72e (patch) | |
tree | 91844a0c0f8fcd9a071e6624108f6637cc34ec2d /kde-frameworks/krunner | |
parent | Add ruby22. (diff) | |
download | gentoo-2-9df6c8a497c96584acdc81d881eda9e1d566f72e.tar.gz gentoo-2-9df6c8a497c96584acdc81d881eda9e1d566f72e.tar.bz2 gentoo-2-9df6c8a497c96584acdc81d881eda9e1d566f72e.zip |
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-frameworks/krunner')
-rw-r--r-- | kde-frameworks/krunner/ChangeLog | 7 | ||||
-rw-r--r-- | kde-frameworks/krunner/krunner-5.9.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-frameworks/krunner/ChangeLog b/kde-frameworks/krunner/ChangeLog index 66bbb5ea5dbb..85c70646e9cf 100644 --- a/kde-frameworks/krunner/ChangeLog +++ b/kde-frameworks/krunner/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-frameworks/krunner # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/krunner/ChangeLog,v 1.10 2015/04/03 21:32:47 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/krunner/ChangeLog,v 1.11 2015/04/11 17:09:48 kensington Exp $ + +*krunner-5.9.0 (11 Apr 2015) + + 11 Apr 2015; Michael Palimaka <kensington@gentoo.org> +krunner-5.9.0.ebuild: + Version bump. 03 Apr 2015; Johannes Huber <johu@gentoo.org> -krunner-5.7.0.ebuild: Remove KDE Frameworks 5.7.0 diff --git a/kde-frameworks/krunner/krunner-5.9.0.ebuild b/kde-frameworks/krunner/krunner-5.9.0.ebuild new file mode 100644 index 000000000000..b54db8df1065 --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/krunner/krunner-5.9.0.ebuild,v 1.1 2015/04/11 17:09:48 kensington Exp $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for providing different actions given a string query" +LICENSE="LGPL-2+" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep plasma) + $(add_frameworks_dep solid) + $(add_frameworks_dep threadweaver) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" |