diff options
author | 2016-12-12 18:49:43 +0100 | |
---|---|---|
committer | 2016-12-12 18:49:43 +0100 | |
commit | e3d1b615a3a418da44c76afbdb8456a9f794b2e6 (patch) | |
tree | 2034a1caebea2e7d9cb5480156c3f95577436ce4 /kde-frameworks/frameworkintegration | |
parent | profiles: Move prison to stable use mask (diff) | |
download | gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.gz gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.tar.bz2 gentoo-e3d1b615a3a418da44c76afbdb8456a9f794b2e6.zip |
kde-frameworks: Remove KDE Frameworks 5.28.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index c92265902273..004bb68ee03a 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,3 +1,2 @@ DIST frameworkintegration-5.26.0.tar.xz 1749228 SHA256 374db7d9b69486aa16fccf1391869f058679bf2aa7adf6f109ba29d3f4e31653 SHA512 a3211cff802a0d616d45952659c03cd515c4318b329344dc3b93eb2d2dfcc877fbe07cc88d96f1cf5c0184c596bce733593f5b97fe7bb8c6453643207111386a WHIRLPOOL 0fcc5e6f5b0b3272ddd8faea68396781f7c91325fa457f23a9196e3505c5e239b857849083b0e30a482e23340dff220f039cdf105c703157759a44aade33d00f -DIST frameworkintegration-5.28.0.tar.xz 1749760 SHA256 161fc7576315d314d5f8f19e6fbc7723c4fc7c697ff8d2b455d9d7faaccf92ad SHA512 633b57ef335e7d4652c8a69d8c8d26da7def8ca32b3b5237d23c4d4cde04ec757b303b6417d88f90c53094259be48701028a0b4882d2ca685aa56f6e588b5982 WHIRLPOOL 4f6a70448d0b933d8c3f14a363412aa4cab806271bbdb8cd2fb6c29b060d6969816fe448c59a5f7da836d827c9a33a7a879491127cec3699cc50892e2fd0b81a DIST frameworkintegration-5.29.0.tar.xz 1750692 SHA256 ebb89e4b236163c067402cf78d67cddc443ef4fda0778001980948efc3cf5a52 SHA512 07cc7665a3604cbfae827cc28c64a966c7c62558903c40f1ce61be588d016de77e011489978ee3aa2b2583e061bbe37af0067d811b79dfddf5887113a3a56565 WHIRLPOOL d9da119a97fb0804d405208a823aa6f55f84f45891ddd322f508efca542dcd5e259aa89d0104eea46093e28e8eeee57ed1b589bc1f11312e6d4ddd1beea4245f diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild deleted file mode 100644 index 14bdd104a79e..000000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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 integrating Qt applications with KDE 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 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_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X XCB) - ) - - kde5_src_configure -} |