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/kdeclarative | |
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/kdeclarative')
-rw-r--r-- | kde-frameworks/kdeclarative/ChangeLog | 8 | ||||
-rw-r--r-- | kde-frameworks/kdeclarative/kdeclarative-5.9.0.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-frameworks/kdeclarative/ChangeLog b/kde-frameworks/kdeclarative/ChangeLog index 6793daf6e03a..06ff6676406b 100644 --- a/kde-frameworks/kdeclarative/ChangeLog +++ b/kde-frameworks/kdeclarative/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2015/04/03 21:32:47 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/kdeclarative/ChangeLog,v 1.12 2015/04/11 17:09:47 kensington Exp $ + +*kdeclarative-5.9.0 (11 Apr 2015) + + 11 Apr 2015; Michael Palimaka <kensington@gentoo.org> + +kdeclarative-5.9.0.ebuild: + Version bump. 03 Apr 2015; Johannes Huber <johu@gentoo.org> -kdeclarative-5.7.0.ebuild: Remove KDE Frameworks 5.7.0 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.9.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.9.0.ebuild new file mode 100644 index 000000000000..821e46d2bd56 --- /dev/null +++ b/kde-frameworks/kdeclarative/kdeclarative-5.9.0.ebuild @@ -0,0 +1,32 @@ +# 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.9.0.ebuild,v 1.1 2015/04/11 17:09:47 kensington 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 kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + media-libs/libepoxy +" +RDEPEND="${DEPEND}" |