summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:20:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-21 23:28:10 +0200
commita85f4ef497e68f03bcafec0b4f9960249444204e (patch)
treed6bcee950240fe2d847d3848f85426604ba39e3c /kde-plasma
parentkde-plasma/oxygen-sounds: drop 5.25.0* (diff)
downloadgentoo-a85f4ef497e68f03bcafec0b4f9960249444204e.tar.gz
gentoo-a85f4ef497e68f03bcafec0b4f9960249444204e.tar.bz2
gentoo-a85f4ef497e68f03bcafec0b4f9960249444204e.zip
kde-plasma/plasma-browser-integration: drop 5.25.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-browser-integration/Manifest1
-rw-r--r--kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest
index 8cf1d20c9c2d..57731b097cf8 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-browser-integration-5.24.5.tar.xz 222452 BLAKE2B 6caca77f50f401a230e5936b36b7babdf6186d6a11a7fb1bda2a0423a7bea5b3f7a66d12e7d569b406e93636b980bb9308c20452a8a9b62197b4170988361aab SHA512 f34885920f1d4859d57ce3c96523c46d392f5835bce6b7d73afb30ea60827e5d520c168ccf45d2d46cec8027b0d9abe2bfc0c5b4ecfbf3b4433bb3ed0b405497
-DIST plasma-browser-integration-5.25.0.tar.xz 222460 BLAKE2B 2e1a57b735abcbe9012c76b1908604471e12df897b60e706e6f84aac7d12784b8fcd346d70f6609180e36672f831125450d03890640b79c38ce0693ec42da792 SHA512 21eeaeb663c9374dbdba2e78800cc52898341b3784c034f91c0e61c118d4814d3e014a2b12d7d27f732c56e256be7019f1a9efbffb2732d250221263038351ed
DIST plasma-browser-integration-5.25.1.tar.xz 223260 BLAKE2B 31d5664707c383e881d371dbc0c8543ada56fd129463d890c06a2c067fb9f1b34d25b63934b8729f4d5d7d3419bb200b915fce0f33274cde154ea9e684388c65 SHA512 315961362a037274aad7faffa9dcdf8c4695aca8f2792eca1ba4850501b34a96b24c6a36c9ed23ec179fc65b495a065d8aaaa3af21bc1181fdadbb7b50f950dd
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
deleted file mode 100644
index b10d06cbbd99..000000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.25.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.94.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=5.15.3
-inherit ecm kde.org
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-HOMEPAGE+=" https://community.kde.org/Plasma/Browser_Integration"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kactivities-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kfilemetadata-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/krunner-${KFMIN}:5
- >=kde-frameworks/purpose-${KFMIN}:5
- >=kde-plasma/plasma-workspace-${PVCUT}:5
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla"
- )
-
- ecm_src_configure
-}