summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 17:44:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 17:45:06 +0200
commit527a6eb48135eeb6304cfe2d01a4fd134aa4501d (patch)
tree46e04d73ec95681f79378dccd886ebc08ebd0906 /kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild
parentapp-text/djview: Fix desktop file install (diff)
downloadgentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.gz
gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.tar.bz2
gentoo-527a6eb48135eeb6304cfe2d01a4fd134aa4501d.zip
kde-plasma: Drop KDE Plasma 5.17.5
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild')
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild
deleted file mode 100644
index 977e96d1b340..000000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.17.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KFMIN=5.64.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.12.3
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}