summaryrefslogtreecommitdiff
path: root/kde-plasma/plasma-browser-integration
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r--kde-plasma/plasma-browser-integration/Manifest1
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest
deleted file mode 100644
index 5161897691a..00000000000
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-browser-integration-6.2.0.tar.xz 223552 BLAKE2B 0a552ce4c69cdd87770cc3cdf7558a29697d64520fd0458c7747d5e464738f30ef6019630ec1ef3d2c77fa7dea91cb4e246af12404243f85a7ea994ac235b06b SHA512 9b5f9122d6940ba2fca777ad36d59bf9e034236da5a903985923a1b8bec5314e9602977f4c48f6711c65617df8d2fc7946386425943da7a536131718a1192060
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild
deleted file mode 100644
index 81814cfcdce..00000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-6.2.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kfilemetadata-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kjobwidgets-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
- >=kde-plasma/plasma-activities-${PVCUT}:6
- >=kde-plasma/plasma-workspace-${PVCUT}:6
-"
-DEPEND="${RDEPEND}
- >=kde-frameworks/krunner-${KFMIN}:6
-"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}