summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /kde-frameworks/frameworkintegration
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest4
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.57.0.ebuild53
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.60.0.ebuild2
3 files changed, 2 insertions, 57 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 37e58d34db68..ea6b4b38e042 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,5 +1,3 @@
-DIST frameworkintegration-5.57.0.tar.xz 1753224 BLAKE2B 533532e20231e4d1d4bee8d5964c791a62f5d91a4e458b720e7d8086e92204b234846269f3ae6c23492bb77e0d42ae39da6d2dae85a1e034c0bd67be04639b88 SHA512 e8aadd2d4ead08ada18809b0a54879415dbf699885ec74c56dd689226a235fe6a034600a0b357162eee475c8798863ef0b50ea1384c603756b3dbfbf3425df1b
DIST frameworkintegration-5.60.0.tar.xz 1753424 BLAKE2B f0752ba701ad1bc3c447f1d7c17ab22b922efc570bf6ef84c51ef58ee9e3f32f68f0ef222c88991252db60a0b0e63cdec672b20b693807d50b3bed2b1b7c95b3 SHA512 4313e31789046e49d644a8613c0274c44f15ce7bfdee1e66240a1cbf6c625eba093fa0a2d922833a336c208aa75af8c949d0881bd17efe2c1007045d3a9288a5
-EBUILD frameworkintegration-5.57.0.ebuild 1135 BLAKE2B 8b7aa45b3ea719b04168306c34ab1583b33a4601b1299423e227bf6d8084bcc9d7c69b5924de7031e8ce7021d1e4e053472172ef6f1394e49f1b3a0d126d62ab SHA512 08726481436220befa39a27e91dde2a85b65c4ce40159b3a936bbd55dab139192dadd3239672a36764b0a82da15d5e8c12c97273082d2e67d5110918865a939d
-EBUILD frameworkintegration-5.60.0.ebuild 1138 BLAKE2B 759bcccee4241b7924f6d8cd62fe02200be17a2dffffc0ff676ad49192c934e38b08d7956875a1b37d7aba28c7c050c752d4cb8bf90a32f4c54a5af2182e6254 SHA512 93ec5f372790e1e95f6a63efc94aba099237f68f10617337189fb3cc510f067aad304dd978238446d8ad7dc36c6e6a1a4bfdbec6a29aae6434e3abfddc99d512
+EBUILD frameworkintegration-5.60.0.ebuild 1135 BLAKE2B 8b7aa45b3ea719b04168306c34ab1583b33a4601b1299423e227bf6d8084bcc9d7c69b5924de7031e8ce7021d1e4e053472172ef6f1394e49f1b3a0d126d62ab SHA512 08726481436220befa39a27e91dde2a85b65c4ce40159b3a936bbd55dab139192dadd3239672a36764b0a82da15d5e8c12c97273082d2e67d5110918865a939d
MISC metadata.xml 339 BLAKE2B 9adff6fc4d48a8e94cd7701e7a3b956963b25af1538793345846c70186d7536597bcd9a1cac92b292220de5d6c2562864b64556c36cd579041b567d970db6828 SHA512 cf6eaaca36d7a193361608ad80cd1a4e79f71952926fb01c8905879422c91d38d6988e473a14960437491e5b43d227497500b79ff3696f0d96cbc1b69f9165c1
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.57.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.57.0.ebuild
deleted file mode 100644
index 16146aff846f..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.57.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_QTHELP="false"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="appstream X"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knewstuff)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- appstream? (
- app-admin/packagekit-qt
- dev-libs/appstream[qt5]
- )
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-RDEPEND="${DEPEND}"
-
-# requires running kde environment
-RESTRICT+=" test"
-
-src_prepare() {
- punt_bogus_dep Qt5 DBus
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package appstream AppStreamQt)
- $(cmake-utils_use_find_package appstream packagekitqt5)
- $(cmake-utils_use_find_package X XCB)
- )
-
- kde5_src_configure
-}
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.60.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.60.0.ebuild
index abb6426a7b47..16146aff846f 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.60.0.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.60.0.ebuild
@@ -9,7 +9,7 @@ inherit kde5
DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="appstream X"
DEPEND="