diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-10-09 02:42:05 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-10-09 02:42:53 +1100 |
commit | 7632f1c6d941a80a6bcea343071afde916036c50 (patch) | |
tree | 67dc24014b3b10095af5d7786182f061c9035814 /kde-frameworks/kcompletion | |
parent | sys-kernel/gentoo-sources: Linux patch 4.7.7 (diff) | |
download | gentoo-7632f1c6d941a80a6bcea343071afde916036c50.tar.gz gentoo-7632f1c6d941a80a6bcea343071afde916036c50.tar.bz2 gentoo-7632f1c6d941a80a6bcea343071afde916036c50.zip |
kde-frameworks: version bump 5.27.0
Package-Manager: portage-2.3.1
Diffstat (limited to 'kde-frameworks/kcompletion')
-rw-r--r-- | kde-frameworks/kcompletion/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.27.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-frameworks/kcompletion/Manifest b/kde-frameworks/kcompletion/Manifest index bfb7c1ba1107..15e51e4c34cd 100644 --- a/kde-frameworks/kcompletion/Manifest +++ b/kde-frameworks/kcompletion/Manifest @@ -1,2 +1,3 @@ DIST kcompletion-5.23.0.tar.xz 116032 SHA256 ff30cd08a09eb94c2c1508e29b44990380424a5251613d41c51a473dea80dfb0 SHA512 2620e0ec4ca5225ea63f500c486b2682164c7ad5d739d75aa237e8cdd1ef026a793b8743336a28d474701d23fffba078481d97081ea9b409ed598ca36a3a6f33 WHIRLPOOL 87a6d4d56d233453bf7577589656b830fcd0883080ffe762d62e9623da2dc085d9224251a0f2f081a9b8d4e31b89b814d6f2827ba9af3010f2afe756dcf38f26 DIST kcompletion-5.26.0.tar.xz 116076 SHA256 fa50bb46867cbbb531d7ed1ed306f201526155ff13a7e47ed1ad697c333670b8 SHA512 fd1b38c0d63d2edb6c632cb818696e16994868da700df2a732e78ac70edda4b1e38c6d6a5a8b2715602c5bd76a96b89926b5c1f68542e93aeabb6d990f5f7f95 WHIRLPOOL 8bda422fba30777370f6c413247a76a1ab4bc97a607eb88c34c03beca0f7d2666b48fe921363f58cf39f1aa8e296d06834afde35deb414abc26ff467b336b7c5 +DIST kcompletion-5.27.0.tar.xz 2580336 SHA256 fa10ca49b35c581f4e9d5302b348a6e3ad1334bc833273938718d248622466d5 SHA512 2301c126378feb5c073e7c496a8ab19f9c2f601f3c0d5ee2efcc4cda2d9ffecd631a80e7cc17914002c18f68d2eec276aa8ec8f563b7cf0522811c6d053c94b4 WHIRLPOOL 953603a7d055b188c0e7557f81ea89302a85c49748adcbaf990047bf603ddaf14e2278dc76a424994a8eb8260bb28ff0f8005de8be0530107fc8d34bc1a0dfcf diff --git a/kde-frameworks/kcompletion/kcompletion-5.27.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.27.0.ebuild new file mode 100644 index 000000000000..db8454dd3ebc --- /dev/null +++ b/kde-frameworks/kcompletion/kcompletion-5.27.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for common completion tasks such as filename or URL completion" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="nls" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${RDEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" |