diff options
author | 2018-09-04 14:42:43 +0200 | |
---|---|---|
committer | 2018-09-04 14:43:10 +0200 | |
commit | 356355d17a9bdd7ea9c982f57927e571a3f1360c (patch) | |
tree | 956e696213a2b8a5b6eaeafa593880f391c7fa2a /kde-plasma/plasma-browser-integration | |
parent | app-i18n/ibus-cangjie: update to EAPI 6 (diff) | |
download | gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.gz gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.bz2 gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.zip |
kde-plasma: Drop KDE Plasma 5.13.4
Superseded by 5.13.5.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'kde-plasma/plasma-browser-integration')
-rw-r--r-- | kde-plasma/plasma-browser-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.4.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest index 183a66f35784..5de7fa932be5 100644 --- a/kde-plasma/plasma-browser-integration/Manifest +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -1,2 +1 @@ -DIST plasma-browser-integration-5.13.4.tar.xz 99700 BLAKE2B 1f13552374a41f59e81375392276135fc6ad90615df94c4bac6d58947e63f75f1560fd176611e3769a2a7720e8c1102e08b265e84037ed47926ccc98801d7482 SHA512 b050309e160d71e0f7a7c2b32d9d01696d4d3d52aa895debec268d050a03e4b0fff9b3d7e10a271d8650c23bc73698aa1c9cdd99e994df46831b8ba56c17552a DIST plasma-browser-integration-5.13.5.tar.xz 102032 BLAKE2B c6ad31b940fd2981a5d88c4d9f6d9c1cbdc6fd6753bc92c2a741f81fb8297af81a44c5c534ae1a08541ac8eead544a9be97d5704ada9e4621a586a5dae4f1253 SHA512 ab679c3cd899cec72cc02e878d9a2d1fe1c7c8ab866a140da66049857a7482ffd395da8269106c4d0e699bfe8b7c74a111084f91e70ae3af5279294b23a8001c diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.4.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.4.ebuild deleted file mode 100644 index 605c95adbc76..000000000000 --- a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.13.4.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 ~arm ~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 -} |