summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-04 20:02:11 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-09 15:15:16 +0200
commit4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c (patch)
treedb34de4b7d4b79ed5ad91077ff9a2a4165b706f0 /kde-frameworks/frameworkintegration
parentkde-frameworks/extra-cmake-modules: 5.34.0 arm,hppa,ppc,ppc64 stable (diff)
downloadgentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.gz
gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.tar.bz2
gentoo-4ac0ca4bf949c30cb5e94831d6b0c4e66eb2110c.zip
kde-frameworks: Drop KDE Frameworks 5.29.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 58719b27d347..3bba744e5e1a 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1,2 +1 @@
-DIST frameworkintegration-5.29.0.tar.xz 1750692 SHA256 ebb89e4b236163c067402cf78d67cddc443ef4fda0778001980948efc3cf5a52 SHA512 07cc7665a3604cbfae827cc28c64a966c7c62558903c40f1ce61be588d016de77e011489978ee3aa2b2583e061bbe37af0067d811b79dfddf5887113a3a56565 WHIRLPOOL d9da119a97fb0804d405208a823aa6f55f84f45891ddd322f508efca542dcd5e259aa89d0104eea46093e28e8eeee57ed1b589bc1f11312e6d4ddd1beea4245f
DIST frameworkintegration-5.34.0.tar.xz 1751972 SHA256 40ac4623c0292442853ac8e905c0282aaa0063c594693beae7c07f69bfc80143 SHA512 ccb9b954471ad423c72f7bc7db5034f902120df78b7b6a48689ea55631bf0c7396a2b06862fa84106212bee470bb2b6f072d2182904c1720d27a1f943fa07bc7 WHIRLPOOL 7a18565103098f63522d0b5b7d9a343c1f5ee2b3526ab8b353943696fe00680afd1433582ea718fae0ee6ee732d898cdb56985ab481575634e751b5add7b3b83
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
deleted file mode 100644
index 7c43aca7942d..000000000000
--- a/kde-frameworks/frameworkintegration/frameworkintegration-5.29.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="X"
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libxcb
- )
-"
-DEPEND="${RDEPEND}"
-
-# 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 X XCB)
- -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
- )
- # appstream requires app-admin/packagekit-qt and
- # not yet packaged AppStreamQt 0.10
-
- kde5_src_configure
-}