summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-12-06 22:27:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-07 00:48:47 +0100
commit86d89965c84461502f2d72275aedb11ff9f19754 (patch)
tree3230f1cc017c5ff0cff63081cc03b0a6f6b3b976 /kde-apps
parentkde-apps/konq-plugins: Switch USE tidy to app-text/tidy-html5 (diff)
downloadkde-sunset-86d89965c84461502f2d72275aedb11ff9f19754.tar.gz
kde-sunset-86d89965c84461502f2d72275aedb11ff9f19754.tar.bz2
kde-sunset-86d89965c84461502f2d72275aedb11ff9f19754.zip
kde-apps/konq-plugins: Drop 4.14.3 (r0)
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/konq-plugins/konq-plugins-4.14.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-apps/konq-plugins/konq-plugins-4.14.3.ebuild b/kde-apps/konq-plugins/konq-plugins-4.14.3.ebuild
deleted file mode 100644
index 88643395..00000000
--- a/kde-apps/konq-plugins/konq-plugins-4.14.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KMNAME="kde-baseapps"
-inherit kde4-meta
-
-DESCRIPTION="Various plugins for konqueror"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug tidy"
-
-DEPEND="
- $(add_kdeapps_dep libkonq)
- tidy? ( app-text/htmltidy )
-"
-RDEPEND="${DEPEND}
- !kde-misc/konq-plugins
- $(add_kdeapps_dep kcmshell)
- $(add_kdeapps_dep konqueror)
-"
-
-src_configure() {
- local mycmakeargs=(
- -DKdeWebKit=OFF
- -DWebKitPart=OFF
- $(cmake-utils_use_with tidy LibTidy)
- )
-
- kde4-meta_src_configure
-}