diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-04-25 23:24:20 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-04-25 23:26:52 +1000 |
commit | 38fcb050d47b9e2f0333846ecc37e390dd2247f5 (patch) | |
tree | e667ecc963309b6fa12f77a6951bc5d6a8b8988b /kde-frameworks/frameworkintegration | |
parent | kde-misc/latte-dock: new package (diff) | |
download | gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.gz gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.tar.bz2 gentoo-38fcb050d47b9e2f0333846ecc37e390dd2247f5.zip |
kde-frameworks: remove 5.32.0-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.32.0.ebuild | 52 |
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 90636dbdea92..9d9a88117898 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ DIST frameworkintegration-5.29.0.tar.xz 1750692 SHA256 ebb89e4b236163c067402cf78d67cddc443ef4fda0778001980948efc3cf5a52 SHA512 07cc7665a3604cbfae827cc28c64a966c7c62558903c40f1ce61be588d016de77e011489978ee3aa2b2583e061bbe37af0067d811b79dfddf5887113a3a56565 WHIRLPOOL d9da119a97fb0804d405208a823aa6f55f84f45891ddd322f508efca542dcd5e259aa89d0104eea46093e28e8eeee57ed1b589bc1f11312e6d4ddd1beea4245f -DIST frameworkintegration-5.32.0.tar.xz 1751920 SHA256 8a5ff514aaa73c4fbf616be45be9be9a2699d80c3409ccc749c8d07709635a08 SHA512 2255e50d7bcfabac97dc1b626b3722c5b27a540beb4be2f019f81d2bd467c850b4439514f85f090350a158ac375912ff3991df022f0161de677af36d2c4f1338 WHIRLPOOL 892736c170b7a9fd08c9fb50ae1d6a8cd88bc8099c181fd19bb13944ca6e69b71300a2be56b84a9f40eb348b07a73d13ae07c054135ca9e84cd563c31dfb164c DIST frameworkintegration-5.33.0.tar.xz 1751968 SHA256 9486451785d16effba4f64a77fd98bc15a4bab87c53e82622f7b54780e968105 SHA512 bb5ca4caad09b84d81b8d52a93b22df3f30cfa57363231fc1327f250a4314c58fe388b06514d8e2e335da1adb27c382335dfa3751c2d154d61bde7087dab1b15 WHIRLPOOL 26642346525883cd5d1a3842b2a7c0b5fb29990421acf43b15e8fdbca1d16ec9f949c331a2e2c1d01af27d4d9a2645d6f5e12ae9662c1ba1326c0e6a60cbc795 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.32.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.32.0.ebuild deleted file mode 100644 index 736635e23d9f..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.32.0.ebuild +++ /dev/null @@ -1,52 +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="appstream X" - -RDEPEND=" - $(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 - ) -" -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 appstream AppStreamQt) - $(cmake-utils_use_find_package appstream packagekitqt5) - $(cmake-utils_use_find_package X XCB) - ) - - kde5_src_configure -} |