diff options
author | 2015-02-14 22:09:58 +0000 | |
---|---|---|
committer | 2015-02-14 22:09:58 +0000 | |
commit | 74b62f2ff15457f5192135569c197c6d6fb3c655 (patch) | |
tree | 0ae0e3f9483bbf4d3da54d603b86a850aa88a5d4 /kde-frameworks/kdeclarative | |
parent | Keyword ~ppc, bug #505998 (diff) | |
download | gentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.tar.gz gentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.tar.bz2 gentoo-2-74b62f2ff15457f5192135569c197c6d6fb3c655.zip |
Version bump KDE Frameworks 5.7.0
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-frameworks/kdeclarative')
-rw-r--r-- | kde-frameworks/kdeclarative/ChangeLog | 7 | ||||
-rw-r--r-- | kde-frameworks/kdeclarative/kdeclarative-5.7.0.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-frameworks/kdeclarative/ChangeLog b/kde-frameworks/kdeclarative/ChangeLog index 381320094259..c55d6a8791c4 100644 --- a/kde-frameworks/kdeclarative/ChangeLog +++ b/kde-frameworks/kdeclarative/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-frameworks/kdeclarative # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kdeclarative/ChangeLog,v 1.6 2015/01/09 18:25:30 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kdeclarative/ChangeLog,v 1.7 2015/02/14 22:09:57 johu Exp $ + +*kdeclarative-5.7.0 (14 Feb 2015) + + 14 Feb 2015; Johannes Huber <johu@gentoo.org> +kdeclarative-5.7.0.ebuild: + Version bump KDE Frameworks 5.7.0 *kdeclarative-5.6.0 (09 Jan 2015) diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.7.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.7.0.ebuild new file mode 100644 index 000000000000..3f8c7d23a511 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.7.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kdeclarative/kdeclarative-5.7.0.ebuild,v 1.1 2015/02/14 22:09:57 johu Exp $ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework providing integration of QML and KDE work spaces" +LICENSE="LGPL-2+" +KEYWORDS=" ~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 +" +RDEPEND="${DEPEND}" |