diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-13 20:15:54 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-13 20:15:54 +0200 |
| commit | de50d9691242d6c9a693a0adcdf8cca74c1a6b77 (patch) | |
| tree | 2baf0e35da8ec5d1771ec58bb67975890e1f0fc9 /kde-frameworks/frameworkintegration | |
| parent | 4a388a3fbcca0f1a06feae1cdf932f9ecbda8d02 (diff) | |
| download | kde-de50d9691242d6c9a693a0adcdf8cca74c1a6b77.tar.gz kde-de50d9691242d6c9a693a0adcdf8cca74c1a6b77.tar.bz2 kde-de50d9691242d6c9a693a0adcdf8cca74c1a6b77.zip | |
kde-frameworks: Drop KDE Frameworks 5.49.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild | 53 |
2 files changed, 0 insertions, 54 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest deleted file mode 100644 index 4a0078bffb2..00000000000 --- a/kde-frameworks/frameworkintegration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST frameworkintegration-5.49.0.tar.xz 1753276 BLAKE2B f1294cd8ab228d8835eb975f59de544531fb50710145956d6610017e293d76c0282452cd3dd0c3e5fb34596ad67bcc1af53f723ec06fd8c9efafed3169122f08 SHA512 93105eb9bc93d85b5242ed5f8d48678c3c3a8d733448a05286534eb040099b29b6fb74cf34ce86d38ed89a982cfc7ede297e3dde90e6e6a80631e27ea952b2fe diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild deleted file mode 100644 index b6c0da034de..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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" - -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 -} |
