summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 23:56:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-16 00:26:58 +0100
commita2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa (patch)
tree269db84b543fb739181751554f5df18cc52db21f /kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild
parentmedia-gfx/krita: Restrict tests (diff)
downloadgentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.gz
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.bz2
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.zip
kde-frameworks: Drop KDE Frameworks 5.39.0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild')
-rw-r--r--kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild
deleted file mode 100644
index 9b683c48b86e..000000000000
--- a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.39.0.ebuild
+++ /dev/null
@@ -1,20 +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="An assortment of high-level widgets for common tasks"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-RDEPEND="
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"