summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-07 21:10:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-08 09:29:11 +0100
commit5ba010c2ee37f9461ca33ef9a87ce79ca37581f5 (patch)
treeddead7c7ebf66f6711a54cc6203cb26697c5f9eb /kde-frameworks
parentkde-misc/ktexteditorpreviewplugin: Drop old (diff)
downloadgentoo-5ba010c2ee37f9461ca33ef9a87ce79ca37581f5.tar.gz
gentoo-5ba010c2ee37f9461ca33ef9a87ce79ca37581f5.tar.bz2
gentoo-5ba010c2ee37f9461ca33ef9a87ce79ca37581f5.zip
kde-frameworks/kirigami: Drop 5.39.0 (r0)
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kirigami/kirigami-5.39.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kirigami/kirigami-5.39.0.ebuild b/kde-frameworks/kirigami/kirigami-5.39.0.ebuild
deleted file mode 100644
index d3fa319c2d78..000000000000
--- a/kde-frameworks/kirigami/kirigami-5.39.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_EXAMPLES="true"
-KDE_QTHELP="false"
-KDE_TEST="forceoptional"
-KMNAME="${PN}2"
-inherit kde5
-
-DESCRIPTION="Lightweight user interface framework for mobile and convergent applications"
-HOMEPAGE="https://techbase.kde.org/Kirigami"
-EGIT_REPO_URI="${EGIT_REPO_URI/${PN}2/${PN}}"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="plasma"
-
-RDEPEND="
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgraphicaleffects)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtquickcontrols2)
- $(add_qt_dep qtsvg)
- plasma? ( $(add_frameworks_dep plasma) )
-"
-DEPEND="${RDEPEND}
- $(add_qt_dep linguist-tools)
-"
-
-# requires package to already be installed
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_EXAMPLES=$(usex examples)
- -DPLASMA_ENABLED=$(usex plasma)
- )
-
- kde5_src_configure
-}