diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-15 12:13:41 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-15 12:13:41 +0100 |
| commit | ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e (patch) | |
| tree | 1ecb2898b32fe275e769fe60151570c2004f6b61 /kde-frameworks/frameworkintegration | |
| parent | cc4fe8e69dc9b710801197d3cdbf29ac2b3d75cf (diff) | |
| download | kde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.tar.gz kde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.tar.bz2 kde-ea4d8bf7b30304b4f96ec81718dbc36a7c3f8c9e.zip | |
kde-frameworks: Drop KDE Frameworks 5.65.0
Moved to Gentoo ebuild repository.
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest deleted file mode 100644 index a7c0b4d7e3b..00000000000 --- a/kde-frameworks/frameworkintegration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST frameworkintegration-5.65.0.tar.xz 1755240 BLAKE2B d126efbec1e2a18fa49bf279a0cfbf80feed3b263eeb3589fa6e28db8f6e9b1708865c16db85735c73c39f830e69eb8771d51ba19d58bff3b5ac623e75439f47 SHA512 0af9b631e40d44c06661fd671898f102930f2efec9273f9efc1f7b11a16a42e25525e1a5a9c165e9d901cff01b08f36c1ac9845f316368b7f630a06dd32f414e diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild deleted file mode 100644 index fe0c4fd4594..00000000000 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.65.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.12.3 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="appstream X" - -# drop qtwidgets subslot operator when QT_MINIMAL >= 5.14.0 -DEPEND=" - >=kde-frameworks/kconfig-${PVCUT}:5 - >=kde-frameworks/kconfigwidgets-${PVCUT}:5 - >=kde-frameworks/ki18n-${PVCUT}:5 - >=kde-frameworks/kiconthemes-${PVCUT}:5 - >=kde-frameworks/knewstuff-${PVCUT}:5 - >=kde-frameworks/knotifications-${PVCUT}:5 - >=kde-frameworks/kpackage-${PVCUT}:5 - >=kde-frameworks/kwidgetsaddons-${PVCUT}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5= - appstream? ( - app-admin/packagekit-qt - dev-libs/appstream[qt5] - ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libxcb - ) -" -RDEPEND="${DEPEND}" - -# requires running kde environment -RESTRICT+=" test" - -src_prepare() { - ecm_punt_bogus_dep Qt5 DBus - ecm_src_prepare -} - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package appstream AppStreamQt) - $(cmake_use_find_package appstream packagekitqt5) - $(cmake_use_find_package X XCB) - ) - - ecm_src_configure -} |
