summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-07 13:29:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-08 08:08:51 +0200
commit2ec6be6c23b4cd0a69f74c69dfcd10b396d04209 (patch)
tree261b921462d23d1965721ff995363a730f862cf7 /kde-plasma/plasma-browser-integration
parentad28fe1d1e353c6eb5cc73d940a754b0954f2e5c (diff)
downloadkde-2ec6be6c23b4cd0a69f74c69dfcd10b396d04209.tar.gz
kde-2ec6be6c23b4cd0a69f74c69dfcd10b396d04209.tar.bz2
kde-2ec6be6c23b4cd0a69f74c69dfcd10b396d04209.zip
kde-plasma: Drop KDE Plasma 5.15 stable branch
No more development. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.49.9999.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.49.9999.ebuild
deleted file mode 100644
index 79127b7c34d..00000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.49.9999.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kactivities)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep krunner)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- kde5_src_configure
-}