summaryrefslogtreecommitdiff
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-5.15.3.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest
index d8efe86f1b08..7d4d7cc14976 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,3 +1,2 @@
DIST plasma-browser-integration-5.14.5.tar.xz 109844 BLAKE2B f9461ffffc3c8427154ba6f2a8d75c53be5569b5e7ed42638f411f7006dc3d7c7da89f170309ed73ebde073a40d025ecaf979c09f200d44f9cef737a53496308 SHA512 d1f607fa02fc2a1f609c1f8dc12f84d820f830451765e665dc1b7bd94e2f366460d12298b6458b8257f418f02cdd561c90e5d811839a5ef1554269d3691e4a72
-DIST plasma-browser-integration-5.15.3.tar.xz 111896 BLAKE2B 30d6385894854c512a64a0b22e4c34325840e7335b5821175288703e235a57c35034fa48ec7cf31a45f3643c2bbe7fed5d2380a01f3b9e7622aa7a6de67e59fe SHA512 70bcb81c82226083f6e6d9cfef12975a59e09a9848cc9714e418be9899ae640910446914ab192533d3ab1acce1df0b2ae7da614cae844da278f05ac0cef94700
DIST plasma-browser-integration-5.15.4.tar.xz 115616 BLAKE2B 12aec33a3c531b394d1788ad0fc558230e4d6f36fb4d3e6c61e4072f8fc7a455aee1a81f3e31dba2559f69d63b0cda4935393ad4f370100e678f6c7ff096971c SHA512 9056df8dd3fa666756ac1d03177eb8ef00e3e3fe7c737a93906fe54e8ce72b66c360e0040977a34e44e5bfebed9e945fd6d6e9f96e9b59d7a510bf6e281c6858
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.3.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.3.ebuild
deleted file mode 100644
index 378d9f615c6f..000000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.15.3.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="~amd64 ~arm ~arm64 ~x86"
-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
-}