summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 15:31:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-03 15:31:27 +0200
commita31d8f6b61af45b0816be2f154ef28c3b3cfff79 (patch)
treea5236359e94357707016f68e1f4955af3090e0c5 /kde-plasma/plasma-browser-integration
parente798407a78cf885d94840f7e7576b5f050b09795 (diff)
downloadkde-a31d8f6b61af45b0816be2f154ef28c3b3cfff79.tar.gz
kde-a31d8f6b61af45b0816be2f154ef28c3b3cfff79.tar.bz2
kde-a31d8f6b61af45b0816be2f154ef28c3b3cfff79.zip
kde-plasma: Drop KDE Plasma 5.16 stable branch
No more development. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.49.9999.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.49.9999.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.49.9999.ebuild
deleted file mode 100644
index 9ab9b3d71c3..00000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.16.49.9999.ebuild
+++ /dev/null
@@ -1,35 +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_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
-}