summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 14:28:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-10 15:31:28 +0200
commit61fbfbd405472bdd1c323a5b6ea83ad52d0e59db (patch)
tree92543d248d5ee735400f8708dab0eb81a090e619 /kde-plasma/plasma-browser-integration
parentapp-mobilephone/heimdall: update source URIs (diff)
downloadgentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.gz
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.tar.bz2
gentoo-61fbfbd405472bdd1c323a5b6ea83ad52d0e59db.zip
kde-plasma: Drop KDE Plasma 5.13.2
Package-Manager: Portage-2.3.41, Repoman-2.3.9
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.13.2.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 03bd79b05f75..1ac8f2218d27 100644
--- a/kde-plasma/plasma-browser-integration/Manifest
+++ b/kde-plasma/plasma-browser-integration/Manifest
@@ -1,2 +1 @@
-DIST plasma-browser-integration-5.13.2.tar.xz 96916 BLAKE2B d8f01f78d736b89983724bd0c7bc8c97e4a17197b4c8ff9935311480117dc2c7626971a33578c8e17c46c1780493d4d1169a7939c0c594ee21b68858304b0a1f SHA512 56f0823314e18dc4b0089640ffcd306d75958b36ce1279f240443736266eccb91cf7a9275e27d4fc411dbe453a91fa00ace71fa0c0087d7bcb44f68602d28265
DIST plasma-browser-integration-5.13.3.tar.xz 98280 BLAKE2B 937b53edf24ee8b116ad36bd8b2f9aff6945b7174dc9a8ead31b455801244eeff87335f9884cd529d96fcad9087f7fc3301ba3f0f8104fce44804b9439223c09 SHA512 aee05887dff57fadace18b984597afbd21e82822472d37c71ac826dd183f34ea2b9f6183e0930cd4933470f14dda3bc0c7ca7168de9f9148adca617be9b49343
diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild
deleted file mode 100644
index db4c052ef281..000000000000
--- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions"
-
-LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~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
-}